summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
* Python 2.x compatArmin Rigo2012-08-121-2/+4
* Fixes fixesArmin Rigo2012-08-122-5/+8
* FixArmin Rigo2012-08-121-5/+13
* hack hack hackArmin Rigo2012-08-121-12/+14
* Tests pass on Linux Python 2.6Armin Rigo2012-08-122-2/+4
* Fixes for 2.6 compatArmin Rigo2012-08-121-1/+1
* hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-127-827/+1447
|\
| * Test and fix (thanks nphg)Armin Rigo2012-08-121-1/+1
| * Pom pom pomArmin Rigo2012-08-111-0/+11
| * A #define for the use of snprintf below.Armin Rigo2012-08-111-0/+1
| * Fix for test_vgen:test_nonstandard_integer_types on Windows.Armin Rigo2012-08-111-1/+11
| * Windows tests start to pass with this hack.Armin Rigo2012-08-111-0/+6
| * Attempting to collect export_symbols correctly, as needed for WindowsArmin Rigo2012-08-113-4/+24
| * Finally found out the "right" way to implement ffi.gc(), in just aArmin Rigo2012-08-093-1/+32
| * Revert 0d5efadab0ac and use a different approach: reading a fieldArmin Rigo2012-08-051-13/+23
| * Workaround: allow out-of-bound array indexes if the array is 'type[0]'.Armin Rigo2012-08-051-4/+12
| * Test and fix.Armin Rigo2012-08-042-1/+9
| * verify() doesn't fully work with the ctypes backend. Complain clearlyArmin Rigo2012-08-041-1/+6
| * Merge the two verifiers into two VEngine classes. There is still a little bitArmin Rigo2012-08-043-430/+1185
| * Skip the tail of these two tests if not building a CPython C extensionArmin Rigo2012-08-041-0/+3
| * str() -> ffi.string()Armin Rigo2012-08-041-1/+1
| * hg merge defaultArmin Rigo2012-08-043-56/+106
| |\
| | * update docArmin Rigo2012-08-031-1/+1
| | * As discussed on the mailing list: str() -> ffi.string()Armin Rigo2012-08-032-22/+70
| | * Add the dance of releasing the GIL.Armin Rigo2012-07-311-0/+2
| | * Speed up.Armin Rigo2012-07-301-32/+34
| | * Bump the version number to 0.3Armin Rigo2012-07-301-2/+2
| * | hg merge defaultArmin Rigo2012-07-281-439/+143
| |\ \ | | |/ | |/|
| | * hg merge defaultArmin Rigo2012-07-281-440/+144
| | |\
| | | * Test and fixArmin Rigo2012-07-271-0/+12
| | | * Fix the last failure in test_verify.Armin Rigo2012-07-271-5/+18
| | | * Cleaning.Armin Rigo2012-07-271-51/+14
| | | * hg merge defaultArmin Rigo2012-07-272-6/+25
| | | |\
| | | * | Garbage-collection of some codeArmin Rigo2012-07-271-129/+0
| | | * | test_verify.test_varargsArmin Rigo2012-07-271-4/+7
| | | * | test_verify.test_access_array_variableArmin Rigo2012-07-271-2/+6
| | | * | test_verify.test_access_variableArmin Rigo2012-07-271-13/+17
| | | * | test_define_intArmin Rigo2012-07-271-1/+4
| | | * | test_verify.test_get_set_errnoArmin Rigo2012-07-271-0/+1
| | | * | test_verify.test_full_enumArmin Rigo2012-07-271-7/+13
| | | * | test_nonfull_enumArmin Rigo2012-07-271-4/+8
| | | * | test_verify.test_global_constants_non_intArmin Rigo2012-07-271-27/+29
| | | * | test_global_const_int_sizeArmin Rigo2012-07-271-23/+16
| | | * | test_verify.test_ffi_nonfull_structArmin Rigo2012-07-271-5/+11
| | | * | test_verify.test_ffi_full_structArmin Rigo2012-07-271-9/+9
| | | * | For now, edit verifier.py in-place. Will think later about how best toArmin Rigo2012-07-271-201/+20
| * | | | Add the Verifier's version number.Armin Rigo2012-07-281-1/+1
| * | | | Issue 15. Anyway names with 16 full bytes are a bit overkill,Armin Rigo2012-07-281-4/+6
| |/ / /
* | | | An attempt to port cffi to python3.Amaury Forgeot d'Arc2012-07-295-173/+246
|/ / /
* | | Fix: the code incorrectly accepted e.g. 'ffi.new(ffi.new("int*"))',Armin Rigo2012-07-272-22/+31
| |/ |/|