summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
* In-progress: verify fully-declared structs.Armin Rigo2012-06-121-29/+23
* Verifying the typedefs, precisely enough to be able toArmin Rigo2012-06-121-1/+1
* Bah, forgot this (but the test doesn't fail?).Armin Rigo2012-06-071-0/+2
* Fix for the special case of setting 1.Armin Rigo2012-06-072-5/+33
* Fix the test (by changing it), and fix the test (by changing the testedArmin Rigo2012-06-072-2/+2
* Rename "new" to "newp" in the test too.Armin Rigo2012-06-071-42/+42
* A failing test.Armin Rigo2012-06-071-0/+5
* Document the types, and mention a potential addition of wchar_t.Armin Rigo2012-06-071-10/+10
* Minor stuffArmin Rigo2012-06-061-3/+4
* Fix for the C backend.Armin Rigo2012-06-061-3/+4
* Merge branch 'api-refactor-2'fijal2012-06-031-3/+3
|\
| * Rename the backend-level new() to newp().Armin Rigo2012-06-031-3/+3
* | ffi.gc(), just because it's easy here.Armin Rigo2012-06-032-0/+110
|/
* Test and fix.Armin Rigo2012-06-032-3/+34
* Fix the ctypes backend to not accept so many NoneArmin Rigo2012-06-031-0/+12
* Test and fix.Armin Rigo2012-06-031-1/+5
* Pass arrays or None in the varargs.Armin Rigo2012-06-011-8/+24
* Shuffle tests.Armin Rigo2012-06-011-0/+9
* Variadic calls.Armin Rigo2012-06-012-35/+120
* Shuffle around the function ctype construction.Armin Rigo2012-06-011-76/+150
* errno.Armin Rigo2012-06-011-0/+28
* write_variable()Armin Rigo2012-06-012-0/+33
* read_variable()Armin Rigo2012-06-012-1/+29
* Support for bit fields.Armin Rigo2012-06-012-19/+201
* finish enum.Armin Rigo2012-06-012-31/+184
* Handle an error in this method.Alex Gaynor2012-05-311-0/+2
* Skip these tests on PyPy.Alex Gaynor2012-05-311-1/+7
* Start working on enums.Armin Rigo2012-05-312-7/+56
* Minor fixesArmin Rigo2012-05-311-2/+3
* Tweaks. All functionptr tests pass!Armin Rigo2012-05-311-3/+4
* callbacks.Armin Rigo2012-05-312-2/+161
* Special case for function calls.Armin Rigo2012-05-312-1/+12
* Enough to call strlen().Armin Rigo2012-05-312-22/+71
* Calling function with ptrs, arrays, structs.Armin Rigo2012-05-312-14/+76
* void result.Armin Rigo2012-05-312-1/+17
* Tests with doubles and floatsArmin Rigo2012-05-312-1/+30
* Function call: more tests.Armin Rigo2012-05-312-2/+31
* Function calls.Armin Rigo2012-05-312-16/+188
* Struct arguments to functions.Armin Rigo2012-05-312-2/+54
* Start interfacing with libffi.Armin Rigo2012-05-312-10/+232
* A clean NotImplementedError with bit fieldsArmin Rigo2012-05-311-0/+5
* offsetof()Armin Rigo2012-05-312-0/+34
* Initializers for unions.Armin Rigo2012-05-311-2/+5
* Dict initializer for structs.Armin Rigo2012-05-311-3/+27
* Struct initializers from lists or tuples.Armin Rigo2012-05-312-5/+29
* Must remember the order of the fieldsArmin Rigo2012-05-312-27/+82
* Read/write into the struct via the pointerArmin Rigo2012-05-312-21/+40
* Read/write struct fieldsArmin Rigo2012-05-312-4/+51
* Fix the Py_FatalErrorsArmin Rigo2012-05-311-8/+12
* Struct types.Armin Rigo2012-05-312-25/+275