| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix for win32 | Matti Picus | 2014-03-02 | 1 | -4/+10 |
| * | Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIX | Armin Rigo | 2014-02-28 | 1 | -2/+2 |
| * | Fix test | Armin Rigo | 2014-01-14 | 1 | -1/+2 |
| * | Add locking. Not really tested, apart from the absence of double locking.thread-safe | Armin Rigo | 2013-11-09 | 1 | -2/+3 |
| * | Strip the C line of whitespace in error reporting. | Armin Rigo | 2013-10-24 | 1 | -1/+1 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 1 | -0/+24 |
| * | Python 3 fixes. | Armin Rigo | 2013-02-28 | 1 | -2/+3 |
| * | Add all standard Windows types (as per a list from some official-looking | Armin Rigo | 2013-02-10 | 1 | -0/+32 |
| * | - add missing file | Armin Rigo | 2013-02-10 | 1 | -0/+7 |
| * | Implementation | Armin Rigo | 2013-02-10 | 1 | -0/+7 |
| * | Fix issue #44: ffi.new/cast("undefined") raises confusing exception. | Armin Rigo | 2012-12-29 | 1 | -0/+9 |
| * | Change the default dlopen() flags from RTLD_LAZY to RTLD_NOW. | Armin Rigo | 2012-09-24 | 1 | -1/+1 |
| * | Add ffi.CData and ffi.CType. | Armin Rigo | 2012-09-04 | 1 | -0/+2 |
| * | Fix the tests about "typedef enum". | Armin Rigo | 2012-08-23 | 1 | -0/+8 |
| * | Give a better error message than pycparser's default one | Armin Rigo | 2012-08-22 | 1 | -1/+6 |
| * | Give an earlier error message when trying to declare a function | Armin Rigo | 2012-08-22 | 1 | -0/+7 |
| * | Change ffi.new() to take a pointer-to-X instead of directly X, | Armin Rigo | 2012-07-16 | 1 | -9/+0 |
| * | Implement caching of the types across multiple FFI instances. The types | Armin Rigo | 2012-07-08 | 1 | -11/+20 |
| * | For interactive usage (playing around), add the option ffi.cdef("..", | Armin Rigo | 2012-07-08 | 1 | -1/+10 |
| * | Fix(?) the ctypes backend, as far as the tests are concerned. | Armin Rigo | 2012-06-26 | 1 | -0/+5 |
| * | Fix the issue. Tests pass but would need some review because it's | Armin Rigo | 2012-06-17 | 1 | -2/+1 |
| * | A non-passing test, a bit annoying: how are we supposed to fill in | Armin Rigo | 2012-06-16 | 1 | -1/+16 |
| * | Fix tests for windows. | Armin Rigo | 2012-06-16 | 1 | -2/+5 |
| * | Add support for constants, either via "static sometype const x;" | Armin Rigo | 2012-06-15 | 1 | -1/+8 |
| * | Rename ffi.rawload() to ffi.dlopen(). | Armin Rigo | 2012-06-14 | 1 | -7/+7 |
| * | Remove comments. | Armin Rigo | 2012-06-14 | 1 | -0/+17 |
| * | Fix test. | Armin Rigo | 2012-06-12 | 1 | -7/+12 |
| * | In-progress: verify fully-declared structs. | Armin Rigo | 2012-06-12 | 1 | -1/+1 |
| * | Linux-only tweaks until the test passes. | Armin Rigo | 2012-06-08 | 1 | -5/+5 |
| * | Fix for the C backend. | Armin Rigo | 2012-06-06 | 1 | -2/+2 |
| * | Test and fix. | Armin Rigo | 2012-06-06 | 1 | -1/+10 |
| * | Test and fix. | Armin Rigo | 2012-06-06 | 1 | -0/+12 |
| * | Rename the package from "ffi" to "cffi". | Armin Rigo | 2012-06-05 | 1 | -1/+1 |
| * | pass all the tests, barring test_verify | fijal | 2012-06-03 | 1 | -2/+2 |
| * | Make the tests pass (or skip). | Armin Rigo | 2012-06-01 | 1 | -8/+16 |
| * | Fix some of the fake functions. | Alex Gaynor | 2012-05-31 | 1 | -3/+3 |
| * | Start writing a C extension module for CPython. | Armin Rigo | 2012-05-27 | 1 | -0/+3 |
| * | Shuffle a bit the API between the front-end and the backend. | Armin Rigo | 2012-05-27 | 1 | -3/+3 |
| * | Kill backend_base.py. | Armin Rigo | 2012-05-27 | 1 | -7/+9 |
| * | Bit fields. | Armin Rigo | 2012-05-22 | 1 | -1/+1 |
| * | - typedefs, handled entirely in the front-end. | Armin Rigo | 2012-05-20 | 1 | -0/+34 |
| * | Integrate function types with the other types. | Armin Rigo | 2012-05-20 | 1 | -15/+10 |
| * | Minor refactoring. | Armin Rigo | 2012-05-20 | 1 | -1/+1 |
| * | Fix. | Armin Rigo | 2012-05-20 | 1 | -3/+3 |
| * | Fix these tests and add one. | Armin Rigo | 2012-05-20 | 1 | -3/+15 |
| * | First rough implementation of pointers. | Armin Rigo | 2012-05-19 | 1 | -2/+2 |
| * | change file layout | Ronny Pfannschmidt | 2012-05-17 | 1 | -0/+44 |