summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
* fix a test that fails in the 3.10 alphas and will start failing on pypy soonfix-attribute-error-test-3.10Carl Friedrich Bolz-Tereick2021-04-241-2/+4
* #492Armin Rigo2021-02-192-1/+92
* Need a cast here because the type ffi_status is unsignedArmin Rigo2021-02-191-2/+2
* fix another (very minor) leak, also found by Sebastian BergArmin Rigo2021-02-181-1/+1
* BUG: Fix string memory leak in `b_do_dlopen`Sebastian Berg2021-02-171-2/+7
* Bump version to 1.14.5 and add whatsnew entryArmin Rigo2021-02-112-2/+2
* add some more testsArmin Rigo2020-12-211-0/+5
* A test that passes on CPython but fails on PyPyArmin Rigo2020-12-211-0/+9
* gcc-4.4.7: this pragma must not be inside functionsArmin Rigo2020-11-281-13/+16
* bump version to 1.14.4Armin Rigo2020-11-242-2/+2
* fix for yet another way in which old libffi's are not compatible with new lib...Armin Rigo2020-11-241-5/+13
* Fix what I think will be a compile-time error in some casesArmin Rigo2020-11-201-10/+20
* Issue #475Armin Rigo2020-10-142-2/+3
* py3Armin Rigo2020-10-141-2/+2
* Fix building `cffi` for macOS with Apple Silicon support + backwards compatib...Max BĂ©langer2020-10-021-47/+83
* explicit test of unaligned pointer reads/writesArmin Rigo2020-09-231-0/+21
* bump version to 1.14.3Armin Rigo2020-09-152-2/+2
* this test is fragile on a non-translated pypy, skip itArmin Rigo2020-09-031-2/+2
* merge headsArmin Rigo2020-08-311-11/+11
|\
| * let the test run directly on pypy tooArmin Rigo2020-08-301-11/+11
* | Don't call PyEval_InitThreads() on CPython >= 3.7, where it should always be aArmin Rigo2020-08-311-2/+4
|/
* bump version number to 1.14.2Armin Rigo2020-08-152-2/+2
* bump version number to 1.14.1Armin Rigo2020-07-262-2/+2
* more of the same, for win64Armin Rigo2020-07-211-0/+5
* next fix, for win64Armin Rigo2020-07-211-0/+2
* #465 Callback returning non-small struct failed on WindowsArmin Rigo2020-07-211-10/+10
* tentative windows fix for 3ea8b17d97f0Armin Rigo2020-07-192-5/+10
* Comment moreArmin Rigo2020-07-171-1/+4
* hack around until I make recent pytest versions happyArmin Rigo2020-07-171-4/+9
* Windows fixArmin Rigo2020-07-171-1/+1
* Revert 094d9124341e: not all libffi versions in use have aArmin Rigo2020-07-171-8/+12
* non-mac: cannot use 'true' in C sources without some more includes;Armin Rigo2020-07-101-7/+7
* on darwin, arm64 bitfields act like x86_64Lawrence D'Anna2020-07-091-1/+3
* MacOS 11, arm64, ffi_prep_cif_varLawrence D'Anna2020-07-091-5/+22
* Windows: complain explicitly in _cffi_backend.FFI().dlopen(None)Armin Rigo2020-07-061-0/+7
* windows fixArmin Rigo2020-07-061-3/+6
* Always call ffi_prep_closure_loc(), possibly with the extra argument beingArmin Rigo2020-07-011-5/+9
* (untested) don't use deprecated "u" in PyArg_ParseTuple()Armin Rigo2020-06-161-3/+10
* Oops, 2.7 fixArmin Rigo2020-06-101-3/+4
* Issue #458Armin Rigo2020-06-021-2/+5
* Systematically expose all types on the _cffi_backend moduleArmin Rigo2020-05-286-63/+79
* Issue #447Armin Rigo2020-05-202-14/+35
* Bump version number to 1.14.0Armin Rigo2020-02-072-2/+2
* #442: memory leak in getwinerror() in py3Armin Rigo2020-02-061-2/+3
* Issue #440Armin Rigo2020-01-191-1/+24
* Issue #437Armin Rigo2020-01-054-9/+40
* Issue 436: improve docs and error messageArmin Rigo2020-01-021-2/+2
* update version to 1.13.2Armin Rigo2019-11-032-2/+2
* bump version to 1.13.1Armin Rigo2019-10-212-2/+2
* Issue #429Armin Rigo2019-10-211-11/+12