| 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 |
| * | issue #189: typedefs of function type (not function pointer) | Armin Rigo | 2015-04-15 | 2 | -1/+9 |
| * | Py3 syntax | Armin Rigo | 2015-03-13 | 1 | -1/+4 |
| * | 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 |
| * | Move to version number "0.8.6+", to distinguish from the last | Armin Rigo | 2015-02-12 | 1 | -2/+3 |
| * | Python 3 fixes | Armin Rigo | 2015-01-31 | 1 | -2/+2 |
| * | 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 | 3 | -6/+78 |
| |\ |
|
| | * | Change again ffi.offsetof() and ffi.addressof(), generalizing them. | Armin Rigo | 2015-01-11 | 1 | -4/+60 |
| | * | Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", but | Armin Rigo | 2015-01-11 | 2 | -2/+18 |
| * | | 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 |
| * | | enable tests on win32 in ownlib, 3 fail | mattip | 2015-01-11 | 1 | -15/+43 |
| |/ |
|
| * | Argh! Obscure bug tracked down to this test, which defines a | Armin Rigo | 2015-01-09 | 1 | -7/+14 |
| * | fix test | Armin Rigo | 2015-01-09 | 1 | -1/+2 |
| * | improve the error message to match pypy's | Armin Rigo | 2015-01-09 | 1 | -1/+6 |
| * | Skip test_opaque_integer_as_function_result on mips64el, causes SEGV | James Cowgill | 2015-01-08 | 1 | -0/+2 |
| * | Issue #173 | Armin Rigo | 2015-01-08 | 1 | -0/+7 |
| * | Clarify the error we get if we try to use TCHAR & friends before calling | Armin Rigo | 2015-01-07 | 1 | -1/+5 |
| * | issue #172 | Armin Rigo | 2015-01-07 | 1 | -0/+28 |
| * | Delay reporting NotImplmentedErrors when building function types with | Armin Rigo | 2015-01-02 | 2 | -2/+19 |
| * | Recognize more literal constants, notably octals and chars | Armin Rigo | 2014-12-31 | 1 | -0/+10 |
| * | issue #169: offsetof('struct', 'a.b.c') | Armin Rigo | 2014-12-30 | 1 | -0/+19 |
| * | Fight a lot the CPython buffer/memoryview interface until we get a | Armin Rigo | 2014-12-28 | 2 | -0/+11 |
| * | ignore_errors here too | Armin Rigo | 2014-12-24 | 1 | -1/+1 |
| * | Ignore errors here | Armin Rigo | 2014-12-24 | 1 | -1/+1 |
| * | Add the keyword "relative_to=..." to verify(), as per | Armin Rigo | 2014-12-24 | 1 | -1/+15 |
| * | Merged in dalcinl/python-cffi (pull request #52) | Armin Rigo | 2014-12-22 | 1 | -4/+4 |
| |\ |
|
| | * | Add GCC/Clang -Wall -Wextra flags in tests | Lisandro Dalcin | 2014-11-28 | 1 | -2/+2 |
| | * | Silence GCC/Clang -Wunused-parameter warnings | Lisandro Dalcin | 2014-11-24 | 1 | -2/+2 |
| * | | Merge heads | Romain Guillebert | 2014-12-17 | 1 | -0/+18 |
| |\ \
| |/
|/| |
|
| | * | Import verify dlopen flags for cpython | Romain Guillebert | 2014-10-21 | 1 | -5/+9 |
| | * | Add dlopen flags to verify on pypy | Romain Guillebert | 2014-10-21 | 1 | -0/+14 |
| * | | Redo the original intention of a couple of extra tests. | Armin Rigo | 2014-11-21 | 1 | -5/+14 |
| * | | Enable GCC/Clang -Wconversion and add tests for expected failures | Lisandro Dalcin | 2014-11-21 | 1 | -3/+37 |
| * | | Fix test for approximate floating point return type | Lisandro Dalcin | 2014-11-21 | 1 | -7/+3 |
| * | | Add and fix tests for enumerations | Lisandro Dalcin | 2014-11-21 | 1 | -3/+16 |
| * | | Add test for approximate return types | Lisandro Dalcin | 2014-04-30 | 1 | -6/+8 |
| * | | CPython: Silent GCC -Wconversion warnings | Lisandro Dalcin | 2014-04-26 | 1 | -26/+47 |
| * | | Revert a side-effect of f31f43f81992: allow again multiple declarations | Armin Rigo | 2014-11-18 | 1 | -1/+7 |
| |/ |
|
| * | remove tmp files after test | Matti Picus | 2014-09-21 | 1 | -41/+46 |
| * | remove tmp files after test | Matti Picus | 2014-09-21 | 1 | -0/+4 |
| * | add parsing of constant with unary + | schwarz | 2014-07-27 | 1 | -0/+11 |
| * | ARM64 support. Tests pass under qemu. | Stefano Rivera | 2014-07-24 | 1 | -4/+6 |
| * | Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8", but | Armin Rigo | 2014-07-05 | 1 | -10/+11 |
| * | Update to 0.8.4 | Armin Rigo | 2014-07-05 | 1 | -0/+1 |
| * | Add a passing Windows test | Armin Rigo | 2014-06-29 | 1 | -0/+15 |