- 22 Feb, 2016 8 commits
-
-
Kevin R. Thornton authored
-
Kevin R. Thornton authored
-
Kevin R. Thornton authored
-
Kevin R. Thornton authored
-
Kevin R. Thornton authored
-
Kevin R. Thornton authored
-
Kevin R. Thornton authored
template argument
-
Kevin R. Thornton authored
-
- 21 Feb, 2016 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
[Build/Dependencies] added a comparision for setuptools.Extension class
-
Robert Bradshaw authored
-
Robert Bradshaw authored
This is done with the T=* syntax, similar to default args of cdef methods. This does, however, expose us to types that we can't explicitly declare.
-
Robert Bradshaw authored
-
-
Robert Bradshaw authored
Optimize dependency checking
-
- 19 Feb, 2016 2 commits
-
-
Robert Bradshaw authored
Ensure that extension's include_dirs is a list
-
Kacper Kowalik authored
This change allows to pass generator (e.g. itertools.chain) as include_dirs if for some reason evaluation of include directories needs to be delayed e.g. due to simultaneous dependency on cython and numpy.
-
- 12 Feb, 2016 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
- 09 Feb, 2016 3 commits
-
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
Jeroen Demeyer authored
-
- 08 Feb, 2016 3 commits
-
-
Robert Bradshaw authored
Fix parse_list("")
-
Robert Bradshaw authored
Use correct macros to check GCC version
-
Jeroen Demeyer authored
-
- 07 Feb, 2016 3 commits
-
-
Jeroen Demeyer authored
-
Stefan Behnel authored
-
Stefan Behnel authored
use slightly faster PyObject_Malloc() instead of PyMem_Malloc() for small memory allocation needs (<= 512 bytes)
-
- 05 Feb, 2016 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 02 Feb, 2016 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Cpp iterator declarations.
-
Robert Bradshaw authored
Don’t crash when a C class isn’t defined in the pxd
-
Robert Bradshaw authored
Fix typo in numpy tutorial
-
Robert Bradshaw authored
Hide some parts of stack trace in __PYX_ERR macro
-
Robert Bradshaw authored
These were already failing when this was added to the build matrix.
-
Robert Bradshaw authored
Enable tests on python 3.5-dev
-
- 28 Jan, 2016 1 commit
-
-
toddrme2178 authored
Enable tests on python 3.5-dev to catch problems with upcoming python releases early.
-