- 18 Nov, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This helps with #1510. There is still a bug in that the builtin classmethod is not use here.
-
- 16 Nov, 2016 11 commits
-
-
Robert Bradshaw authored
This fixes #551.
-
Robert Bradshaw authored
A header was added to the html file, now check the first 100 chars.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1519.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Only analyse typeless inner expressions.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Cython uses many static inline utility functions. Most compilers don't emit warnings for such functions, but Clang does if they're not defined in header files. As such functions are often defined as a group (e.g. utility code for a specific type) it would be cumbersome to thin them out to those that happen to actually get used. Instead, simply suppress this warning for this compiler for all inline functions.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This fixes #1523.
-
- 15 Nov, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 14 Nov, 2016 1 commit
-
-
Robert Bradshaw authored
This closes #1522.
-
- 29 Oct, 2016 1 commit
-
-
scoder authored
Move CYTHON_UNUSED macro up such that included files can use it
-
- 28 Oct, 2016 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
Closes #1506
-
Stefan Behnel authored
Closes #1506
-
- 27 Oct, 2016 4 commits
-
-
Robert Bradshaw authored
Fixes #1499
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 26 Oct, 2016 15 commits
-
-
Robert Bradshaw authored
-
Jeroen Demeyer authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This gives projects more time to move over, and reduces the number of changes in the 0.25 series.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fixes #1502
-
Robert Bradshaw authored
Note about directive defaults.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Closes #1496
-
- 25 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 19 Oct, 2016 1 commit
-
-
Robert Bradshaw authored
-