- 21 Feb, 2016 5 commits
-
-
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.
-
- 27 Jan, 2016 2 commits
-
-
Robert Bradshaw authored
Set up c_code_config options properly when autogenerating header files.
-
Robert Bradshaw authored
Fix generated `#line` directives on Windows
-
- 26 Jan, 2016 2 commits
-
-
Ian Henriksen authored
-
Ian Henriksen authored
errors from incorrect escape sequences when compiling on Windows.
-
- 23 Jan, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 22 Jan, 2016 1 commit
-
-
Robert Bradshaw authored
-
- 20 Jan, 2016 1 commit
-
-
scoder authored
update error message in __Pyx_ImportType when basicsize doesn't match
-
- 19 Jan, 2016 1 commit
-
-
Joe Jevnik authored
match. Changes the error message to include the sizes of the two structures. This aids in debugging the it allows us to check the sizes to see which version we were built against versus the version we have at runtime.
-
- 16 Jan, 2016 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
repair deep-copying (and pickling) of the control flow state in compiled Cython (extension type instances lost their state)
-