| Commit message (Expand) | Author | Age | Files | Lines |
| * | More tweaks, more tests, try harder to avoid including <complex.h> | Armin Rigo | 2017-05-29 | 4 | -18/+46 |
| * | Support parsing "float _Complex" and "double _Complex" inside parse_c_type | Armin Rigo | 2017-05-29 | 1 | -0/+7 |
| * | hg merge default | Armin Rigo | 2017-05-29 | 5 | -4/+37 |
| |\ |
|
| | * | merge default into sirtom67/float_complex. | Tom Krauss | 2017-03-27 | 1 | -1/+2 |
| | |\ |
|
| | * | | tests pass. Had to #include <complex.h> - might want to make that optional | Tom Krauss | 2017-03-27 | 4 | -4/+13 |
| | * | | merge default in again. | Tom Krauss | 2017-03-19 | 1 | -0/+24 |
| | |\ \ |
|
| | | * \ | Merge default in. | Tom Krauss | 2017-03-12 | 1 | -0/+24 |
| | | |\ \ |
|
| | | | * | | Support for "double _Complex". Skip the test_c tests for now | Tom Krauss | 2017-03-12 | 1 | -0/+24 |
| * | | | | | Try to systematically include the line number | Armin Rigo | 2017-05-09 | 1 | -3/+11 |
| * | | | | | Issue 314 | Armin Rigo | 2017-05-09 | 1 | -1/+14 |
| | |_|_|/
|/| | | |
|
| * | | | | Add the module name in front of the error for missing def_extern(). | Armin Rigo | 2017-03-21 | 1 | -1/+2 |
| |/ / / |
|
| * | | | Add test for binary operation in enum definitionbinary_enum | Jean-Sebastien Bevilacqua | 2017-03-15 | 1 | -1/+2 |
| * | | | skip on windows | Armin Rigo | 2017-03-13 | 1 | -0/+2 |
| * | | | python 2.6 compat | Armin Rigo | 2017-03-13 | 1 | -1/+2 |
| * | | | silence warnings | Armin Rigo | 2017-03-13 | 1 | -5/+5 |
| |/ / |
|
| * | | Issue #310: pycparser was recently made stricter and no longer parses | Armin Rigo | 2017-02-27 | 1 | -2/+2 |
| * | | issue #255: comparing primitive cdatas | Armin Rigo | 2017-02-19 | 2 | -20/+21 |
| * | | ffi.addressof(lib, "name") now also works in in-line mode | Armin Rigo | 2017-02-07 | 1 | -0/+18 |
| * | | Remove a warning that doesn't really make sense here, tweak tests | Armin Rigo | 2017-02-06 | 2 | -1/+7 |
| * | | Merged in coronafire/cffi/buffer_richcompare (pull request #76) | Armin Rigo | 2017-02-06 | 2 | -3/+20 |
| |\ \ |
|
| | * | | Add tests for buffer comparisons | Andrew Leech | 2017-02-03 | 2 | -3/+20 |
| * | | | fix the FakeBackend classes for tests | Armin Rigo | 2017-02-06 | 2 | -0/+4 |
| * | | | Make 'ffi.buffer' be the type of minibuffers returned by cffi, and | Armin Rigo | 2017-02-04 | 2 | -0/+2 |
| |/ / |
|
| * | | complain clearly if set_source() is given a /-separated name | Armin Rigo | 2017-01-26 | 1 | -0/+5 |
| * | | bump version number to 1.10.0 | Armin Rigo | 2017-01-23 | 1 | -1/+1 |
| * | | Add '#pragma GCC visibility push(default)' in case the user | Armin Rigo | 2017-01-17 | 1 | -0/+13 |
| |/ |
|
| * | py3 test fix | Armin Rigo | 2017-01-02 | 1 | -1/+1 |
| * | Python 2.6 compat | Armin Rigo | 2016-12-30 | 1 | -1/+5 |
| * | Explicitly flush the import machinery cache, in case the filesystem doesn't h... | Stefano Rivera | 2016-12-30 | 1 | -0/+3 |
| * | We're interested in --with-pydebug not -d | Stefano Rivera | 2016-12-30 | 1 | -3/+4 |
| * | Detect packed structs. Improve error messages and test them. | Armin Rigo | 2016-12-22 | 3 | -20/+104 |
| * | A failing test | Armin Rigo | 2016-12-22 | 1 | -0/+22 |
| * | Fix/test/expand the error messages we get by using structs/unions as | Armin Rigo | 2016-12-22 | 1 | -0/+76 |
| * | fix test | Armin Rigo | 2016-12-07 | 1 | -1/+2 |
| * | test and fix for b6adad5f4ea3, actually reverting some C changes that | Armin Rigo | 2016-12-06 | 1 | -0/+12 |
| * | Fix: the condition "offsetof == sizeof" for being a var-sized array | Armin Rigo | 2016-10-29 | 3 | -4/+9 |
| * | One more case, this time in CompiledFFI.sizeof(). | Armin Rigo | 2016-10-28 | 2 | -5/+10 |
| * | Decided to fix ffi.sizeof() too. Update the documentation. | Armin Rigo | 2016-10-27 | 1 | -4/+9 |
| * | Fix test | Armin Rigo | 2016-10-25 | 1 | -5/+8 |
| * | Fix what is hopefully the last remaining issues with calculate_variable_array... | Armin Rigo | 2016-10-25 | 1 | -1/+10 |
| * | Revert b84710ae130a again. Ensure we get a warning for every opaque | Armin Rigo | 2016-10-20 | 1 | -7/+7 |
| * | Tweaks, and add extra tests, which fail for now :-/ | Armin Rigo | 2016-10-19 | 1 | -1/+11 |
| * | typedef int foo_t[...]; | Armin Rigo | 2016-09-20 | 3 | -0/+34 |
| * | skip test | Armin Rigo | 2016-09-06 | 1 | -0/+3 |
| * | Issue #283: initializer for nested anonymous structs inside unions | Armin Rigo | 2016-09-05 | 1 | -7/+36 |
| * | Skip test if setuptools cannot be imported | Armin Rigo | 2016-09-04 | 1 | -1/+4 |
| * | Issue #282: probable test and fix | Armin Rigo | 2016-09-03 | 1 | -0/+1 |
| * | Backed out changeset 0087e2aec9ef | Armin Rigo | 2016-09-03 | 7 | -186/+316 |
| * | Windows fun | Armin Rigo | 2016-09-03 | 1 | -3/+3 |
| * | Kill the ctypes backend. | Armin Rigo | 2016-09-03 | 7 | -316/+186 |