summaryrefslogtreecommitdiff
path: root/testing/cffi0
Commit message (Expand)AuthorAgeFilesLines
* Issue 553Armin Rigo2022-12-041-0/+18
* Drop py.code usage from tests, no longer depend on the deprecated py packageMiro Hrončok2022-11-141-1/+2
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro Hrončok2022-11-1111-285/+286
* Tentative fix for issue #542Armin Rigo2022-07-181-2/+11
* musllinux test updates and wheels, py3.11 beta wheelsMatt Davis2022-06-295-7/+27
* fix tuple version and tests to support rcMatt Davis2021-09-211-0/+1
* fix setuptools tests for macossetuptools_test_macos_fixMatt Davis2021-09-031-1/+4
* fix tests for py.test running on CPython v3.10.0b3Armin Rigo2021-06-201-7/+3
* source-only update, to version number 1.14.4-1v1.14.4-1Armin Rigo2020-11-291-1/+6
* add missing includememsetMatti Picus2020-11-011-0/+1
* Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after theArmin Rigo2020-07-281-5/+0
* CPython 3.9b5 fixArmin Rigo2020-07-271-0/+5
* Check with the real C compilerArmin Rigo2020-07-191-89/+0
* Add a hypothesis test. Mostly checks libffi, or our own libffi_msvc on windowsArmin Rigo2020-07-191-0/+89
* ctypes on windows doesn't correctly return 3-bytes structsArmin Rigo2020-07-191-0/+2
* Extra tests for using a 3-bytes struct as a return typeArmin Rigo2020-07-182-0/+47
* on darwin, arm64 bitfields act like x86_64Lawrence D'Anna2020-07-091-2/+12
* #454Armin Rigo2020-05-291-0/+41
* Issue #454Armin Rigo2020-05-261-1/+47
* add missing importmsvcrtMatti Picus2020-04-011-1/+1
* support python2 builds with msvc>13Matti Picus2020-04-011-2/+2
* Issue #440Armin Rigo2020-01-192-0/+23
* Python 3.9 compatArmin Rigo2020-01-071-2/+2
* merge branch 'shortername', thanks mattiArmin Rigo2020-01-061-1/+1
|\
| * tweak how to pass define_macros, shorten module name to not go over 260 charsMatti Picus2020-01-051-1/+1
* | Issue #437Armin Rigo2020-01-051-0/+26
|/
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-071-11/+1
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-144-44/+48
* Fix C integer division. Add modulo.Armin Rigo2019-04-261-0/+26
* merge pull request #96. Thanks Cody!Armin Rigo2019-04-267-51/+175
|\
| * Modernize this, because very recent pytests crash when seeing theArmin Rigo2019-04-191-2/+4
| * merge headsArmin Rigo2019-04-024-48/+96
| |\
| | * Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-124-48/+96
| * | remove useless try/catch, and remove unreachable elif statement.guillaumesottas2019-03-261-4/+1
| * | add support for long/long long C integer constant suffixes, and supportguillaumesottas2019-03-261-3/+36
| * | fix #407 add support for u/U suffix in integer constants (eg. 0xABu, or 0xCDU).guillaumesottas2019-03-251-0/+7
| * | Issue #406: document the failureArmin Rigo2019-03-201-0/+5
| * | py3.8 fixesArmin Rigo2019-03-161-1/+2
| |/
| * Issue #405Armin Rigo2019-03-111-0/+30
| * skip this test with the ctypes backend, for arm64 / pa-risc 64 / risc-v 64 / ...Armin Rigo2019-02-141-0/+2
* | Add support for more binary ops in enum definitions.Cody Piersall2019-02-021-2/+17
|/
* py3 fixArmin Rigo2019-01-291-1/+1
* Backed out changeset 7a76a3815340Armin Rigo2019-01-291-4/+5
* Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-071-3/+9
* ffi.release()Armin Rigo2019-01-051-0/+7
* Issue #394Armin Rigo2018-12-161-0/+10
* CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on PosixArmin Rigo2018-10-141-4/+16
* Issue #384Armin Rigo2018-09-191-0/+1
* Issue #382Armin Rigo2018-09-041-5/+4
* Issue #382Armin Rigo2018-09-041-4/+5