Skip to content

1.4.0 Supporting enumerations in friendly modules

Compare
Choose a tag to compare
@junkmd junkmd released this 07 Apr 23:25
· 22 commits to main since this release
7fa88e1

This is the first major version supporting enumerations in friendly modules.

The names that were used as aliases for c_int within friendly modules will now be used as the names of enumeration types.

  • Add enumeration definitions in generated friendly modules. By @junkmd.
  • Add descriptions to index.rst about the enumeration types. By @junkmd.
  • Add GitHub Actions auto-test workflow. By @junkmd.