Skip to content

Version 1.4.0: Nested Namespaces in C++

Pre-release
Pre-release
Compare
Choose a tag to compare
@martinweismann martinweismann released this 11 Jan 10:08
· 3 commits to master since this release
82b03e1

Changes compared to version 1.3.2:

  • boolean values are now specified (and implemented) as 8 bit values in the C89-layer of the hourglass
  • C++ implementation now uses a nested namespace SomeNameSpace::Impl to avoid potential namespace clashes with the C++ binding
  • Bugfixes:
    • added missing inline specifier in dynamic C++ bindings
    • fixed structs in Pascal implementation and bindings
    • fixed raising of exceptions in Pascal implementation
    • fixed generation of Python example code