| Commit message (Expand) | Author | Age | Files | Lines |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 1 | -7/+4 |
| * | Accept short, long, signed, unsigned as prefixes of a real type (usually | Armin Rigo | 2013-07-30 | 1 | -7/+20 |
| * | Tweak the error message | Armin Rigo | 2013-07-14 | 1 | -2/+2 |
| * | Use a relative import. | Armin Rigo | 2013-04-05 | 1 | -1/+1 |
| * | fixes | Maciej Fijalkowski | 2013-04-02 | 1 | -2/+6 |
| * | Refactor get_c_name() in model.py to use the same logic as with the | Armin Rigo | 2013-03-03 | 1 | -1/+2 |
| * | Remove the debugging print | Armin Rigo | 2013-02-13 | 1 | -1/+0 |
| * | Add all standard Windows types (as per a list from some official-looking | Armin Rigo | 2013-02-10 | 1 | -4/+2 |
| * | Implementation | Armin Rigo | 2013-02-10 | 1 | -6/+40 |
| * | Fix issue #44: ffi.new/cast("undefined") raises confusing exception. | Armin Rigo | 2012-12-29 | 1 | -3/+5 |
| * | ffi.include(). | Armin Rigo | 2012-11-30 | 1 | -0/+6 |
| * | Fix: this assert was not checking anything. | Armin Rigo | 2012-11-17 | 1 | -1/+1 |
| * | Fix issue #32: turn types like "size_t" into primitive types from the | Armin Rigo | 2012-11-12 | 1 | -2/+7 |
| * | pycparser is not thread-safe. Fix mostly by Sarvi. | Armin Rigo | 2012-11-07 | 1 | -1/+15 |
| * | Allow '[...]' when declaring a global array, and interpret it like '[]'. | Armin Rigo | 2012-10-28 | 1 | -1/+1 |
| * | Fixes for Python 3. | Armin Rigo | 2012-10-10 | 1 | -1/+1 |
| * | Support for "typedef ... *foo_p". | Armin Rigo | 2012-09-11 | 1 | -0/+6 |
| * | Alternative placement of "..." in enums. | Armin Rigo | 2012-08-25 | 1 | -10/+17 |
| * | Accept "0x123" constants too. | Armin Rigo | 2012-08-24 | 1 | -1/+1 |
| * | Finish hopefully the support for anonymous structs. | Armin Rigo | 2012-08-23 | 1 | -8/+12 |
| * | merge heads | Armin Rigo | 2012-08-23 | 1 | -0/+4 |
| |\ |
|
| | * | Fix. | Armin Rigo | 2012-08-23 | 1 | -0/+4 |
| * | | Support nested anonymous structs in the front-end part. | Armin Rigo | 2012-08-23 | 1 | -1/+7 |
| |/ |
|
| * | Fix the tests about "typedef enum". | Armin Rigo | 2012-08-23 | 1 | -34/+19 |
| * | Give a better error message than pycparser's default one | Armin Rigo | 2012-08-22 | 1 | -2/+23 |
| * | Give an earlier error message when trying to declare a function | Armin Rigo | 2012-08-22 | 1 | -1/+5 |
| * | Fix issue16: anonymous enums. | Armin Rigo | 2012-07-27 | 1 | -6/+24 |
| * | Change ffi.new() to take a pointer-to-X instead of directly X, | Armin Rigo | 2012-07-16 | 1 | -9/+3 |
| * | Reorganize things a little bit | Armin Rigo | 2012-07-11 | 1 | -9/+14 |
| * | Fix tests, part 1 | Armin Rigo | 2012-07-09 | 1 | -1/+1 |
| * | For interactive usage (playing around), add the option ffi.cdef("..", | Armin Rigo | 2012-07-08 | 1 | -2/+14 |
| * | Test and fix: you keep learning about the C syntax. | Armin Rigo | 2012-07-04 | 1 | -1/+1 |
| * | Fix: RawFunctionType must not be a superclass of FunctionTypePtr, | Armin Rigo | 2012-06-28 | 1 | -2/+1 |
| * | Test and fix | Armin Rigo | 2012-06-28 | 1 | -1/+2 |
| * | Finally clean up the distinction between the C types "function" vs | Armin Rigo | 2012-06-26 | 1 | -7/+14 |
| * | partial unions: not supported | Armin Rigo | 2012-06-26 | 1 | -4/+9 |
| * | Allow the syntax "a[...];", for now only on struct fields. | Armin Rigo | 2012-06-26 | 1 | -7/+20 |
| * | Test and fix. | Armin Rigo | 2012-06-17 | 1 | -1/+0 |
| * | Remove the limitation about "typedef ... foo_t", and change the test. | Armin Rigo | 2012-06-17 | 1 | -1/+2 |
| * | Fix the issue. Tests pass but would need some review because it's | Armin Rigo | 2012-06-17 | 1 | -0/+7 |
| * | A non-passing test, a bit annoying: how are we supposed to fill in | Armin Rigo | 2012-06-16 | 1 | -7/+9 |
| * | Add support for constants, either via "static sometype const x;" | Armin Rigo | 2012-06-15 | 1 | -7/+33 |
| * | Add a warning. | Armin Rigo | 2012-06-14 | 1 | -1/+2 |
| * | Remove comments. | Armin Rigo | 2012-06-14 | 1 | -0/+8 |
| * | Insert spaces around '__dotdotdot__'. | Armin Rigo | 2012-06-14 | 1 | -2/+3 |
| * | "Opaque" types, which become just non-filled structs in the backend. | Armin Rigo | 2012-06-14 | 1 | -2/+6 |
| * | - One more step in the test. | Armin Rigo | 2012-06-14 | 1 | -2/+9 |
| * | Non-full enums, starting | Armin Rigo | 2012-06-14 | 1 | -2/+11 |
| * | verify() can read constants declared e.g. with #define. | Armin Rigo | 2012-06-13 | 1 | -1/+5 |
| * | In-progress: verify fully-declared structs. | Armin Rigo | 2012-06-12 | 1 | -1/+1 |