| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ffi.CData and ffi.CType. | Armin Rigo | 2012-09-04 | 1 | -0/+2 |
| | | |||||
| * | Implement caching of the types across multiple FFI instances. The types | Armin Rigo | 2012-07-08 | 1 | -6/+6 |
| | | | | | | are shared as long as they don't depend on a particular name (i.e. if they contain no struct or union or enum). | ||||
| * | Convert the front-end. Missing backend_ctypes. | Armin Rigo | 2012-06-25 | 1 | -0/+7 |
| | | |||||
| * | In-progress: verify fully-declared structs. | Armin Rigo | 2012-06-12 | 1 | -1/+1 |
| | | |||||
| * | Rename the package from "ffi" to "cffi". | Armin Rigo | 2012-06-05 | 1 | -1/+1 |
| | | | | | | Use local imports inside the package; anyway it has no chance to work on Python < 2.6 because pycparser doesn't. | ||||
| * | fix test | Armin Rigo | 2012-05-31 | 1 | -1/+1 |
| | | |||||
| * | Start writing a C extension module for CPython. | Armin Rigo | 2012-05-27 | 1 | -0/+3 |
| | | |||||
| * | Shuffle a bit the API between the front-end and the backend. | Armin Rigo | 2012-05-27 | 1 | -1/+1 |
| | | |||||
| * | Kill backend_base.py. | Armin Rigo | 2012-05-27 | 1 | -3/+5 |
| | | |||||
| * | write_variable(). | Armin Rigo | 2012-05-21 | 1 | -6/+0 |
| | | |||||
| * | Front-end refactorings, and make sure the FFILibrary doesn't expose | Armin Rigo | 2012-05-20 | 1 | -2/+9 |
| | | | | | unexpected attributes like '_ffi'. | ||||
| * | Floats. | Armin Rigo | 2012-05-19 | 1 | -1/+1 |
| | | |||||
| * | First rough implementation of pointers. | Armin Rigo | 2012-05-19 | 1 | -1/+2 |
| | | |||||
| * | Write ffi.new(array) on ctypes. | Armin Rigo | 2012-05-17 | 1 | -20/+0 |
| | | |||||
| * | change file layout | Ronny Pfannschmidt | 2012-05-17 | 1 | -0/+41 |
| * ffi as package * test -> testing * kill src dir | |||||
