| Commit message (Expand) | Author | Age | Files | Lines |
| * | Close branch, ready to mergewin64 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | 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 |
| * | A branch to fix the win64 issues. | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | SIZE_OF_LONG may differ from SIZE_OF_PTR | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
| * | Accept short, long, signed, unsigned as prefixes of a real type (usually | Armin Rigo | 2013-07-30 | 1 | -7/+20 |
| * | Crash with a clear error message in case of built-in but unsupported | Armin Rigo | 2013-07-30 | 2 | -1/+6 |
| * | issue #94: Document | Armin Rigo | 2013-07-29 | 1 | -1/+4 |
| * | We started to add bug fixes to libffi_msvc. | Armin Rigo | 2013-07-28 | 1 | -4/+1 |
| * | Document this | Armin Rigo | 2013-07-28 | 1 | -2/+3 |
| * | Merged in alex_gaynor/cffi-1/alex_gaynor/added-a-long-description-for-pypi-13... | arigo | 2013-07-20 | 0 | -0/+0 |
| |\ |
|
| * | | added a long description for pypi.alex_gaynor/added-a-long-description-for-pypi-1374279083916 | Alex Gaynor | 2013-07-20 | 1 | -0/+12 |
| |/ |
|
| * | 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 | 4 | -21/+18 |
| * | Check in win64.obj, thanks Matti :-) | Armin Rigo | 2013-07-18 | 2 | -5/+6 |
| * | Add the (now-passing) test from issue #92 | Armin Rigo | 2013-07-18 | 1 | -0/+21 |
| * | 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 |
| * | Mention Win64. | Armin Rigo | 2013-07-16 | 1 | -1/+15 |
| * | Tweak the error message | Armin Rigo | 2013-07-14 | 1 | -2/+2 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 7 | -21/+33 |
| * | merge heads | Armin Rigo | 2013-06-19 | 5 | -72/+84 |
| |\ |
|
| | * | Document ffi.new_handle(). | Armin Rigo | 2013-06-19 | 1 | -0/+12 |
| | * | Fix the front-end to work (but still show $ signs) | Armin Rigo | 2013-06-19 | 2 | -3/+5 |
| | * | 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 | 2 | -1/+30 |
| * | Propagate the original OSError, which contains information returned by | Armin Rigo | 2013-06-04 | 1 | -2/+2 |
| * | Fix MSVC bitfields in all tested cases. | Armin Rigo | 2013-06-01 | 3 | -10/+43 |
| * | Fix this test for MSVC | Armin Rigo | 2013-06-01 | 1 | -2/+10 |
| * | MSVC-style bitfields, first attempt | Armin Rigo | 2013-06-01 | 2 | -23/+77 |
| * | Always run the C compiler, even if it's MSVC. Found out that the | Armin Rigo | 2013-06-01 | 1 | -34/+28 |
| * | One more test | Armin Rigo | 2013-06-01 | 1 | -0/+1 |
| * | Oups, fix. | Armin Rigo | 2013-05-31 | 1 | -2/+2 |
| * | issue #82: implement bitfields in a way that is, as far as I can tell, | Armin Rigo | 2013-05-30 | 3 | -94/+174 |
| * | Fixes to the test | Armin Rigo | 2013-05-30 | 1 | -4/+7 |
| * | Improve the tests | Armin Rigo | 2013-05-30 | 1 | -4/+48 |
| * | Failing tests for issue #82. | Armin Rigo | 2013-05-30 | 1 | -1/+50 |
| * | Issue #81 resolved: dir(ffi.verify(...)) | Armin Rigo | 2013-05-30 | 3 | -10/+38 |
| * | issue 87: first stab | Armin Rigo | 2013-05-22 | 4 | -12/+124 |
| * | Bump the version number of 0.7. | Armin Rigo | 2013-05-22 | 6 | -8/+8 |
| * | Fix (motivated by a pypy without cpyext): if we're using vengine_gen.py, | Armin Rigo | 2013-05-20 | 3 | -15/+28 |