- 16 Nov, 2016 5 commits
-
-
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 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
Closes #1493
-
- 18 Oct, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This partially reverts 65d3b977, but is more correct. Closes #1492
-
- 17 Oct, 2016 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Implement numpy's import_array and friends in Cython
-
Robert Bradshaw authored
Add declarations for longintrepr.h
-