summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_parsing.py
Commit message (Expand)AuthorAgeFilesLines
* Add test for binary operation in enum definitionbinary_enumJean-Sebastien Bevilacqua2017-03-151-1/+2
* fix the FakeBackend classes for testsArmin Rigo2017-02-061-0/+2
* Fix cparserArmin Rigo2015-11-181-8/+22
* Parsing CFFI_CALL_PYTHON in the cdefArmin Rigo2015-11-121-0/+14
* Allow different formattings of the underlying "%p"Armin Rigo2015-11-031-1/+2
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-021-27/+5
* Found a pycparser issue. Work around it by adding some parentheses inArmin Rigo2015-11-021-0/+35
* Fix the error we get for 'int f(unknown_type);'Armin Rigo2015-11-021-0/+7
* Backed out changeset fbe55ed7e5e2Armin Rigo2015-10-211-7/+0
* Issue #225: Ignore basic SAL annotations on Windows.Armin Rigo2015-10-201-0/+7
* fix corner case of writing "typdef char INT8, *PINT8;" on WindowsArmin Rigo2015-10-181-0/+6
* win64 fixArmin Rigo2015-10-161-1/+1
* Support directly __stdcall or WINAPI (or __cdecl, ignored) insideArmin Rigo2015-10-061-0/+14
* add a passing testArmin Rigo2015-09-301-0/+13
* in-progress: add qualifiers through model.py, cparser.py, and recompiler.pyArmin Rigo2015-09-301-6/+17
* Support "\" escapes in a #defineArmin Rigo2015-07-301-0/+12
* Handle line continuations in the "//" commentsArmin Rigo2015-07-301-0/+17
* Issue #214: parse function declarations like "int foo(void_t);" whereArmin Rigo2015-07-301-0/+7
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+306