summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix #235: Pragma displacing real statements (#236)dbluhm2018-03-032-10/+111
* Remove trailing whitespace from .h/.c filesEli Bendersky2018-02-062-30/+30
* Extend Xlib objects in fake includes (#233)Alex Nagelkerke2018-01-234-6/+53
* Implement __repr__ on Nodes (Issue #226) (#227)ldore2018-01-173-2/+107
* Add clicky link for examples (#209)B M Corser2017-12-311-1/+4
* Add missing fake_libc_includes for POSIX.1-2008 compatibility (#228)Bart Clephas2017-12-3125-0/+50
* Minor cleanupsEli Bendersky2017-11-224-34/+5
* Add support for #pragma in struct_declaration (Issue #221). (#222)ldore2017-11-223-0/+15
* Improve NodeVisitor performance, add iterator on Node children (Issue #219). ...ldore2017-11-202-8/+296
* Format enums with one value per line (#216)Kyle Altendorf2017-10-182-20/+61
* Add Python 3.6 (#214)Hugo2017-10-104-2/+11
* Add README clarification re -OO; relevant to #198Eli Bendersky2017-07-211-0/+7
* Address an import of pycparser in -OO mode.Eli Bendersky2017-07-131-2/+19
* Add clarification about making releases in TODO.txtEli Bendersky2017-07-041-1/+2
* Update version number to 2.18 for releaserelease_v2.18Eli Bendersky2017-07-044-4/+4
* Update READMEEli Bendersky2017-07-041-16/+20
* Good time to drop Python 2.6 testing from TravisEli Bendersky2017-04-211-1/+0
* Add more Python versions for AppVeyor CI and add badge to READMEEli Bendersky2017-04-212-0/+8