summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add locking. Not really tested, apart from the absence of double locking.thread-safeArmin Rigo2013-11-096-61/+121
* hg merge defaultArmin Rigo2013-11-091-0/+12
|\
| * Add the basic file exporting locksArmin Rigo2013-11-091-0/+12
| * Trying to make cffi thread-safe by adding a few locksArmin Rigo2013-11-090-0/+0
* | Clean up. (May also fix an obscure bug...)Armin Rigo2013-11-092-29/+25
|/
* Fix a segfaultArmin Rigo2013-11-092-7/+7
* Support "number + pointer" too, like in CArmin Rigo2013-11-092-2/+10
* Arithmetic using "void *" should work; at least it does in gcc withoutArmin Rigo2013-11-092-13/+32
* Test and fix for issue #99.Armin Rigo2013-11-082-0/+35
* hg merge c99-arrayArmin Rigo2013-11-089-135/+470
|\
| * Document the changes with C99-style arrays.c99-arrayArmin Rigo2013-11-081-8/+26
| * Fix test.Armin Rigo2013-11-081-1/+1
| * Fix vengine_cpy too.Armin Rigo2013-11-081-8/+36
| * Fix vengine_gen for global arrays with [...].Armin Rigo2013-11-082-2/+27
| * Fix some testsArmin Rigo2013-11-084-18/+22
| * Add a test, now passing. Fixes in the front-end.Armin Rigo2013-11-083-9/+26
| * Allow varsized arrays to appear at a non-last position in case of aArmin Rigo2013-11-082-1/+40
| * Implementation: support a few extra ways to give initialization arguments to ...Armin Rigo2013-11-082-79/+240
| * in-progressArmin Rigo2013-11-082-11/+15
| * Some target testsArmin Rigo2013-11-061-11/+50
| * Adding more direct support for C99-style arrays inside structsArmin Rigo2013-11-060-0/+0
|/
* Issue #113: Test and fix: Values of anonymous enums are not exposedArmin Rigo2013-10-262-0/+21
* Strip the C line of whitespace in error reporting.Armin Rigo2013-10-242-2/+2
* Add PyPy support for big-endian bitfieldsArmin Rigo2013-10-231-2/+0
* Document the workaround for taking pointers to functions.Armin Rigo2013-10-211-0/+11
* Docstring fixArmin Rigo2013-10-211-1/+1
* Added Homebrew instructionsArmin Rigo2013-10-211-4/+17
* Support partial unions in a way very similar to partial structs.Armin Rigo2013-10-175-15/+40
* Fix the test for 77da9e592d23.Armin Rigo2013-10-101-2/+2
* Fixes #110 - Support different so suffixesDonald Stufft2013-10-063-21/+26
* (arigo, fijal, jerith) More complicated (and better) juggling of compiler arg...Jeremy Thurgood2013-10-051-7/+10
* A redo of pull request 19: dynamically determine if the C compilerArmin Rigo2013-09-253-6/+15
* Two tests from the mailing list, and fixes: bogus "const" detection,Armin Rigo2013-09-144-11/+41
* issue 102: allow ffi.typeof() to work on functions taking a structArmin Rigo2013-09-113-2/+18
* Tweak: like this, pypy-shadowstack crashes systematicallyArmin Rigo2013-09-031-0/+1
* Fix bitfields on big-endian machinesArmin Rigo2013-09-012-8/+61
* In this case, we must call backend.load_library() with a pathArmin Rigo2013-08-071-1/+3
* Update the version number to 0.7.2Armin Rigo2013-08-025-5/+6
* Bah, fixArmin Rigo2013-08-021-1/+2
* Remove this temporary warningArmin Rigo2013-08-011-2/+0
* Update the versionArmin Rigo2013-08-015-7/+9
* Fix for win64Armin Rigo2013-08-011-1/+6
* Fix the docArmin Rigo2013-08-011-1/+2
* Add a warningArmin Rigo2013-08-011-1/+3
* The Win64 problem with the .asm was fixed by checking in the .obj file.Armin Rigo2013-08-011-5/+6
* Removed tag release-0.1Armin Rigo2013-08-010-0/+0
* Removed tag release-0.2Armin Rigo2013-08-010-0/+0
* Removed tag release-0.2.1Armin Rigo2013-08-010-0/+0
* Removed tag release-0.3Armin Rigo2013-08-010-0/+0
* Removed tag release-0.4Armin Rigo2013-08-010-0/+0