| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix for win32 | Matti Picus | 2014-03-02 | 1 | -4/+9 |
| * | Skip test that crashes the interpreter on sparc | Stefano Rivera | 2014-01-22 | 1 | -0/+3 |
| * | An extra test | Armin Rigo | 2014-01-14 | 1 | -0/+21 |
| * | merge heads | Armin Rigo | 2014-01-07 | 1 | -4/+4 |
| |\ |
|
| | * | Link math tests using `sin()` to `libm` | Vincent Bernat | 2013-12-21 | 1 | -4/+4 |
| * | | Kill is_{signed,unsigned}_type() | Armin Rigo | 2013-12-15 | 1 | -17/+17 |
| |/ |
|
| * | "alloca.h" does not exist on FreeBSD. Thanks Tobias. | Armin Rigo | 2013-11-17 | 1 | -1/+5 |
| * | Test various combinations of calls. Mostly a libffi stress-test. | Armin Rigo | 2013-11-12 | 1 | -0/+84 |
| * | Skip half the test with MSVC | Armin Rigo | 2013-11-12 | 1 | -0/+2 |
| * | Ah bah | Armin Rigo | 2013-11-12 | 1 | -1/+1 |
| * | Issue #118: improve the detection and error message, jumping | Armin Rigo | 2013-11-10 | 1 | -0/+13 |
| * | Test and fix: a remaining deadlock | Armin Rigo | 2013-11-09 | 1 | -2/+5 |
| * | Fix test. | Armin Rigo | 2013-11-08 | 1 | -1/+1 |
| * | Fix vengine_gen for global arrays with [...]. | Armin Rigo | 2013-11-08 | 1 | -1/+6 |
| * | Fix some tests | Armin Rigo | 2013-11-08 | 1 | -8/+8 |
| * | Some target tests | Armin Rigo | 2013-11-06 | 1 | -11/+50 |
| * | Issue #113: Test and fix: Values of anonymous enums are not exposed | Armin Rigo | 2013-10-26 | 1 | -0/+15 |
| * | Support partial unions in a way very similar to partial structs. | Armin Rigo | 2013-10-17 | 1 | -0/+30 |
| * | (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 |