summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch, ready to mergewin64Armin Rigo2013-08-010-0/+0
* I have seriously no clue how Win64 ctypes workArmin Rigo2013-08-011-2/+2
* Backed out changeset a0bbd364d7a2Armin Rigo2013-08-011-3/+0
* FixArmin Rigo2013-08-011-0/+3
* Attempted fixArmin Rigo2013-08-011-0/+5
* Bah?Armin Rigo2013-08-011-1/+1
* I fail to see how "cif->bytes ? cif->bytes : 40" means "at least 40".Armin Rigo2013-08-012-2/+7
* A branch to fix the win64 issues.Armin Rigo2013-08-010-0/+0
* SIZE_OF_LONG may differ from SIZE_OF_PTRArmin Rigo2013-08-011-2/+2
* Accept short, long, signed, unsigned as prefixes of a real type (usuallyArmin Rigo2013-07-301-7/+20
* Crash with a clear error message in case of built-in but unsupportedArmin Rigo2013-07-302-1/+6
* issue #94: DocumentArmin Rigo2013-07-291-1/+4
* We started to add bug fixes to libffi_msvc.Armin Rigo2013-07-281-4/+1
* Document thisArmin Rigo2013-07-281-2/+3
* Merged in alex_gaynor/cffi-1/alex_gaynor/added-a-long-description-for-pypi-13...arigo2013-07-200-0/+0
|\
* | added a long description for pypi.alex_gaynor/added-a-long-description-for-pypi-1374279083916Alex Gaynor2013-07-201-0/+12
|/
* Add three tests about callbacks receiving inlined structure argumentsArmin Rigo2013-07-181-0/+55
* Add a testArmin Rigo2013-07-181-0/+17
* Attempt a fix for Win64Armin Rigo2013-07-181-0/+9
* Attempt to get rid of USE_C_LIBFFI_MSVC by really fixing libffi_msvc.Armin Rigo2013-07-184-21/+18
* Check in win64.obj, thanks Matti :-)Armin Rigo2013-07-182-5/+6
* Add the (now-passing) test from issue #92Armin Rigo2013-07-181-0/+21
* Found and fixed the bug.Armin Rigo2013-07-181-0/+2
* I think that this should clean up the (relative) mess of the GC onArmin Rigo2013-07-181-38/+91
* A test, and start to work on a fix, which doesn't work so farArmin Rigo2013-07-162-1/+33
* Mention Win64.Armin Rigo2013-07-161-1/+15
* Tweak the error messageArmin Rigo2013-07-141-2/+2
* Finish the fix for issue #91.Armin Rigo2013-06-197-21/+33
* merge headsArmin Rigo2013-06-195-72/+84
|\
| * Document ffi.new_handle().Armin Rigo2013-06-191-0/+12
| * Fix the front-end to work (but still show $ signs)Armin Rigo2013-06-192-3/+5
| * Attack issue 91; first step.Armin Rigo2013-06-192-69/+67
* | extend and fix test_c.py for ARMDavid Schneider2013-06-161-5/+16
* | check for ARM using a flag like it is done for MSVCDavid Schneider2013-06-161-3/+6
|/
* Fix for the alignment calculation of anonymous and zero sized bitfields on ARM.David Schneider2013-06-162-1/+30
* Propagate the original OSError, which contains information returned byArmin Rigo2013-06-041-2/+2
* Fix MSVC bitfields in all tested cases.Armin Rigo2013-06-013-10/+43
* Fix this test for MSVCArmin Rigo2013-06-011-2/+10
* MSVC-style bitfields, first attemptArmin Rigo2013-06-012-23/+77
* Always run the C compiler, even if it's MSVC. Found out that theArmin Rigo2013-06-011-34/+28
* One more testArmin Rigo2013-06-011-0/+1
* Oups, fix.Armin Rigo2013-05-311-2/+2
* issue #82: implement bitfields in a way that is, as far as I can tell,Armin Rigo2013-05-303-94/+174
* Fixes to the testArmin Rigo2013-05-301-4/+7
* Improve the testsArmin Rigo2013-05-301-4/+48
* Failing tests for issue #82.Armin Rigo2013-05-301-1/+50
* Issue #81 resolved: dir(ffi.verify(...))Armin Rigo2013-05-303-10/+38
* issue 87: first stabArmin Rigo2013-05-224-12/+124
* Bump the version number of 0.7.Armin Rigo2013-05-226-8/+8
* Fix (motivated by a pypy without cpyext): if we're using vengine_gen.py,Armin Rigo2013-05-203-15/+28