summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed tag release-0.4.1Armin Rigo2013-08-010-0/+0
* Removed tag release-0.4.2Armin Rigo2013-08-010-0/+0
* Remove the hg tags. We're using hg branches 'release-*' nowadays.Armin Rigo2013-08-010-0/+0
* Don't care too much about the ctypes backendArmin Rigo2013-08-011-0/+2
* Write "status of Win64".Armin Rigo2013-08-011-0/+3
* Py3k fixArmin Rigo2013-08-011-2/+2
* hg merge win64Armin Rigo2013-08-013-5/+15
|\
| * Close branch, ready to mergewin64Armin Rigo2013-08-010-0/+0
| * I have seriously no clue how Win64 ctypes workArmin Rigo2013-08-011-2/+2
| * Backed out changeset a0bbd364d7a2Armin Rigo2013-08-011-3/+0