| Commit message (Expand) | Author | Age | Files | Lines |
| * | py3k compat | Armin Rigo | 2015-12-07 | 2 | -9/+14 |
| * | hg merge default | Armin Rigo | 2015-11-23 | 1 | -0/+39 |
| |\ |
|
| | * | Copy the PyPy behavior on CPython too: two calls to new_handle(x), | Armin Rigo | 2015-11-23 | 1 | -0/+5 |
| | * | issue #233: ffi.init_once() | Armin Rigo | 2015-11-23 | 1 | -0/+34 |
| * | | Change the @ffi.def_extern() decorator to not automatically replace the | Armin Rigo | 2015-11-20 | 1 | -14/+16 |
| * | | Write one error message directly to stderr instead of sys.stderr. This | Armin Rigo | 2015-11-18 | 1 | -10/+2 |
| * | | update the code to use 'extern "Python"' | Armin Rigo | 2015-11-18 | 1 | -62/+64 |
| * | | hg merge default | Armin Rigo | 2015-11-16 | 1 | -2/+5 |
| |\ \
| |/ |
|
| | * | Skip this test when run inside pypy, where there is no ../c/commontypes.c | Armin Rigo | 2015-11-16 | 1 | -2/+5 |
| * | | More tests for what I thought would work because it uses the same code | Armin Rigo | 2015-11-15 | 1 | -1/+42 |
| * | | tests tests tests | Armin Rigo | 2015-11-13 | 1 | -8/+61 |
| * | | more tests | Armin Rigo | 2015-11-13 | 1 | -7/+38 |
| * | | More tests, make the name optional in ffi.call_python() | Armin Rigo | 2015-11-13 | 1 | -2/+42 |
| * | | ffi.call_python() | Armin Rigo | 2015-11-13 | 1 | -0/+10 |
| * | | passing test | Armin Rigo | 2015-11-13 | 1 | -2/+11 |
| * | | in-progress | Armin Rigo | 2015-11-13 | 1 | -0/+1 |
| * | | tweak tweak tweak until we can at least read the function pointer out of | Armin Rigo | 2015-11-13 | 1 | -0/+1 |
| * | | 'long double' is the only primitive type that doesn't necessarily fit | Armin Rigo | 2015-11-13 | 1 | -0/+10 |
| * | | Pass and return structs | Armin Rigo | 2015-11-13 | 1 | -0/+12 |
| * | | Finally found a way to arrange the generated code | Armin Rigo | 2015-11-13 | 1 | -0/+11 |
| |/ |
|
| * | One of the Windows common types was lost somehow. Add a test | Armin Rigo | 2015-11-03 | 1 | -2/+18 |
| * | Show <ctype 'FILE'> instead of <ctype 'struct _IO_FILE'> | Armin Rigo | 2015-11-03 | 1 | -1/+1 |
| * | Issue #228: do the same for "FILE". Only remaining case now is the | Armin Rigo | 2015-11-03 | 2 | -0/+29 |
| * | Issue #228: "bool" not working in out-of-line FFI objects. Same problem | Armin Rigo | 2015-11-02 | 4 | -11/+34 |
| * | Found a pycparser issue. Work around it by adding some parentheses in | Armin Rigo | 2015-11-02 | 1 | -0/+5 |
| * | Propagate "volatile" in addition to "const" and "restrict" | Armin Rigo | 2015-11-02 | 1 | -3/+10 |
| * | wchar_t can be signed or not, apparently, even on the same platform (arm | Armin Rigo | 2015-10-22 | 1 | -3/+4 |
| * | py3 and no-g++ fixes | Armin Rigo | 2015-10-16 | 1 | -2/+2 |
| * | win64 fixes | Armin Rigo | 2015-10-16 | 1 | -5/+5 |
| * | win64 fix | Armin Rigo | 2015-10-16 | 1 | -1/+1 |
| * | Comment out the prints (not py3) | Armin Rigo | 2015-10-08 | 1 | -3/+3 |
| * | ffi.memmove() | Armin Rigo | 2015-10-08 | 1 | -0/+53 |
| * | remove the debug printfs | Armin Rigo | 2015-10-06 | 1 | -12/+12 |
| * | Parse __cdecl and __stdcall in the built-in parser | Armin Rigo | 2015-10-06 | 3 | -20/+41 |
| * | Fix remaining tests | Armin Rigo | 2015-10-06 | 1 | -74/+102 |
| * | in-progress, but found a problem | Armin Rigo | 2015-10-06 | 1 | -7/+122 |
| * | A branch to implement "__stdcall" more completely on Windows. Initial tests | Armin Rigo | 2015-10-05 | 1 | -0/+54 |
| * | ARM is documented to have 'unsigned int' as the wchar_t type | Armin Rigo | 2015-10-05 | 1 | -2/+2 |
| * | Fix tests to run on more 32-bit x86es | Armin Rigo | 2015-10-01 | 1 | -0/+3 |
| * | Make the type objects mortal | Armin Rigo | 2015-09-30 | 1 | -0/+26 |
| * | fixes | Armin Rigo | 2015-09-30 | 1 | -1/+11 |
| * | Add more passing tests | Armin Rigo | 2015-09-30 | 1 | -0/+39 |
| * | Tests and fixes for "const" fields | Armin Rigo | 2015-09-30 | 1 | -0/+40 |
| * | in-progress: add qualifiers through model.py, cparser.py, and recompiler.py | Armin Rigo | 2015-09-30 | 1 | -1/+1 |
| * | More of the same | Armin Rigo | 2015-09-27 | 1 | -3/+3 |
| * | Issue #221: forbid values from enums with "..." from being accessed | Armin Rigo | 2015-09-23 | 1 | -1/+8 |
| * | Extra test | Armin Rigo | 2015-08-28 | 1 | -0/+2 |
| * | Test the various cases, fix issues with rounding, etc. | Armin Rigo | 2015-08-28 | 1 | -2/+41 |
| * | Add support for `typedef float... foo_t`. | Max Belanger | 2015-08-27 | 1 | -1/+0 |
| * | fix python 3.x compatibility for test_zdistfix-zdist-test | Felix Yan | 2015-08-20 | 1 | -3/+4 |