Refactored Type System
Pre-release
Pre-release
The type system for Datatype::
s was refactored. Integer types are now represented by SHORT
, INT
, LONG
and LONGLONG
as fundamental C/C++ types. Python support enters "alpha" stage with fixed floating point storage and Attribute
handling.
Thanks to Fabian Koller, Axel Huebl and Franz Poeschel for contributing to this release!