| Commit message (Expand) | Author | Age | Files | Lines |
| * | (arigo, fijal, jerith) More complicated (and better) juggling of compiler arg... | Jeremy Thurgood | 2013-10-05 | 1 | -7/+10 |
| * | Two tests from the mailing list, and fixes: bogus "const" detection, | Armin Rigo | 2013-09-14 | 1 | -0/+13 |
| * | issue 102: allow ffi.typeof() to work on functions taking a struct | Armin Rigo | 2013-09-11 | 1 | -0/+10 |
| * | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 1 | -1/+1 |
| * | Issue #81 resolved: dir(ffi.verify(...)) | Armin Rigo | 2013-05-30 | 1 | -0/+15 |
| * | Fix for enums used as bitfields. (thanks jerith) | Armin Rigo | 2013-05-05 | 1 | -0/+12 |
| * | py3 compat | Philip Jenvey | 2013-04-05 | 1 | -1/+1 |
| * | Python 3 compat | Armin Rigo | 2013-04-01 | 1 | -1/+3 |
| * | Merge d0f6755466f7 into default: | Armin Rigo | 2013-03-31 | 1 | -2/+25 |
| |\ |
|
| | * | Skip testing for large unsigned values on Windows, where the C compiler | Armin Rigo | 2013-03-30 | 1 | -0/+2 |
| | * | Only ignore mismatches between *different* types; using twice the same type m... | Armin Rigo | 2013-03-30 | 1 | -1/+1 |
| | * | Ignore mismatches between two different primitive types of the same size, | Armin Rigo | 2013-03-30 | 1 | -1/+6 |
| | * | Be more lenient and skip this test in non-x86 cases | Armin Rigo | 2013-03-30 | 1 | -1/+2 |
| | * | A passing test. | Armin Rigo | 2013-03-28 | 1 | -0/+6 |
| | * | A bit hackish, but solves exactly issue #71: ffi.typeof(builtin_function). | Armin Rigo | 2013-03-28 | 1 | -0/+8 |
| * | | Cancel again these changes: we can't pass 0 or None to mean NULL. Just | Armin Rigo | 2013-03-07 | 1 | -5/+5 |
| |/ |
|
| * | Fix the test for 64-bit: alignment issues | Armin Rigo | 2013-03-03 | 1 | -4/+5 |
| * | Generate correct type name for pointers to arrays. | Tom Nixon | 2013-03-02 | 1 | -0/+8 |
| * | Change the hack: instead of passing None for NULL pointers, we pass 0. | Armin Rigo | 2013-02-28 | 1 | -3/+9 |
| * | Python 3 fixes. | Armin Rigo | 2013-02-28 | 1 | -1/+1 |
| * | Moving the determination of the base integer type of an enum | Armin Rigo | 2013-02-16 | 1 | -0/+29 |
| * | hg merge auto-types | Armin Rigo | 2013-02-12 | 1 | -14/+23 |
| |\ |
|
| | * | Implementation | Armin Rigo | 2013-02-08 | 1 | -14/+23 |
| * | | An extra test for 'bool'.auto-types | Armin Rigo | 2013-02-12 | 1 | -0/+1 |
| |/ |
|
| * | Passing None as an ``item *`` argument to a function. | Armin Rigo | 2013-02-08 | 1 | -0/+16 |
| * | * Win32 fix | Armin Rigo | 2013-02-07 | 1 | -1/+8 |
| * | Python 3 compat | Armin Rigo | 2013-02-07 | 1 | -3/+3 |
| * | Extra tests | Armin Rigo | 2013-01-07 | 1 | -0/+4 |
| * | Test and fix for issue #51: unlike what is documented, we can't pass a | Armin Rigo | 2013-01-07 | 1 | -0/+20 |
| * | issue #46: don't pass -Werror on recent Macs | Armin Rigo | 2013-01-01 | 1 | -3/+10 |
| * | Try harder to run the tests even if PYTHONPATH was not set and cffi not | Armin Rigo | 2013-01-01 | 1 | -2/+3 |
| * | Document how to indirectly define callbacks using unsupported | Armin Rigo | 2012-12-14 | 1 | -0/+36 |
| * | Accept Python strings or random pointers for a "void *" function argument. | Armin Rigo | 2012-11-30 | 1 | -0/+14 |
| * | A passing test with enums and include(). | Armin Rigo | 2012-11-30 | 1 | -0/+12 |
| * | A passing test for verify() with include(). | Armin Rigo | 2012-11-30 | 1 | -0/+14 |
| * | Generalize the error reporting: attach the name of the current | Armin Rigo | 2012-11-29 | 1 | -6/+6 |
| * | Improve error reporting for functions that return an opaque type. | Armin Rigo | 2012-11-29 | 1 | -0/+19 |
| * | Skip test | Armin Rigo | 2012-11-20 | 1 | -0/+2 |
| * | Fix issue #32: turn types like "size_t" into primitive types from the | Armin Rigo | 2012-11-12 | 1 | -42/+127 |
| * | Fix the tests for Python 3. | Armin Rigo | 2012-10-30 | 1 | -12/+16 |
| * | Allow '[...]' when declaring a global array, and interpret it like '[]'. | Armin Rigo | 2012-10-28 | 1 | -0/+12 |
| * | Fixes for test_verify. | Armin Rigo | 2012-10-26 | 1 | -1/+1 |
| * | Tests and fixes that include directly using a file as "FILE *". | Armin Rigo | 2012-10-26 | 1 | -0/+53 |
| * | Fixes for Python 3. | Armin Rigo | 2012-10-10 | 1 | -5/+5 |
| * | Revert 2b9a8ee9b5b8. Skip the tests completely on Windows. | Armin Rigo | 2012-10-09 | 1 | -2/+6 |
| * | More Windows compat | Armin Rigo | 2012-10-09 | 1 | -2/+2 |
| * | Keep the loaded libraries alive as long as the 'ffi' object is kept alive. | Armin Rigo | 2012-10-09 | 1 | -1/+27 |
| * | Fix this test to run from any current working dir. | Armin Rigo | 2012-10-07 | 1 | -2/+3 |
| * | Test for 33292fa6fbea. | Armin Rigo | 2012-09-27 | 1 | -0/+4 |
| * | Added a test for caae153920ef. | Armin Rigo | 2012-09-27 | 1 | -0/+8 |