summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
* Enable the richcompare function in minibufferbuffer_richcompareAndrew Leech2017-02-051-1/+1
* Add tp_richcompare from 3.5 bytearray to minibuffer (ffi.buffer)Andrew Leech2017-02-031-0/+81
* extra testsArmin Rigo2017-01-251-0/+5
* Improve the error message for getattr/setattrArmin Rigo2017-01-252-6/+57
* reintroduce a fast case for ffi.unpack(arrays of _Bool)Armin Rigo2017-01-241-3/+10
* issue300: return _Bool as Python booleans; related fixesArmin Rigo2017-01-232-11/+97
* Version fixArmin Rigo2017-01-231-1/+1
* bump version number to 1.10.0Armin Rigo2017-01-232-4/+4
* Use __sync_synchronize() only if setup.py detects we have it. Fix forArmin Rigo2017-01-131-1/+1
* merge strbuf-as-bufferRichard Plangger2017-01-043-26/+76
|\
| * support more obscure compilers. source is https://github.com/matricks/bam/pu...Armin Rigo2017-01-021-1/+14
| * update version number to 1.9.2Armin Rigo2016-12-222-2/+2
| * Detect packed structs. Improve error messages and test them.Armin Rigo2016-12-222-14/+35
| * More carefulness in the error messagesArmin Rigo2016-12-221-3/+9
| * Fix/test/expand the error messages we get by using structs/unions asArmin Rigo2016-12-221-17/+27
* | Fix testArmin Rigo2017-01-031-1/+5
* | kill invalid_input_buffer_type, update docs to state that now only unicode ob...Richard Plangger2017-01-031-31/+6
* | readd two lines accidentaly removedRichard Plangger2017-01-031-0/+2
* | do not allow unicode to directly be passed to from_bufferRichard Plangger2016-12-091-2/+2
* | allow from_buffer for buffer and memoryview even when they point to bytes/uni...Richard Plangger2016-12-092-18/+5
* | pypy now can get a raw address from a StringBuffer, modify testRichard Plangger2016-12-091-7/+13
|/
* test and fix for b6adad5f4ea3, actually reverting some C changes thatArmin Rigo2016-12-061-13/+6
* Issue #295: use calloc() directly instead of PyObject_Malloc()+memset()Armin Rigo2016-12-051-7/+47
* update to 1.9.1Armin Rigo2016-11-122-2/+2
* Windows compilation fixArmin Rigo2016-11-121-1/+2
* Bump version number to 1.9.0Armin Rigo2016-11-022-2/+2
* Fix: the condition "offsetof == sizeof" for being a var-sized arrayArmin Rigo2016-10-292-11/+38
* One more case, this time in CompiledFFI.sizeof().Armin Rigo2016-10-282-22/+25
* Decided to fix ffi.sizeof() too. Update the documentation.Armin Rigo2016-10-272-2/+8
* Share codeArmin Rigo2016-10-251-12/+3
* Fix what is hopefully the last remaining issues with calculate_variable_array...Armin Rigo2016-10-252-56/+74
* Tweaks, and add extra tests, which fail for now :-/Armin Rigo2016-10-192-16/+44
* Merged in coronafire/cffi/calculate_variable_array_length (pull request #71)Armin Rigo2016-10-192-12/+53
|\
| * Detect and mark the final variable array in a varsized struct with BS_VARSIZE...calculate_variable_array_lengthAndrew Leech2016-09-142-8/+11
| * Add some initial test assertions to check length details on variable length s...Andrew Leech2016-09-131-3/+8
| * When using a variable length struct, calculate and enforce the length of the ...Andrew Leech2016-09-131-1/+26
| * When getting repr on CDataObject_own_structptr, use length field for owned bytesnew_struct_allocated_sizeAndrew Leech2016-09-121-1/+3
| * When getting ffi.buffer() on CDataObject_own_structptr, use length field for ...Andrew Leech2016-09-121-1/+5
| * Add length field to CDataObject_own_structptr to hold the size of the memory ...Andrew Leech2016-09-121-0/+2
* | Improve testArmin Rigo2016-10-141-0/+2
* | Blindly attempt to detect MinGW (issue #159)Armin Rigo2016-10-072-5/+3
* | Semi-blindly fix the muls and adds that could overflow so that gccArmin Rigo2016-10-071-5/+9
* | Fix leak. Remaining issue: if the user close()s the file object in Python,Armin Rigo2016-09-271-2/+6
* | update to 1.8.4 and add whatsnewArmin Rigo2016-09-202-2/+2
* | Document the new warningArmin Rigo2016-09-151-0/+2
* | bump version number to 1.8.3Armin Rigo2016-09-152-2/+2
* | Warn when implicitly casting between "char *" and a different pointerArmin Rigo2016-09-152-7/+46
|/
* A direct testArmin Rigo2016-09-061-0/+19
* Update and document v1.8.2Armin Rigo2016-09-062-2/+2
* Issue #283: initializer for nested anonymous structs inside unionsArmin Rigo2016-09-051-17/+15