summaryrefslogtreecommitdiff
path: root/testing/cffi1
Commit message (Expand)AuthorAgeFilesLines
...
| * | Move test-only function from cffi/ to testing/Ronan Lamy2018-11-272-5/+5
* | | Silence bogus warningArmin Rigo2018-11-271-2/+5
|/ /
* | Add compatibility with pytest 4.0 without breaking older pytestsArmin Rigo2018-11-211-1/+6
* | CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on PosixArmin Rigo2018-10-141-6/+15
* | point $HOME to empty tempdir rather than a nonexistent pathcreate-tmp-homedirFrank Schaefer2018-08-071-2/+11
* | Issue 364Armin Rigo2018-06-161-0/+6
* | Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-271-3/+1
* | More Windows support for ffi.dlopen(), this time the out-of-line versionArmin Rigo2018-02-161-3/+15
* | test for the recursion in _struct_collecttype(): fails if theArmin Rigo2018-01-311-3/+13
* | Issue #357: fix the out-of-line ABI mode when we see structsArmin Rigo2018-01-311-0/+13
* | Add test for e8b85a3539f2Armin Rigo2018-01-171-0/+8
* | Issue #352Armin Rigo2018-01-101-0/+10
* | 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