summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add OSp1Eli Bendersky2020-09-221-1/+2
* Test changeEli Bendersky2020-09-221-0/+1
* 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
* Trim whitespaceEli Bendersky2020-03-031-12/+12
* Fix #363 incorrect AST when parsing offsetof (#364)Zecong Hu2020-03-032-2/+25
* Update README to mention non-installation of fake headersEli Bendersky2020-03-031-0/+3
* Add unaligned versions of intel vector types (#357)Thom Wiggers2019-12-071-9/+18
* Recognize integer multicharacter constants like 'ABCD' (#350)yaroslav-o2019-09-253-5/+15
* Fix slow backtracking when parsing strings (no external deps) (#347)Tyson Andre2019-08-262-8/+62
* Move .gitattributes to project root dirEli Bendersky2019-08-262-0/+7
* Add .gitattributes file per https://github.com/github/linguist#overridesEli Bendersky2019-08-241-0/+2
* Rename files to prevent Github from thinking this is a Pascal projectEli Bendersky2019-08-234-1/+1
* Move benchmarking stuff to its own dirEli Bendersky2019-08-235-2/+26050
* Enhance measurement scriptEli Bendersky2019-08-231-7/+28
* Add local .vimrcEli Bendersky2019-08-231-0/+8
* Add internal utility for benchmarking parsing timeEli Bendersky2019-08-231-0/+15
* Fix error transforming an empty switch (#346)Tyson Andre2019-08-212-1/+16
* Add more intrinsics (#343)Thom Wiggers2019-08-202-0/+10
* Headers for Vectors (#339)sachet-mittal2019-07-293-0/+7
* Clean up extra whitespaceEli Bendersky2019-06-271-1/+0
* Fix issue #99: parser for FuncDecl incorrectly sets declname attribute on ret...Saullo Carvalho Castelo Branco2019-06-272-8/+46
* Fix issue #314: Failed parsing unnamed function parameters with array dim qua...Saullo Carvalho Castelo Branco2019-06-012-3/+29
* Bump Python version fo AppVeyorEli Bendersky2019-05-091-1/+1
* Followup on #326 - simplify building up type stringEli Bendersky2019-05-091-9/+2
* Fix issue #324: u/l constant integer suffix (#326)Kevin2019-05-092-2/+38
* Insert '.' and '..' to sys.path before import statements (#321)Thomas Krennwallner2019-04-131-2/+6
* Generate pointer types correctly (#315)Amir Gonnen2019-03-272-23/+37
* Fix array type generation (#312) (#313)Amir Gonnen2019-03-263-2/+24
* Fix crash when file starts with a semicolon (#310)Simon Lindholm2019-03-062-3/+24
* Remove non-qualified 3.7 buildEli Bendersky2019-02-151-1/+0
* Attempt to fix travis 3.7 buildEli Bendersky2019-02-151-0/+8
* Bump travis Python 3 versions to 3.6&7Eli Bendersky2019-02-151-2/+1
* Protect visiting recursion against empty argument listsEli Bendersky2019-02-151-1/+2
* extended and cleaned up #pragma testcases (#297)Julian2018-12-071-5/+15
* Revert "Fix encoding problem by adding `encoding` parameter to parse_file fun...Eli Bendersky2018-12-061-10/+4