| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge the two verifiers into two VEngine classes. There is still a little bit | Armin Rigo | 2012-08-04 | 4 | -129/+195 |
| * | Skip the tail of these two tests if not building a CPython C extension | Armin Rigo | 2012-08-04 | 1 | -4/+6 |
| * | Rename these two tests. | Armin Rigo | 2012-08-04 | 1 | -2/+2 |
| * | As discussed on the mailing list: str() -> ffi.string() | Armin Rigo | 2012-08-03 | 3 | -33/+40 |
| * | Found out how to properly generalize the "pass a Python string as | Armin Rigo | 2012-07-30 | 2 | -0/+30 |
| * | In case of repeated values in enums, operations like str(), or the | Armin Rigo | 2012-07-27 | 1 | -0/+6 |
| * | Fix: the code incorrectly accepted e.g. 'ffi.new(ffi.new("int*"))', | Armin Rigo | 2012-07-27 | 1 | -0/+7 |
| * | Improve the test | Armin Rigo | 2012-07-27 | 1 | -0/+1 |
| * | Fix issue16: anonymous enums. | Armin Rigo | 2012-07-27 | 1 | -0/+8 |
| * | Add a test for the 'release-X.Y.tar.bz2' file name. | Armin Rigo | 2012-07-27 | 1 | -0/+4 |
| * | Bump the version number to 0.2.1 | Armin Rigo | 2012-07-27 | 1 | -1/+2 |
| * | Draft the future test for calling convention of callbacks | Armin Rigo | 2012-07-18 | 1 | -0/+19 |
| * | This test works (tested elsewhere). | Armin Rigo | 2012-07-18 | 1 | -3/+0 |
| * | Delete all the mess about _need_size. Instead, document the "proper" | Armin Rigo | 2012-07-17 | 1 | -1/+3 |
| * | Change ffi.new() to take a pointer-to-X instead of directly X, | Armin Rigo | 2012-07-16 | 4 | -107/+104 |
| * | Fixes. It's a bit hacking-until-it-works, but well, it seems to work :-/ | Armin Rigo | 2012-07-16 | 1 | -1/+1 |
| * | Add and document some control over the temporary directory. | Armin Rigo | 2012-07-16 | 2 | -2/+22 |
| * | Test and fix | Armin Rigo | 2012-07-15 | 1 | -1/+10 |
| * | Final fixes. | Armin Rigo | 2012-07-15 | 1 | -9/+9 |
| * | Test and painful fix. | Armin Rigo | 2012-07-15 | 1 | -0/+13 |
| * | Progress. | Armin Rigo | 2012-07-15 | 1 | -8/+8 |
| * | Mark most methods and attributes of class Verifier as "you shouldn't use | Armin Rigo | 2012-07-14 | 1 | -33/+14 |
| * | A list of tests for the new feature of ffi.make_verifier(). | Armin Rigo | 2012-07-14 | 1 | -0/+142 |
| * | Test and fix: keep the two backends in sync | Armin Rigo | 2012-07-13 | 1 | -1/+1 |
| * | Add a test. | Armin Rigo | 2012-07-13 | 1 | -0/+13 |
| * | Tests, and fix for enums. | Armin Rigo | 2012-07-11 | 1 | -0/+19 |
| * | Functions and function pointers as arguments. | Armin Rigo | 2012-07-11 | 1 | -0/+8 |
| * | verify: Function pointer as argument | Armin Rigo | 2012-07-11 | 1 | -0/+8 |
| * | verifier support for wchar_t. | Armin Rigo | 2012-07-09 | 1 | -1/+1 |
| * | Properly skip wchar tests if the backend doesn't support them. | Armin Rigo | 2012-07-09 | 1 | -1/+17 |
| * | Fix tests, part 1 | Armin Rigo | 2012-07-09 | 2 | -23/+39 |
| * | hg merge default | Armin Rigo | 2012-07-08 | 1 | -3/+96 |
| |\ |
|
| | * | hg merge default | Armin Rigo | 2012-06-27 | 1 | -3/+96 |
| | |\ |
|
| | | * | hg merge default | Armin Rigo | 2012-06-26 | 6 | -51/+128 |
| | | |\ |
|
| | | * \ | hg merge default | Armin Rigo | 2012-06-23 | 1 | -3/+96 |
| | | |\ \ |
|
| | | | * | | Let's say that wchar_t is unsigned if and only if it is 2 bytes. | Armin Rigo | 2012-06-23 | 1 | -1/+3 |
| | | | * | | Start by writing tests. | Armin Rigo | 2012-06-20 | 1 | -3/+94 |
| * | | | | | Implement caching of the types across multiple FFI instances. The types | Armin Rigo | 2012-07-08 | 3 | -17/+45 |
| * | | | | | For interactive usage (playing around), add the option ffi.cdef("..", | Armin Rigo | 2012-07-08 | 1 | -1/+10 |
| * | | | | | A test: how you should(?) write a function pointer that you want | Armin Rigo | 2012-07-08 | 1 | -0/+13 |
| * | | | | | Test and fix: from callbacks with 'void' as the result type, you should | Armin Rigo | 2012-07-05 | 1 | -1/+20 |
| * | | | | | Add a skipped test, maybe to implement one day | Armin Rigo | 2012-07-04 | 1 | -0/+11 |
| * | | | | | typo | Armin Rigo | 2012-07-04 | 1 | -1/+1 |
| * | | | | | Test and fix: you keep learning about the C syntax. | Armin Rigo | 2012-07-04 | 1 | -0/+13 |
| * | | | | | Add a test that the version is consistent. | Armin Rigo | 2012-06-29 | 1 | -0/+16 |
| * | | | | | Test and implementation (again) for verify(). | Armin Rigo | 2012-06-29 | 1 | -0/+20 |
| * | | | | | hg backout 0ed9b03dd40d, f0cdef5768b5, 95c88bfbf9f7. | Armin Rigo | 2012-06-29 | 1 | -24/+0 |
| * | | | | | Support the baseline case of functions returning structs. | Armin Rigo | 2012-06-28 | 1 | -0/+24 |
| * | | | | | Fix the issue by declaring it illegal. See comment in _cffi_backend.c for why. | Armin Rigo | 2012-06-28 | 1 | -4/+4 |
| * | | | | | Tweak the test until it fails on 64-bit. | Armin Rigo | 2012-06-28 | 1 | -15/+15 |