summaryrefslogtreecommitdiff
path: root/testing/cffi1
Commit message (Expand)AuthorAgeFilesLines
* Issue #343 [patch by david naylor]Armin Rigo2017-11-161-1/+1
* Fix the remaining places for PyPy3. (Originally in Pull Request #82)Armin Rigo2017-09-211-4/+4
* Only run the memory-intensive tests on Linux x86 or x64 machines.Armin Rigo2017-09-201-1/+11
* Python 3Armin Rigo2017-09-161-2/+2
* Update the tests for pycparser 2.18Armin Rigo2017-09-152-3/+8
* Add an optional 'size' argument to ffi.gc(). So far, it has no effectArmin Rigo2017-08-021-0/+58
* Issue #300Armin Rigo2017-07-212-5/+15
* bah, I won't attempt to find the correct #ifdef magic to use on MSVC in C++ m...Armin Rigo2017-06-191-1/+4
* More test fixes on Windows on Python 3Armin Rigo2017-06-192-1/+2
* including <complex.h> fails on some systems with C++Armin Rigo2017-06-041-4/+4
* Didn't figure out how to cleanly define charN_t inside _cffi_include.h.Armin Rigo2017-06-041-0/+5
* Don't pass '-Werror' to MSVCArmin Rigo2017-06-021-1/+1
* hg merge char16_char32_tArmin Rigo2017-06-023-2/+58
|\
| * tweaksArmin Rigo2017-05-311-0/+2
| * fixesArmin Rigo2017-05-311-0/+1
| * in-progressArmin Rigo2017-05-312-1/+46
| * more testsArmin Rigo2017-05-312-1/+3
| * Tests and fixesArmin Rigo2017-05-311-0/+6
* | no-op, but avoids confusion because these two are always listed in theArmin Rigo2017-05-311-1/+1
|/
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-293-14/+40
* Support parsing "float _Complex" and "double _Complex" inside parse_c_typeArmin Rigo2017-05-291-0/+7
* merge default into sirtom67/float_complex.Tom Krauss2017-03-271-1/+2
|\
| * Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-211-1/+2
* | tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-273-2/+10
* | merge default in again.Tom Krauss2017-03-191-0/+24
|\ \ | |/ |/|
| * Merge default in.Tom Krauss2017-03-121-0/+24
| |\
| | * Support for "double _Complex". Skip the test_c tests for nowTom Krauss2017-03-121-0/+24
* | | skip on windowsArmin Rigo2017-03-131-0/+2
* | | silence warningsArmin Rigo2017-03-131-5/+5
|/ /
* | issue #255: comparing primitive cdatasArmin Rigo2017-02-191-10/+10
* | Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-041-0/+1
* | complain clearly if set_source() is given a /-separated nameArmin Rigo2017-01-261-0/+5
* | Add '#pragma GCC visibility push(default)' in case the userArmin Rigo2017-01-171-0/+13
|/
* py3 test fixArmin Rigo2017-01-021-1/+1
* Python 2.6 compatArmin Rigo2016-12-301-1/+5
* Explicitly flush the import machinery cache, in case the filesystem doesn't h...Stefano Rivera2016-12-301-0/+3
* Detect packed structs. Improve error messages and test them.Armin Rigo2016-12-222-13/+84
* A failing testArmin Rigo2016-12-221-0/+22
* Fix/test/expand the error messages we get by using structs/unions asArmin Rigo2016-12-221-0/+76
* fix testArmin Rigo2016-12-071-1/+2
* Fix: the condition "offsetof == sizeof" for being a var-sized arrayArmin Rigo2016-10-292-3/+7
* One more case, this time in CompiledFFI.sizeof().Armin Rigo2016-10-281-4/+9
* Fix testArmin Rigo2016-10-251-5/+8
* Fix what is hopefully the last remaining issues with calculate_variable_array...Armin Rigo2016-10-251-1/+10
* typedef int foo_t[...];Armin Rigo2016-09-202-0/+30
* Windows funArmin Rigo2016-09-031-3/+3
* Add two tests for 34b29a139894Armin Rigo2016-08-221-0/+18
* Avoid a combination where we end up with two incompatible "typedef xxxArmin Rigo2016-08-061-0/+12
* Test and fix: refuse to 'recompile' a cdef that declares a structArmin Rigo2016-07-311-0/+32
* Use Py_LIMITED_API in the generated C extension modules, because doingArmin Rigo2016-07-191-3/+6