| Commit message (Expand) | Author | Age | Files | Lines |
| * | Documentation | Armin Rigo | 2017-05-30 | 1 | -0/+6 |
| * | Test explicitly that if we try to call a function in ABI mode with a | Armin Rigo | 2017-05-29 | 1 | -13/+18 |
| * | Fix test, fix all abort() | Armin Rigo | 2017-05-29 | 1 | -5/+6 |
| * | Minor style clean-ups. Update the test to conform more closely to the | Armin Rigo | 2017-05-29 | 1 | -7/+19 |
| * | fix test (now apparently cast(p, -1.1j) == cast(p, -1.1j)) | Tom Krauss | 2017-03-12 | 1 | -1/+1 |
| * | Merge default in. | Tom Krauss | 2017-03-12 | 1 | -9/+32 |
| |\ |
|
| | * | Support for "double _Complex". Skip the test_c tests for now | Tom Krauss | 2017-03-12 | 1 | -1/+14 |
| | * | in test_c.py, add a test_call_function24 which | Tom Krauss | 2017-02-26 | 1 | -0/+10 |
| | * | "c" tests pass! | Tom Krauss | 2017-02-19 | 1 | -2/+3 |
| | * | all but two tests in c/test_c.py:test_complex_types() pass. | Tom Krauss | 2017-02-12 | 1 | -2/+2 |
| | * | float complex progress. Added __complex__ method to cdata. | Tom Krauss | 2017-02-05 | 1 | -3/+3 |
| | * | unskip the complex test in c/test_c.py. It still doesn't pass but gets past a... | Tom Krauss | 2017-01-22 | 1 | -3/+2 |
| * | | 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 |