summaryrefslogtreecommitdiff
path: root/cffi/api.py
Commit message (Expand)AuthorAgeFilesLines
* hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-121-32/+64
|\
| * Finally found out the "right" way to implement ffi.gc(), in just aArmin Rigo2012-08-091-0/+12
| * update docArmin Rigo2012-08-031-1/+1
| * As discussed on the mailing list: str() -> ffi.string()Armin Rigo2012-08-031-0/+18
| * Speed up.Armin Rigo2012-07-301-32/+34
* | An attempt to port cffi to python3.Amaury Forgeot d'Arc2012-07-291-12/+12
|/
* Fix: the code incorrectly accepted e.g. 'ffi.new(ffi.new("int*"))',Armin Rigo2012-07-271-22/+29
* Clearer warning messageArmin Rigo2012-07-191-1/+1
* Mostly backs out cf812c61a579: "un-implement" the support forArmin Rigo2012-07-181-25/+1
* Partly untested: support for callbacks with different callingArmin Rigo2012-07-161-1/+25
* Change ffi.new() to take a pointer-to-X instead of directly X,Armin Rigo2012-07-161-17/+16
* Progress.Armin Rigo2012-07-151-1/+5
* Mark most methods and attributes of class Verifier as "you shouldn't useArmin Rigo2012-07-141-1/+1
* Simplify the caching logic a little bit.Armin Rigo2012-07-081-5/+3
* For interactive usage (playing around), add the option ffi.cdef("..",Armin Rigo2012-07-081-4/+10
* Rename: _ffi_backend => _cffi_backendArmin Rigo2012-06-271-1/+1
* Finally clean up the distinction between the C types "function" vsArmin Rigo2012-06-261-6/+10
* Add "error=..." to ffi.callback().Armin Rigo2012-06-261-2/+2
* Convert the front-end. Missing backend_ctypes.Armin Rigo2012-06-251-0/+2
* ffi.getcname().Armin Rigo2012-06-181-0/+21
* ffi.buffer() with an optional second argument "size".Armin Rigo2012-06-161-2/+2
* Remove 'ffi.rawload(None).errno', which was a hack that made sense atArmin Rigo2012-06-151-7/+0
* Uh, I thought I ran the tests.Armin Rigo2012-06-151-1/+1
* Replace ffi.string() with ffi.buffer() and update the docs. Add anArmin Rigo2012-06-151-5/+6
* Add errno on the ffi objects, and document it.Armin Rigo2012-06-141-0/+7
* Start writing the Reference section.Armin Rigo2012-06-141-2/+2
* Rename ffi.rawload() to ffi.dlopen().Armin Rigo2012-06-141-5/+5
* Fixed the docstring of ffi.verify() to document the new idea.Armin Rigo2012-06-121-7/+17
* Finish the (non-partial) struct verification. For now useslinux-onlyArmin Rigo2012-06-121-6/+8
* In-progress: verify fully-declared structs.Armin Rigo2012-06-121-4/+4
* Random check-in changing things here and there.Armin Rigo2012-06-081-2/+2
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-0/+245