summaryrefslogtreecommitdiff
path: root/testing/cffi1
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test and fix: the "bool" type in C++Armin Rigo2016-06-051-0/+7
* Haaaack! Have 'lib.__class__' return &PyModule_Type. It makesArmin Rigo2016-05-251-2/+2
* Fix tests in 'testing' to account for e7ca388b0197 (I only fixed theArmin Rigo2016-05-081-3/+9
* Re-add this hack, removed in 51f1337c9b4c; but this time only in testsArmin Rigo2016-04-211-0/+8
* Windows fix: 'struct a' is a great name for being predefined and not reusableArmin Rigo2016-04-211-9/+9
* Support help(lib.foo)Armin Rigo2016-04-191-3/+15
* Issue #254: extern "Python+C"Armin Rigo2016-04-181-1/+32
* Remove again ffi.rawstring(), and implement instead ffi.unpack().Armin Rigo2016-04-161-9/+4
* Python3 compatArmin Rigo2016-04-151-3/+3
* ffi.rawstring(), with a minimal interfaceArmin Rigo2016-04-151-0/+12
* Change the API of ffi.list_types()Armin Rigo2016-03-301-10/+10
* ffi.list_types()Armin Rigo2016-03-272-13/+124
* Issue #245: __stdcall not generated correctly on extern "Python" functionsArmin Rigo2016-02-041-0/+30
* Allow testing against installed package (which has egg_info already)Stefano Rivera2016-01-171-1/+2
* fix when running this test in the same process as ../cffi0/test_verify.py (fo...Armin Rigo2016-01-161-5/+5
* here tooArmin Rigo2016-01-161-2/+2
* win32Armin Rigo2016-01-161-1/+1
* Trying a different hack: stop patching SO and EXT_SUFFIX inArmin Rigo2016-01-161-22/+6
* refactor details, start writing docsArmin Rigo2016-01-131-4/+61
* Add a passing test about "from mymodule import *"Armin Rigo2016-01-061-0/+7
* Add a __class__ attribute on lib objectsArmin Rigo2015-12-112-0/+3
* py3k compatArmin Rigo2015-12-091-1/+5
* hg merge static-callbackArmin Rigo2015-12-072-4/+224
|\
| * py3k compatArmin Rigo2015-12-072-9/+14
| * hg merge defaultArmin Rigo2015-11-231-0/+39
| |\
| * | Change the @ffi.def_extern() decorator to not automatically replace theArmin Rigo2015-11-201-14/+16
| * | Write one error message directly to stderr instead of sys.stderr. ThisArmin Rigo2015-11-181-10/+2
| * | update the code to use 'extern "Python"'Armin Rigo2015-11-181-62/+64
| * | hg merge defaultArmin Rigo2015-11-161-2/+5
| |\ \
| * | | More tests for what I thought would work because it uses the same codeArmin Rigo2015-11-151-1/+42
| * | | tests tests testsArmin Rigo2015-11-131-8/+61