| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow varsized arrays to appear at a non-last position in case of a | Armin Rigo | 2013-11-08 | 1 | -1/+1 |
| * | Implementation: support a few extra ways to give initialization arguments to ... | Armin Rigo | 2013-11-08 | 1 | -79/+152 |
| * | A redo of pull request 19: dynamically determine if the C compiler | Armin Rigo | 2013-09-25 | 1 | -6/+2 |
| * | Fix bitfields on big-endian machines | Armin Rigo | 2013-09-01 | 1 | -0/+7 |
| * | Py3k fix | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | Attempt to get rid of USE_C_LIBFFI_MSVC by really fixing libffi_msvc. | Armin Rigo | 2013-07-18 | 1 | -13/+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 | 1 | -1/+19 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 1 | -3/+2 |
| * | merge heads | Armin Rigo | 2013-06-19 | 1 | -11/+7 |
| |\ |
|
| | * | Attack issue 91; first step. | Armin Rigo | 2013-06-19 | 1 | -11/+7 |
| * | | 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 | 1 | -6/+30 |
| * | MSVC-style bitfields, first attempt | Armin Rigo | 2013-06-01 | 1 | -16/+57 |
| * | issue #82: implement bitfields in a way that is, as far as I can tell, | Armin Rigo | 2013-05-30 | 1 | -88/+124 |
| * | issue 87: first stab | Armin Rigo | 2013-05-22 | 1 | -9/+80 |
| * | Bump the version number of 0.7. | Armin Rigo | 2013-05-22 | 1 | -1/+1 |
| * | Test and fix: two pointers of different types can compare equal, but | Armin Rigo | 2013-05-16 | 1 | -4/+1 |
| * | Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes, | Armin Rigo | 2013-04-15 | 1 | -0/+9 |
| * | 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 | 1 | -9/+5 |
| |\ |
|
| | * | 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 | 1 | -3/+4 |
| * | | Cancel again these changes: we can't pass 0 or None to mean NULL. Just | Armin Rigo | 2013-03-07 | 1 | -24/+3 |
| |/ |
|
| * | Change the hack: instead of passing None for NULL pointers, we pass 0. | Armin Rigo | 2013-02-28 | 1 | -9/+25 |
| * | Python 3 fixes. | Armin Rigo | 2013-02-28 | 1 | -0/+1 |
| * | Moving the determination of the base integer type of an enum | Armin Rigo | 2013-02-16 | 1 | -73/+17 |
| * | test and fix | Armin Rigo | 2013-02-13 | 1 | -2/+2 |
| * | hg merge auto-types | Armin Rigo | 2013-02-12 | 1 | -107/+285 |
| |\ |
|
| | * | hg merge enum-as-int | Armin Rigo | 2013-02-12 | 1 | -8/+175 |
| | |\ |
|
| | | * | Add a past path for slice assignment with a cdata-of-same-type source.slicing | Armin Rigo | 2013-02-10 | 1 | -4/+14 |
| | | * | slice assignment. | Armin Rigo | 2013-02-10 | 1 | -7/+73 |
| | | * | Check error paths | Armin Rigo | 2013-02-10 | 1 | -2/+1 |
| | | * | More tests, small fixes | Armin Rigo | 2013-02-10 | 1 | -8/+22 |
| | | * | getting a slice | Armin Rigo | 2013-02-10 | 1 | -6/+84 |
| | * | | Fix enums to use the same rule as gcc: they are actually not always | Armin Rigo | 2013-02-12 | 1 | -38/+93 |
| | * | | Implementation | Armin Rigo | 2013-02-08 | 1 | -83/+39 |
| | |/ |
|
| * | | Implementation | Armin Rigo | 2013-02-10 | 1 | -1/+1 |
| |/ |
|
| * | Passing None as an ``item *`` argument to a function. | Armin Rigo | 2013-02-08 | 1 | -2/+8 |
| * | Move the development to 0.6 | Armin Rigo | 2013-02-08 | 1 | -1/+1 |
| * | minibuffer: weakref support, and keep alive the argument. | Armin Rigo | 2013-01-10 | 1 | -1/+1 |
| * | Test and fix for issue #51: unlike what is documented, we can't pass a | Armin Rigo | 2013-01-07 | 1 | -15/+9 |
| * | Code simplification: instead of allocating & freeing some strings around | Armin Rigo | 2013-01-06 | 1 | -58/+36 |
| * | Fix issue #45: accept unicode strings as the name of the enum constants, | Armin Rigo | 2012-12-27 | 1 | -39/+50 |
| * | Add the _WIN constant on _cffi_backend (unused for now) | Armin Rigo | 2012-12-27 | 1 | -0/+8 |
| * | Add 'relements' to enum ctypes. | Armin Rigo | 2012-12-14 | 1 | -0/+11 |
| * | Bump the version to 0.5. | Armin Rigo | 2012-12-04 | 1 | -1/+1 |