aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-03Update README.rstEli Bendersky
2020-03-03Move CI indicatorsEli Bendersky
2020-03-03Add travis testing for python 3.7 and 3.8 and remove workaroundEli Bendersky
2020-03-03Trim whitespaceEli Bendersky
2020-03-03Fix #363 incorrect AST when parsing offsetof (#364)Zecong Hu
2020-03-03Update README to mention non-installation of fake headersEli Bendersky
2019-12-07Add unaligned versions of intel vector types (#357)Thom Wiggers
2019-09-25Recognize integer multicharacter constants like 'ABCD' (#350)yaroslav-o
2019-08-26Fix slow backtracking when parsing strings (no external deps) (#347)Tyson Andre
2019-08-26Move .gitattributes to project root dirEli Bendersky
2019-08-24Add .gitattributes file per https://github.com/github/linguist#overridesEli Bendersky
2019-08-23Rename files to prevent Github from thinking this is a Pascal projectEli Bendersky
2019-08-23Move benchmarking stuff to its own dirEli Bendersky
2019-08-23Enhance measurement scriptEli Bendersky
2019-08-23Add local .vimrcEli Bendersky
2019-08-23Add internal utility for benchmarking parsing timeEli Bendersky
2019-08-21Fix error transforming an empty switch (#346)Tyson Andre
2019-08-20Add more intrinsics (#343)Thom Wiggers
2019-07-29Headers for Vectors (#339)sachet-mittal
2019-06-27Clean up extra whitespaceEli Bendersky
2019-06-27Fix issue #99: parser for FuncDecl incorrectly sets declname attribute on ret...Saullo Carvalho Castelo Branco
2019-06-01Fix issue #314: Failed parsing unnamed function parameters with array dim qua...Saullo Carvalho Castelo Branco
2019-05-09Bump Python version fo AppVeyorEli Bendersky
2019-05-09Followup on #326 - simplify building up type stringEli Bendersky
2019-05-09Fix issue #324: u/l constant integer suffix (#326)Kevin
2019-04-13Insert '.' and '..' to sys.path before import statements (#321)Thomas Krennwallner
2019-03-27Generate pointer types correctly (#315)Amir Gonnen
2019-03-26Fix array type generation (#312) (#313)Amir Gonnen
2019-03-06Fix crash when file starts with a semicolon (#310)Simon Lindholm
2019-02-15Remove non-qualified 3.7 buildEli Bendersky
2019-02-15Attempt to fix travis 3.7 buildEli Bendersky
2019-02-15Bump travis Python 3 versions to 3.6&7Eli Bendersky
2019-02-15Protect visiting recursion against empty argument listsEli Bendersky
2018-12-07extended and cleaned up #pragma testcases (#297)Julian
2018-12-06Revert "Fix encoding problem by adding `encoding` parameter to parse_file fun...Eli Bendersky
2018-12-04Fix encoding problem by adding `encoding` parameter to parse_file function. (...ilovexyz
2018-10-23Fix example to properly visit nested function callsEli Bendersky
2018-09-30Add option to dump_ast example to show coordinatesEli Bendersky
2018-09-20Mention 2.6 incompatibility in CHANGESEli Bendersky
2018-09-19Bump versions to 2.19Eli Bendersky
2018-09-19Reformat dates in CHANGES to yyyy.mm.dd formatEli Bendersky
2018-08-31Add test for parsing a hex float constant to the right typeEli Bendersky
2018-08-31Correct Parsing of Floating Point Literals, issue #253 (#277)Robbert Harms
2018-07-25Merge branch 'master' of github.com:eliben/pycparserEli Bendersky
2018-07-25Add tests for empty struct/union typedeclsEli Bendersky
2018-07-25Trim whitespace in test fileEli Bendersky
2018-06-28Drop testing for EOL Pythons 3.2 & 3.3 (#271)Jon Dufresne
2018-06-26Remove unnecessary __future__ import (#266)Jon Dufresne
2018-06-26Use https:// for all project links where available (#267)Jon Dufresne
2018-06-26Use more specific assertIsInstance in tests (#268)Jon Dufresne