| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace py.test usage with pytest, explicitly require py for testspy.test | Miro HronĨok | 2022-11-11 | 1 | -92/+92 |
| * | musllinux test updates and wheels, py3.11 beta wheels | Matt Davis | 2022-06-29 | 1 | -2/+2 |
| * | 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 | 1 | -0/+5 |
| * | Tweak the '-Wno-*' arguments passed to gcc during tests | Armin Rigo | 2019-11-07 | 1 | -13/+1 |
| * | Add a warning when we use in cdef() a global variable without also specifying... | Armin Rigo | 2019-10-14 | 1 | -33/+33 |
| * | merge heads | Armin Rigo | 2019-04-02 | 1 | -6/+13 |
| |\ |
|
| | * | Fix deprecated uses of pytest.raises() | Ronan Lamy | 2019-03-12 | 1 | -6/+13 |
| * | | py3.8 fixes | Armin Rigo | 2019-03-16 | 1 | -1/+2 |
| |/ |
|
| * | Move test-only function from cffi/ to testing/ | Ronan Lamy | 2018-11-27 | 1 | -3/+3 |
| * | Fix the remaining places for PyPy3. (Originally in Pull Request #82) | Armin Rigo | 2017-09-21 | 1 | -4/+4 |
| * | Only run the memory-intensive tests on Linux x86 or x64 machines. | Armin Rigo | 2017-09-20 | 1 | -1/+11 |
| * | Python 3 | Armin Rigo | 2017-09-16 | 1 | -2/+2 |
| * | Update the tests for pycparser 2.18 | Armin Rigo | 2017-09-15 | 1 | -1/+4 |
| * | Add an optional 'size' argument to ffi.gc(). So far, it has no effect | Armin Rigo | 2017-08-02 | 1 | -0/+58 |
| * | Issue #300 | Armin Rigo | 2017-07-21 | 1 | -4/+14 |
| * | more tests | Armin Rigo | 2017-05-31 | 1 | -1/+1 |
| * | More tweaks, more tests, try harder to avoid including <complex.h> | Armin Rigo | 2017-05-29 | 1 | -2/+5 |
| * | tests pass. Had to #include <complex.h> - might want to make that optional | Tom Krauss | 2017-03-27 | 1 | -1/+1 |
| * | Detect packed structs. Improve error messages and test them. | Armin Rigo | 2016-12-22 | 1 | -7/+20 |
| * | Fix: the condition "offsetof == sizeof" for being a var-sized array | Armin Rigo | 2016-10-29 | 1 | -1/+2 |
| * | One more case, this time in CompiledFFI.sizeof(). | Armin Rigo | 2016-10-28 | 1 | -4/+9 |
| * | ffi.list_types() | Armin Rigo | 2016-03-27 | 1 | -13/+2 |
| * | fix when running this test in the same process as ../cffi0/test_verify.py (fo... | Armin Rigo | 2016-01-16 | 1 | -5/+5 |
| * | here too | Armin Rigo | 2016-01-16 | 1 | -2/+2 |
| * | Issue #228: do the same for "FILE". Only remaining case now is the | Armin Rigo | 2015-11-03 | 1 | -0/+23 |
| * | Issue #228: "bool" not working in out-of-line FFI objects. Same problem | Armin Rigo | 2015-11-02 | 1 | -9/+0 |
| * | Found a pycparser issue. Work around it by adding some parentheses in | Armin Rigo | 2015-11-02 | 1 | -0/+5 |
| * | Parse __cdecl and __stdcall in the built-in parser | Armin Rigo | 2015-10-06 | 1 | -19/+0 |
| * | Fix tests to run on more 32-bit x86es | Armin Rigo | 2015-10-01 | 1 | -0/+3 |
| * | in-progress: add qualifiers through model.py, cparser.py, and recompiler.py | Armin Rigo | 2015-09-30 | 1 | -1/+1 |
| * | More of the same | Armin Rigo | 2015-09-27 | 1 | -3/+3 |
| * | Refactor the way global variables are accessed. Now, every access to | Armin Rigo | 2015-07-03 | 1 | -0/+24 |
| * | Write a test for issue #212 | Armin Rigo | 2015-07-03 | 1 | -0/+12 |
| * | Actually, we can test directly that getptr() returns the address of the | Armin Rigo | 2015-05-31 | 1 | -4/+1 |
| * | Trying to change the test to match the real use case more closely | Armin Rigo | 2015-05-31 | 1 | -13/+11 |
| * | Remove old 'flags=' which is just ignored by distutils | Armin Rigo | 2015-05-31 | 1 | -2/+1 |
| * | Check that the types declared with "typedef int... foo_t;" are really | Armin Rigo | 2015-05-30 | 1 | -1/+8 |
| * | Issues 69, 73: add the syntax "typedef int... foo_t;". | Armin Rigo | 2015-05-30 | 1 | -0/+24 |
| * | (kostialopuhin, pull request) | Armin Rigo | 2015-05-22 | 1 | -1/+1 |
| * | Clean up | Armin Rigo | 2015-05-16 | 1 | -2/+8 |
| * | the big Moving Files Around step | Armin Rigo | 2015-05-12 | 1 | -0/+2201 |