| 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 |
* | Python 3 fix | Armin Rigo | 2014-03-07 | 1 | -4/+4 |
* | wchar_t is 4 byte, signed on arm64 | Stefano Rivera | 2014-01-22 | 1 | -0/+3 |
* | Issue 131: support ffi.cdef("...", packed=True) | Armin Rigo | 2014-01-14 | 1 | -0/+18 |
* | 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 |
* | Finish the fix for issue #91. | Armin Rigo | 2013-06-19 | 1 | -4/+4 |
* | Fix for enums used as bitfields. (thanks jerith) | Armin Rigo | 2013-05-05 | 1 | -0/+10 |
* | Add missing b prefix to a byte-tring in the big-endian code path | Stefano Rivera | 2013-03-30 | 1 | -1/+1 |
* | Refactor get_c_name() in model.py to use the same logic as with the | Armin Rigo | 2013-03-03 | 1 | -0/+1 |
* | Fix enums to use the same rule as gcc: they are actually not always | Armin Rigo | 2013-02-12 | 1 | -2/+5 |
* | Implementation | Armin Rigo | 2013-02-08 | 1 | -31/+29 |
* | Fix issue #44: ffi.new/cast("undefined") raises confusing exception. | Armin Rigo | 2012-12-29 | 1 | -1/+1 |
* | Another passing test. | Armin Rigo | 2012-11-30 | 1 | -0/+9 |
* | ffi.include(). | Armin Rigo | 2012-11-30 | 1 | -0/+43 |
* | A test that passes | Armin Rigo | 2012-11-30 | 1 | -0/+9 |
* | Issue #42: Test and fix | Armin Rigo | 2012-11-28 | 1 | -0/+7 |
* | Fix the tests for Python 3. | Armin Rigo | 2012-10-30 | 1 | -13/+8 |
* | Fix the tests and kill support in the ctypes backend. | Armin Rigo | 2012-10-29 | 1 | -23/+5 |
* | issue35: meh, Python 2.7 decided to drop complete support for 'buffer' | Armin Rigo | 2012-10-28 | 1 | -5/+23 |
* | Fixes for Python 3. | Armin Rigo | 2012-10-10 | 1 | -4/+8 |
* | ffi.addressof(struct, field). | Armin Rigo | 2012-09-18 | 1 | -0/+11 |
* | Remove a special case from _cffi_backend, and replace it with a general | Armin Rigo | 2012-09-18 | 1 | -0/+9 |
* | Make ffi.callback work both in normal mode and in "decorator mode". | Armin Rigo | 2012-09-18 | 1 | -1/+10 |
* | The test was bogus (did not compile on recent gcc's). | Armin Rigo | 2012-09-15 | 1 | -4/+4 |
* | Still trying to fix up the ordering of building stuff. One test passes, | Armin Rigo | 2012-09-15 | 1 | -0/+30 |
* | _Bool. | Armin Rigo | 2012-09-13 | 1 | -0/+16 |
* | Add ffi.CData and ffi.CType. | Armin Rigo | 2012-09-04 | 1 | -0/+9 |
* | Accept "0x123" constants too. | Armin Rigo | 2012-08-24 | 1 | -0/+3 |
* | Support nested anonymous structs in the front-end part. | Armin Rigo | 2012-08-23 | 1 | -3/+43 |
* | Fix the tests about "typedef enum". | Armin Rigo | 2012-08-23 | 1 | -3/+3 |
* | Pass or skip the buffer tests on 3.2 too. | Armin Rigo | 2012-08-14 | 1 | -6/+13 |
* | Found a way to be compatible with Python 3.2 in the test syntax. | Armin Rigo | 2012-08-14 | 1 | -57/+54 |
* | Skip the ffi.buffer() tests with the ctypes backend on top of PyPy. | Armin Rigo | 2012-08-13 | 1 | -3/+20 |
* | hack hack hack | Armin Rigo | 2012-08-12 | 1 | -30/+26 |
* | hg merge default | Armin Rigo | 2012-08-12 | 1 | -0/+1 |
|\ |
|
| * | Add a missing test | Armin Rigo | 2012-08-12 | 1 | -0/+1 |
* | | hg merge default, and try to resolve all conflicts. | Armin Rigo | 2012-08-12 | 1 | -40/+135 |
|\ \
| |/ |
|
| * | Finally found out the "right" way to implement ffi.gc(), in just a | Armin Rigo | 2012-08-09 | 1 | -0/+15 |
| * | Revert 0d5efadab0ac and use a different approach: reading a field | Armin Rigo | 2012-08-05 | 1 | -2/+18 |
| * | Workaround: allow out-of-bound array indexes if the array is 'type[0]'. | Armin Rigo | 2012-08-05 | 1 | -1/+12 |
| * | Add a skipped test | Armin Rigo | 2012-08-05 | 1 | -0/+23 |
| * | As discussed on the mailing list: str() -> ffi.string() | Armin Rigo | 2012-08-03 | 1 | -29/+36 |
| * | Found out how to properly generalize the "pass a Python string as | Armin Rigo | 2012-07-30 | 1 | -0/+22 |
* | | An attempt to port cffi to python3. | Amaury Forgeot d'Arc | 2012-07-29 | 1 | -123/+150 |
|/ |
|
* | In case of repeated values in enums, operations like str(), or the | Armin Rigo | 2012-07-27 | 1 | -0/+6 |