summaryrefslogtreecommitdiff
path: root/cffi
Commit message (Expand)AuthorAgeFilesLines
* Fix vengine_cpy too.Armin Rigo2013-11-081-8/+36
* Fix vengine_gen for global arrays with [...].Armin Rigo2013-11-081-1/+21
* Fix some testsArmin Rigo2013-11-083-10/+14
* Add a test, now passing. Fixes in the front-end.Armin Rigo2013-11-082-9/+16
* in-progressArmin Rigo2013-11-082-11/+15
* Issue #113: Test and fix: Values of anonymous enums are not exposedArmin Rigo2013-10-261-0/+6
* Strip the C line of whitespace in error reporting.Armin Rigo2013-10-241-1/+1
* Docstring fixArmin Rigo2013-10-211-1/+1
* Support partial unions in a way very similar to partial structs.Armin Rigo2013-10-174-15/+10
* Fixes #110 - Support different so suffixesDonald Stufft2013-10-063-21/+26
* Two tests from the mailing list, and fixes: bogus "const" detection,Armin Rigo2013-09-142-11/+4
* issue 102: allow ffi.typeof() to work on functions taking a structArmin Rigo2013-09-112-2/+8
* In this case, we must call backend.load_library() with a pathArmin Rigo2013-08-071-1/+3
* Update the version number to 0.7.2Armin Rigo2013-08-021-2/+2
* Bah, fixArmin Rigo2013-08-021-1/+2
* Update the versionArmin Rigo2013-08-011-2/+2
* Accept short, long, signed, unsigned as prefixes of a real type (usuallyArmin Rigo2013-07-301-7/+20
* Crash with a clear error message in case of built-in but unsupportedArmin Rigo2013-07-301-1/+3
* Tweak the error messageArmin Rigo2013-07-141-2/+2
* Finish the fix for issue #91.Armin Rigo2013-06-192-4/+10
* Fix the front-end to work (but still show $ signs)Armin Rigo2013-06-192-3/+5
* Propagate the original OSError, which contains information returned byArmin Rigo2013-06-041-2/+2
* Issue #81 resolved: dir(ffi.verify(...))Armin Rigo2013-05-302-10/+23
* issue 87: first stabArmin Rigo2013-05-221-3/+9
* Bump the version number of 0.7.Armin Rigo2013-05-221-2/+2
* Fix (motivated by a pypy without cpyext): if we're using vengine_gen.py,Armin Rigo2013-05-203-15/+28
* Python 3 compatArmin Rigo2013-05-101-1/+1
* Try to preserve the exact error messageArmin Rigo2013-05-101-2/+2
* Fix for enums used as bitfields. (thanks jerith)Armin Rigo2013-05-052-4/+4
* Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes,Armin Rigo2013-04-151-0/+1
* Merged in pjenvey/cffi (pull request #13)Armin Rigo2013-04-061-5/+7
|\
| * Test and fix in the ctypes backend for calling "void *" functions with aArmin Rigo2013-04-061-5/+7
* | fix handling w/ py3 hasattr, which only swallows AttributeErrorsPhilip Jenvey2013-04-051-1/+4
|/
* Use a relative import.Armin Rigo2013-04-051-1/+1
* Fix the docstring.Armin Rigo2013-04-041-1/+1
* fixesMaciej Fijalkowski2013-04-021-2/+6
* Fix(?) an issue that only showed up on PPC64 so far, aboutArmin Rigo2013-03-301-1/+1
* Test and fix for pull request #11: anonymous enums.Armin Rigo2013-03-291-1/+2
* Fix (also for Python 3).Armin Rigo2013-03-291-1/+1
* A bit hackish, but solves exactly issue #71: ffi.typeof(builtin_function).Armin Rigo2013-03-282-2/+26
* Add a commentArmin Rigo2013-03-281-0/+2
* Fix for a potential race condition in multithreaded programs (hard to test).Armin Rigo2013-03-271-2/+2
* Issue #67Armin Rigo2013-03-271-0/+12
* Check that the backend's version matches the frontend'sArmin Rigo2013-03-081-0/+2
* Refactor get_c_name() in model.py to use the same logic as with theArmin Rigo2013-03-033-42/+61
* Generate correct type name for pointers to arrays.Tom Nixon2013-03-023-9/+5
* More careful, even if it looks more brittle in theoryArmin Rigo2013-02-281-2/+3
* Merged in stefanor/cffi (pull request #8)arigo2013-02-281-1/+5
|\
| * That could have been simplerStefano Rivera2013-02-231-2/+2
| * Kill the _d added in Python 2 debug buildsStefano Rivera2013-02-231-1/+5