summaryrefslogtreecommitdiff
path: root/c/parse_c_type.c
Commit message (Expand)AuthorAgeFilesLines
* fixesArmin Rigo2017-05-311-0/+2
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-291-1/+1
* Support parsing "float _Complex" and "double _Complex" inside parse_c_typeArmin Rigo2017-05-291-0/+14
* tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-271-1/+0
* initial support for 'float _Complex' and 'double _Complex'Tom Krauss2017-01-151-1/+2
* Issue #228: do the same for "FILE". Only remaining case now is theArmin Rigo2015-11-031-4/+9
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-021-21/+55
* win32 fixArmin Rigo2015-10-161-1/+5
* win64 fixArmin Rigo2015-10-161-3/+6
* Parse __cdecl and __stdcall in the built-in parserArmin Rigo2015-10-061-5/+30
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+760