summaryrefslogtreecommitdiff
path: root/c/test_c.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for the special case of setting 1.Armin Rigo2012-06-071-1/+6
* Fix the test (by changing it), and fix the test (by changing the testedArmin Rigo2012-06-071-1/+1
* Rename "new" to "newp" in the test too.Armin Rigo2012-06-071-42/+42
* A failing test.Armin Rigo2012-06-071-0/+5
* ffi.gc(), just because it's easy here.Armin Rigo2012-06-031-0/+13
* Test and fix.Armin Rigo2012-06-031-0/+26
* Fix the ctypes backend to not accept so many NoneArmin Rigo2012-06-031-0/+12
* Shuffle tests.Armin Rigo2012-06-011-0/+9
* Variadic calls.Armin Rigo2012-06-011-0/+9
* write_variable()Armin Rigo2012-06-011-0/+9
* read_variable()Armin Rigo2012-06-011-0/+6
* Support for bit fields.Armin Rigo2012-06-011-2/+54
* finish enum.Armin Rigo2012-06-011-1/+15
* Skip these tests on PyPy.Alex Gaynor2012-05-311-1/+7
* Start working on enums.Armin Rigo2012-05-311-0/+7
* callbacks.Armin Rigo2012-05-311-0/+10
* Special case for function calls.Armin Rigo2012-05-311-0/+2
* Enough to call strlen().Armin Rigo2012-05-311-2/+12
* Calling function with ptrs, arrays, structs.Armin Rigo2012-05-311-0/+37
* void result.Armin Rigo2012-05-311-0/+6
* Tests with doubles and floatsArmin Rigo2012-05-311-0/+17
* Function call: more tests.Armin Rigo2012-05-311-1/+30
* Function calls.Armin Rigo2012-05-311-1/+13
* Struct arguments to functions.Armin Rigo2012-05-311-0/+9
* Start interfacing with libffi.Armin Rigo2012-05-311-0/+7
* offsetof()Armin Rigo2012-05-311-0/+10
* Struct initializers from lists or tuples.Armin Rigo2012-05-311-0/+12
* Must remember the order of the fieldsArmin Rigo2012-05-311-17/+22
* Read/write into the struct via the pointerArmin Rigo2012-05-311-0/+12
* Read/write struct fieldsArmin Rigo2012-05-311-2/+15
* Struct types.Armin Rigo2012-05-311-0/+42
* Opaque structs and unions.Armin Rigo2012-05-311-0/+12
* alignof.Armin Rigo2012-05-301-0/+8
* Kill the 'ffi' argument to new_xxx().Armin Rigo2012-05-301-153/+153
* - allow non-0 index in non-owned pointersArmin Rigo2012-05-301-3/+8
* Streamline the conversion from Python objects.Armin Rigo2012-05-301-0/+41
* initializer for array.Armin Rigo2012-05-291-0/+13
* Array length specified as a list or tuple's lengthArmin Rigo2012-05-291-0/+10
* Arrays of instance-specified lengthArmin Rigo2012-05-291-0/+15
* Instances of array of known lengthArmin Rigo2012-05-291-0/+18
* array type creationArmin Rigo2012-05-291-1/+23
* Fix for hash.Armin Rigo2012-05-291-3/+2
* Decide to simplify bool and ==.Armin Rigo2012-05-291-14/+6
* Tweaks.Armin Rigo2012-05-281-0/+8
* finish floats, and add charactersArmin Rigo2012-05-281-0/+32
* floats.Armin Rigo2012-05-281-0/+40
* test and fixArmin Rigo2012-05-281-0/+2
* Initializer for simple new(), and getitem for ptrsArmin Rigo2012-05-281-0/+9
* Started work on pointers.Armin Rigo2012-05-281-1/+28
* Basic new_pointer_type()Armin Rigo2012-05-281-0/+10