| Commit message (Expand) | Author | Age | Files | Lines |
| * | passes on cpython 2.7.9 win32, fails on win64 (from cpython issue #20160)win32-callback | mattip | 2015-04-17 | 1 | -0/+71 |
| * | Parse the imposed field offsets as Py_ssize_t, in case they don't fit | Armin Rigo | 2015-04-16 | 1 | -2/+3 |
| * | issue #189: typedefs of function type (not function pointer) | Armin Rigo | 2015-04-15 | 3 | -2/+13 |
| * | Merged in bencord0/cffi/bencord0/also-look-for-ffih-under-usrlocalinclude-142... | Armin Rigo | 2015-03-22 | 1 | -0/+3 |
| |\ |
|
| | * | Some more classifiers | Armin Rigo | 2015-03-21 | 1 | -0/+3 |
| * | | Only add '/usr/local/include' to include_dirs on FreeBSDbencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737 | Ben Cordero | 2015-03-22 | 1 | -2/+4 |
| * | | Also look for ffi.h under /usr/local/include | Ben Cordero | 2015-03-20 | 1 | -1/+2 |
| |/ |
|
| * | Clarify this point in the docs | Armin Rigo | 2015-03-17 | 1 | -1/+2 |
| * | hg merge release-0.9 (this is 0.9.2) | Armin Rigo | 2015-03-13 | 6 | -9/+9 |
| |\ |
|
| | * | Add the MD5/SHA | Armin Rigo | 2015-03-13 | 1 | -2/+2 |
| | * | Prepare release 0.9.2 | Armin Rigo | 2015-03-13 | 6 | -9/+9 |
| | * | hg merge default | Armin Rigo | 2015-03-13 | 4 | -9/+215 |
| | |\
| |/
|/| |
|
| * | | Support for Python 3 too | Armin Rigo | 2015-03-13 | 2 | -18/+47 |
| * | | Py3 syntax | Armin Rigo | 2015-03-13 | 1 | -1/+4 |
| * | | Forbid from_buffer(x) even if x is a buffer or memoryview that itself | Armin Rigo | 2015-03-13 | 2 | -2/+42 |
| * | | Test and fix for from_buffer() receiving read-only buffer objects as | Armin Rigo | 2015-03-13 | 2 | -3/+114 |
| * | | merge with win32-zintegration which skips/fixes failures on win32 w/setuptools | mattip | 2015-03-10 | 0 | -0/+0 |
| |\ \ |
|
| * | | | close branch to be mergedwin32-zintegration | mattip | 2015-03-10 | 0 | -0/+0 |
| * | | | skip zintegration on win32, adjust zdistutils for setuptools | mattip | 2015-03-10 | 2 | -2/+7 |
| * | | | fix test harness for win32 | mattip | 2015-03-08 | 1 | -2/+20 |
| |/ / |
|
| * | | hg merge release-0.9 (this is 0.9.1) | Armin Rigo | 2015-03-08 | 0 | -0/+0 |
| |\ \
| |/
|/| |
|
| * | | Add the MD5/SHA | Armin Rigo | 2015-03-08 | 1 | -2/+2 |
| * | | Prepare release 0.9.1 | Armin Rigo | 2015-03-08 | 6 | -9/+9 |
| * | | hg merge default | Armin Rigo | 2015-03-08 | 0 | -0/+0 |
| |\ \
| |/
|/| |
|
| * | | gcc complains if given the obscure flag "-Werror=declaration-after-statement" | Armin Rigo | 2015-03-03 | 1 | -0/+2 |
| * | | hg merge release-0.9 | Armin Rigo | 2015-03-03 | 6 | -10/+10 |
| |\ \
| |/ |
|
| | * | Add the MD5/SHA | Armin Rigo | 2015-03-03 | 1 | -2/+2 |
| | * | Prepare release 0.9.0 | Armin Rigo | 2015-03-03 | 6 | -10/+10 |
| | * | Branch for the 0.9 release | Armin Rigo | 2015-03-03 | 0 | -0/+0 |
| |/ |
|
| * | issue #177: workaround for some Linux kernels | Armin Rigo | 2015-02-26 | 1 | -1/+52 |
| * | Add a test | Armin Rigo | 2015-02-17 | 1 | -0/+8 |
| * | Copy from pypy/6e64507f2a09 | Armin Rigo | 2015-02-13 | 1 | -1/+2 |
| * | Move to version number "0.8.6+", to distinguish from the last | Armin Rigo | 2015-02-12 | 5 | -7/+8 |
| * | Python 3 fixes | Armin Rigo | 2015-01-31 | 2 | -13/+12 |
| * | Simplify the structure of this function, and fix NativeIO | Armin Rigo | 2015-01-31 | 1 | -21/+26 |
| * | Actually test the file contents instead of the filename | Donald Stufft | 2015-01-29 | 1 | -11/+32 |
| * | Actually check if the file exists rather than assume it doesn't | Donald Stufft | 2015-01-29 | 1 | -3/+4 |
| * | Merged in msabramo/cffi/osx_use_homebrew (pull request #55) | Armin Rigo | 2015-01-28 | 1 | -0/+12 |
| |\ |
|
| | * | OS X with Homebrew: set PKG_CONFIG_PATHosx_use_homebrew | Marc Abramowitz | 2015-01-27 | 1 | -0/+12 |
| |/ |
|
| * | enable testing on windows, 64 bit | mattip | 2015-01-20 | 1 | -1/+5 |
| * | hg merge win32-ownlib: enable test_ownlib to run on Windows, and | Armin Rigo | 2015-01-19 | 11 | -136/+332 |
| |\ |
|
| | * | Say "From cffi callback" instead of just "From callback" | Armin Rigo | 2015-01-12 | 2 | -3/+3 |
| | * | Another few tests, and fix the error message | Armin Rigo | 2015-01-11 | 2 | -1/+11 |
| | * | Change again ffi.offsetof() and ffi.addressof(), generalizing them. | Armin Rigo | 2015-01-11 | 6 | -71/+196 |
| | * | Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", but | Armin Rigo | 2015-01-11 | 5 | -61/+122 |
| * | | ready to be mergedwin32-ownlib | Armin Rigo | 2015-01-19 | 0 | -0/+0 |
| * | | Re-skip some errno tests on Win32, where errno is a joke | Armin Rigo | 2015-01-19 | 1 | -1/+6 |
| * | | fix test, still fails on arm64 (libffi issue?) | mattip | 2015-01-13 | 1 | -1/+1 |
| * | | fix tests for linux | mattip | 2015-01-12 | 1 | -2/+2 |
| * | | add test for a function with many pointer,value structs | mattip | 2015-01-11 | 1 | -2/+112 |