| Commit message (Expand) | Author | Age | Files | Lines |
| * | A redo of pull request 19: dynamically determine if the C compiler | Armin Rigo | 2013-09-25 | 2 | -6/+3 |
| * | Fix bitfields on big-endian machines | Armin Rigo | 2013-09-01 | 2 | -8/+61 |
| * | Fix for win64 | Armin Rigo | 2013-08-01 | 1 | -1/+6 |
| * | Py3k fix | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | I have seriously no clue how Win64 ctypes work | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | Backed out changeset a0bbd364d7a2 | Armin Rigo | 2013-08-01 | 1 | -3/+0 |
| * | Fix | Armin Rigo | 2013-08-01 | 1 | -0/+3 |
| * | Attempted fix | Armin Rigo | 2013-08-01 | 1 | -0/+5 |
| * | Bah? | Armin Rigo | 2013-08-01 | 1 | -1/+1 |
| * | I fail to see how "cif->bytes ? cif->bytes : 40" means "at least 40". | Armin Rigo | 2013-08-01 | 2 | -2/+7 |
| * | Add three tests about callbacks receiving inlined structure arguments | Armin Rigo | 2013-07-18 | 1 | -0/+55 |
| * | Add a test | Armin Rigo | 2013-07-18 | 1 | -0/+17 |
| * | Attempt a fix for Win64 | Armin Rigo | 2013-07-18 | 1 | -0/+9 |
| * | Attempt to get rid of USE_C_LIBFFI_MSVC by really fixing libffi_msvc. | Armin Rigo | 2013-07-18 | 3 | -20/+18 |
| * | Check in win64.obj, thanks Matti :-) | Armin Rigo | 2013-07-18 | 1 | -0/+0 |
| * | Found and fixed the bug. | Armin Rigo | 2013-07-18 | 1 | -0/+2 |
| * | I think that this should clean up the (relative) mess of the GC on | Armin Rigo | 2013-07-18 | 1 | -38/+91 |
| * | A test, and start to work on a fix, which doesn't work so far | Armin Rigo | 2013-07-16 | 2 | -1/+33 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 2 | -12/+12 |
| * | merge heads | Armin Rigo | 2013-06-19 | 2 | -69/+67 |
| |\ |
|
| | * | Attack issue 91; first step. | Armin Rigo | 2013-06-19 | 2 | -69/+67 |
| * | | extend and fix test_c.py for ARM | David Schneider | 2013-06-16 | 1 | -5/+16 |
| * | | check for ARM using a flag like it is done for MSVC | David Schneider | 2013-06-16 | 1 | -3/+6 |
| |/ |
|
| * | Fix for the alignment calculation of anonymous and zero sized bitfields on ARM. | David Schneider | 2013-06-16 | 1 | -0/+2 |
| * | Fix MSVC bitfields in all tested cases. | Armin Rigo | 2013-06-01 | 2 | -10/+42 |
| * | MSVC-style bitfields, first attempt | Armin Rigo | 2013-06-01 | 2 | -23/+77 |
| * | issue #82: implement bitfields in a way that is, as far as I can tell, | Armin Rigo | 2013-05-30 | 2 | -88/+153 |
| * | issue 87: first stab | Armin Rigo | 2013-05-22 | 2 | -9/+106 |
| * | Bump the version number of 0.7. | Armin Rigo | 2013-05-22 | 2 | -2/+2 |
| * | Test and fix: two pointers of different types can compare equal, but | Armin Rigo | 2013-05-16 | 2 | -6/+12 |
| * | Add a few lines in a test | Armin Rigo | 2013-04-29 | 1 | -0/+3 |
| * | don't assume errno carried over from the previous test | Philip Jenvey | 2013-04-28 | 1 | -0/+1 |
| * | Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes, | Armin Rigo | 2013-04-15 | 2 | -0/+16 |
| * | more | Armin Rigo | 2013-04-04 | 1 | -0/+4 |
| * | Add CFFI_MEM_DEBUG and CFFI_MEM_LEAK defines, to build versions of | Armin Rigo | 2013-04-04 | 1 | -0/+15 |
| * | Merge d0f6755466f7 into default: | Armin Rigo | 2013-03-31 | 2 | -22/+21 |
| |\ |
|
| | * | PyPy compatibility | Armin Rigo | 2013-03-30 | 1 | -6/+7 |
| | * | Fix(?) an issue that only showed up on PPC64 so far, about | Armin Rigo | 2013-03-30 | 1 | -6/+1 |
| | * | Fix for PPC: check that "long double" has more precision than "double" | Armin Rigo | 2013-03-30 | 2 | -15/+18 |
| * | | Cancel again these changes: we can't pass 0 or None to mean NULL. Just | Armin Rigo | 2013-03-07 | 2 | -46/+10 |
| |/ |
|
| * | Test for the 0-to-ptr convertion. | Armin Rigo | 2013-03-02 | 1 | -0/+2 |
| * | Change the hack: instead of passing None for NULL pointers, we pass 0. | Armin Rigo | 2013-02-28 | 2 | -10/+47 |
| * | Python 3 fixes. | Armin Rigo | 2013-02-28 | 1 | -0/+1 |
| * | Skip running this file on top of PyPy. | Armin Rigo | 2013-02-22 | 1 | -0/+3 |
| * | Moving the determination of the base integer type of an enum | Armin Rigo | 2013-02-16 | 2 | -139/+56 |
| * | Kill a debugging print (and make it py3k compatible again) | Armin Rigo | 2013-02-15 | 1 | -1/+0 |
| * | Another test that version number matches. | Armin Rigo | 2013-02-13 | 1 | -1/+5 |
| * | Support the PyPy error message here | Armin Rigo | 2013-02-13 | 1 | -1/+2 |
| * | test and fix | Armin Rigo | 2013-02-13 | 2 | -3/+5 |
| * | hg merge auto-types | Armin Rigo | 2013-02-12 | 2 | -134/+471 |
| |\ |
|