| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more test to "#define FOO 0X10"define-integer-constant | mozbugbox | 2014-04-04 | 1 | -0/+2 |
* | "010" is not valid oct in python3. Fix it. | mozbugbox | 2014-04-03 | 1 | -0/+2 |
* | Add test to '#define DOT 0x1FF' like defines | mozbugbox | 2014-04-02 | 1 | -0/+18 |
* | ffi.include update _int_constant and prevent duplicated const declreusable-enum-values | mozbugbox | 2014-04-02 | 1 | -14/+16 |
* | add test for enum which refer to previously defined enum value | mozbugbox | 2014-04-01 | 1 | -0/+9 |
* | Skip the sinf test on windows | Armin Rigo | 2014-03-07 | 1 | -0/+2 |
* | Python 3 fix | Armin Rigo | 2014-03-07 | 1 | -4/+4 |
* | Update to 0.8.2 more officially | Armin Rigo | 2014-03-07 | 1 | -2/+1 |
* | fix for win32 | Matti Picus | 2014-03-02 | 5 | -31/+60 |
* | Upgrade the version number. (One test in test_version is known to fail) | Armin Rigo | 2014-02-28 | 1 | -1/+2 |
* | Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIX | Armin Rigo | 2014-02-28 | 2 | -17/+9 |
* | Skip test that crashes the interpreter on sparc | Stefano Rivera | 2014-01-22 | 1 | -0/+3 |
* | wchar_t is 4 byte, signed on arm64 | Stefano Rivera | 2014-01-22 | 1 | -0/+3 |
* | An extra test | Armin Rigo | 2014-01-14 | 1 | -0/+21 |
* | Fix test | Armin Rigo | 2014-01-14 | 1 | -1/+2 |
* | Issue 131: support ffi.cdef("...", packed=True) | Armin Rigo | 2014-01-14 | 1 | -0/+18 |
* | merge heads | Armin Rigo | 2014-01-07 | 2 | -15/+26 |
|\ |
|
| * | Link math tests using `sin()` to `libm` | Vincent Bernat | 2013-12-21 | 2 | -15/+26 |
* | | Kill is_{signed,unsigned}_type() | Armin Rigo | 2013-12-15 | 1 | -17/+17 |
|/ |
|
* | Update to version 0.8.1 | Armin Rigo | 2013-11-24 | 1 | -0/+1 |
* | "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 |
* | Add ffi.getwinerror(). | Armin Rigo | 2013-11-12 | 1 | -0/+17 |
* | 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 |
* | Add locking. Not really tested, apart from the absence of double locking.thread-safe | Armin Rigo | 2013-11-09 | 1 | -2/+3 |
* | 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 |
* | Add a test, now passing. Fixes in the front-end. | Armin Rigo | 2013-11-08 | 1 | -0/+10 |
* | 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 |
* | Strip the C line of whitespace in error reporting. | Armin Rigo | 2013-10-24 | 1 | -1/+1 |
* | Support partial unions in a way very similar to partial structs. | Armin Rigo | 2013-10-17 | 1 | -0/+30 |
* | Fix the test for 77da9e592d23. | Armin Rigo | 2013-10-10 | 1 | -2/+2 |
* | (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 | 2 | -0/+37 |
* | issue 102: allow ffi.typeof() to work on functions taking a struct | Armin Rigo | 2013-09-11 | 1 | -0/+10 |
* | Tweak: like this, pypy-shadowstack crashes systematically | Armin Rigo | 2013-09-03 | 1 | -0/+1 |
* | Update the version number to 0.7.2 | Armin Rigo | 2013-08-02 | 1 | -0/+1 |
* | Update the version | Armin Rigo | 2013-08-01 | 1 | -2/+4 |
* | Don't care too much about the ctypes backend | Armin Rigo | 2013-08-01 | 1 | -0/+2 |
* | SIZE_OF_LONG may differ from SIZE_OF_PTR | Armin Rigo | 2013-08-01 | 1 | -2/+2 |
* | Crash with a clear error message in case of built-in but unsupported | Armin Rigo | 2013-07-30 | 1 | -0/+3 |
* | Add the (now-passing) test from issue #92 | Armin Rigo | 2013-07-18 | 1 | -0/+21 |
* | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 3 | -5/+11 |
* | Fix for the alignment calculation of anonymous and zero sized bitfields on ARM. | David Schneider | 2013-06-16 | 1 | -1/+28 |
* | Fix MSVC bitfields in all tested cases. | Armin Rigo | 2013-06-01 | 1 | -0/+1 |