summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
...
* #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
* Issue 421: integer overflow when computing structure sizes in bits and there ...Armin Rigo2019-09-292-30/+57
* Give a RuntimeError when we try to call a null function pointer, similar to howArmin Rigo2019-08-172-0/+13
* Issue #413Armin Rigo2019-07-231-10/+32
* Issue #412Armin Rigo2019-06-121-5/+7
* bump version number to 1.13Armin Rigo2019-06-032-2/+2
* on py.py, bytearray buffers are not emulated well enoughArmin Rigo2019-06-031-4/+6
* Simplify the implementation, cut down the explanations, and allowArmin Rigo2019-06-032-93/+36
* Support for from_buffer("type *")Armin Rigo2019-05-262-79/+296
* tp_hash needs the new type Py_hash_t on CPython 3.Armin Rigo2019-04-191-4/+8
* Windows fixArmin Rigo2019-04-191-1/+2
* bump version to 1.12.3Armin Rigo2019-04-112-2/+2
* Two more casesArmin Rigo2019-04-021-0/+4
* improve the test on py2.7Armin Rigo2019-04-021-0/+2
* Shut down a warning from recent CPython versions: int() shouldArmin Rigo2019-04-022-1/+9
* hg merge defaultArmin Rigo2019-04-021-103/+196
|\
| * Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-103/+196
* | attempt to use PyInterpreterState_GetDict()Armin Rigo2019-03-161-12/+25
|/
* Fix (corner case, hard to test)Armin Rigo2019-03-111-2/+6
* Add an extra test directly here, for pypyArmin Rigo2019-03-111-0/+9
* Issue #405Armin Rigo2019-03-111-15/+46
* Document issue 391Armin Rigo2019-03-051-2/+2
* oops, return NULL without setting an exceptionArmin Rigo2019-03-051-0/+5
* bump version number to 1.12.2Armin Rigo2019-02-262-2/+2
* potential fix for Py 3.8Armin Rigo2019-02-251-0/+6
* bump version number to 1.12.1Armin Rigo2019-02-162-2/+2