summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.26b00.26b0Robert Bradshaw2017-07-031-1/+1
* Make bad pxd declarations into an warning for now.Robert Bradshaw2017-07-032-7/+9
* Disable fastgil again.Robert Bradshaw2017-07-031-1/+1
* Suppress unreachable code warning on clang.Robert Bradshaw2017-07-031-1/+1
* Conditionally use FastGil utility code.Robert Bradshaw2017-07-034-6/+22
* Disable fast_gil for now.Robert Bradshaw2017-06-291-1/+1
* Fix warning.Robert Bradshaw2017-06-291-1/+1
* More PyCapsule avoidance on Python 2.6.Robert Bradshaw2017-06-291-0/+5
* Add missing static declarations.Robert Bradshaw2017-06-291-2/+2
* Another Python 3.3-3.4 fix.Robert Bradshaw2017-06-291-1/+1
* Timing test.Robert Bradshaw2017-06-291-0/+16
* Allow cached threadstate to persist within nogil blocks.Robert Bradshaw2017-06-292-14/+33
* Avoid PyCapsule_Import for Python 2.6Robert Bradshaw2017-06-291-0/+4
* Fix actual method name for getting thread state.Robert Bradshaw2017-06-291-1/+1
* Fixes for other Python versions.Robert Bradshaw2017-06-291-1/+13
* Fix pedantic compiler error.Robert Bradshaw2017-06-291-1/+2
* Add an optimization for re-aquiring the GIL.Robert Bradshaw2017-06-295-3/+143
* Pointer sharing code.Robert Bradshaw2017-06-291-0/+33
* Move CommonTypes.c to CommonStructures.cRobert Bradshaw2017-06-293-2/+2
* update changelogStefan Behnel2017-06-271-10/+20
* Merge pull request #1607 from aguinet/feature/pythranscoder2017-06-2719-82/+709
|\
| * Merge branch 'master' into feature/pythranscoder2017-06-2519-68/+256
| |\
| * | Fix testAdrien Guinet2017-06-171-2/+2
| * | Make cythonize understand the np_pythran directiveAdrien Guinet2017-06-173-32/+57
| * | Use Pythran compilation options from the pythran moduleAdrien Guinet2017-06-171-2/+15
| * | Add a Pythran backend for Numpy operationAdrien Guinet2017-06-1719-79/+668
* | | Fix crash in type inference code.Robert Bradshaw2017-06-261-0/+2
| |/ |/|
* | Merge pull request #1671 from jdemeyer/cdef_public_linkingscoder2017-06-251-11/+26
|\ \
| * | Clarify documentation regarding "cdef public"Jeroen Demeyer2017-04-181-11/+26
* | | Merge pull request #1724 from jdemeyer/cyfunction_decoratorsscoder2017-06-253-2/+58
|\ \ \
| * | | Do not apply decorators twiceJeroen Demeyer2017-06-023-2/+58
* | | | Merge pull request #1749 from jvkersch/doc/c-api-code-example-fixupscoder2017-06-241-1/+6
|\ \ \ \
| * | | | DOC: Add calls to Py_Initialize/Py_Finalize in code sample.Joris Vankerschaver2017-06-241-1/+6
* | | | | propagate "const char*" that Py3.7 returns from PyUnicode_AsStringAndSize() t...Stefan Behnel2017-06-243-18/+21
|/ / / /
* | | | add necessary cast for Py3.7Stefan Behnel2017-06-241-2/+6
* | | | remove dead code (fused types code no longer imports numpy in generated Cytho...Stefan Behnel2017-06-241-4/+0
* | | | repair error message when calling fused functions with wrong number of argumentsStefan Behnel2017-06-243-5/+24
* | | | fused types: also ignore numpy import failures and not only failed lookups of...Stefan Behnel2017-06-241-3/+4
* | | | fix: pre-declare global variable that is used in cleanup codeStefan Behnel2017-06-241-2/+3
* | | | reduce call overhead of functions with fused types (especially when using num...Stefan Behnel2017-06-232-9/+45
* | | | Use struct type rather than its name in conversion utility code.Robert Bradshaw2017-06-202-5/+5
* | | | Bump version.0.26.alpha0Robert Bradshaw2017-06-191-1/+1
* | | | Insulate tests against whitespace changes in numpy array printing.Robert Bradshaw2017-06-192-3/+3
* | | | Allow undeclared narrower return for cdef methods.Robert Bradshaw2017-06-194-5/+19
* | | | Defensively copy include dirs list.Robert Bradshaw2017-06-191-2/+2
* | | | Merge pull request #1654 from jdemeyer/include_dirs_from_externsRobert Bradshaw2017-06-192-11/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | Automatically add include_dirs for externsJeroen Demeyer2017-03-312-11/+49
* | | | Do not redeclare types used in utility code specialization.Robert Bradshaw2017-06-161-1/+2
* | | | Emit class closing bracket on new line.Robert Bradshaw2017-06-161-1/+1
* | | | Dissallow python conversion to empty structs.Robert Bradshaw2017-06-161-0/+5