Skip to content

v0.3.0

Choose a tag to compare

@mat-hek mat-hek released this 25 Aug 08:36
· 263 commits to master since this release
14a74d0

Unifex finally supports CNodes! It means that the same C/C++ code can be now compiled both as NIF and CNode, so one can choose between speed and fault tolerance at any point. See updated tutorial for details.

Improvements

  • Support for CNodes #33 #45
  • Support for C++ #30
  • Support for Bundlex preprocessor - no need for specifying generated sources manually in bundlex.exs, see readme for details #49
  • Integration tests #40
  • Bug fixes #54 #53

Breaking changes

  • Generated code structure should be no longer relied on - Bundlex preprocessor should be used for compiling generated sources.