summaryrefslogtreecommitdiff
path: root/testing/cffi1
Commit message (Expand)AuthorAgeFilesLines
* py3k compatArmin Rigo2015-12-072-9/+14
* hg merge defaultArmin Rigo2015-11-231-0/+39
|\
| * Copy the PyPy behavior on CPython too: two calls to new_handle(x),Armin Rigo2015-11-231-0/+5
| * issue #233: ffi.init_once()Armin Rigo2015-11-231-0/+34
* | 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
|\ \ | |/
| * Skip this test when run inside pypy, where there is no ../c/commontypes.cArmin 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
* | more testsArmin Rigo2015-11-131-7/+38
* | More tests, make the name optional in ffi.call_python()Armin Rigo2015-11-131-2/+42
* | ffi.call_python()Armin Rigo2015-11-131-0/+10
* | passing testArmin Rigo2015-11-131-2/+11
* | in-progressArmin Rigo2015-11-131-0/+1
* | tweak tweak tweak until we can at least read the function pointer out ofArmin Rigo2015-11-131-0/+1
* | 'long double' is the only primitive type that doesn't necessarily fitArmin Rigo2015-11-131-0/+10
* | Pass and return structsArmin Rigo2015-11-131-0/+12
* | Finally found a way to arrange the generated codeArmin Rigo2015-11-131-0/+11
|/
* One of the Windows common types was lost somehow. Add a testArmin Rigo2015-11-031-2/+18
* Show <ctype 'FILE'> instead of <ctype 'struct _IO_FILE'>Armin Rigo2015-11-031-1/+1
* Issue #228: do the same for "FILE". Only remaining case now is theArmin Rigo2015-11-032-0/+29
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-024-11/+34
* Found a pycparser issue. Work around it by adding some parentheses inArmin Rigo2015-11-021-0/+5
* Propagate "volatile" in addition to "const" and "restrict"Armin Rigo2015-11-021-3/+10
* wchar_t can be signed or not, apparently, even on the same platform (armArmin Rigo2015-10-221-3/+4
* py3 and no-g++ fixesArmin Rigo2015-10-161-2/+2
* win64 fixesArmin Rigo2015-10-161-5/+5
* win64 fixArmin Rigo2015-10-161-1/+1
* Comment out the prints (not py3)Armin Rigo2015-10-081-3/+3
* ffi.memmove()Armin Rigo2015-10-081-0/+53
* remove the debug printfsArmin Rigo2015-10-061-12/+12
* Parse __cdecl and __stdcall in the built-in parserArmin Rigo2015-10-063-20/+41
* Fix remaining testsArmin Rigo2015-10-061-74/+102
* in-progress, but found a problemArmin Rigo2015-10-061-7/+122
* A branch to implement "__stdcall" more completely on Windows. Initial testsArmin Rigo2015-10-051-0/+54
* ARM is documented to have 'unsigned int' as the wchar_t typeArmin Rigo2015-10-051-2/+2
* Fix tests to run on more 32-bit x86esArmin Rigo2015-10-011-0/+3
* Make the type objects mortalArmin Rigo2015-09-301-0/+26
* fixesArmin Rigo2015-09-301-1/+11
* Add more passing testsArmin Rigo2015-09-301-0/+39
* Tests and fixes for "const" fieldsArmin Rigo2015-09-301-0/+40
* in-progress: add qualifiers through model.py, cparser.py, and recompiler.pyArmin Rigo2015-09-301-1/+1
* More of the sameArmin Rigo2015-09-271-3/+3
* Issue #221: forbid values from enums with "..." from being accessedArmin Rigo2015-09-231-1/+8
* Extra testArmin Rigo2015-08-281-0/+2
* Test the various cases, fix issues with rounding, etc.Armin Rigo2015-08-281-2/+41
* Add support for `typedef float... foo_t`.Max Belanger2015-08-271-1/+0
* fix python 3.x compatibility for test_zdistfix-zdist-testFelix Yan2015-08-201-3/+4