| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| |\ |
|
| | * | hg merge enum-as-int | Armin Rigo | 2013-02-12 | 2 | -8/+257 |
| | |\ |
|
| | | * | Add a past path for slice assignment with a cdata-of-same-type source.slicing | Armin Rigo | 2013-02-10 | 2 | -4/+28 |
| | | * | slice assignment. | Armin Rigo | 2013-02-10 | 2 | -7/+89 |
| | | * | Check error paths | Armin Rigo | 2013-02-10 | 2 | -2/+18 |
| | | * | More tests, small fixes | Armin Rigo | 2013-02-10 | 2 | -8/+41 |
| | | * | getting a slice | Armin Rigo | 2013-02-10 | 2 | -6/+100 |
| | * | | Fix enums to use the same rule as gcc: they are actually not always | Armin Rigo | 2013-02-12 | 2 | -43/+174 |
| | * | | Implementation | Armin Rigo | 2013-02-08 | 2 | -105/+62 |
| | |/ |
|
| * | | Implementation | Armin Rigo | 2013-02-10 | 2 | -2/+2 |
| |/ |
|
| * | Passing None as an ``item *`` argument to a function. | Armin Rigo | 2013-02-08 | 2 | -2/+10 |
| * | Move the development to 0.6 | Armin Rigo | 2013-02-08 | 1 | -1/+1 |
| * | Python 3 compat | Armin Rigo | 2013-02-07 | 1 | -2/+4 |
| * | minibuffer: weakref support, and keep alive the argument. | Armin Rigo | 2013-01-10 | 3 | -11/+65 |
| * | 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 |
| * | Try harder to run the tests even if PYTHONPATH was not set and cffi not | Armin Rigo | 2013-01-01 | 1 | -0/+4 |
| * | Fix issue #45: accept unicode strings as the name of the enum constants, | Armin Rigo | 2012-12-27 | 2 | -39/+56 |
| * | 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 | 2 | -0/+15 |
| * | Bump the version to 0.5. | Armin Rigo | 2012-12-04 | 1 | -1/+1 |
| * | Test and fix | Armin Rigo | 2012-11-30 | 2 | -1/+13 |
| * | Accept Python strings or random pointers for a "void *" function argument. | Armin Rigo | 2012-11-30 | 2 | -3/+17 |
| * | Test and fix. | Armin Rigo | 2012-11-29 | 2 | -1/+4 |