| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | musllinux test updates and wheels, py3.11 beta wheels | Matt Davis | 2022-06-29 | 3 | -6/+10 |
| * | #507 | Armin Rigo | 2021-09-03 | 1 | -0/+2 |
| * | another test fix | Armin Rigo | 2021-06-20 | 1 | -3/+4 |
| * | Issue #478 | Armin Rigo | 2020-10-29 | 1 | -0/+5 |
| * | Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after the | Armin Rigo | 2020-07-28 | 1 | -5/+0 |
| * | more CPython 3.9b5 fixes | Armin Rigo | 2020-07-27 | 2 | -2/+7 |
| * | pff I love Python 3 | Armin Rigo | 2020-07-24 | 1 | -1/+2 |
| * | more of the same, for win64 | Armin Rigo | 2020-07-21 | 1 | -4/+9 |
| * | fix this logic | Armin Rigo | 2020-07-21 | 1 | -4/+1 |
| * | Skip this test by default. It keeps finding corner cases that are bugs of | Armin Rigo | 2020-07-21 | 1 | -6/+9 |
| * | pff, it seems that "running for more than 0.2 seconds" is also a failure cond... | Armin Rigo | 2020-07-21 | 1 | -2/+2 |
| * | A new set of segfaults on Windows using callbacks | Armin Rigo | 2020-07-21 | 1 | -2/+37 |
| * | Keep sys.path, otherwise it's testing another version of _cffi_backend.so | Armin Rigo | 2020-07-19 | 1 | -0/+1 |
| * | Test the callbacks, too | Armin Rigo | 2020-07-19 | 1 | -2/+41 |
| * | force calls via libffi. shows the problem recently solved on windows | Armin Rigo | 2020-07-19 | 1 | -4/+7 |
| * | Check with the real C compiler | Armin Rigo | 2020-07-19 | 1 | -0/+124 |
| * | #453 | Armin Rigo | 2020-05-20 | 1 | -0/+34 |
| * | copy this from pypy | Armin Rigo | 2020-04-16 | 1 | -0/+3 |
| * | Issue #440 | Armin Rigo | 2020-01-19 | 1 | -0/+10 |
| * | Python 3.9 compat | Armin Rigo | 2020-01-07 | 2 | -9/+14 |
| * | fix some gcc warnings | Armin Rigo | 2020-01-05 | 1 | -8/+11 |
| * | fix test for b9a98b040bd7 | Armin Rigo | 2020-01-05 | 1 | -3/+3 |
| * | Issue #437 | Armin Rigo | 2020-01-05 | 1 | -0/+21 |
| * | Tweak the '-Wno-*' arguments passed to gcc during tests | Armin Rigo | 2019-11-07 | 2 | -15/+4 |
| * | Issue #429 | Armin Rigo | 2019-10-21 | 1 | -0/+6 |
| * | Add a warning when we use in cdef() a global variable without also specifying... | Armin Rigo | 2019-10-14 | 5 | -64/+64 |
| * | oops | Armin Rigo | 2019-09-20 | 1 | -2/+2 |
| * | Silence the warning | Armin Rigo | 2019-09-20 | 1 | -1/+1 |
| * | Add another test | Armin Rigo | 2019-07-23 | 1 | -0/+12 |
| * | Issue #413 | Armin Rigo | 2019-07-23 | 1 | -0/+12 |
| * | Issue #412 | Armin Rigo | 2019-06-12 | 1 | -0/+53 |
| * | Support for from_buffer("type *") | Armin Rigo | 2019-05-26 | 1 | -0/+21 |
| * | merge heads | Armin Rigo | 2019-04-02 | 4 | -69/+142 |
| |\ | |||||
| | * | style | Armin Rigo | 2019-04-02 | 1 | -1/+1 |
| | * | Fix deprecated uses of pytest.raises() | Ronan Lamy | 2019-03-12 | 4 | -69/+142 |
| * | | py3.8 fixes | Armin Rigo | 2019-03-16 | 1 | -1/+2 |
| |/ | |||||
| * | Tweaks to the pkgconfig support | Armin Rigo | 2019-01-31 | 1 | -17/+68 |
| * | Exception based flow | Michal Vyskocil | 2019-01-09 | 1 | -2/+2 |
| * | Real test of a pkgconfig integration | Michal Vyskocil | 2019-01-08 | 1 | -6/+6 |
| * | merge with latest tip | Michal Vyskocil | 2019-01-08 | 1 | -0/+43 |
| |\ | |||||
| | * | Increase testing coverage and refactor method names | Michal Vyskocil | 2019-01-08 | 1 | -16/+29 |
| | * | code not compatible with python3 | Michal Vyskocil | 2017-05-25 | 1 | -2/+2 |
| | * | add test for pkg-config integration | Michal Vyskocil | 2017-05-25 | 1 | -0/+30 |
| * | | Implement ffi.from_buffer("foo[]", x) | Armin Rigo | 2019-01-07 | 2 | -23/+17 |
| * | | ffi.release() | Armin Rigo | 2019-01-05 | 1 | -0/+29 |
| * | | Issue #394 | Armin Rigo | 2018-12-16 | 2 | -0/+20 |
| * | | Merged in rlamy/cffi (pull request #94) | Armin Rigo | 2018-11-29 | 2 | -5/+5 |
| |\ \ | |||||
| | * | | Move test-only function from cffi/ to testing/ | Ronan Lamy | 2018-11-27 | 2 | -5/+5 |
| * | | | Silence bogus warning | Armin Rigo | 2018-11-27 | 1 | -2/+5 |
| |/ / | |||||
| * | | Add compatibility with pytest 4.0 without breaking older pytests | Armin Rigo | 2018-11-21 | 1 | -1/+6 |
