summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* passes on cpython 2.7.9 win32, fails on win64 (from cpython issue #20160)win32-callbackmattip2015-04-171-0/+71
* Parse the imposed field offsets as Py_ssize_t, in case they don't fitArmin Rigo2015-04-161-2/+3
* issue #189: typedefs of function type (not function pointer)Armin Rigo2015-04-153-2/+13
* Merged in bencord0/cffi/bencord0/also-look-for-ffih-under-usrlocalinclude-142...Armin Rigo2015-03-221-0/+3
|\
| * Some more classifiersArmin Rigo2015-03-211-0/+3
* | Only add '/usr/local/include' to include_dirs on FreeBSDbencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737Ben Cordero2015-03-221-2/+4
* | Also look for ffi.h under /usr/local/includeBen Cordero2015-03-201-1/+2
|/
* Clarify this point in the docsArmin Rigo2015-03-171-1/+2
* hg merge release-0.9 (this is 0.9.2)Armin Rigo2015-03-136-9/+9
|\
| * Add the MD5/SHAArmin Rigo2015-03-131-2/+2
| * Prepare release 0.9.2Armin Rigo2015-03-136-9/+9
| * hg merge defaultArmin Rigo2015-03-134-9/+215
| |\ | |/ |/|
* | Support for Python 3 tooArmin Rigo2015-03-132-18/+47
* | Py3 syntaxArmin Rigo2015-03-131-1/+4
* | Forbid from_buffer(x) even if x is a buffer or memoryview that itselfArmin Rigo2015-03-132-2/+42
* | Test and fix for from_buffer() receiving read-only buffer objects asArmin Rigo2015-03-132-3/+114
* | merge with win32-zintegration which skips/fixes failures on win32 w/setuptoolsmattip2015-03-100-0/+0
|\ \
* | | close branch to be mergedwin32-zintegrationmattip2015-03-100-0/+0
* | | skip zintegration on win32, adjust zdistutils for setuptoolsmattip2015-03-102-2/+7
* | | fix test harness for win32mattip2015-03-081-2/+20
|/ /
* | hg merge release-0.9 (this is 0.9.1)Armin Rigo2015-03-080-0/+0
|\ \ | |/ |/|
* | Add the MD5/SHAArmin Rigo2015-03-081-2/+2
* | Prepare release 0.9.1Armin Rigo2015-03-086-9/+9
* | hg merge defaultArmin Rigo2015-03-080-0/+0
|\ \ | |/ |/|
* | gcc complains if given the obscure flag "-Werror=declaration-after-statement"Armin Rigo2015-03-031-0/+2
* | hg merge release-0.9Armin Rigo2015-03-036-10/+10
|\ \ | |/
| * Add the MD5/SHAArmin Rigo2015-03-031-2/+2
| * Prepare release 0.9.0Armin Rigo2015-03-036-10/+10
| * Branch for the 0.9 releaseArmin Rigo2015-03-030-0/+0
|/
* issue #177: workaround for some Linux kernelsArmin Rigo2015-02-261-1/+52
* Add a testArmin Rigo2015-02-171-0/+8
* Copy from pypy/6e64507f2a09Armin Rigo2015-02-131-1/+2
* Move to version number "0.8.6+", to distinguish from the lastArmin Rigo2015-02-125-7/+8
* Python 3 fixesArmin Rigo2015-01-312-13/+12
* Simplify the structure of this function, and fix NativeIOArmin Rigo2015-01-311-21/+26
* Actually test the file contents instead of the filenameDonald Stufft2015-01-291-11/+32
* Actually check if the file exists rather than assume it doesn'tDonald Stufft2015-01-291-3/+4
* Merged in msabramo/cffi/osx_use_homebrew (pull request #55)Armin Rigo2015-01-281-0/+12
|\
| * OS X with Homebrew: set PKG_CONFIG_PATHosx_use_homebrewMarc Abramowitz2015-01-271-0/+12
|/
* enable testing on windows, 64 bitmattip2015-01-201-1/+5
* hg merge win32-ownlib: enable test_ownlib to run on Windows, andArmin Rigo2015-01-1911-136/+332
|\
| * Say "From cffi callback" instead of just "From callback"Armin Rigo2015-01-122-3/+3
| * Another few tests, and fix the error messageArmin Rigo2015-01-112-1/+11
| * Change again ffi.offsetof() and ffi.addressof(), generalizing them.Armin Rigo2015-01-116-71/+196
| * Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", butArmin Rigo2015-01-115-61/+122
* | ready to be mergedwin32-ownlibArmin Rigo2015-01-190-0/+0
* | Re-skip some errno tests on Win32, where errno is a jokeArmin Rigo2015-01-191-1/+6
* | fix test, still fails on arm64 (libffi issue?)mattip2015-01-131-1/+1
* | fix tests for linuxmattip2015-01-121-2/+2
* | add test for a function with many pointer,value structsmattip2015-01-111-2/+112