summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-294-18/+46
* Support parsing "float _Complex" and "double _Complex" inside parse_c_typeArmin Rigo2017-05-291-0/+7
* hg merge defaultArmin Rigo2017-05-295-4/+37
|\
| * merge default into sirtom67/float_complex.Tom Krauss2017-03-271-1/+2
| |\
| * | tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-274-4/+13
| * | 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
* | | | | Try to systematically include the line numberArmin Rigo2017-05-091-3/+11
* | | | | Issue 314Armin Rigo2017-05-091-1/+14
| |_|_|/ |/| | |
* | | | Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-211-1/+2
|/ / /
* | | Add test for binary operation in enum definitionbinary_enumJean-Sebastien Bevilacqua2017-03-151-1/+2
* | | skip on windowsArmin Rigo2017-03-131-0/+2
* | | python 2.6 compatArmin Rigo2017-03-131-1/+2
* | | silence warningsArmin Rigo2017-03-131-5/+5
|/ /
* | Issue #310: pycparser was recently made stricter and no longer parsesArmin Rigo2017-02-271-2/+2
* | issue #255: comparing primitive cdatasArmin Rigo2017-02-192-20/+21
* | ffi.addressof(lib, "name") now also works in in-line modeArmin Rigo2017-02-071-0/+18
* | Remove a warning that doesn't really make sense here, tweak testsArmin Rigo2017-02-062-1/+7
* | Merged in coronafire/cffi/buffer_richcompare (pull request #76)Armin Rigo2017-02-062-3/+20
|\ \
| * | Add tests for buffer comparisonsAndrew Leech2017-02-032-3/+20
* | | fix the FakeBackend classes for testsArmin Rigo2017-02-062-0/+4
* | | Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-042-0/+2
|/ /
* | complain clearly if set_source() is given a /-separated nameArmin Rigo2017-01-261-0/+5
* | bump version number to 1.10.0Armin Rigo2017-01-231-1/+1
* | 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
* We're interested in --with-pydebug not -dStefano Rivera2016-12-301-3/+4
* Detect packed structs. Improve error messages and test them.Armin Rigo2016-12-223-20/+104
* 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
* test and fix for b6adad5f4ea3, actually reverting some C changes thatArmin Rigo2016-12-061-0/+12
* Fix: the condition "offsetof == sizeof" for being a var-sized arrayArmin Rigo2016-10-293-4/+9
* One more case, this time in CompiledFFI.sizeof().Armin Rigo2016-10-282-5/+10
* Decided to fix ffi.sizeof() too. Update the documentation.Armin Rigo2016-10-271-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
* Revert b84710ae130a again. Ensure we get a warning for every opaqueArmin Rigo2016-10-201-7/+7
* Tweaks, and add extra tests, which fail for now :-/Armin Rigo2016-10-191-1/+11
* typedef int foo_t[...];Armin Rigo2016-09-203-0/+34
* skip testArmin Rigo2016-09-061-0/+3
* Issue #283: initializer for nested anonymous structs inside unionsArmin Rigo2016-09-051-7/+36
* Skip test if setuptools cannot be importedArmin Rigo2016-09-041-1/+4
* Issue #282: probable test and fixArmin Rigo2016-09-031-0/+1
* Backed out changeset 0087e2aec9efArmin Rigo2016-09-037-186/+316
* Windows funArmin Rigo2016-09-031-3/+3
* Kill the ctypes backend.Armin Rigo2016-09-037-316/+186