summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.26rc00.26rc0Robert Bradshaw2017-07-141-1/+1
* Merge commit '863b50c33b955bb29e90bbcb1c8e61bd820845f3' into releaseRobert Bradshaw2017-07-144-6/+6
|\
| * remove useless semicolons from Python codeStefan Behnel2017-07-131-2/+2
| * try to silence C compiler warning about unused function argumentStefan Behnel2017-07-131-1/+1
| * silence some clang warnings about dead codeStefan Behnel2017-07-132-3/+3
* | Update release notes.Robert Bradshaw2017-07-141-0/+15
* | Fix (still unused by default) fast GIL sharing.Robert Bradshaw2017-07-141-3/+13
* | Merge branch 'jdemeyer-cdef_public_dll_linkage'Robert Bradshaw2017-07-143-5/+4
|\ \ | |/ |/|
| * Note dll linkage changes in CHANGES.txtRobert Bradshaw2017-07-141-0/+5
| * Do not use special dll linkage for "cdef public" functionsJeroen Demeyer2017-04-282-5/+2
* | Fix #1767Robert Bradshaw2017-07-101-3/+5
* | Add semicolon for fallthrough statements.0.26b2Robert Bradshaw2017-07-101-3/+3
* | Another version bump.Robert Bradshaw2017-07-101-1/+1
* | Isolate C++ fallthrough detection.Robert Bradshaw2017-07-101-8/+14
* | Another beta.0.26b1Robert Bradshaw2017-07-101-1/+1
* | Avoid pickling objects with struct attributes.Robert Bradshaw2017-07-102-15/+52
* | Rename unknown_directives.Robert Bradshaw2017-07-101-4/+4
* | Merge pull request #1759 from jdemeyer/invalid_directivesRobert Bradshaw2017-07-101-4/+9
|\ \
| * | Give an error for invalid options or directivesJeroen Demeyer2017-07-041-4/+9
* | | Merge pull request #1765 from robertwb/fallthroughRobert Bradshaw2017-07-102-0/+25
|\ \ \
| * | | First attempt at explicit fallthrough annotation.Robert Bradshaw2017-07-082-0/+25
* | | | Also fix module refcounting for #1764 and remove redundant variable assignmen...Stefan Behnel2017-07-091-2/+1
* | | | Merge pull request #1728 from jdemeyer/call_one_arg_no_cyfunctionscoder2017-07-092-4/+16
|\ \ \ \
| * | | | Add testcase for https://github.com/cython/cython/pull/1728Jeroen Demeyer2017-06-071-0/+16
| * | | | Don't use __Pyx_PyObject_CallMethO on cyfunctionsJeroen Demeyer2017-06-071-4/+0
* | | | | Don't inherit template parameters as types.Robert Bradshaw2017-07-091-6/+15
| |/ / / |/| | |
* | | | Always report fatal errors.Robert Bradshaw2017-07-082-3/+3
* | | | Allow self-referential members in default pickling.Robert Bradshaw2017-07-083-23/+149
* | | | Inherit C++ nested types.Robert Bradshaw2017-07-083-0/+50
* | | | Nested struct test.Robert Bradshaw2017-07-082-0/+18
* | | | Properly refcount return value in __Pyx_ImportNumPyArrayTypeIfAvailable.Robert Bradshaw2017-07-071-0/+3
* | | | Suppress (verbose) may-be-used-uninitialized errors.Robert Bradshaw2017-07-062-0/+5
* | | | Avoid unneeded 32/64-bit differences.Robert Bradshaw2017-07-061-2/+2
* | | | Merge branch 'finally-fix'Robert Bradshaw2017-07-063-0/+117
|\ \ \ \
| * | | | Don't generate pickling for types that already have a __getstate__ method.Robert Bradshaw2017-07-062-0/+4
| * | | | Suppress warning in test.Robert Bradshaw2017-07-061-0/+2
| * | | | Add test for https://github.com/cython/cython/issues/1744Jeroen Demeyer2017-06-231-0/+111
* | | | | Template class coercion fixes.Robert Bradshaw2017-07-051-2/+15
* | | | | Fixup.Robert Bradshaw2017-07-051-2/+2
* | | | | Avoid generating utility code unless it's actually used.Robert Bradshaw2017-07-052-8/+81
* | | | | Merge pull request #1758 from jdemeyer/sigset_t_structRobert Bradshaw2017-07-051-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sigset_t is not an integral typeJeroen Demeyer2017-07-041-1/+2
|/ / / /
* | | | FormattingRobert Bradshaw2017-07-031-1/+1
* | | | Note about directive controlling pickling.Robert Bradshaw2017-07-031-0/+1
* | | | 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