| Commit message (Expand) | Author | Age | Files | Lines |
| * | hg merge default | Armin Rigo | 2015-11-30 | 1 | -1/+2 |
| |\ |
|
| | * | Update this doc, which ends up (also) in C sources produced by | Armin Rigo | 2015-11-23 | 1 | -1/+2 |
| * | | hg merge default | Armin Rigo | 2015-11-23 | 1 | -0/+25 |
| |\ \
| |/ |
|
| | * | issue #233: ffi.init_once() | Armin Rigo | 2015-11-23 | 1 | -0/+25 |
| * | | update the code to use 'extern "Python"' | Armin Rigo | 2015-11-18 | 3 | -22/+23 |
| * | | Fix cparser | Armin Rigo | 2015-11-18 | 2 | -19/+64 |
| * | | Need an explicit cast here | Armin Rigo | 2015-11-16 | 1 | -1/+2 |
| * | | hg merge default | Armin Rigo | 2015-11-15 | 2 | -3/+5 |
| |\ \
| |/ |
|
| | * | py3 compat | Armin Rigo | 2015-11-14 | 1 | -1/+3 |
| | * | update version to 1.3.1 | Armin Rigo | 2015-11-14 | 1 | -2/+2 |
| * | | tweak the pypy-only generated code | Armin Rigo | 2015-11-15 | 2 | -1/+5 |
| * | | ffi.call_python() | Armin Rigo | 2015-11-13 | 2 | -4/+2 |
| * | | in-progress | Armin Rigo | 2015-11-13 | 2 | -6/+11 |
| * | | in-progress | Armin Rigo | 2015-11-13 | 1 | -2/+7 |
| * | | tweak tweak tweak until we can at least read the function pointer out of | Armin Rigo | 2015-11-13 | 4 | -77/+59 |
| * | | simplify | Armin Rigo | 2015-11-13 | 1 | -6/+6 |
| * | | fix | Armin Rigo | 2015-11-13 | 1 | -1/+2 |
| * | | 'long double' is the only primitive type that doesn't necessarily fit | Armin Rigo | 2015-11-13 | 1 | -1/+7 |
| * | | Pass and return structs | Armin Rigo | 2015-11-13 | 1 | -2/+11 |
| * | | fix | Armin Rigo | 2015-11-13 | 2 | -7/+6 |
| * | | Finally found a way to arrange the generated code | Armin Rigo | 2015-11-13 | 2 | -0/+80 |
| * | | Parsing CFFI_CALL_PYTHON in the cdef | Armin Rigo | 2015-11-12 | 1 | -4/+25 |
| |/ |
|
| * | Give a warning instead of crashing; in this way we can call the next | Armin Rigo | 2015-11-06 | 1 | -4/+6 |
| * | Complain more readily about opaque enums, by refusing to guess which | Armin Rigo | 2015-11-05 | 1 | -2/+5 |
| * | Issue #228: do the same for "FILE". Only remaining case now is the | Armin Rigo | 2015-11-03 | 3 | -4/+8 |
| * | Issue #228: "bool" not working in out-of-line FFI objects. Same problem | Armin Rigo | 2015-11-02 | 2 | -201/+26 |
| * | Found out that the pycparser problem was fixed between 2.10 and 2.14. | Armin Rigo | 2015-11-02 | 1 | -20/+25 |
| * | Found a pycparser issue. Work around it by adding some parentheses in | Armin Rigo | 2015-11-02 | 1 | -2/+45 |
| * | Propagate "volatile" in addition to "const" and "restrict" | Armin Rigo | 2015-11-02 | 2 | -0/+5 |
| * | Fix the error we get for 'int f(unknown_type);' | Armin Rigo | 2015-11-02 | 1 | -0/+7 |
| * | Backed out changeset fbe55ed7e5e2 | Armin Rigo | 2015-10-21 | 1 | -4/+0 |
| * | Issue #225: Ignore basic SAL annotations on Windows. | Armin Rigo | 2015-10-20 | 1 | -0/+4 |
| * | fix corner case of writing "typdef char INT8, *PINT8;" on Windows | Armin Rigo | 2015-10-18 | 1 | -0/+13 |
| * | try to be more accurate | mattip | 2015-10-14 | 1 | -1/+2 |
| * | document hack removal, leave hack in place for backward compatability with ve... | mattip | 2015-10-13 | 1 | -0/+10 |
| * | remove _hack_at_distutils which imports setuptools on win32, it has too many ... | mattip | 2015-10-11 | 1 | -11/+0 |
| * | ffi.memmove() | Armin Rigo | 2015-10-08 | 1 | -0/+16 |
| * | hg merge win32-stdcall | Armin Rigo | 2015-10-06 | 1 | -1/+1 |
| |\ |
|
| | * | fix on 32-bit for test_some_float_invalid_2 | Armin Rigo | 2015-10-06 | 1 | -1/+1 |
| * | | Fix | Armin Rigo | 2015-10-06 | 1 | -2/+3 |
| * | | Support directly __stdcall or WINAPI (or __cdecl, ignored) inside | Armin Rigo | 2015-10-06 | 3 | -32/+28 |
| * | | in-progress, but found a problem | Armin Rigo | 2015-10-06 | 3 | -7/+23 |
| * | | forgot pdb | Armin Rigo | 2015-10-05 | 1 | -1/+0 |
| * | | non-windows fixes | Armin Rigo | 2015-10-05 | 2 | -5/+7 |
| * | | Starting, with exactly two function types: no-abi (i.e. cdecl on windows), or... | Armin Rigo | 2015-10-05 | 3 | -9/+38 |
| |/ |
|
| * | A note | Armin Rigo | 2015-09-30 | 1 | -0/+3 |
| * | Seems that "__restrict" is recognized in all gcc modes I could try, | Armin Rigo | 2015-09-30 | 1 | -1/+1 |
| * | fixes | Armin Rigo | 2015-09-30 | 1 | -2/+1 |
| * | Fix the verify() for const fields too, because it's very easy | Armin Rigo | 2015-09-30 | 2 | -2/+4 |
| * | Tests and fixes for "const" fields | Armin Rigo | 2015-09-30 | 2 | -5/+5 |