summaryrefslogtreecommitdiff
path: root/testing/test_cdata.py
Commit message (Expand)AuthorAgeFilesLines
* Add ffi.CData and ffi.CType.Armin Rigo2012-09-041-0/+2
* Implement caching of the types across multiple FFI instances. The typesArmin Rigo2012-07-081-6/+6
* Convert the front-end. Missing backend_ctypes.Armin Rigo2012-06-251-0/+7
* In-progress: verify fully-declared structs.Armin Rigo2012-06-121-1/+1
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-1/+1
* fix testArmin Rigo2012-05-311-1/+1
* Start writing a C extension module for CPython.Armin Rigo2012-05-271-0/+3
* Shuffle a bit the API between the front-end and the backend.Armin Rigo2012-05-271-1/+1
* Kill backend_base.py.Armin Rigo2012-05-271-3/+5
* write_variable().Armin Rigo2012-05-211-6/+0
* Front-end refactorings, and make sure the FFILibrary doesn't exposeArmin Rigo2012-05-201-2/+9
* Floats.Armin Rigo2012-05-191-1/+1
* First rough implementation of pointers.Armin Rigo2012-05-191-1/+2
* Write ffi.new(array) on ctypes.Armin Rigo2012-05-171-20/+0
* change file layoutRonny Pfannschmidt2012-05-171-0/+41