summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move _hack_at_distutils from global to per-functionfind-vcvarsMatti Picus2017-04-251-3/+2
* fix for importing setuptools on win32Matti Picus2017-04-202-11/+14
* (dstufft) Don't overwrite a user-specified value for Py_LIMITED_API, ifArmin Rigo2017-04-111-1/+1
* Pull request #79 by xwangArmin Rigo2017-03-281-6/+1
* hg merge release-1.10Armin Rigo2017-03-212-13/+16
|\
| * md5/sharelease-1.10Armin Rigo2017-03-211-3/+3
| * update the whatsnewArmin Rigo2017-03-211-10/+13
| * hg merge defaultArmin Rigo2017-03-210-0/+0
| |\ |/ /
| * hg merge defaultArmin Rigo2017-03-152-1/+12
| |\
| * | release branchArmin Rigo2017-03-150-0/+0
* | | Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-212-2/+3
| |/ |/|
* | Merged in realitix/cffi/binary_enum (pull request #78)Armin Rigo2017-03-152-1/+12
|\ \ | |/ |/|
| * Add test for binary operation in enum definitionbinary_enumJean-Sebastien Bevilacqua2017-03-151-1/+2
| * Add operation support in enumJean-Sebastien Bevilacqua2017-03-151-0/+10
|/
* skip on windowsArmin Rigo2017-03-131-0/+2
* python 2.6 compatArmin Rigo2017-03-131-1/+2
* silence warningsArmin Rigo2017-03-131-5/+5
* pypy-c => pypy3-cArmin Rigo2017-03-111-1/+4
* tweaksArmin Rigo2017-03-111-1/+2
* move the 'use cases' before the 'how-to' sectionArmin Rigo2017-03-111-15/+15
* mention static linking of the produced C fileArmin Rigo2017-03-111-11/+32
* Improve the error messageArmin Rigo2017-03-101-10/+16
* Write a paragraph about __pypy__.add_memory_pressure()Armin Rigo2017-03-101-0/+53
* Document the missing add_memory_pressure in PyPy <= 5.6Armin Rigo2017-03-102-17/+29
* typoArmin Rigo2017-03-071-1/+1
* Document more explicitly the difference between CompiledFFI and FFI.Armin Rigo2017-02-281-0/+8
* Issue #310: pycparser was recently made stricter and no longer parsesArmin Rigo2017-02-272-26/+37
* 32-bit fixArmin Rigo2017-02-201-6/+7
* issue #255: comparing primitive cdatasArmin Rigo2017-02-197-93/+227
* The API mode is faster. Put this forward more.Armin Rigo2017-02-092-17/+28
* fix testArmin Rigo2017-02-071-1/+1
* ffi.addressof(lib, "name") now also works in in-line modeArmin Rigo2017-02-074-15/+65
* Remove a warning that doesn't really make sense here, tweak testsArmin Rigo2017-02-063-7/+7
* Merged in coronafire/cffi/buffer_richcompare (pull request #76)Armin Rigo2017-02-063-4/+102
|\
| * Enable the richcompare function in minibufferbuffer_richcompareAndrew Leech2017-02-051-1/+1
| * Add tests for buffer comparisonsAndrew Leech2017-02-032-3/+20
| * Add tp_richcompare from 3.5 bytearray to minibuffer (ffi.buffer)Andrew Leech2017-02-031-0/+81
* | fix the FakeBackend classes for testsArmin Rigo2017-02-062-0/+4
* | doc fixArmin Rigo2017-02-051-1/+1
* | Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-0410-29/+67
|/
* Expand the warning boxArmin Rigo2017-01-281-6/+14
* complain clearly if set_source() is given a /-separated nameArmin Rigo2017-01-262-0/+9
* extra testsArmin Rigo2017-01-251-0/+5
* Improve the error message for getattr/setattrArmin Rigo2017-01-252-6/+57
* reintroduce a fast case for ffi.unpack(arrays of _Bool)Armin Rigo2017-01-241-3/+10
* tweakMatti Picus2017-01-231-1/+2
* issue300: return _Bool as Python booleans; related fixesArmin Rigo2017-01-234-16/+125
* Version fixArmin Rigo2017-01-231-1/+1
* bump version number to 1.10.0Armin Rigo2017-01-238-12/+12
* Change the Windows-friendly version to be both Windows- andArmin Rigo2017-01-231-5/+17