summaryrefslogtreecommitdiff
path: root/pycparser
Commit message (Expand)AuthorAgeFilesLines
* _build_tables: Invalidate cache before importing generated modules (#494)Michał Górny2023-02-251-0/+3
* Feature/add pragma support (#487)Jordy Ruiz2023-01-082-1/+10
* Add encoding param to parse_file (#486)Jordy Ruiz2023-01-071-2/+5
* Fix #479 (multi-pragma/single statement blocks) (#480)ldore2022-11-101-3/+9
* Preparation for releasing 2.21Eli Bendersky2021-11-061-1/+1
* Fix typos (#443)Kian Meng Ang2021-10-184-12/+12
* Fix Flake8 Errors (#442)Eisuke Kawashima2021-10-153-6/+2
* Implement C23 _Static_assert without message (#440)Vitaly Cheptsov2021-10-052-3/+8
* Implement u8, u, and U strings from C11 (#439)Vitaly Cheptsov2021-10-052-0/+45
* Implement _Alignas and _Alignof support with tests (#435)Vitaly Cheptsov2021-10-046-23/+84
* Simplify usage of _add_declaration_specifierEli Bendersky2021-09-251-2/+1
* Clean up some commentsEli Bendersky2021-09-201-2/+2
* Improve _Atomic support and add more tests (#431)Vitaly Cheptsov2021-09-201-3/+11
* Rename debuglevel->debug flag to the parserEli Bendersky2021-09-161-4/+4
* Fix declname for _Atomic specifiers, and add c-to-c testsEli Bendersky2021-09-141-2/+5
* A different, more robust appoach to fix _Atomic specifiers.Eli Bendersky2021-09-132-33/+62
* Implement atomic specifiers like _Atomic(int*).Eli Bendersky2021-09-131-6/+34
* Support _Atomic as a qualifierEli Bendersky2021-09-132-2/+3
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-315-7/+59
* Add a tricky test, and reformat some commentsEli Bendersky2021-08-281-19/+12
* c_parser: support parenthesized compounds (#423)Jordan Yates2021-07-071-0/+4
* Extra line breaks when c_ast.If are chained (#401)Patricio Inzaghi2020-12-091-0/+2
* Clean up commentsEli Bendersky2020-10-051-4/+2
* Added flattening of abundant parenthesis in CGenerator (#394)Julian2020-10-052-5/+50
* Remove confusing/stale reference in commentEli Bendersky2020-09-301-1/+1
* Fix issues #378, #379, #385 (#387)Zecong Hu2020-07-182-12/+15
* Clean up whitespace in generated AST codeEli Bendersky2020-04-152-10/+10
* Update version 2.19 --> 2.20Eli Bendersky2020-03-041-1/+1
* Fix #363 incorrect AST when parsing offsetof (#364)Zecong Hu2020-03-031-2/+1
* Recognize integer multicharacter constants like 'ABCD' (#350)yaroslav-o2019-09-252-1/+7
* Fix slow backtracking when parsing strings (no external deps) (#347)Tyson Andre2019-08-261-7/+32
* Fix error transforming an empty switch (#346)Tyson Andre2019-08-211-1/+2
* Fix issue #99: parser for FuncDecl incorrectly sets declname attribute on ret...Saullo Carvalho Castelo Branco2019-06-271-6/+6
* Fix issue #314: Failed parsing unnamed function parameters with array dim qua...Saullo Carvalho Castelo Branco2019-06-011-3/+4
* Followup on #326 - simplify building up type stringEli Bendersky2019-05-091-9/+2
* Fix issue #324: u/l constant integer suffix (#326)Kevin2019-05-091-1/+21
* Insert '.' and '..' to sys.path before import statements (#321)Thomas Krennwallner2019-04-131-2/+6
* Generate pointer types correctly (#315)Amir Gonnen2019-03-271-21/+21
* Fix array type generation (#312) (#313)Amir Gonnen2019-03-261-1/+17
* Fix crash when file starts with a semicolon (#310)Simon Lindholm2019-03-061-3/+2
* 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
* Bump versions to 2.19release_v2.19Eli Bendersky2018-09-191-1/+1
* Correct Parsing of Floating Point Literals, issue #253 (#277)Robbert Harms2018-08-311-1/+11
* Merge branch 'master' of github.com:eliben/pycparserEli Bendersky2018-07-2512-15/+14
|\
| * Remove unnecessary __future__ import (#266)Jon Dufresne2018-06-261-2/+0
| * Use https:// for all project links where available (#267)Jon Dufresne2018-06-2611-12/+12
| * Avoid opening files with deprecated 'U' mode (#269)Jon Dufresne2018-06-261-1/+2
* | Add tests for empty struct/union typedeclsEli Bendersky2018-07-251-1/+1
|/
* Small cosmetic comment fixEli Bendersky2018-05-211-1/+0