- 27 Jun, 2012 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make declarations of arrayarray.h functions 'static' as they are only used internally as utility code
-
Stefan Behnel authored
-
- 24 Jun, 2012 3 commits
-
-
Stefan Behnel authored
fix the wrapper setup for inherited special methods by inheriting them only in PyPy (as a work-around for its broken PyType_Ready())
-
Stefan Behnel authored
-
scoder authored
fixes for gcc error on "initializer element is not constant"
-
- 22 Jun, 2012 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
allow passing additional sources into cythonize() through the 'distutils: sources' option in the source file
-
Stefan Behnel authored
-
- 21 Jun, 2012 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Jun, 2012 1 commit
-
-
Stefan Behnel authored
-
- 19 Jun, 2012 2 commits
-
-
Mark Florisson authored
-
Mark Florisson authored
-
- 18 Jun, 2012 2 commits
-
-
Mathieu Virbel authored
-
Stefan Behnel authored
statically inherit slot methods from parent types - PyType_Ready() would normally fix this but it's incomplete in PyPy
-
- 16 Jun, 2012 3 commits
-
-
Robert Bradshaw authored
documentation only--small fixes
-
sbyrnes321 authored
-
sbyrnes321 authored
-
- 14 Jun, 2012 1 commit
-
-
Mark Florisson authored
-
- 10 Jun, 2012 1 commit
-
-
Mark Florisson authored
-
- 08 Jun, 2012 1 commit
-
-
Stefan Behnel authored
-
- 07 Jun, 2012 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Fix compilation issues on windows (got this error from 0.16 already)
-
Mathieu Virbel authored
-
- 02 Jun, 2012 1 commit
-
-
Stefan Behnel authored
-
- 31 May, 2012 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
add CYTHON_CACHE_DIR env
-
MinRK authored
allows orthogonal data to be put in the cache dir. default inline location unchanged (~.cython/inline), but get_cython_dir() is .cython, not .cython/inline.
-
MinRK authored
resolution for the Cython cache dir: 1. CYTHON_CACHE_DIR env if defined 2. platform cache dir - (OS X): ~/Library/Caches/Cython if ~/Library/Caches exists - (posix not OS X): XDG_CACHE_HOME/cython if XDG_CACHE_HOME defined 3. ~/.cython/inline
-
- 30 May, 2012 2 commits
-
-
Robert Bradshaw authored
Fix -Wreserved-user-defined-literal error in C++11.
-
Bradley M. Froehle authored
error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] "Item size of buffer (%"PY_FORMAT_SIZE_T"d byte%s) does not match size of '%s' (%"PY_FORMAT_SIZE_T"d byte%s)", ^
-
- 28 May, 2012 2 commits
-
-
Mark Florisson authored
-
-
- 26 May, 2012 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-