| Commit message (Expand) | Author | Age | Files | Lines |
| * | Detect and mark the final variable array in a varsized struct with BS_VARSIZE...calculate_variable_array_length | Andrew Leech | 2016-09-14 | 2 | -8/+11 |
| * | Add some initial test assertions to check length details on variable length s... | Andrew Leech | 2016-09-13 | 1 | -3/+8 |
| * | When using a variable length struct, calculate and enforce the length of the ... | Andrew Leech | 2016-09-13 | 1 | -1/+26 |
| * | When getting repr on CDataObject_own_structptr, use length field for owned bytesnew_struct_allocated_size | Andrew Leech | 2016-09-12 | 1 | -1/+3 |
| * | When getting ffi.buffer() on CDataObject_own_structptr, use length field for ... | Andrew Leech | 2016-09-12 | 1 | -1/+5 |
| * | Add length field to CDataObject_own_structptr to hold the size of the memory ... | Andrew Leech | 2016-09-12 | 1 | -0/+2 |
| * | hg merge release-1.8 | Armin Rigo | 2016-09-06 | 1 | -3/+3 |
| |\ |
|
| | * | md5/sha | Armin Rigo | 2016-09-06 | 1 | -3/+3 |
| | * | Release branch, starting at 1.8.2 for CPython | Armin Rigo | 2016-09-06 | 0 | -0/+0 |
| |/ |
|
| * | A direct test | Armin Rigo | 2016-09-06 | 1 | -0/+19 |
| * | skip test | Armin Rigo | 2016-09-06 | 1 | -0/+3 |
| * | Update and document v1.8.2 | Armin Rigo | 2016-09-06 | 8 | -8/+17 |
| * | Issue #283: initializer for nested anonymous structs inside unions | Armin Rigo | 2016-09-05 | 2 | -24/+51 |
| * | Skip test if setuptools cannot be imported | Armin Rigo | 2016-09-04 | 1 | -1/+4 |
| * | Python 3 fix | Armin Rigo | 2016-09-03 | 1 | -0/+6 |
| * | fix | Armin Rigo | 2016-09-03 | 1 | -2/+4 |
| * | Issue #282: probable test and fix | Armin Rigo | 2016-09-03 | 2 | -16/+23 |
| * | Un-document the removal of the ctypes backend | Armin Rigo | 2016-09-03 | 1 | -4/+0 |
| * | Backed out changeset 0087e2aec9ef | Armin Rigo | 2016-09-03 | 9 | -198/+1431 |
| * | Bump version number to 1.8.1 | Armin Rigo | 2016-09-03 | 7 | -8/+8 |
| * | - add ffi.compile(debug=flag) | Armin Rigo | 2016-09-03 | 5 | -14/+33 |
| * | Document 0ff89f851d2c | Armin Rigo | 2016-09-03 | 1 | -1/+3 |
| * | If we say Py_LIMITED_API and we're compiling with a debug version of | Armin Rigo | 2016-09-03 | 2 | -2/+18 |
| * | Windows fun | Armin Rigo | 2016-09-03 | 1 | -3/+3 |
| * | Kill the ctypes backend. | Armin Rigo | 2016-09-03 | 10 | -1431/+202 |
| * | Fix test | Armin Rigo | 2016-09-03 | 1 | -1/+1 |
| * | update whatsnew | Armin Rigo | 2016-08-24 | 2 | -3/+8 |
| * | merge heads | Armin Rigo | 2016-08-22 | 7 | -40/+56 |
| |\ |
|
| | * | Add two tests for 34b29a139894 | Armin Rigo | 2016-08-22 | 1 | -0/+18 |
| | * | Update the docs according to issue #281 | Armin Rigo | 2016-08-22 | 3 | -35/+30 |
| | * | Returning unions works fine in API mode, remove the checks. | Armin Rigo | 2016-08-22 | 3 | -5/+6 |
| | * | Avoid calling more CPython functions when there is an exception set | Armin Rigo | 2016-08-22 | 1 | -0/+2 |
| * | | If we don't know the version number of setuptools, we try to set | Armin Rigo | 2016-08-22 | 1 | -1/+4 |
| * | | Remove the extra checks, which should be unnecessary and possibly cause | Armin Rigo | 2016-08-22 | 2 | -4/+1 |
| * | | use py_limited_api flag when available. | Daniel Holth | 2016-08-21 | 2 | -1/+43 |
| |/ |
|
| * | Document some common mistakes of bad lifetime of ffi.new() | Armin Rigo | 2016-08-17 | 1 | -0/+27 |
| * | Give an error when subtracting two pointers and the division's result is | Armin Rigo | 2016-08-15 | 2 | -2/+23 |
| * | Eventually, replace this UserWarning with an error | Armin Rigo | 2016-08-07 | 1 | -6/+4 |
| * | Avoid a combination where we end up with two incompatible "typedef xxx | Armin Rigo | 2016-08-06 | 2 | -1/+15 |
| * | Update docs | Armin Rigo | 2016-08-06 | 3 | -6/+13 |
| * | Seems that as a #define, this hack breaks if a future header does | Armin Rigo | 2016-08-06 | 1 | -1/+1 |
| * | Update the version number to 1.8 | Armin Rigo | 2016-08-06 | 7 | -12/+12 |
| * | The null_byte_after_str branch of PyPy makes ffi.from_buffer(str) | Armin Rigo | 2016-08-02 | 4 | -2/+22 |
| * | Issue #275: add Python 3.5 here | Armin Rigo | 2016-07-31 | 1 | -0/+1 |
| * | Document the fact that the C code contains '#define Py_LIMITED_API'. | Armin Rigo | 2016-07-31 | 1 | -0/+11 |
| * | Test and fix: refuse to 'recompile' a cdef that declares a struct | Armin Rigo | 2016-07-31 | 2 | -0/+41 |
| * | Use Py_LIMITED_API in the generated C extension modules, because doing | Armin Rigo | 2016-07-19 | 3 | -22/+11 |
| * | Issue #271: in the test, call "cc" instead of "gcc", in case gcc isn't | Armin Rigo | 2016-07-18 | 1 | -1/+1 |
| * | Fix for a3708c91be7b | Armin Rigo | 2016-07-16 | 1 | -5/+8 |
| * | Same here | Armin Rigo | 2016-07-11 | 1 | -1/+1 |