summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
* hg merge defaultArmin Rigo2015-11-301-1/+2
|\
| * Update this doc, which ends up (also) in C sources produced byArmin Rigo2015-11-231-1/+2
* | hg merge defaultArmin Rigo2015-11-231-0/+25
|\ \ | |/
| * issue #233: ffi.init_once()Armin Rigo2015-11-231-0/+25
* | update the code to use 'extern "Python"'Armin Rigo2015-11-183-22/+23
* | Fix cparserArmin Rigo2015-11-182-19/+64
* | Need an explicit cast hereArmin Rigo2015-11-161-1/+2
* | hg merge defaultArmin Rigo2015-11-152-3/+5
|\ \ | |/
| * py3 compatArmin Rigo2015-11-141-1/+3
| * update version to 1.3.1Armin Rigo2015-11-141-2/+2
* | tweak the pypy-only generated codeArmin Rigo2015-11-152-1/+5
* | ffi.call_python()Armin Rigo2015-11-132-4/+2
* | in-progressArmin Rigo2015-11-132-6/+11
* | in-progressArmin Rigo2015-11-131-2/+7
* | tweak tweak tweak until we can at least read the function pointer out ofArmin Rigo2015-11-134-77/+59
* | simplifyArmin Rigo2015-11-131-6/+6
* | fixArmin Rigo2015-11-131-1/+2
* | 'long double' is the only primitive type that doesn't necessarily fitArmin Rigo2015-11-131-1/+7
* | Pass and return structsArmin Rigo2015-11-131-2/+11
* | fixArmin Rigo2015-11-132-7/+6
* | Finally found a way to arrange the generated codeArmin Rigo2015-11-132-0/+80
* | Parsing CFFI_CALL_PYTHON in the cdefArmin Rigo2015-11-121-4/+25
|/
* Give a warning instead of crashing; in this way we can call the nextArmin Rigo2015-11-061-4/+6
* Complain more readily about opaque enums, by refusing to guess whichArmin Rigo2015-11-051-2/+5
* Issue #228: do the same for "FILE". Only remaining case now is theArmin Rigo2015-11-033-4/+8
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-022-201/+26
* Found out that the pycparser problem was fixed between 2.10 and 2.14.Armin Rigo2015-11-021-20/+25
* Found a pycparser issue. Work around it by adding some parentheses inArmin Rigo2015-11-021-2/+45
* Propagate "volatile" in addition to "const" and "restrict"Armin Rigo2015-11-022-0/+5
* Fix the error we get for 'int f(unknown_type);'Armin Rigo2015-11-021-0/+7
* Backed out changeset fbe55ed7e5e2Armin Rigo2015-10-211-4/+0
* Issue #225: Ignore basic SAL annotations on Windows.Armin Rigo2015-10-201-0/+4
* fix corner case of writing "typdef char INT8, *PINT8;" on WindowsArmin Rigo2015-10-181-0/+13
* try to be more accuratemattip2015-10-141-1/+2
* document hack removal, leave hack in place for backward compatability with ve...mattip2015-10-131-0/+10
* remove _hack_at_distutils which imports setuptools on win32, it has too many ...mattip2015-10-111-11/+0
* ffi.memmove()Armin Rigo2015-10-081-0/+16
* hg merge win32-stdcallArmin Rigo2015-10-061-1/+1
|\
| * fix on 32-bit for test_some_float_invalid_2Armin Rigo2015-10-061-1/+1
* | FixArmin Rigo2015-10-061-2/+3
* | Support directly __stdcall or WINAPI (or __cdecl, ignored) insideArmin Rigo2015-10-063-32/+28
* | in-progress, but found a problemArmin Rigo2015-10-063-7/+23
* | forgot pdbArmin Rigo2015-10-051-1/+0
* | non-windows fixesArmin Rigo2015-10-052-5/+7
* | Starting, with exactly two function types: no-abi (i.e. cdecl on windows), or...Armin Rigo2015-10-053-9/+38
|/
* A noteArmin Rigo2015-09-301-0/+3
* Seems that "__restrict" is recognized in all gcc modes I could try,Armin Rigo2015-09-301-1/+1
* fixesArmin Rigo2015-09-301-2/+1
* Fix the verify() for const fields too, because it's very easyArmin Rigo2015-09-302-2/+4
* Tests and fixes for "const" fieldsArmin Rigo2015-09-302-5/+5