aboutsummaryrefslogtreecommitdiff
path: root/pycparser
AgeCommit message (Expand)Author
2015-12-15Merge pull request #109 from jamie-pate/masterEli Bendersky
2015-12-15Update c_generator to add {} around nested NamedInitializersJamie Pate
2015-12-15fixed #107 "No coord for Prgama Node"Julian Hammer
2015-10-20Add support for #pragmaJulian Hammer
2015-06-09Preparing for release 2.14Eli Bendersky
2015-06-09Added taboutputdir parameter to control outputdir for tab filesShai Berger
2015-05-12Update version and CHANGES for 2.13 releaseEli Bendersky
2015-05-10Various cosmetic updates to documentationEli Bendersky
2015-05-10Adding support for empty initializer lists.Eli Bendersky
2015-05-09Adding support for offsetof()Eli Bendersky
2015-04-21Release 2.12Eli Bendersky
2015-04-21Support weakref to AST objects.Eli Bendersky
2015-04-21Prepare for release 2.11Eli Bendersky
2015-04-20Cosmetic cleanupsEli Bendersky
2015-04-20Fix parsing order of nested PtrDeclsEli Bendersky
2015-04-20Cosmetic cleanupsEli Bendersky
2015-04-20Fix parsing of array declsEli Bendersky
2015-04-20Allow binary constants (e.g.: 0b01010)Konstanty Bialkowski
2015-04-18Add __slots__ to the Coord class.Eli Bendersky
2015-04-18Decrease memory usage of pycparser by using __slots__ in AST nodes.Eli Bendersky
2015-02-20adds visit_FuncDecl method to CGenerator + testSpencer Russell
2015-01-11Align array dimension grammar with the C standard.necase
2014-10-05Merge pull request #59 from akiradeveloper/feature/fix-comma-op-assignEli Bendersky
2014-09-20fix: Comma operator in AssignmentAkira Hayakawa
2014-09-20fix typoAkira Hayakawa
2014-09-20fix: comma operator in ternary operatorAkira Hayakawa
2014-09-09Fix #33 pragma error when '=' occurs.wvi
2014-05-23Bug in c_generator: children now returns a list of 2-tuplesSye van der Veen
2014-03-15Fix issue #27: handle unified wstring literals properlyEli Bendersky
2014-03-15Fix issue #28: coord for 'for' loopsEli Bendersky
2014-02-06fix for issue #24wayrick
2014-01-25Fuller support for qualifiers in array dimensions.Eli Bendersky
2014-01-25Add support for arr[const 10] in function declarations too;Eli Bendersky
2014-01-22allow "static" in array parameters (GH issue #21)Robin Martinjak
2013-09-25moar cleanupsEli Bendersky
2013-09-25cleanupsEli Bendersky
2013-09-24Cosmetic whitespace fixesEli Bendersky
2013-08-03Bump version to 2.10 and do some whitespace cleanups.Eli Bendersky
2013-07-24Fix sys.path inclusion order in _build_tables.py (GH issue #12),Eli Bendersky
2013-07-13Remember last_token in the lexer, instead of using tokenfuncEli Bendersky
2013-07-13Cosmetic changes & commentsEli Bendersky
2013-07-13Cosmetic cleanupsEli Bendersky
2013-07-11Support typedef names redeclared to identifiers in inner scopesSye van der Veen
2013-06-12Some cleanupsEli Bendersky
2013-06-12Updated CHANGES and some cosmetic cleanupsEli Bendersky
2013-06-12Merge pull request #4 from Syeberman/dollar-in-identifierEli Bendersky
2013-06-12Merge pull request #3 from Syeberman/integer-suffixesEli Bendersky
2013-06-12Cleanup after pull request #2Eli Bendersky
2013-06-10Dollar signs in identifiers; non-standard, but supported by many compilersSye van der Veen
2013-06-10Fixed handling of some integer suffix corner casesSye van der Veen