summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_parsing.py
Commit message (Expand)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-23/+24
* musllinux test updates and wheels, py3.11 beta wheelsMatt Davis2022-06-291-0/+4
* #454Armin Rigo2020-05-291-0/+41
* Issue #454Armin Rigo2020-05-261-1/+47
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-141-2/+6
* merge pull request #96. Thanks Cody!Armin Rigo2019-04-261-0/+36
|\
| * remove useless try/catch, and remove unreachable elif statement.guillaumesottas2019-03-261-4/+1
| * add support for long/long long C integer constant suffixes, and supportguillaumesottas2019-03-261-3/+36
| * fix #407 add support for u/U suffix in integer constants (eg. 0xABu, or 0xCDU).guillaumesottas2019-03-251-0/+7
* | Add support for more binary ops in enum definitions.Cody Piersall2019-02-021-2/+17
|/
* Some test fixes for Python 3 on WindowsArmin Rigo2017-06-191-0/+9
* Try to systematically include the line numberArmin Rigo2017-05-091-3/+11
* Issue 314Armin Rigo2017-05-091-1/+14
* 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