summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix encoding problem by adding `encoding` parameter to parse_file function. (...ilovexyz2018-12-041-4/+10
* Fix example to properly visit nested function callsEli Bendersky2018-10-231-3/+3
* Add option to dump_ast example to show coordinatesEli Bendersky2018-09-301-1/+3
* Mention 2.6 incompatibility in CHANGESEli Bendersky2018-09-201-0/+3
* Bump versions to 2.19release_v2.19Eli Bendersky2018-09-194-3/+10
* Reformat dates in CHANGES to yyyy.mm.dd formatEli Bendersky2018-09-191-28/+28
* Add test for parsing a hex float constant to the right typeEli Bendersky2018-08-311-0/+3
* Correct Parsing of Floating Point Literals, issue #253 (#277)Robbert Harms2018-08-312-1/+32
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2018-07-2532-98/+101
|\
| * Drop testing for EOL Pythons 3.2 & 3.3 (#271)Jon Dufresne2018-06-285-7/+3
| * Remove unnecessary __future__ import (#266)Jon Dufresne2018-06-261-2/+0
| * Use https:// for all project links where available (#267)Jon Dufresne2018-06-2622-24/+24
| * Use more specific assertIsInstance in tests (#268)Jon Dufresne2018-06-263-64/+64
| * Avoid opening files with deprecated 'U' mode (#269)Jon Dufresne2018-06-262-2/+4
| * add more x11 related files (#265)john lee2018-06-262-0/+7
* | Add tests for empty struct/union typedeclsEli Bendersky2018-07-252-3/+11
* | Trim whitespace in test fileEli Bendersky2018-07-251-4/+4
|/
* Add test for "const volatile int*" parsingEli Bendersky2018-06-151-0/+8
* Update pypi.python.org URL to pypi.org (#262)Jon Dufresne2018-06-101-1/+1
* Small cosmetic comment fixEli Bendersky2018-05-211-1/+0
* Replace a call to Popen by check_output in order to check that cpp returns 0....marmeladema2018-05-211-5/+2
* Don't ship .pyc files and don't create pyc files when building tables (#135)Stefano Rivera2018-05-022-3/+7
* Add support for empty struct (#66) (#254)ldore2018-04-274-10/+63
* Fix non-generated constant expressions in designated initializers (#246) (#255)ldore2018-04-262-2/+7
* Fix linkEli Bendersky2018-04-121-1/+1
* Fix link formattingEli Bendersky2018-04-121-3/+3
* Update READMEs to add more details about running examplesEli Bendersky2018-04-122-2/+13
* Add additional trove classifiers to setup.py (#250)Jon Dufresne2018-04-111-0/+2
* Include license file in the generated wheel package (#249)Jon Dufresne2018-04-111-0/+3
* Fixing redefinition in Fake Headers. (#245)Seth Poulsen2018-03-282-3/+1
* Fixed enum formatting in generating C code (issue #240). (#243)Seth Poulsen2018-03-162-22/+28
* Add fake-defines for C99 format macro constants. This closes #89. (#241)aceckel2018-03-121-0/+156