| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - One more step in the test. | Armin Rigo | 2012-06-14 | 1 | -0/+7 |
| * | Ignore the declared type for global int constants. | Armin Rigo | 2012-06-14 | 1 | -2/+7 |
| * | Good, we can now declare array fields without specifying the length, | Armin Rigo | 2012-06-13 | 1 | -6/+33 |
| * | Implemented as a hack: be strict about the field types, except | Armin Rigo | 2012-06-13 | 1 | -0/+6 |
| * | Detect mismatches in the size of fields. | Armin Rigo | 2012-06-13 | 1 | -1/+8 |
| * | Completing structs. | Armin Rigo | 2012-06-12 | 1 | -57/+11 |
| * | Move the code around. | Armin Rigo | 2012-06-12 | 1 | -60/+0 |
| * | Progress | Armin Rigo | 2012-06-12 | 1 | -7/+18 |
| * | Fixed the docstring of ffi.verify() to document the new idea. | Armin Rigo | 2012-06-12 | 1 | -6/+54 |
| * | Finish the (non-partial) struct verification. For now useslinux-only | Armin Rigo | 2012-06-12 | 1 | -7/+25 |
| * | In-progress: verify fully-declared structs. | Armin Rigo | 2012-06-12 | 1 | -3/+14 |
| * | Verifying the typedefs, precisely enough to be able to | Armin Rigo | 2012-06-12 | 1 | -10/+8 |
| * | Progress on test_ffi_nonfull_struct(), but unfinished so far. | Armin Rigo | 2012-06-08 | 1 | -10/+36 |
| * | Minimal fix for test_verify: track just "const pointers". | Armin Rigo | 2012-06-08 | 1 | -0/+13 |
| * | Linux-only tweaks until the test passes. | Armin Rigo | 2012-06-08 | 1 | -10/+6 |
| * | Random check-in changing things here and there. | Armin Rigo | 2012-06-08 | 1 | -36/+40 |
| * | Fix for the C backend. | Armin Rigo | 2012-06-06 | 1 | -1/+2 |
| * | Rename the package from "ffi" to "cffi". | Armin Rigo | 2012-06-05 | 1 | -0/+177 |