summaryrefslogtreecommitdiff
path: root/testing/test_parsing.py
Commit message (Expand)AuthorAgeFilesLines
* Change ffi.new() to take a pointer-to-X instead of directly X,Armin Rigo2012-07-161-9/+0
* Implement caching of the types across multiple FFI instances. The typesArmin Rigo2012-07-081-11/+20
* For interactive usage (playing around), add the option ffi.cdef("..",Armin Rigo2012-07-081-1/+10
* Fix(?) the ctypes backend, as far as the tests are concerned.Armin Rigo2012-06-261-0/+5
* Fix the issue. Tests pass but would need some review because it'sArmin Rigo2012-06-171-2/+1
* A non-passing test, a bit annoying: how are we supposed to fill inArmin Rigo2012-06-161-1/+16
* Fix tests for windows.Armin Rigo2012-06-161-2/+5
* Add support for constants, either via "static sometype const x;"Armin Rigo2012-06-151-1/+8
* Rename ffi.rawload() to ffi.dlopen().Armin Rigo2012-06-141-7/+7
* Remove comments.Armin Rigo2012-06-141-0/+17
* Fix test.Armin Rigo2012-06-121-7/+12
* In-progress: verify fully-declared structs.Armin Rigo2012-06-121-1/+1
* Linux-only tweaks until the test passes.Armin Rigo2012-06-081-5/+5
* Fix for the C backend.Armin Rigo2012-06-061-2/+2
* Test and fix.Armin Rigo2012-06-061-1/+10
* Test and fix.Armin Rigo2012-06-061-0/+12
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-1/+1
* pass all the tests, barring test_verifyfijal2012-06-031-2/+2
* Make the tests pass (or skip).Armin Rigo2012-06-011-8/+16
* Fix some of the fake functions.Alex Gaynor2012-05-311-3/+3
* 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-3/+3
* Kill backend_base.py.Armin Rigo2012-05-271-7/+9
* Bit fields.Armin Rigo2012-05-221-1/+1
* - typedefs, handled entirely in the front-end.Armin Rigo2012-05-201-0/+34
* Integrate function types with the other types.Armin Rigo2012-05-201-15/+10
* Minor refactoring.Armin Rigo2012-05-201-1/+1
* Fix.Armin Rigo2012-05-201-3/+3
* Fix these tests and add one.Armin Rigo2012-05-201-3/+15
* First rough implementation of pointers.Armin Rigo2012-05-191-2/+2
* change file layoutRonny Pfannschmidt2012-05-171-0/+44