| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix (corner case, hard to test) | Armin Rigo | 2019-03-11 | 1 | -2/+6 |
* | Add an extra test directly here, for pypy | Armin Rigo | 2019-03-11 | 1 | -0/+9 |
* | 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 | 2 | -2/+2 |
* | potential fix for Py 3.8 | Armin Rigo | 2019-02-25 | 1 | -0/+6 |
* | bump version number to 1.12.1 | Armin Rigo | 2019-02-16 | 2 | -2/+2 |
* | oops thanks BlastRock NA for spotting this | Armin Rigo | 2019-01-31 | 1 | -1/+2 |
* | Windows compilation fix | Armin Rigo | 2019-01-29 | 1 | -4/+4 |
* | Issue #362 | Armin Rigo | 2019-01-28 | 2 | -68/+227 |
* | Oops, fix leak on errors | Armin Rigo | 2019-01-08 | 1 | -2/+2 |
* | improve error message | Armin Rigo | 2019-01-08 | 1 | -2/+3 |
* | Implement ffi.from_buffer("foo[]", x) | Armin Rigo | 2019-01-07 | 3 | -53/+161 |
* | ffi.release() | Armin Rigo | 2019-01-05 | 3 | -2/+207 |
* | Fix (very unlikely case though) | Armin Rigo | 2018-12-18 | 1 | -0/+1 |
* | Issue #394 | Armin Rigo | 2018-12-16 | 3 | -7/+29 |
* | CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on Posix | Armin Rigo | 2018-10-14 | 1 | -1/+9 |
* | Issue #384 | Armin Rigo | 2018-09-19 | 1 | -0/+1 |
* | Argh, bogus tests | Armin Rigo | 2018-09-15 | 1 | -4/+0 |
* | More tests | Armin Rigo | 2018-09-15 | 1 | -0/+4 |
* | Extra tests | Armin Rigo | 2018-09-15 | 1 | -0/+10 |
* | Issue 378 | Armin Rigo | 2018-09-13 | 1 | -3/+13 |
* | oops, don't do that if 'ct' is a CT_POINTER | Armin Rigo | 2018-08-30 | 1 | -1/+1 |
* | Use memcpy here | Armin Rigo | 2018-08-30 | 1 | -1/+1 |
* | Issue #379 | Armin Rigo | 2018-08-30 | 2 | -22/+41 |
* | msvc support | Armin Rigo | 2018-08-08 | 1 | -1/+3 |
* | Issue #372 | Armin Rigo | 2018-08-01 | 1 | -2/+7 |
* | no real point in turning this warning into an error | Armin Rigo | 2018-07-10 | 1 | -2/+2 |
* | Last version where we still give this warning, thinking about turning it | Armin Rigo | 2018-07-07 | 1 | -1/+1 |
* | Bump version to 1.12.0 (but not planning a release soon) | Armin Rigo | 2018-07-07 | 2 | -2/+2 |
* | Issue 366 | Armin Rigo | 2018-06-26 | 1 | -10/+22 |
* | Issue 364 | Armin Rigo | 2018-06-16 | 2 | -22/+56 |
* | Py3.7: fix const-correctness | Armin Rigo | 2018-06-01 | 3 | -4/+4 |
* | Issue #363 | Armin Rigo | 2018-04-16 | 2 | -1/+13 |
* | Issue #362 | Armin Rigo | 2018-03-15 | 3 | -11/+72 |
* | Ignore multiple dlclose(), like file.close() does in Python | Armin Rigo | 2018-02-27 | 3 | -18/+15 |
* | Direct tests for close_lib() | Armin Rigo | 2018-02-27 | 1 | -0/+9 |
* | Bump to 1.11.5 | Armin Rigo | 2018-02-27 | 2 | -2/+2 |
* | silence a gcc warning shown in some (recent?) versions of gcc | Armin Rigo | 2018-02-20 | 1 | -8/+10 |
* | More Windows support for ffi.dlopen(), this time the out-of-line version | Armin Rigo | 2018-02-16 | 2 | -57/+60 |
* | Revert these small changes | Armin Rigo | 2018-02-16 | 1 | -4/+4 |
* | Implement ffi.dlclose() for the in-line case | Armin Rigo | 2018-02-16 | 1 | -1/+33 |
* | Trying to fix ffi.dlopen() for unicode filenames on Windows | Armin Rigo | 2018-02-15 | 2 | -13/+49 |
* | Issue #357: fix the out-of-line ABI mode when we see structs | Armin Rigo | 2018-01-31 | 1 | -1/+0 |
* | Issue #356 | Armin Rigo | 2018-01-17 | 1 | -2/+2 |
* | Bump version number to 1.11.4 | Armin Rigo | 2018-01-13 | 2 | -2/+2 |
* | Bump version to 1.11.3 | Armin Rigo | 2018-01-10 | 2 | -2/+2 |
* | Issue #352 | Armin Rigo | 2018-01-10 | 1 | -0/+2 |
* | Bump version number to 1.11.2 | Armin Rigo | 2017-10-08 | 2 | -2/+2 |