Skip to content

Releases: Domiran/enum_values

v0.2

08 Sep 04:10

Choose a tag to compare

v0.2 Pre-release
Pre-release
  • reader has been updated to use libclang to parse code (it does not need to be compilable)
  • API change: data_pair now uses the actual enum type rather than underlying type
  • this means enum_value now expects enums to have already been defined
  • (will work on some solution to the obvious problem of excluding code for enums that haven't been defined in the current translation unit when used in a larger project)

v0.1

03 Sep 04:42

Choose a tag to compare

v0.1 Pre-release
Pre-release

Here there might be dragons bugs.