Skip to content

Tags: robotpy/robotpy-cppheaderparser

Tags

5.1.2

Use trusted publishing

5.1.1

Update gh actions

5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #81 from robotpy/extern-c

Fix extern C and add option to remove preprocessing

5.0.20

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #80 from robotpy/ref-qualifiers

Add support for parsing ref-qualifiers

5.0.19

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #79 from stephen-hansen/decimal_char_enum_fix

Fix enum parsing bug regarding decimal digit characters

5.0.18

Doxygen comments were being discarded when an attribute was encountered

5.0.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #78 from robotpy/more-madness

More madness

5.0.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #74 from robotpy/constexpr-fn

support constexpr functions

5.0.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #71 from davidcaron/add-access-property-to-using

Add access property to 'using' CppVariable

5.0.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #67 from Erignik/fix_function_point

Add function pointer parse.