| Commit message (Expand) | Author | Age | Files | Lines |
| * | py3k compat | Armin Rigo | 2015-12-07 | 1 | -1/+6 |
| * | hg merge default | Armin Rigo | 2015-11-23 | 2 | -1/+33 |
| |\ |
|
| | * | issue #233: ffi.init_once() | Armin Rigo | 2015-11-23 | 1 | -0/+32 |
| | * | fix | Armin Rigo | 2015-11-17 | 1 | -1/+1 |
| * | | Write one error message directly to stderr instead of sys.stderr. This | Armin Rigo | 2015-11-18 | 1 | -27/+5 |
| * | | Fix cparser | Armin Rigo | 2015-11-18 | 1 | -8/+22 |
| * | | Parsing CFFI_CALL_PYTHON in the cdef | Armin Rigo | 2015-11-12 | 1 | -0/+14 |
| |/ |
|
| * | Give a warning instead of crashing; in this way we can call the next | Armin Rigo | 2015-11-06 | 1 | -0/+3 |
| * | Complain more readily about opaque enums, by refusing to guess which | Armin Rigo | 2015-11-05 | 1 | -1/+10 |
| * | Allow different formattings of the underlying "%p" | Armin Rigo | 2015-11-03 | 1 | -1/+2 |
| * | Issue #228: "bool" not working in out-of-line FFI objects. Same problem | Armin Rigo | 2015-11-02 | 1 | -27/+5 |
| * | Found a pycparser issue. Work around it by adding some parentheses in | Armin Rigo | 2015-11-02 | 1 | -0/+35 |
| * | Fix the error we get for 'int f(unknown_type);' | Armin Rigo | 2015-11-02 | 1 | -0/+7 |
| * | wchar_t can be signed or not, apparently, even on the same platform (arm | Armin Rigo | 2015-10-22 | 1 | -3/+4 |
| * | Backed out changeset fbe55ed7e5e2 | Armin Rigo | 2015-10-21 | 1 | -7/+0 |
| * | Issue #225: Ignore basic SAL annotations on Windows. | Armin Rigo | 2015-10-20 | 1 | -0/+7 |
| * | fix corner case of writing "typdef char INT8, *PINT8;" on Windows | Armin Rigo | 2015-10-18 | 1 | -0/+6 |
| * | win32 fix | Armin Rigo | 2015-10-16 | 1 | -1/+2 |
| * | win32 fix | Armin Rigo | 2015-10-16 | 1 | -1/+4 |
| * | win64 fix | Armin Rigo | 2015-10-16 | 1 | -2/+2 |
| * | win64 fix | Armin Rigo | 2015-10-16 | 1 | -1/+1 |
| * | win64 fix | Armin Rigo | 2015-10-16 | 1 | -7/+13 |
| * | Comment out the prints (not py3) | Armin Rigo | 2015-10-08 | 1 | -6/+6 |
| * | ffi.memmove() | Armin Rigo | 2015-10-08 | 1 | -0/+53 |
| * | remove the debug printfs | Armin Rigo | 2015-10-06 | 1 | -12/+12 |
| * | Fix remaining tests | Armin Rigo | 2015-10-06 | 1 | -1/+1 |
| * | more of the same | Armin Rigo | 2015-10-06 | 1 | -4/+4 |
| * | Aargh, WINAPI is not a macro?? | Armin Rigo | 2015-10-06 | 1 | -9/+21 |
| * | more test fixes | Armin Rigo | 2015-10-06 | 1 | -7/+25 |
| * | Another passing test | Armin Rigo | 2015-10-06 | 1 | -6/+33 |
| * | Fix test | Armin Rigo | 2015-10-06 | 1 | -38/+31 |
| * | start to fix tests | Armin Rigo | 2015-10-06 | 2 | -27/+27 |
| * | Support directly __stdcall or WINAPI (or __cdecl, ignored) inside | Armin Rigo | 2015-10-06 | 1 | -0/+14 |
| * | in-progress, but found a problem | Armin Rigo | 2015-10-06 | 1 | -18/+125 |
| * | check that the function types are really incompatible | Armin Rigo | 2015-10-05 | 1 | -0/+7 |
| * | non-windows fixes | Armin Rigo | 2015-10-05 | 1 | -4/+6 |
| * | Starting, with exactly two function types: no-abi (i.e. cdecl on windows), or... | Armin Rigo | 2015-10-05 | 1 | -8/+12 |
| * | A branch to implement "__stdcall" more completely on Windows. Initial tests | Armin Rigo | 2015-10-05 | 2 | -1/+45 |
| * | 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 |
| * | test fix | Armin Rigo | 2015-09-30 | 1 | -1/+1 |
| * | add a passing test | Armin Rigo | 2015-09-30 | 1 | -0/+13 |
| * | Fix the verify() for const fields too, because it's very easy | Armin Rigo | 2015-09-30 | 1 | -0/+10 |
| * | in-progress: add qualifiers through model.py, cparser.py, and recompiler.py | Armin Rigo | 2015-09-30 | 2 | -6/+22 |
| * | The symbol "myprintf" seems to conflict on some machines. Use a | Armin Rigo | 2015-09-27 | 1 | -3/+3 |
| * | Test and fix: don't crash if there is a partial enum in the cdef() | Armin Rigo | 2015-09-26 | 1 | -1/+1 |
| * | Issue #221: forbid values from enums with "..." from being accessed | Armin Rigo | 2015-09-23 | 1 | -1/+9 |
| * | Support "\" escapes in a #define | Armin Rigo | 2015-07-30 | 1 | -0/+12 |
| * | Handle line continuations in the "//" comments | Armin Rigo | 2015-07-30 | 1 | -0/+17 |
| * | Issue #214: parse function declarations like "int foo(void_t);" where | Armin Rigo | 2015-07-30 | 1 | -0/+7 |