summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add multi-OS setup for github actions (#391)Eli Bendersky2020-09-221-1/+3
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2020-09-221-2/+2
|\
| * Fix #349: convert to raw strings in lexer tests (#389)hodbn2020-08-181-2/+2
* | Add initial github workflow file for actionsEli Bendersky2020-09-221-0/+26
|/
* Fix issues #378, #379, #385 (#387)Zecong Hu2020-07-184-12/+61
* Add example of modifying an AST and printing out modified codeEli Bendersky2020-04-151-0/+58
* Move code to __main__ blockEli Bendersky2020-04-151-9/+10
* Clean up whitespace in generated AST codeEli Bendersky2020-04-152-10/+10
* Move internal testing stuff from c-to-c example into utils/internalEli Bendersky2020-04-152-31/+28
* Replace define by typedef for typeEli Bendersky2020-03-111-1/+1
* Add some "types" to zlib.h (#368)Thomas Nilefalk2020-03-111-0/+31
* Update instructions to release. Release 2.20 was pushedrelease_v2.20Eli Bendersky2020-03-042-3/+3
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2020-03-041-17/+8
|\
| * Update README.rstEli Bendersky2020-03-031-3/+0
| * Move CI indicatorsEli Bendersky2020-03-031-15/+9
* | Update version 2.19 --> 2.20Eli Bendersky2020-03-044-3/+17
|/
* Add travis testing for python 3.7 and 3.8 and remove workaroundEli Bendersky2020-03-031-8/+2