summaryrefslogtreecommitdiff
path: root/c/test_c.py
Commit message (Expand)AuthorAgeFilesLines
* Detect and mark the final variable array in a varsized struct with BS_VARSIZE...calculate_variable_array_lengthAndrew Leech2016-09-141-1/+1
* Add some initial test assertions to check length details on variable length s...Andrew Leech2016-09-131-3/+8
* A direct testArmin Rigo2016-09-061-0/+19
* Update and document v1.8.2Armin Rigo2016-09-061-1/+1
* Bump version number to 1.8.1Armin Rigo2016-09-031-1/+1
* Give an error when subtracting two pointers and the division's result isArmin Rigo2016-08-151-0/+13
* Update the version number to 1.8Armin Rigo2016-08-061-1/+1
* The null_byte_after_str branch of PyPy makes ffi.from_buffer(str)Armin Rigo2016-08-021-1/+6
* Support dir(p), where p is a struct or pointer-to-struct, to obtainArmin Rigo2016-06-061-2/+22
* update version number to 1.7Armin Rigo2016-06-051-1/+1
* Add a test for another use caseArmin Rigo2016-06-031-0/+7
* Slice assignment with bytearray as sourceArmin Rigo2016-06-031-4/+6
* From PyPy 5.2, bytearray buffers can fetch a raw pointer, soArmin Rigo2016-06-031-6/+16
* an extra testArmin Rigo2016-05-071-0/+1
* Issue #255: `bool(ffi.cast("primitive", x))` is now True or FalseArmin Rigo2016-05-071-3/+8
* update the version number to 1.6Armin Rigo2016-04-171-1/+1
* Oops. In this case, unpack(p) returns a list of <cdata struct> thatArmin Rigo2016-04-171-1/+2
* There is no reason to restrict ffi.unpack() to primitives.Armin Rigo2016-04-171-1/+23
* Remove again ffi.rawstring(), and implement instead ffi.unpack().Armin Rigo2016-04-161-12/+39
* Python3 compatArmin Rigo2016-04-151-4/+4
* Also accept arrays of int8_t or uint8_t, like ffi.string()Armin Rigo2016-04-151-0/+4
* Add a test hereArmin Rigo2016-04-151-0/+15
* Update versionArmin Rigo2016-02-131-1/+1
* bump the version numberArmin Rigo2016-02-091-1/+1
* bump version number to 1.5.0Armin Rigo2016-01-151-1/+1
* Update the version numbers and make sure the _cffi_backend module isArmin Rigo2016-01-011-1/+1
* bump to 1.4.2 (reason in issue #239)Armin Rigo2015-12-211-1/+1
* bump version numberArmin Rigo2015-12-171-1/+1
* bump version number to 1.4.0Armin Rigo2015-12-111-1/+1
* update version to 1.3.1Armin Rigo2015-11-141-1/+1
* Add a direct test for _get_common_types()Armin Rigo2015-11-031-1/+6
* Another test (passing)Armin Rigo2015-10-091-0/+6
* Test yet another case (for pypy)Armin Rigo2015-10-091-0/+2
* Test and fix: a negative size was implicitly converted to a huge size_tArmin Rigo2015-10-091-1/+6
* ffi.memmove()Armin Rigo2015-10-081-0/+59
* add a direct testArmin Rigo2015-10-071-3/+13
* Prepare release 1.3.0Armin Rigo2015-08-281-1/+1
* Move this potential failure earlierArmin Rigo2015-08-271-4/+3
* Release 1.2.1Armin Rigo2015-08-201-1/+1
* Issue #213: in case we'd give the error message "initializer for ctypeArmin Rigo2015-07-091-0/+23
* Generalize the test for pypyArmin Rigo2015-07-041-2/+2
* 'onerror' can also return a custom value to returnArmin Rigo2015-07-041-0/+31
* New argument "onerror" on ffi.callback()Armin Rigo2015-07-041-0/+30
* Bump the version number to 1.2.0Armin Rigo2015-07-031-1/+1
* Issue #209: check for dereferencing NULL pointersArmin Rigo2015-06-301-2/+10
* Bump version to 1.1.2Armin Rigo2015-06-091-1/+1
* Bump version number to 1.1.1Armin Rigo2015-06-071-1/+1
* The next release will be 1.1.0.Armin Rigo2015-05-301-1/+1
* Bump version numberArmin Rigo2015-05-261-1/+1
* Bump the version number to 1.0.3Armin Rigo2015-05-251-1/+1