summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setuptools_ext.py edited online with BitbucketAL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197Ilia Sergachev2016-10-121-0/+1
* CPython should ignore the .abi3.so extension in a debugging version,Armin Rigo2016-10-101-1/+6
* Blindly attempt to detect MinGW (issue #159)Armin Rigo2016-10-073-8/+15
* Semi-blindly fix the muls and adds that could overflow so that gccArmin Rigo2016-10-071-5/+9
* Fix leak. Remaining issue: if the user close()s the file object in Python,Armin Rigo2016-09-271-2/+6
* $ORIGIN is better than .Armin Rigo2016-09-241-1/+2
* Document inline the various options to compile with embeddingArmin Rigo2016-09-241-1/+24
* update to 1.8.4 and add whatsnewArmin Rigo2016-09-208-11/+19
* typedef int foo_t[...];Armin Rigo2016-09-205-4/+45
* hg merge release-1.8Armin Rigo2016-09-171-3/+3
|\
| * md5/sharelease-1.8Armin Rigo2016-09-171-3/+3
| * hg merge defaultArmin Rigo2016-09-170-0/+0
| |\ |/ /
* | Docs: remove "char *" from the special casing in the referenceArmin Rigo2016-09-151-3/+3
* | Document the new warningArmin Rigo2016-09-152-0/+15
* | bump version number to 1.8.3Armin Rigo2016-09-157-11/+11
* | Warn when implicitly casting between "char *" and a different pointerArmin Rigo2016-09-152-7/+46
* | hg merge release-1.8Armin Rigo2016-09-061-3/+3
|\ \ | |/
| * md5/shaArmin Rigo2016-09-061-3/+3
| * Release branch, starting at 1.8.2 for CPythonArmin Rigo2016-09-060-0/+0
|/
* A direct testArmin Rigo2016-09-061-0/+19
* skip testArmin Rigo2016-09-061-0/+3
* Update and document v1.8.2Armin Rigo2016-09-068-8/+17
* Issue #283: initializer for nested anonymous structs inside unionsArmin Rigo2016-09-052-24/+51
* Skip test if setuptools cannot be importedArmin Rigo2016-09-041-1/+4
* Python 3 fixArmin Rigo2016-09-031-0/+6
* fixArmin Rigo2016-09-031-2/+4
* Issue #282: probable test and fixArmin Rigo2016-09-032-16/+23
* Un-document the removal of the ctypes backendArmin Rigo2016-09-031-4/+0
* Backed out changeset 0087e2aec9efArmin Rigo2016-09-039-198/+1431
* Bump version number to 1.8.1Armin Rigo2016-09-037-8/+8
* - add ffi.compile(debug=flag)Armin Rigo2016-09-035-14/+33
* Document 0ff89f851d2cArmin Rigo2016-09-031-1/+3
* If we say Py_LIMITED_API and we're compiling with a debug version ofArmin Rigo2016-09-032-2/+18
* Windows funArmin Rigo2016-09-031-3/+3
* Kill the ctypes backend.Armin Rigo2016-09-0310-1431/+202
* Fix testArmin Rigo2016-09-031-1/+1
* update whatsnewArmin Rigo2016-08-242-3/+8
* merge headsArmin Rigo2016-08-227-40/+56
|\
| * Add two tests for 34b29a139894Armin Rigo2016-08-221-0/+18
| * Update the docs according to issue #281Armin Rigo2016-08-223-35/+30
| * Returning unions works fine in API mode, remove the checks.Armin Rigo2016-08-223-5/+6
| * Avoid calling more CPython functions when there is an exception setArmin Rigo2016-08-221-0/+2
* | If we don't know the version number of setuptools, we try to setArmin Rigo2016-08-221-1/+4
* | Remove the extra checks, which should be unnecessary and possibly causeArmin Rigo2016-08-222-4/+1
* | use py_limited_api flag when available.Daniel Holth2016-08-212-1/+43
|/
* Document some common mistakes of bad lifetime of ffi.new()Armin Rigo2016-08-171-0/+27
* Give an error when subtracting two pointers and the division's result isArmin Rigo2016-08-152-2/+23
* Eventually, replace this UserWarning with an errorArmin Rigo2016-08-071-6/+4
* Avoid a combination where we end up with two incompatible "typedef xxxArmin Rigo2016-08-062-1/+15
* Update docsArmin Rigo2016-08-063-6/+13