| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add locking. Not really tested, apart from the absence of double locking.thread-safe | Armin Rigo | 2013-11-09 | 6 | -61/+121 |
| * | hg merge default | Armin Rigo | 2013-11-09 | 1 | -0/+12 |
| |\ |
|
| | * | Add the basic file exporting locks | Armin Rigo | 2013-11-09 | 1 | -0/+12 |
| | * | Trying to make cffi thread-safe by adding a few locks | Armin Rigo | 2013-11-09 | 0 | -0/+0 |
| * | | Clean up. (May also fix an obscure bug...) | Armin Rigo | 2013-11-09 | 2 | -29/+25 |
| |/ |
|
| * | Fix a segfault | Armin Rigo | 2013-11-09 | 2 | -7/+7 |
| * | Support "number + pointer" too, like in C | Armin Rigo | 2013-11-09 | 2 | -2/+10 |
| * | Arithmetic using "void *" should work; at least it does in gcc without | Armin Rigo | 2013-11-09 | 2 | -13/+32 |
| * | Test and fix for issue #99. | Armin Rigo | 2013-11-08 | 2 | -0/+35 |
| * | hg merge c99-array | Armin Rigo | 2013-11-08 | 9 | -135/+470 |
| |\ |
|
| | * | Document the changes with C99-style arrays.c99-array | Armin Rigo | 2013-11-08 | 1 | -8/+26 |
| | * | Fix test. | Armin Rigo | 2013-11-08 | 1 | -1/+1 |
| | * | Fix vengine_cpy too. | Armin Rigo | 2013-11-08 | 1 | -8/+36 |
| | * | Fix vengine_gen for global arrays with [...]. | Armin Rigo | 2013-11-08 | 2 | -2/+27 |
| | * | Fix some tests | Armin Rigo | 2013-11-08 | 4 | -18/+22 |
| | * | Add a test, now passing. Fixes in the front-end. | Armin Rigo | 2013-11-08 | 3 | -9/+26 |
| | * | Allow varsized arrays to appear at a non-last position in case of a | Armin Rigo | 2013-11-08 | 2 | -1/+40 |
| | * | Implementation: support a few extra ways to give initialization arguments to ... | Armin Rigo | 2013-11-08 | 2 | -79/+240 |
| | * | in-progress | Armin Rigo | 2013-11-08 | 2 | -11/+15 |
| | * | Some target tests | Armin Rigo | 2013-11-06 | 1 | -11/+50 |
| | * | Adding more direct support for C99-style arrays inside structs | Armin Rigo | 2013-11-06 | 0 | -0/+0 |
| |/ |
|
| * | Issue #113: Test and fix: Values of anonymous enums are not exposed | Armin Rigo | 2013-10-26 | 2 | -0/+21 |
| * | Strip the C line of whitespace in error reporting. | Armin Rigo | 2013-10-24 | 2 | -2/+2 |
| * | Add PyPy support for big-endian bitfields | Armin Rigo | 2013-10-23 | 1 | -2/+0 |
| * | Document the workaround for taking pointers to functions. | Armin Rigo | 2013-10-21 | 1 | -0/+11 |
| * | Docstring fix | Armin Rigo | 2013-10-21 | 1 | -1/+1 |
| * | Added Homebrew instructions | Armin Rigo | 2013-10-21 | 1 | -4/+17 |
| * | Support partial unions in a way very similar to partial structs. | Armin Rigo | 2013-10-17 | 5 | -15/+40 |
| * | Fix the test for 77da9e592d23. | Armin Rigo | 2013-10-10 | 1 | -2/+2 |
| * | Fixes #110 - Support different so suffixes | Donald Stufft | 2013-10-06 | 3 | -21/+26 |
| * | (arigo, fijal, jerith) More complicated (and better) juggling of compiler arg... | Jeremy Thurgood | 2013-10-05 | 1 | -7/+10 |
| * | A redo of pull request 19: dynamically determine if the C compiler | Armin Rigo | 2013-09-25 | 3 | -6/+15 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 4 | -11/+41 |
| * | issue 102: allow ffi.typeof() to work on functions taking a struct | Armin Rigo | 2013-09-11 | 3 | -2/+18 |
| * | Tweak: like this, pypy-shadowstack crashes systematically | Armin Rigo | 2013-09-03 | 1 | -0/+1 |
| * | Fix bitfields on big-endian machines | Armin Rigo | 2013-09-01 | 2 | -8/+61 |
| * | In this case, we must call backend.load_library() with a path | Armin Rigo | 2013-08-07 | 1 | -1/+3 |
| * | Update the version number to 0.7.2 | Armin Rigo | 2013-08-02 | 5 | -5/+6 |
| * | Bah, fix | Armin Rigo | 2013-08-02 | 1 | -1/+2 |
| * | Remove this temporary warning | Armin Rigo | 2013-08-01 | 1 | -2/+0 |
| * | Update the version | Armin Rigo | 2013-08-01 | 5 | -7/+9 |
| * | Fix for win64 | Armin Rigo | 2013-08-01 | 1 | -1/+6 |
| * | Fix the doc | Armin Rigo | 2013-08-01 | 1 | -1/+2 |
| * | Add a warning | Armin Rigo | 2013-08-01 | 1 | -1/+3 |
| * | The Win64 problem with the .asm was fixed by checking in the .obj file. | Armin Rigo | 2013-08-01 | 1 | -5/+6 |
| * | Removed tag release-0.1 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.2 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.2.1 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.3 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |
| * | Removed tag release-0.4 | Armin Rigo | 2013-08-01 | 0 | -0/+0 |