summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* In-progress: verify fully-declared structs.Armin Rigo2012-06-124-4/+23
* Verifying the typedefs, precisely enough to be able toArmin Rigo2012-06-121-0/+13
* Progress on test_ffi_nonfull_struct(), but unfinished so far.Armin Rigo2012-06-082-20/+23
* More tweaks, and a test that doesn't pass so far because of the "const"Armin Rigo2012-06-081-0/+4
* Linux-only tweaks until the test passes.Armin Rigo2012-06-081-5/+5
* Random check-in changing things here and there.Armin Rigo2012-06-081-7/+5
* The point of this is to detect broken signatures, which doesn'tArmin Rigo2012-06-081-0/+7
* 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
* Fix an important corner case. Sadly, it requires yet another dictArmin Rigo2012-06-051-2/+10
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-058-10/+10
* Add a test with anonymous structures.Armin Rigo2012-06-041-0/+10
* Merge branch 'master' of github.com:arigo/ffiArmin Rigo2012-06-041-0/+5
|\
| * Mistake in building the function type name.Armin Rigo2012-06-041-0/+5
* | Merge branch 'api-refactor-2'fijal2012-06-032-2/+5
|\ \ | |/ |/|
| * pass all the tests, barring test_verifyfijal2012-06-031-2/+2
| * Merge branch 'master' of github.com:arigo/ffi into api-refactor-2fijal2012-06-031-0/+3
| |\
| | * Progress on the model. Now some tests start passingfijal2012-06-031-0/+3
* | | Complete the tests.Armin Rigo2012-06-031-2/+9
|/ /
* | Fix the ctypes backend to not accept so many NoneArmin Rigo2012-06-031-2/+1
* | Test and fix.Armin Rigo2012-06-031-0/+2
|/
* Shuffle tests.Armin Rigo2012-06-011-7/+7
* Variadic calls.Armin Rigo2012-06-011-1/+2
* Extent the API to allow None to variadic funcs.Armin Rigo2012-06-011-1/+3
* Not implementing this feature.Armin Rigo2012-06-011-2/+4
* Don't want to investigate thisArmin Rigo2012-06-011-2/+6
* Fix test.Armin Rigo2012-06-011-1/+1
* Import other tests here too.Armin Rigo2012-06-013-192/+201
* Make the tests pass (or skip).Armin Rigo2012-06-012-8/+17
* finish enum.Armin Rigo2012-06-011-0/+2
* These tests are also skipped under PyPy.Alex Gaynor2012-05-311-0/+7
* Merge branch 'master' of github.com:arigo/ffiAlex Gaynor2012-05-311-3/+3
|\
| * Fix some of the fake functions.Alex Gaynor2012-05-311-3/+3
* | Fixes in corner cases of the API for enums.Armin Rigo2012-05-311-3/+4
|/
* More failing testsArmin Rigo2012-05-311-0/+16
* Tweaks. All functionptr tests pass!Armin Rigo2012-05-311-1/+2
* Dict initializer for structs.Armin Rigo2012-05-311-0/+1
* fix testArmin Rigo2012-05-311-1/+1
* Shuffle things around to support recursive structs.Armin Rigo2012-05-311-0/+11
* str(char* or char[]).Armin Rigo2012-05-301-0/+5
* type(x) -> ffi.typeof(x). unsigned chars.Armin Rigo2012-05-301-4/+4
* Use a string to initialize arrays of chars.Armin Rigo2012-05-301-0/+8
* typeof(cdata instance).Armin Rigo2012-05-303-12/+15
* - allow non-0 index in non-owned pointersArmin Rigo2012-05-301-1/+2
* test and fixArmin Rigo2012-05-301-0/+9
* test and fix.Armin Rigo2012-05-301-0/+6
* Fix the ctypes impl and tests accordinglyArmin Rigo2012-05-291-9/+4
* Test everything with the _ffi_backend.Armin Rigo2012-05-281-0/+9
* Work in progress on verification, probably needs a bit of refactoringfijal2012-05-281-5/+9