| Commit message (Expand) | Author | Age | Files | Lines |
| * | Handle the case where someone has made `import weakref` return a weird proxy.alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444 | Alex Gaynor | 2014-02-05 | 1 | -2/+3 |
| * | Issue 131: support ffi.cdef("...", packed=True) | Armin Rigo | 2014-01-14 | 1 | -1/+6 |
| * | Kill is_{signed,unsigned}_type() | Armin Rigo | 2013-12-15 | 1 | -17/+13 |
| * | Due to a CPython bug, we cannot use setdefault() here | Armin Rigo | 2013-11-10 | 1 | -3/+10 |
| * | Bah, setdefault() is not atomic on WeakValueDictionary. | Armin Rigo | 2013-11-10 | 1 | -2/+9 |
| * | Small tweaks | Armin Rigo | 2013-11-10 | 1 | -3/+7 |
| * | Fix some tests | Armin Rigo | 2013-11-08 | 1 | -1/+0 |
| * | Add a test, now passing. Fixes in the front-end. | Armin Rigo | 2013-11-08 | 1 | -7/+11 |
| * | in-progress | Armin Rigo | 2013-11-08 | 1 | -10/+14 |
| * | Issue #113: Test and fix: Values of anonymous enums are not exposed | Armin Rigo | 2013-10-26 | 1 | -0/+6 |
| * | Support partial unions in a way very similar to partial structs. | Armin Rigo | 2013-10-17 | 1 | -12/+7 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 1 | -4/+0 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 1 | -3/+9 |
| * | Fix the front-end to work (but still show $ signs) | Armin Rigo | 2013-06-19 | 1 | -2/+4 |
| * | Refactor get_c_name() in model.py to use the same logic as with the | Armin Rigo | 2013-03-03 | 1 | -40/+58 |
| * | Generate correct type name for pointers to arrays. | Tom Nixon | 2013-03-02 | 1 | -1/+1 |
| * | Moving the determination of the base integer type of an enum | Armin Rigo | 2013-02-16 | 1 | -2/+35 |
| * | Add all standard Windows types (as per a list from some official-looking | Armin Rigo | 2013-02-10 | 1 | -0/+2 |
| * | - add missing file | Armin Rigo | 2013-02-10 | 1 | -2/+0 |
| * | Implementation | Armin Rigo | 2013-02-10 | 1 | -1/+1 |
| * | In-progress: tweaks to support the case of the same StructType being | Armin Rigo | 2012-11-30 | 1 | -11/+15 |
| * | Future-proof fix: the key did not include the funcname. By chance, | Armin Rigo | 2012-11-30 | 1 | -2/+3 |
| * | Generalize the error reporting: attach the name of the current | Armin Rigo | 2012-11-29 | 1 | -0/+4 |
| * | Issue #42: Test and fix | Armin Rigo | 2012-11-28 | 1 | -0/+3 |
| * | Simplification. | Armin Rigo | 2012-11-17 | 1 | -4/+10 |
| * | Minor performance improvement for PyPy. | Armin Rigo | 2012-11-17 | 1 | -0/+2 |
| * | Fix issue #32: turn types like "size_t" into primitive types from the | Armin Rigo | 2012-11-12 | 1 | -5/+39 |
| * | Fixes for Python 3. | Armin Rigo | 2012-10-10 | 1 | -1/+1 |
| * | Fix (thanks Hakan Ardo) | Armin Rigo | 2012-09-27 | 1 | -1/+2 |
| * | Still trying to fix up the ordering of building stuff. One test passes, | Armin Rigo | 2012-09-15 | 1 | -23/+49 |
| * | Improve the error message. | Armin Rigo | 2012-09-13 | 1 | -7/+10 |
| * | Support for "typedef ... *foo_p". | Armin Rigo | 2012-09-11 | 1 | -0/+15 |
| * | Finish hopefully the support for anonymous structs. | Armin Rigo | 2012-08-23 | 1 | -0/+15 |
| * | in-progress | Armin Rigo | 2012-08-23 | 1 | -2/+13 |
| * | Add some more context in the error messages "cannot generate 'struct $1' | Armin Rigo | 2012-08-23 | 1 | -3/+3 |
| * | Fix the tests about "typedef enum". | Armin Rigo | 2012-08-23 | 1 | -10/+10 |
| * | An attempt to port cffi to python3. | Amaury Forgeot d'Arc | 2012-07-29 | 1 | -2/+2 |
| * | Reorganize things a little bit | Armin Rigo | 2012-07-11 | 1 | -2/+0 |
| * | Fix tests, part 1 | Armin Rigo | 2012-07-09 | 1 | -1/+1 |
| * | Simplify the caching logic a little bit. | Armin Rigo | 2012-07-08 | 1 | -44/+22 |
| * | Implement caching of the types across multiple FFI instances. The types | Armin Rigo | 2012-07-08 | 1 | -5/+25 |
| * | Test and fix: you keep learning about the C syntax. | Armin Rigo | 2012-07-04 | 1 | -0/+5 |
| * | Fix: RawFunctionType must not be a superclass of FunctionTypePtr, | Armin Rigo | 2012-06-28 | 1 | -6/+9 |
| * | Finally clean up the distinction between the C types "function" vs | Armin Rigo | 2012-06-26 | 1 | -2/+16 |
| * | Test and fix. | Armin Rigo | 2012-06-17 | 1 | -2/+1 |
| * | Remove the limitation about "typedef ... foo_t", and change the test. | Armin Rigo | 2012-06-17 | 1 | -11/+5 |
| * | Fix the issue. Tests pass but would need some review because it's | Armin Rigo | 2012-06-17 | 1 | -0/+3 |
| * | A non-passing test, a bit annoying: how are we supposed to fill in | Armin Rigo | 2012-06-16 | 1 | -18/+29 |
| * | "Opaque" types, which become just non-filled structs in the backend. | Armin Rigo | 2012-06-14 | 1 | -0/+13 |
| * | Opaque structs. | Armin Rigo | 2012-06-14 | 1 | -2/+6 |