Releases: inducer/pycparserext
Releases · inducer/pycparserext
v2024.1
What's Changed
- Fix lint missed by flake8<5, enables quotes, bugbear by @inducer in #69
- Bump to py 3.8 by @inducer in #70
- Placate flake8-comprehensions by @inducer in #74
- Fix TypeDeclExt/ArrayDeclExt by @douglas-raillard-arm in #77
- added __typeof expression type_specifier, it is another alias for typeof; also test added too by @retif in #80
- Bump actions/checkout from 3 to 4 by @dependabot in #82
- Bump actions/setup-python from 4 to 5 by @dependabot in #81
- Comprehensions fix by @inducer in #83
- Gh 86 by @inducer in #88
New Contributors
- @douglas-raillard-arm made their first contribution in #77
- @retif made their first contribution in #80
- @dependabot made their first contribution in #82
Full Changelog: v2021.1...v2024.1
v2021.1
What's Changed
- Drop py2 by @inducer in #51
- Added support for designated range initializers by @t11230 in #53
- Added volatile, __volatile and restrict GNU keywords by @t11230 in #52
- Added typeof keyword by @t11230 in #55
- Added support for Asm labels by @t11230 in #54
- Add emit_declname parameter to _generate_type to match pycparser by @tautschnig in #56
- CI/README: master->main by @inducer in #58
- Use Python 3.x in Github CI script by @inducer in #63
- Add support for case ranges. by @qwenger in #62
New Contributors
- @t11230 made their first contribution in #53
- @tautschnig made their first contribution in #56
- @qwenger made their first contribution in #62
Full Changelog: v2020.1...v2021.1