| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #310: pycparser was recently made stricter and no longer parses | Armin Rigo | 2017-02-27 | 1 | -2/+2 |
| | | | | | ``typedef int __dotdotdot__ foo_t;``. I think this fixes it | ||||
| * | Detect packed structs. Improve error messages and test them. | Armin Rigo | 2016-12-22 | 1 | -7/+20 |
| | | |||||
| * | Fix: the condition "offsetof == sizeof" for being a var-sized array | Armin Rigo | 2016-10-29 | 1 | -1/+2 |
| | | | | | | is bogus. See test for a case where it is not the case because of alignment. | ||||
| * | One more case, this time in CompiledFFI.sizeof(). | Armin Rigo | 2016-10-28 | 1 | -1/+1 |
| | | |||||
| * | Decided to fix ffi.sizeof() too. Update the documentation. | Armin Rigo | 2016-10-27 | 1 | -4/+9 |
| | | |||||
| * | Backed out changeset 0087e2aec9ef | Armin Rigo | 2016-09-03 | 1 | -0/+9 |
| | | | | | Un-kill the ctypes backend. Issue #282 for a justification. | ||||
| * | Kill the ctypes backend. | Armin Rigo | 2016-09-03 | 1 | -9/+0 |
| | | |||||
| * | OS/X fix: clang has got a warning enabled by default here | Armin Rigo | 2016-01-16 | 1 | -2/+2 |
| | | |||||
| * | win64 fix | Armin Rigo | 2015-10-16 | 1 | -2/+2 |
| | | |||||
| * | Comment out the prints (not py3) | Armin Rigo | 2015-10-08 | 1 | -6/+6 |
| | | |||||
| * | remove the debug printfs | Armin Rigo | 2015-10-06 | 1 | -12/+12 |
| | | |||||
| * | Fix remaining tests | Armin Rigo | 2015-10-06 | 1 | -1/+1 |
| | | |||||
| * | more of the same | Armin Rigo | 2015-10-06 | 1 | -4/+4 |
| | | |||||
| * | Aargh, WINAPI is not a macro?? | Armin Rigo | 2015-10-06 | 1 | -9/+21 |
| | | |||||
| * | more test fixes | Armin Rigo | 2015-10-06 | 1 | -7/+25 |
| | | |||||
| * | Another passing test | Armin Rigo | 2015-10-06 | 1 | -6/+33 |
| | | |||||
| * | Fix test | Armin Rigo | 2015-10-06 | 1 | -38/+31 |
| | | |||||
| * | start to fix tests | Armin Rigo | 2015-10-06 | 1 | -14/+16 |
| | | |||||
| * | in-progress, but found a problem | Armin Rigo | 2015-10-06 | 1 | -18/+125 |
| | | |||||
| * | A branch to implement "__stdcall" more completely on Windows. Initial tests | Armin Rigo | 2015-10-05 | 1 | -1/+0 |
| | | |||||
| * | Fix tests to run on more 32-bit x86es | Armin Rigo | 2015-10-01 | 1 | -0/+3 |
| | | |||||
| * | Fix the verify() for const fields too, because it's very easy | Armin Rigo | 2015-09-30 | 1 | -0/+10 |
| | | |||||
| * | The symbol "myprintf" seems to conflict on some machines. Use a | Armin Rigo | 2015-09-27 | 1 | -3/+3 |
| | | | | | different name in this test. | ||||
| * | Explicitly complain if we find 'typedef int... t;' in a call to verify() | Armin Rigo | 2015-06-15 | 1 | -0/+12 |
| | | |||||
| * | Test and fix for ffi.verify() only on PyPy (thanks Alex Gaynor for | Armin Rigo | 2015-06-02 | 1 | -0/+8 |
| | | | | | pointing it out) | ||||
| * | Test and fix (reported by sarvi) | Armin Rigo | 2015-05-20 | 1 | -0/+5 |
| | | |||||
| * | Make "static const int FOO = VALUE;" fully equivalent to "#define FOO VALUE" | Armin Rigo | 2015-05-12 | 1 | -0/+12 |
| | | |||||
| * | the big Moving Files Around step | Armin Rigo | 2015-05-12 | 1 | -0/+2212 |
