You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Allow using Unifex enums and structs in NIF/Cnode state (#120)
* Allow using enums and structs in NIF/Cnode state
* Update test fixtures
* Add missing test fixtures
* Fix dialyzer
* Set version to 1.2.3
* Remove leftover
* Add types tie header
* Add special tie header for generated files
* Drop separate types tie header
Collapse the two tie headers introduced in c2a9153 / 4bcbdc7 back into a
single `_generated/<name>.h` that includes both `<interface>/<name>.h`
and `<interface>/<name>_types.h`. Document the typedef-include-struct
pattern users follow to put custom types in their state.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* Refactor typo
* Update lib/unifex/code_generators/nif.ex
* Fix pragma typo
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: Jakub Pryc <94321002+Noarkhh@users.noreply.github.com>
0 commit comments