summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.25.10.25.1Robert Bradshaw2016-10-261-1/+1
* Bump version to 0.25.1b1Robert Bradshaw2016-10-261-1/+1
* Fix import typo.Robert Bradshaw2016-10-261-1/+1
* Changelog, version bump for 0.25.1b00.25.1b0Robert Bradshaw2016-10-262-2/+21
* Revert Cython.Distutils.build_ext to use old_build_extRobert Bradshaw2016-10-262-3/+7
* Fix version number.Robert Bradshaw2016-10-261-1/+1
* Use cython.view.array utility code on cimport.Robert Bradshaw2016-10-262-11/+13
* Note about directive defaults.Robert Bradshaw2016-10-261-0/+3
* Fix builtin Exception type checking.Robert Bradshaw2016-10-254-2/+31
* Bump version to 0.25b20.25b2Robert Bradshaw2016-10-191-1/+1
* Merge branch 'master' into 0.25.xRobert Bradshaw2016-10-192-7/+13
|\
| * Prevent NULL pointer dereference when accessing coroutine names during garbag...Stefan Behnel2016-10-191-4/+10
| * Cleaner overflow detection.Robert Bradshaw2016-10-181-1/+1
| * Re-introduce shrinking and avoiding re-allocation for cython.arrayRobert Bradshaw2016-10-181-2/+2
* | Fix typedef vector bool fix.Robert Bradshaw2016-10-172-2/+20
* | Bump version to 0.25b10.25b1Robert Bradshaw2016-10-171-1/+1
|/
* Merge pull request #1487 from jdemeyer/numpy_import_arrayRobert Bradshaw2016-10-171-2/+23
|\
| * Implement numpy's import_array and import_ufunc in CythonJeroen Demeyer2016-10-131-2/+23
* | Merge pull request #1488 from jdemeyer/longintreprRobert Bradshaw2016-10-172-0/+80
|\ \
| * | Add declarations for longintrepr.hJeroen Demeyer2016-10-162-0/+80
* | | Restore weaker test of negative infinity.Robert Bradshaw2016-10-171-0/+1
* | | Merge pull request #1491 from veprbl/c99_isinfRobert Bradshaw2016-10-171-2/+1
|\ \ \ | |/ / |/| |
| * | Revert "test: assert that isinf returns -1 for negative infinity"Dmitry Kalinkin2016-10-161-2/+1
|/ /
* | avoid potential conflict with typedefed name in CPythonStefan Behnel2016-10-152-5/+7
* | changelogStefan Behnel2016-10-151-0/+4
* | special case METH_FASTCALL signatures of PyCFunctions in Py3.6+Stefan Behnel2016-10-153-21/+105
* | fix missing macro continuationStefan Behnel2016-10-151-1/+1
* | correctly handle PyCFunctions with METH_FASTCALL signature in Py3.6Stefan Behnel2016-10-152-3/+13
* | changelogStefan Behnel2016-10-151-0/+3
|/
* Fix void* arithmetic for MSVC.Robert Bradshaw2016-10-121-1/+1
* Bump version to 0.25b00.25b0Robert Bradshaw2016-10-101-1/+1
* Merge pull request #1478 from minrk/setuptools-import-testRobert Bradshaw2016-10-102-5/+5
|\
| * typo in deprecation messageMin RK2016-10-101-1/+1
| * check for build_ext object in import checkMin RK2016-10-061-4/+4
* | Merge pull request #1483 from minrk/myexception-failureRobert Bradshaw2016-10-101-1/+1
|\ \
| * | set IGNORE_EXCEPTION_DETAIL on MyException testMin RK2016-10-101-1/+1
* | | Fix bug with fused types and non-bool vectors.Robert Bradshaw2016-10-101-1/+1
* | | Rename BUILD file to avoid conflict with build directory.Robert Bradshaw2016-10-102-0/+0
|/ /
* | Add support for vector[bool].at(...)Robert Bradshaw2016-10-062-1/+15
* | Tests for vector[libcpp.bool].Robert Bradshaw2016-10-061-0/+22
|/
* Declare Exception as a builtin type.Robert Bradshaw2016-09-302-0/+14
* Cleanup cache option.Robert Bradshaw2016-09-282-8/+5
* Merge pull request #1476 from jdemeyer/allow_cache_optionRobert Bradshaw2016-09-281-0/+1
|\
| * Do not warn for "cache" optionJeroen Demeyer2016-09-281-0/+1
|/
* Merge branch 'complex'Robert Bradshaw2016-09-272-2/+10
|\
| * Fix test.Robert Bradshaw2016-09-271-1/+1
| * Add testIsuru Fernando2016-09-261-0/+8
| * Typedefs inside typedefs are not externalIsuru Fernando2016-09-261-2/+2
* | Support nested struct and unions.Robert Bradshaw2016-09-273-4/+36
* | Support enums in C++ classes.Robert Bradshaw2016-09-276-5/+51
|/