| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue #343 [patch by david naylor] | Armin Rigo | 2017-11-16 | 1 | -1/+1 |
| * | more tweaks | Armin Rigo | 2017-10-04 | 1 | -2/+1 |
| * | Skip a test: the link location now points to the general pip page, | Armin Rigo | 2017-10-04 | 1 | -0/+1 |
| * | Fix the remaining places for PyPy3. (Originally in Pull Request #82) | Armin Rigo | 2017-09-21 | 2 | -8/+8 |
| * | Only run the memory-intensive tests on Linux x86 or x64 machines. | Armin Rigo | 2017-09-20 | 2 | -1/+21 |
| * | Generalize the test to pass | Armin Rigo | 2017-09-16 | 1 | -1/+1 |
| * | Python 3 | Armin Rigo | 2017-09-16 | 2 | -4/+4 |
| * | Update the tests for pycparser 2.18 | Armin Rigo | 2017-09-15 | 2 | -3/+8 |
| * | Add an optional 'size' argument to ffi.gc(). So far, it has no effect | Armin Rigo | 2017-08-02 | 2 | -0/+116 |
| * | Issue #300 | Armin Rigo | 2017-07-21 | 3 | -9/+29 |
| * | bah, I won't attempt to find the correct #ifdef magic to use on MSVC in C++ m... | Armin Rigo | 2017-06-19 | 1 | -1/+4 |
| * | More test fixes on Windows on Python 3 | Armin Rigo | 2017-06-19 | 2 | -1/+2 |
| * | Some test fixes for Python 3 on Windows | Armin Rigo | 2017-06-19 | 3 | -1/+32 |
| * | Windows: when a CFFI embedding attempt fails, attempt to | Armin Rigo | 2017-06-16 | 1 | -0/+8 |
| * | Basic "does not crash" test for the error logic in _cffi_initialize_python | Armin Rigo | 2017-06-16 | 2 | -0/+24 |
| * | including <complex.h> fails on some systems with C++ | Armin Rigo | 2017-06-04 | 1 | -4/+4 |
| * | Didn't figure out how to cleanly define charN_t inside _cffi_include.h. | Armin Rigo | 2017-06-04 | 1 | -0/+5 |
| * | Don't pass '-Werror' to MSVC | Armin Rigo | 2017-06-02 | 1 | -1/+1 |
| * | hg merge char16_char32_t | Armin Rigo | 2017-06-02 | 6 | -3/+131 |
| |\ |
|
| | * | tweaks | Armin Rigo | 2017-05-31 | 1 | -0/+2 |
| | * | fixes | Armin Rigo | 2017-05-31 | 2 | -3/+9 |
| | * | in-progress | Armin Rigo | 2017-05-31 | 2 | -1/+46 |
| | * | more tests | Armin Rigo | 2017-05-31 | 4 | -2/+33 |
| | * | Tests and fixes | Armin Rigo | 2017-05-31 | 2 | -0/+44 |
| * | | no-op, but avoids confusion because these two are always listed in the | Armin Rigo | 2017-05-31 | 1 | -1/+1 |
| |/ |
|
| * | 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 |