summaryrefslogtreecommitdiff
path: root/c/_cffi_backend.c
Commit message (Expand)AuthorAgeFilesLines
* style issues onlyhppaArmin Rigo2022-12-241-4/+4
* Fix the test failures on hppaJohn David Anglin2022-12-181-2/+9
* Issue 553Armin Rigo2022-12-041-0/+2
* dump version to 1.15.1Armin Rigo2022-06-081-1/+1
* issue #535Armin Rigo2022-06-081-1/+23
* #532 Use Py_SET_REFCNT in _cffi_backend.c instead of ob_refcntArmin Rigo2022-04-121-3/+4
* Issue #531Armin Rigo2022-03-291-3/+8
* Bump version to 1.15.0Matt Davis2021-10-121-1/+1
* Bump version to 1.15.0rc2Matt Davis2021-10-041-1/+1
* Bump version to 1.15.0rc1Matt Davis2021-09-171-1/+1
* Bump version to 1.14.6Armin Rigo2021-06-201-1/+1
* #492Armin Rigo2021-02-191-0/+53
* Need a cast here because the type ffi_status is unsignedArmin Rigo2021-02-191-2/+2
* 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-111-1/+1
* gcc-4.4.7: this pragma must not be inside functionsArmin Rigo2020-11-281-13/+16
* bump version to 1.14.4Armin Rigo2020-11-241-1/+1
* 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-141-1/+2
* Fix building `cffi` for macOS with Apple Silicon support + backwards compatib...Max BĂ©langer2020-10-021-47/+83
* bump version to 1.14.3Armin Rigo2020-09-151-1/+1
* 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-151-1/+1
* bump version number to 1.14.1Armin Rigo2020-07-261-1/+1
* Comment moreArmin Rigo2020-07-171-1/+4
* 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-281-38/+38
* Issue #447Armin Rigo2020-05-201-13/+27
* Bump version number to 1.14.0Armin Rigo2020-02-071-1/+1
* Issue #440Armin Rigo2020-01-191-1/+24
* Issue #437Armin Rigo2020-01-051-3/+29
* Issue 436: improve docs and error messageArmin Rigo2020-01-021-2/+2
* update version to 1.13.2Armin Rigo2019-11-031-1/+1
* bump version to 1.13.1Armin Rigo2019-10-211-1/+1
* Issue 421: integer overflow when computing structure sizes in bits and there ...Armin Rigo2019-09-291-30/+49
* Give a RuntimeError when we try to call a null function pointer, similar to howArmin Rigo2019-08-171-0/+6
* Issue #412Armin Rigo2019-06-121-5/+7
* bump version number to 1.13Armin Rigo2019-06-031-1/+1
* Simplify the implementation, cut down the explanations, and allowArmin Rigo2019-06-031-58/+9