| 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 | -5/+95 |
| * | Support ext_package | Stefano Rivera | 2013-10-07 | 1 | -6/+9 |
| * | Allow specifying a parent package | Stefano Rivera | 2013-10-07 | 1 | -15/+23 |
| * | More whitespace | Stefano Rivera | 2013-10-06 | 1 | -1/+1 |
| * | Create lib_dir if it doesn't exist | Stefano Rivera | 2013-10-06 | 1 | -0/+2 |
| * | Avoid setting force_generic_engine twice | Stefano Rivera | 2013-10-06 | 1 | -2/+2 |
| * | I think this is the most horrible thing I have written in months, but... pick... | Jeremy Thurgood | 2013-10-06 | 1 | -3/+6 |
| * | Fix (and test) ffi proxy functions. | Jeremy Thurgood | 2013-10-06 | 1 | -70/+19 |
| * | Add cffi.packaging module which has everything you need for your setup.py | Stefano Rivera | 2013-10-06 | 1 | -0/+21 |
| * | Better API for generated module. | Jeremy Thurgood | 2013-10-06 | 1 | -27/+122 |
| * | Move FFIBuilder into its own module. | Jeremy Thurgood | 2013-10-06 | 3 | -73/+75 |
| * | Collect built filepaths. | Jeremy Thurgood | 2013-10-06 | 1 | -4/+12 |
| * | Clean up a few things, fix python3 compat. | Jeremy Thurgood | 2013-10-06 | 1 | -7/+5 |
| * | FFIBuilder implementation. | Jeremy Thurgood | 2013-10-05 | 3 | -1/+77 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 2 | -11/+4 |
| * | issue 102: allow ffi.typeof() to work on functions taking a struct | Armin Rigo | 2013-09-11 | 2 | -2/+8 |
| * | In this case, we must call backend.load_library() with a path | Armin Rigo | 2013-08-07 | 1 | -1/+3 |
| * | Update the version number to 0.7.2 | Armin Rigo | 2013-08-02 | 1 | -2/+2 |
| * | Bah, fix | Armin Rigo | 2013-08-02 | 1 | -1/+2 |
| * | Update the version | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | Accept short, long, signed, unsigned as prefixes of a real type (usually | Armin Rigo | 2013-07-30 | 1 | -7/+20 |
| * | Crash with a clear error message in case of built-in but unsupported | Armin Rigo | 2013-07-30 | 1 | -1/+3 |
| * | Tweak the error message | Armin Rigo | 2013-07-14 | 1 | -2/+2 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 2 | -4/+10 |
| * | Fix the front-end to work (but still show $ signs) | Armin Rigo | 2013-06-19 | 2 | -3/+5 |
| * | Propagate the original OSError, which contains information returned by | Armin Rigo | 2013-06-04 | 1 | -2/+2 |
| * | Issue #81 resolved: dir(ffi.verify(...)) | Armin Rigo | 2013-05-30 | 2 | -10/+23 |
| * | issue 87: first stab | Armin Rigo | 2013-05-22 | 1 | -3/+9 |
| * | Bump the version number of 0.7. | Armin Rigo | 2013-05-22 | 1 | -2/+2 |
| * | Fix (motivated by a pypy without cpyext): if we're using vengine_gen.py, | Armin Rigo | 2013-05-20 | 3 | -15/+28 |
| * | Python 3 compat | Armin Rigo | 2013-05-10 | 1 | -1/+1 |
| * | Try to preserve the exact error message | Armin Rigo | 2013-05-10 | 1 | -2/+2 |
| * | Fix for enums used as bitfields. (thanks jerith) | Armin Rigo | 2013-05-05 | 2 | -4/+4 |
| * | Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes, | Armin Rigo | 2013-04-15 | 1 | -0/+1 |
| * | Merged in pjenvey/cffi (pull request #13) | Armin Rigo | 2013-04-06 | 1 | -5/+7 |
| |\ |
|
| | * | Test and fix in the ctypes backend for calling "void *" functions with a | Armin Rigo | 2013-04-06 | 1 | -5/+7 |
| * | | fix handling w/ py3 hasattr, which only swallows AttributeErrors | Philip Jenvey | 2013-04-05 | 1 | -1/+4 |
| |/ |
|
| * | Use a relative import. | Armin Rigo | 2013-04-05 | 1 | -1/+1 |
| * | Fix the docstring. | Armin Rigo | 2013-04-04 | 1 | -1/+1 |
| * | fixes | Maciej Fijalkowski | 2013-04-02 | 1 | -2/+6 |
| * | Fix(?) an issue that only showed up on PPC64 so far, about | Armin Rigo | 2013-03-30 | 1 | -1/+1 |
| * | Test and fix for pull request #11: anonymous enums. | Armin Rigo | 2013-03-29 | 1 | -1/+2 |
| * | Fix (also for Python 3). | Armin Rigo | 2013-03-29 | 1 | -1/+1 |
| * | A bit hackish, but solves exactly issue #71: ffi.typeof(builtin_function). | Armin Rigo | 2013-03-28 | 2 | -2/+26 |
| * | Add a comment | Armin Rigo | 2013-03-28 | 1 | -0/+2 |
| * | Fix for a potential race condition in multithreaded programs (hard to test). | Armin Rigo | 2013-03-27 | 1 | -2/+2 |
| * | Issue #67 | Armin Rigo | 2013-03-27 | 1 | -0/+12 |
| * | Check that the backend's version matches the frontend's | Armin Rigo | 2013-03-08 | 1 | -0/+2 |
| * | Refactor get_c_name() in model.py to use the same logic as with the | Armin Rigo | 2013-03-03 | 3 | -42/+61 |
| * | Generate correct type name for pointers to arrays. | Tom Nixon | 2013-03-02 | 3 | -9/+5 |