summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
* Prepare release 0.9.0Armin Rigo2015-03-031-2/+2
* Copy from pypy/6e64507f2a09Armin Rigo2015-02-131-1/+2
* Move to version number "0.8.6+", to distinguish from the lastArmin Rigo2015-02-121-2/+2
* Python 3 fixesArmin Rigo2015-01-311-11/+10
* Simplify the structure of this function, and fix NativeIOArmin Rigo2015-01-311-21/+26
* Actually test the file contents instead of the filenameDonald Stufft2015-01-291-11/+32
* Actually check if the file exists rather than assume it doesn'tDonald Stufft2015-01-291-3/+4
* Change again ffi.offsetof() and ffi.addressof(), generalizing them.Armin Rigo2015-01-112-27/+52
* Fix (thanks gkcn on irc): in cdef() we can say "#define FOO 42", butArmin Rigo2015-01-113-59/+104
* typoArmin Rigo2015-01-091-1/+1
* Issue #173Armin Rigo2015-01-082-2/+18
* Clarify the error we get if we try to use TCHAR & friends before callingArmin Rigo2015-01-072-0/+13
* Document ffi.set_unicode()Armin Rigo2015-01-071-5/+5
* issue #172Armin Rigo2015-01-072-8/+40
* improve error message a bitArmin Rigo2015-01-021-1/+1
* Recognize more literal constants, notably octals and charsArmin Rigo2014-12-311-1/+12
* Document ffi.from_buffer()Armin Rigo2014-12-301-3/+3
* issue #169: offsetof('struct', 'a.b.c')Armin Rigo2014-12-301-3/+14
* Must also make 'sources' relative.Armin Rigo2014-12-301-1/+1
* Disossiate the version encoded in the verifier module file namesArmin Rigo2014-12-292-3/+8
* Silence the new gcc warnings when comparing 'unsigned >= 0' or 'unsigned < 0'.Armin Rigo2014-12-282-8/+8
* Fight a lot the CPython buffer/memoryview interface until we get aArmin Rigo2014-12-282-0/+13
* Update the copies of that block of #ifsArmin Rigo2014-12-242-0/+36
* Add the keyword "relative_to=..." to verify(), as perArmin Rigo2014-12-242-2/+19
* Merged in dalcinl/python-cffi (pull request #52)Armin Rigo2014-12-222-2/+10
|\
| * Silence GCC/Clang -Wunused-parameter warningsLisandro Dalcin2014-11-242-2/+10
* | Merge headsRomain Guillebert2014-12-173-5/+16
|\ \
| * | Make sure the flags kwarg of verify has no effect on WindowsRomain Guillebert2014-12-171-3/+5
| * | Fix failing testsRomain Guillebert2014-10-212-4/+8
| * | Import verify dlopen flags for cpythonRomain Guillebert2014-10-211-1/+5
| * | Add dlopen flags to verify on pypyRomain Guillebert2014-10-212-4/+5
* | | add source_extnsion param to Verifierpodshumok/add-source_extnsion-param-to-verifier-1417477338819podshumok2014-12-011-2/+3
| |/ |/|
* | CPython: Add explicit typecasts in _cffi_from_c_int()Lisandro Dalcin2014-11-211-6/+9
* | CPython: Silent GCC -Wconversion warningsLisandro Dalcin2014-04-261-4/+5
* | Revert a side-effect of f31f43f81992: allow again multiple declarationsArmin Rigo2014-11-181-0/+2
|/
* Ensured that enums cannot be declared with ...the_drow/ensured-that-enums-cannot-be-declared-wi-1410868467138Omer Katz2014-09-161-1/+2
* Add support for 'CFFI_TMPDIR' environment variablemalthe2014-09-021-1/+1
* The 'Verifier' class already falls back to '_caller_dir_pycache'malthe2014-09-021-2/+1
* Merged in pjenvey/cffi (pull request #44)Armin Rigo2014-08-091-1/+5
|\
| * add parsing of constant with unary +schwarz2014-07-271-1/+5
* | make this not publicPhilip Jenvey2014-07-281-3/+3
* | avoid deprecated imp.get_suffixes on >= 3.3Philip Jenvey2014-07-271-6/+12
|/
* Prepare release 0.8.6Armin Rigo2014-07-051-2/+2
* Fix for Windows, which doesn't have a reasonable snprintf()Armin Rigo2014-07-051-4/+4
* Argh. The version 0.8.4 works with the backend "0.8.4" or "0.8", butArmin Rigo2014-07-052-4/+3
* Update to 0.8.4Armin Rigo2014-07-051-2/+2
* prepare for 0.8.3Armin Rigo2014-07-051-2/+2
* Avoid using ssize_t hereArmin Rigo2014-06-241-3/+3
* Don't check MS_WIN32, it's not always defined even on MSVC.Armin Rigo2014-06-242-2/+2
* Add stdint.h as an explicit include on non-Windows too.Armin Rigo2014-06-242-0/+2