Skip to content

Releases: modelica-3rdparty/msgpack-modelica

MessagePack 0.2.0

Choose a tag to compare

@sjoelund sjoelund released this 02 Sep 21:15

What's Changed

  • Must not cast file pos obtained by fgetpos to integer by @tbeu in #33

Full Changelog: v0.1...v0.2.0

Initial release

Choose a tag to compare

@sjoelund sjoelund released this 19 Jun 14:35

v0.1 is the first release of MessagePack for https://modelica.org. The code is still incomplete in that not everything you would want to do with the MessagePack format is supported.

The code should work in all Modelica tools supporting external objects and serves as an example on how to implement an external object for manipulating binary data from within Modelica.

The non-source code archives contain headers and libraries of the C version of MessagePack. If these are already installed on your system, it is possible to use MessagePack using only the source releases.