| Commit message (Expand) | Author | Age | Files | Lines |
| * | 32-bit fix | Armin Rigo | 2017-02-20 | 1 | -6/+7 |
| * | issue #255: comparing primitive cdatas | Armin Rigo | 2017-02-19 | 1 | -27/+100 |
| * | fix test | Armin Rigo | 2017-02-07 | 1 | -1/+1 |
| * | Make 'ffi.buffer' be the type of minibuffers returned by cffi, and | Armin Rigo | 2017-02-04 | 1 | -0/+1 |
| * | extra tests | Armin Rigo | 2017-01-25 | 1 | -0/+5 |
| * | Improve the error message for getattr/setattr | Armin Rigo | 2017-01-25 | 1 | -4/+26 |
| * | issue300: return _Bool as Python booleans; related fixes | Armin Rigo | 2017-01-23 | 1 | -3/+48 |
| * | Version fix | Armin Rigo | 2017-01-23 | 1 | -1/+1 |
| * | bump version number to 1.10.0 | Armin Rigo | 2017-01-23 | 1 | -3/+3 |
| * | merge strbuf-as-buffer | Richard Plangger | 2017-01-04 | 1 | -4/+8 |
| |\ |
|
| | * | update version number to 1.9.2 | Armin Rigo | 2016-12-22 | 1 | -1/+1 |
| | * | Detect packed structs. Improve error messages and test them. | Armin Rigo | 2016-12-22 | 1 | -3/+7 |
| * | | Fix test | Armin Rigo | 2017-01-03 | 1 | -1/+5 |
| * | | readd two lines accidentaly removed | Richard Plangger | 2017-01-03 | 1 | -0/+2 |
| * | | do not allow unicode to directly be passed to from_buffer | Richard Plangger | 2016-12-09 | 1 | -2/+2 |
| * | | allow from_buffer for buffer and memoryview even when they point to bytes/uni... | Richard Plangger | 2016-12-09 | 1 | -5/+3 |
| * | | pypy now can get a raw address from a StringBuffer, modify test | Richard Plangger | 2016-12-09 | 1 | -7/+13 |
| |/ |
|
| * | update to 1.9.1 | Armin Rigo | 2016-11-12 | 1 | -1/+1 |
| * | Bump version number to 1.9.0 | Armin Rigo | 2016-11-02 | 1 | -1/+1 |
| * | Fix: the condition "offsetof == sizeof" for being a var-sized array | Armin Rigo | 2016-10-29 | 1 | -0/+27 |
| * | Decided to fix ffi.sizeof() too. Update the documentation. | Armin Rigo | 2016-10-27 | 1 | -0/+3 |
| * | Fix what is hopefully the last remaining issues with calculate_variable_array... | Armin Rigo | 2016-10-25 | 1 | -2/+1 |
| * | Tweaks, and add extra tests, which fail for now :-/ | Armin Rigo | 2016-10-19 | 1 | -2/+19 |
| * | Merged in coronafire/cffi/calculate_variable_array_length (pull request #71) | Armin Rigo | 2016-10-19 | 1 | -4/+9 |
| |\ |
|
| | * | Detect and mark the final variable array in a varsized struct with BS_VARSIZE...calculate_variable_array_length | Andrew Leech | 2016-09-14 | 1 | -1/+1 |
| | * | Add some initial test assertions to check length details on variable length s... | Andrew Leech | 2016-09-13 | 1 | -3/+8 |
| * | | Improve test | Armin Rigo | 2016-10-14 | 1 | -0/+2 |
| * | | update to 1.8.4 and add whatsnew | Armin Rigo | 2016-09-20 | 1 | -1/+1 |
| * | | Document the new warning | Armin Rigo | 2016-09-15 | 1 | -0/+2 |
| * | | bump version number to 1.8.3 | Armin Rigo | 2016-09-15 | 1 | -1/+1 |
| * | | Warn when implicitly casting between "char *" and a different pointer | Armin Rigo | 2016-09-15 | 1 | -0/+22 |
| |/ |
|
| * | A direct test | Armin Rigo | 2016-09-06 | 1 | -0/+19 |
| * | Update and document v1.8.2 | Armin Rigo | 2016-09-06 | 1 | -1/+1 |
| * | Bump version number to 1.8.1 | Armin Rigo | 2016-09-03 | 1 | -1/+1 |
| * | Give an error when subtracting two pointers and the division's result is | Armin Rigo | 2016-08-15 | 1 | -0/+13 |
| * | Update the version number to 1.8 | Armin Rigo | 2016-08-06 | 1 | -1/+1 |
| * | The null_byte_after_str branch of PyPy makes ffi.from_buffer(str) | Armin Rigo | 2016-08-02 | 1 | -1/+6 |
| * | Support dir(p), where p is a struct or pointer-to-struct, to obtain | Armin Rigo | 2016-06-06 | 1 | -2/+22 |
| * | update version number to 1.7 | Armin Rigo | 2016-06-05 | 1 | -1/+1 |
| * | Add a test for another use case | Armin Rigo | 2016-06-03 | 1 | -0/+7 |
| * | Slice assignment with bytearray as source | Armin Rigo | 2016-06-03 | 1 | -4/+6 |
| * | From PyPy 5.2, bytearray buffers can fetch a raw pointer, so | Armin Rigo | 2016-06-03 | 1 | -6/+16 |
| * | an extra test | Armin Rigo | 2016-05-07 | 1 | -0/+1 |
| * | Issue #255: `bool(ffi.cast("primitive", x))` is now True or False | Armin Rigo | 2016-05-07 | 1 | -3/+8 |
| * | update the version number to 1.6 | Armin Rigo | 2016-04-17 | 1 | -1/+1 |
| * | Oops. In this case, unpack(p) returns a list of <cdata struct> that | Armin Rigo | 2016-04-17 | 1 | -1/+2 |
| * | There is no reason to restrict ffi.unpack() to primitives. | Armin Rigo | 2016-04-17 | 1 | -1/+23 |
| * | Remove again ffi.rawstring(), and implement instead ffi.unpack(). | Armin Rigo | 2016-04-16 | 1 | -12/+39 |
| * | Python3 compat | Armin Rigo | 2016-04-15 | 1 | -4/+4 |
| * | Also accept arrays of int8_t or uint8_t, like ffi.string() | Armin Rigo | 2016-04-15 | 1 | -0/+4 |