| Commit message (Expand) | Author | Age | Files | Lines |
| * | Experimental serialisation of cffi.model types into Python code that instanti...split-verify | Jeremy Thurgood | 2013-10-07 | 1 | -0/+4 |
| * | Port setuptools tests to FFIBuilder | Stefano Rivera | 2013-10-07 | 12 | -77/+102 |
| * | Port distutils_package_2 to FFIBuilder | Stefano Rivera | 2013-10-07 | 5 | -26/+35 |
| * | We'd want to ship ffibuilder in the sdist | Stefano Rivera | 2013-10-07 | 1 | -0/+1 |
| * | Port test_distutils_package_1 to FFIBuilder | Stefano Rivera | 2013-10-07 | 6 | -27/+38 |
| * | Port distutils_module to FFIBuilder | Stefano Rivera | 2013-10-06 | 4 | -24/+32 |
| * | Add verifier_distutils_module, so that we can transition all the other zinteg... | Stefano Rivera | 2013-10-06 | 3 | -0/+31 |
| * | PEP-8 order the test_zintegration imports | Stefano Rivera | 2013-10-06 | 1 | -1/+6 |
| * | Fix (and test) ffi proxy functions. | Jeremy Thurgood | 2013-10-06 | 1 | -0/+70 |
| * | Better API for generated module. | Jeremy Thurgood | 2013-10-06 | 1 | -5/+5 |
| * | Collect built filepaths. | Jeremy Thurgood | 2013-10-06 | 1 | -0/+15 |
| * | Clean up a few things, fix python3 compat. | Jeremy Thurgood | 2013-10-06 | 1 | -12/+10 |
| * | FFIBuilder implementation. | Jeremy Thurgood | 2013-10-05 | 1 | -0/+69 |
| * | (arigo, fijal, jerith) More complicated (and better) juggling of compiler arg... | Jeremy Thurgood | 2013-10-05 | 1 | -7/+10 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 2 | -0/+37 |
| * | issue 102: allow ffi.typeof() to work on functions taking a struct | Armin Rigo | 2013-09-11 | 1 | -0/+10 |
| * | Tweak: like this, pypy-shadowstack crashes systematically | Armin Rigo | 2013-09-03 | 1 | -0/+1 |
| * | Update the version number to 0.7.2 | Armin Rigo | 2013-08-02 | 1 | -0/+1 |
| * | Update the version | Armin Rigo | 2013-08-01 | 1 | -2/+4 |
| * | Don't care too much about the ctypes backend | Armin Rigo | 2013-08-01 | 1 | -0/+2 |
| * | SIZE_OF_LONG may differ from SIZE_OF_PTR | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | Crash with a clear error message in case of built-in but unsupported | Armin Rigo | 2013-07-30 | 1 | -0/+3 |
| * | Add the (now-passing) test from issue #92 | Armin Rigo | 2013-07-18 | 1 | -0/+21 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 3 | -5/+11 |
| * | Fix for the alignment calculation of anonymous and zero sized bitfields on ARM. | David Schneider | 2013-06-16 | 1 | -1/+28 |
| * | Fix MSVC bitfields in all tested cases. | Armin Rigo | 2013-06-01 | 1 | -0/+1 |
| * | Fix this test for MSVC | Armin Rigo | 2013-06-01 | 1 | -2/+10 |
| * | Always run the C compiler, even if it's MSVC. Found out that the | Armin Rigo | 2013-06-01 | 1 | -34/+28 |
| * | One more test | Armin Rigo | 2013-06-01 | 1 | -0/+1 |
| * | Oups, fix. | Armin Rigo | 2013-05-31 | 1 | -2/+2 |
| * | issue #82: implement bitfields in a way that is, as far as I can tell, | Armin Rigo | 2013-05-30 | 1 | -6/+21 |
| * | Fixes to the test | Armin Rigo | 2013-05-30 | 1 | -4/+7 |
| * | Improve the tests | Armin Rigo | 2013-05-30 | 1 | -4/+48 |
| * | Failing tests for issue #82. | Armin Rigo | 2013-05-30 | 1 | -1/+50 |
| * | Issue #81 resolved: dir(ffi.verify(...)) | Armin Rigo | 2013-05-30 | 1 | -0/+15 |
| * | issue 87: first stab | Armin Rigo | 2013-05-22 | 1 | -0/+9 |
| * | Fix for enums used as bitfields. (thanks jerith) | Armin Rigo | 2013-05-05 | 2 | -0/+22 |
| * | Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes, | Armin Rigo | 2013-04-15 | 1 | -0/+16 |
| * | Try to work around issues when running in a buildbot: only writes to stderr. | Armin Rigo | 2013-04-09 | 1 | -58/+45 |
| * | Merged in pjenvey/cffi (pull request #13) | Armin Rigo | 2013-04-06 | 1 | -0/+25 |
| |\ |
|
| | * | Test and fix in the ctypes backend for calling "void *" functions with a | Armin Rigo | 2013-04-06 | 1 | -0/+25 |
| * | | fix handling w/ py3 hasattr, which only swallows AttributeErrors | Philip Jenvey | 2013-04-05 | 1 | -0/+8 |
| * | | py3 compat | Philip Jenvey | 2013-04-05 | 1 | -1/+1 |
| |/ |
|
| * | Hack to support, on top of CPython, older versions of pycparser | Armin Rigo | 2013-04-05 | 1 | -0/+6 |
| * | Check that pycparser was correctly installed, by checking that | Armin Rigo | 2013-04-03 | 1 | -0/+4 |
| * | Backed out changeset 982940f8c484 | Armin Rigo | 2013-04-03 | 1 | -12/+0 |
| * | an attempt to not run it on older virtualenvs | Maciej Fijalkowski | 2013-04-03 | 1 | -0/+12 |
| * | use abspath in tests | Maciej Fijalkowski | 2013-04-03 | 1 | -1/+1 |
| * | some more fixes | Maciej Fijalkowski | 2013-04-02 | 1 | -1/+6 |
| * | skip this if we're on PyPy | Maciej Fijalkowski | 2013-04-02 | 1 | -1/+5 |