| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finish the (non-partial) struct verification. For now useslinux-only | Armin Rigo | 2012-06-12 | 3 | -22/+46 |
| * | In-progress: verify fully-declared structs. | Armin Rigo | 2012-06-12 | 10 | -56/+87 |
| * | Verifying the typedefs, precisely enough to be able to | Armin Rigo | 2012-06-12 | 5 | -14/+27 |
| * | Progress on test_ffi_nonfull_struct(), but unfinished so far. | Armin Rigo | 2012-06-08 | 5 | -35/+76 |
| * | Minimal fix for test_verify: track just "const pointers". | Armin Rigo | 2012-06-08 | 2 | -2/+20 |
| * | More tweaks, and a test that doesn't pass so far because of the "const" | Armin Rigo | 2012-06-08 | 3 | -18/+33 |
| * | Linux-only tweaks until the test passes. | Armin Rigo | 2012-06-08 | 4 | -33/+35 |
| * | Random check-in changing things here and there. | Armin Rigo | 2012-06-08 | 6 | -55/+51 |
| * | A branch to try to rework verify(). The plan on this branch | Armin Rigo | 2012-06-08 | 0 | -0/+0 |
| * | The point of this is to detect broken signatures, which doesn't | Armin Rigo | 2012-06-08 | 1 | -0/+7 |
| * | Ignore .orig files | Armin Rigo | 2012-06-08 | 1 | -0/+1 |
| * | Bah, forgot this (but the test doesn't fail?). | Armin Rigo | 2012-06-07 | 1 | -0/+2 |
| * | Fix for the special case of setting 1. | Armin Rigo | 2012-06-07 | 2 | -5/+33 |
| * | Fix the test (by changing it), and fix the test (by changing the tested | Armin Rigo | 2012-06-07 | 2 | -2/+2 |
| * | Rename "new" to "newp" in the test too. | Armin Rigo | 2012-06-07 | 1 | -42/+42 |
| * | A failing test. | Armin Rigo | 2012-06-07 | 1 | -0/+5 |
| * | Document the types, and mention a potential addition of wchar_t. | Armin Rigo | 2012-06-07 | 1 | -10/+10 |
| * | Minor stuff | Armin Rigo | 2012-06-06 | 1 | -3/+4 |
| * | Fix for the C backend. | Armin Rigo | 2012-06-06 | 4 | -10/+12 |
| * | Reformat and mention the mailing list. | Armin Rigo | 2012-06-06 | 1 | -13/+25 |
| * | Test and fix. | Armin Rigo | 2012-06-06 | 2 | -5/+16 |
| * | Test and fix. | Armin Rigo | 2012-06-06 | 2 | -1/+13 |
| * | Fix an important corner case. Sadly, it requires yet another dict | Armin Rigo | 2012-06-05 | 2 | -13/+53 |
| * | Rework _get_struct_or_union_type(). I think that it is now more correct | Armin Rigo | 2012-06-05 | 1 | -20/+25 |
| * | Tweaks. | Armin Rigo | 2012-06-05 | 1 | -1/+2 |
| * | Rename the package from "ffi" to "cffi". | Armin Rigo | 2012-06-05 | 17 | -28/+27 |
| * | A minimal hgignore. | Armin Rigo | 2012-06-05 | 1 | -0/+4 |
| * | Add a test with anonymous structures. | Armin Rigo | 2012-06-04 | 1 | -0/+10 |
| * | Merge branch 'master' of github.com:arigo/ffi | Armin Rigo | 2012-06-04 | 2 | -1/+6 |
| |\ |
|
| | * | Mistake in building the function type name. | Armin Rigo | 2012-06-04 | 2 | -1/+6 |
| * | | Merge branch 'api-refactor-2' | fijal | 2012-06-03 | 9 | -305/+488 |
| |\ \
| |/
|/| |
|
| | * | Declare the function correctly | fijal | 2012-06-03 | 3 | -37/+40 |
| | * | Merge branch 'api-refactor-2' of github.com:arigo/ffi into api-refactor-2 | Armin Rigo | 2012-06-03 | 3 | -5/+5 |
| | |\ |
|
| | | * | Rename the backend-level new() to newp(). | Armin Rigo | 2012-06-03 | 3 | -5/+5 |
| | * | | pass all the tests, barring test_verify | fijal | 2012-06-03 | 4 | -41/+39 |
| | * | | enum support | fijal | 2012-06-03 | 4 | -33/+42 |
| | * | | a bit of cleanup + fix for functions | fijal | 2012-06-03 | 2 | -20/+2 |
| | |/ |
|
| | * | progress on functions | fijal | 2012-06-03 | 4 | -24/+63 |
| | * | Union support | fijal | 2012-06-03 | 2 | -5/+14 |
| | * | Merge branch 'master' of github.com:arigo/ffi into api-refactor-2 | fijal | 2012-06-03 | 6 | -222/+365 |
| | |\ |
|
| | | * | Fix hashing issues on recursive structures | fijal | 2012-06-03 | 1 | -3/+18 |
| | | * | more progress. basic structs. | fijal | 2012-06-03 | 4 | -93/+142 |
| | | * | Progress on the model. Now some tests start passing | fijal | 2012-06-03 | 5 | -31/+46 |
| * | | | ffi.gc(), just because it's easy here. | Armin Rigo | 2012-06-03 | 2 | -0/+110 |
| * | | | Fix for the previous checkin. | Armin Rigo | 2012-06-03 | 1 | -0/+4 |
| * | | | Complete the tests. | Armin Rigo | 2012-06-03 | 1 | -2/+9 |
| |/ / |
|
| * | | Test and fix. | Armin Rigo | 2012-06-03 | 2 | -3/+34 |
| * | | Revert "Start working on splitting parser and api (second go)" | fijal | 2012-06-03 | 4 | -199/+135 |
| * | | Merge branch 'master' of github.com:arigo/ffi | fijal | 2012-06-03 | 6 | -9/+85 |
| |\ \
| |/
|/| |
|
| | * | Use _ffi_backend as default. | Armin Rigo | 2012-06-03 | 1 | -2/+8 |