summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update TODO to mention bdist_wheelrelease_v2.21Eli Bendersky2021-11-061-1/+1
* Update TODO with distribution testing instructionsEli Bendersky2021-11-061-2/+5
* Preparation for releasing 2.21Eli Bendersky2021-11-065-4/+11
* Don't run cpp/gcc-needing tests on Darwin: not all Macs have the toolsEli Bendersky2021-10-291-1/+1
* Only run example tests on Linux, since many require cppEli Bendersky2021-10-292-6/+2
* Try to make func_calls example pass on all platforms with no argumentsEli Bendersky2021-10-292-2/+10
* Add test that runs all examples and makes sure they don't crashEli Bendersky2021-10-297-13/+83
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2021-10-2010-21/+21
|\
| * Fix typos (#443)Kian Meng Ang2021-10-1810-21/+21
* | Clarify README w.r.t. C11 support in fake headersEli Bendersky2021-10-201-4/+6
|/
* Fix examples/func_defs_add_param.py: add missing `align` parameter (#441)Eisuke Kawashima2021-10-151-0/+1
* Fix Flake8 Errors (#442)Eisuke Kawashima2021-10-1518-29/+16
* Add support for Python 3.10 (#436)Hugo van Kemenade2021-10-052-1/+2
* Implement C23 _Static_assert without message (#440)Vitaly Cheptsov2021-10-055-4/+16
* Implement u8, u, and U strings from C11 (#439)Vitaly Cheptsov2021-10-055-0/+64
* Improve recursive comparison of ASTs in test_c_generator and enable testsEli Bendersky2021-10-041-31/+48
* Implement _Alignas and _Alignof support with tests (#435)Vitaly Cheptsov2021-10-0413-26/+152
* Simplify usage of _add_declaration_specifierEli Bendersky2021-09-251-2/+1
* Clean up trailing whitespaceEli Bendersky2021-09-212-2/+3
* Clean up some commentsEli Bendersky2021-09-202-7/+3
* Improve _Atomic support and add more tests (#431)Vitaly Cheptsov2021-09-207-34/+150
* Rename debuglevel->debug flag to the parserEli Bendersky2021-09-161-4/+4
* Fix declname for _Atomic specifiers, and add c-to-c testsEli Bendersky2021-09-142-2/+30
* A different, more robust appoach to fix _Atomic specifiers.Eli Bendersky2021-09-134-42/+90
* Implement atomic specifiers like _Atomic(int*).Eli Bendersky2021-09-132-6/+46
* Support _Atomic as a qualifierEli Bendersky2021-09-135-3/+20
* Add comments and clean up whitespaceEli Bendersky2021-08-312-1/+16
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-3114-27/+176
* Add a tricky test, and reformat some commentsEli Bendersky2021-08-282-19/+24
* Add thornier tests for nested pointers with qualifiers in declarationsEli Bendersky2021-08-281-0/+18
* Clean whitespaceEli Bendersky2021-08-282-2/+2
* Add instructions on running _build_tablesEli Bendersky2021-08-281-1/+2
* c_parser: support parenthesized compounds (#423)Jordan Yates2021-07-072-0/+57
* Add example file for ast dumpingEli Bendersky2021-05-271-0/+15
* fixing limits in fake includes (#409)Burkhard2021-03-161-1/+9
* Extra line breaks when c_ast.If are chained (#401)Patricio Inzaghi2020-12-092-0/+18
* Simplify test execution (#400)Jon Dufresne2020-12-084-23/+2
* Add testing and support for modern Pythons (#398)Jon Dufresne2020-12-082-1/+4
* Remove tox.ini for nowEli Bendersky2020-12-081-6/+0
* Delete Travis configuration (#399)Jon Dufresne2020-12-071-7/+0
* Update LICENSE copyright yearEli Bendersky2020-11-021-1/+1
* Rename test and add lower-level testingEli Bendersky2020-10-051-1/+7
* Clean up commentsEli Bendersky2020-10-052-7/+2
* Added flattening of abundant parenthesis in CGenerator (#394)Julian2020-10-053-10/+78
* Remove confusing/stale reference in commentEli Bendersky2020-09-301-1/+1
* Add test for https://github.com/eliben/pycparser/issues/392Eli Bendersky2020-09-301-0/+10
* Remove AppVeyor integrationEli Bendersky2020-09-231-12/+0
* Update README.rstEli Bendersky2020-09-221-0/+2
* Update README.rstEli Bendersky2020-09-221-6/+2
* Rename workflow to pycparser-testsEli Bendersky2020-09-221-1/+1