| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump version to 1.14.6 | Armin Rigo | 2021-06-20 | 1 | -1/+1 |
| * | #492 | Armin Rigo | 2021-02-19 | 1 | -0/+53 |
| * | Need a cast here because the type ffi_status is unsigned | Armin Rigo | 2021-02-19 | 1 | -2/+2 |
| * | BUG: Fix string memory leak in `b_do_dlopen` | Sebastian Berg | 2021-02-17 | 1 | -2/+7 |
| * | Bump version to 1.14.5 and add whatsnew entry | Armin Rigo | 2021-02-11 | 1 | -1/+1 |
| * | gcc-4.4.7: this pragma must not be inside functions | Armin Rigo | 2020-11-28 | 1 | -13/+16 |
| * | bump version to 1.14.4 | Armin Rigo | 2020-11-24 | 1 | -1/+1 |
| * | fix for yet another way in which old libffi's are not compatible with new lib... | Armin Rigo | 2020-11-24 | 1 | -5/+13 |
| * | Fix what I think will be a compile-time error in some cases | Armin Rigo | 2020-11-20 | 1 | -10/+20 |
| * | Issue #475 | Armin Rigo | 2020-10-14 | 1 | -1/+2 |
| * | Fix building `cffi` for macOS with Apple Silicon support + backwards compatib... | Max Bélanger | 2020-10-02 | 1 | -47/+83 |
| * | bump version to 1.14.3 | Armin Rigo | 2020-09-15 | 1 | -1/+1 |
| * | Don't call PyEval_InitThreads() on CPython >= 3.7, where it should always be a | Armin Rigo | 2020-08-31 | 1 | -2/+4 |
| * | bump version number to 1.14.2 | Armin Rigo | 2020-08-15 | 1 | -1/+1 |
| * | bump version number to 1.14.1 | Armin Rigo | 2020-07-26 | 1 | -1/+1 |
| * | Comment more | Armin Rigo | 2020-07-17 | 1 | -1/+4 |
| * | Windows fix | Armin Rigo | 2020-07-17 | 1 | -1/+1 |
| * | Revert 094d9124341e: not all libffi versions in use have a | Armin Rigo | 2020-07-17 | 1 | -8/+12 |
| * | non-mac: cannot use 'true' in C sources without some more includes; | Armin Rigo | 2020-07-10 | 1 | -7/+7 |
| * | on darwin, arm64 bitfields act like x86_64 | Lawrence D'Anna | 2020-07-09 | 1 | -1/+3 |
| * | MacOS 11, arm64, ffi_prep_cif_var | Lawrence D'Anna | 2020-07-09 | 1 | -5/+22 |
| * | Windows: complain explicitly in _cffi_backend.FFI().dlopen(None) | Armin Rigo | 2020-07-06 | 1 | -0/+7 |
| * | windows fix | Armin Rigo | 2020-07-06 | 1 | -3/+6 |
| * | Always call ffi_prep_closure_loc(), possibly with the extra argument being | Armin Rigo | 2020-07-01 | 1 | -5/+9 |
| * | (untested) don't use deprecated "u" in PyArg_ParseTuple() | Armin Rigo | 2020-06-16 | 1 | -3/+10 |
| * | Oops, 2.7 fix | Armin Rigo | 2020-06-10 | 1 | -3/+4 |
| * | Issue #458 | Armin Rigo | 2020-06-02 | 1 | -2/+5 |
| * | Systematically expose all types on the _cffi_backend module | Armin Rigo | 2020-05-28 | 1 | -38/+38 |
| * | Issue #447 | Armin Rigo | 2020-05-20 | 1 | -13/+27 |
| * | Bump version number to 1.14.0 | Armin Rigo | 2020-02-07 | 1 | -1/+1 |
| * | Issue #440 | Armin Rigo | 2020-01-19 | 1 | -1/+24 |
| * | Issue #437 | Armin Rigo | 2020-01-05 | 1 | -3/+29 |
| * | Issue 436: improve docs and error message | Armin Rigo | 2020-01-02 | 1 | -2/+2 |
| * | update version to 1.13.2 | Armin Rigo | 2019-11-03 | 1 | -1/+1 |
| * | bump version to 1.13.1 | Armin Rigo | 2019-10-21 | 1 | -1/+1 |
| * | Issue 421: integer overflow when computing structure sizes in bits and there ... | Armin Rigo | 2019-09-29 | 1 | -30/+49 |
| * | Give a RuntimeError when we try to call a null function pointer, similar to how | Armin Rigo | 2019-08-17 | 1 | -0/+6 |
| * | Issue #412 | Armin Rigo | 2019-06-12 | 1 | -5/+7 |
| * | bump version number to 1.13 | Armin Rigo | 2019-06-03 | 1 | -1/+1 |
| * | Simplify the implementation, cut down the explanations, and allow | Armin Rigo | 2019-06-03 | 1 | -58/+9 |
| * | Support for from_buffer("type *") | Armin Rigo | 2019-05-26 | 1 | -72/+212 |
| * | tp_hash needs the new type Py_hash_t on CPython 3. | Armin Rigo | 2019-04-19 | 1 | -4/+8 |
| * | bump version to 1.12.3 | Armin Rigo | 2019-04-11 | 1 | -1/+1 |
| * | Shut down a warning from recent CPython versions: int() should | Armin Rigo | 2019-04-02 | 1 | -1/+4 |
| * | Fix (corner case, hard to test) | Armin Rigo | 2019-03-11 | 1 | -2/+6 |
| * | Issue #405 | Armin Rigo | 2019-03-11 | 1 | -15/+46 |
| * | Document issue 391 | Armin Rigo | 2019-03-05 | 1 | -2/+2 |
| * | oops, return NULL without setting an exception | Armin Rigo | 2019-03-05 | 1 | -0/+5 |
| * | bump version number to 1.12.2 | Armin Rigo | 2019-02-26 | 1 | -1/+1 |
| * | bump version number to 1.12.1 | Armin Rigo | 2019-02-16 | 1 | -1/+1 |