aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-06-26Avoid opening files with deprecated 'U' mode (#269)Jon Dufresne
2018-06-26add more x11 related files (#265)john lee
2018-06-15Add test for "const volatile int*" parsingEli Bendersky
2018-06-10Update pypi.python.org URL to pypi.org (#262)Jon Dufresne
2018-05-21Small cosmetic comment fixEli Bendersky
2018-05-21Replace a call to Popen by check_output in order to check that cpp returns 0....marmeladema
2018-05-02Don't ship .pyc files and don't create pyc files when building tables (#135)Stefano Rivera
2018-04-27Add support for empty struct (#66) (#254)ldore
2018-04-26Fix non-generated constant expressions in designated initializers (#246) (#255)ldore
2018-04-12Fix linkEli Bendersky
2018-04-12Fix link formattingEli Bendersky
2018-04-12Update READMEs to add more details about running examplesEli Bendersky
2018-04-11Add additional trove classifiers to setup.py (#250)Jon Dufresne
2018-04-11Include license file in the generated wheel package (#249)Jon Dufresne
2018-03-28Fixing redefinition in Fake Headers. (#245)Seth Poulsen
2018-03-16Fixed enum formatting in generating C code (issue #240). (#243)Seth Poulsen
2018-03-12Add fake-defines for C99 format macro constants. This closes #89. (#241)aceckel
2018-03-03Fix #235: Pragma displacing real statements (#236)dbluhm
2018-02-06Remove trailing whitespace from .h/.c filesEli Bendersky
2018-01-23Extend Xlib objects in fake includes (#233)Alex Nagelkerke
2018-01-17Implement __repr__ on Nodes (Issue #226) (#227)ldore
2017-12-31Add clicky link for examples (#209)B M Corser
2017-12-31Add missing fake_libc_includes for POSIX.1-2008 compatibility (#228)Bart Clephas
2017-11-22Minor cleanupsEli Bendersky
2017-11-22Add support for #pragma in struct_declaration (Issue #221). (#222)ldore
2017-11-20Improve NodeVisitor performance, add iterator on Node children (Issue #219). ...ldore
2017-10-18Format enums with one value per line (#216)Kyle Altendorf
2017-10-10Add Python 3.6 (#214)Hugo
2017-07-21Add README clarification re -OO; relevant to #198Eli Bendersky
2017-07-13Address an import of pycparser in -OO mode.Eli Bendersky
2017-07-04Add clarification about making releases in TODO.txtEli Bendersky
2017-07-04Update version number to 2.18 for releaseEli Bendersky
2017-07-04Update READMEEli Bendersky
2017-04-21Good time to drop Python 2.6 testing from TravisEli Bendersky
2017-04-21Add more Python versions for AppVeyor CI and add badge to READMEEli Bendersky
2017-04-21Conditinally skipping cpp-using tests unless platform is LinuxEli Bendersky
2017-04-21Trying to fix appveyor.ymlEli Bendersky
2017-04-21Adding simple appveyor.yml file for CI on appveyorEli Bendersky
2017-04-19Add compound literal support to CGenerator (eliben/pycparser#176) (#188)Julian Priestley
2017-04-07Basic AST dumping sampleEli Bendersky
2017-04-03Remove myself from the copyrights inside the ply directoryEli Bendersky