v0.0.19
What's Changed
- Be more verbose on building/running/testing FMUs by @beutlich in #272
- Ignore unintended files from win64 binaries by @beutlich in #271
- Consider v_min also as constant for FMI3 by @beutlich in #268
- Do not mention start values for derivatives by @beutlich in #267
- Generate index.html from Jinja template by @t-sommer in #274
- Start FMIVersion enum with FMIVersion1 = 1 by @t-sommer in #280
- Utilize snprintf instead of repeated strncat by @beutlich in #286
- Fix typo by @beutlich in #284
- Utilize unsigned type by @beutlich in #285
- Handle instance == NULL in FMIFreeInstance() by @beutlich in #282
- Utilize 64-bit unsigned type by @beutlich in #290
- Fix memory leaks by @beutlich in #292
- Fix header dependencies for import examples by @beutlich in #291
- Escape underscores in readme by @beutlich in #289
- Prefer GUIDs that differ in more than one character between models by @beutlich in #288
- Bump copyright year by @beutlich in #287
- Define WIN32_LEAN_AND_MEAN by @beutlich in #293
- Fix compiler warning C4090: 'function': different 'const' qualifiers by @beutlich in #294
- Fmusim 2 by @t-sommer in #297
- Bump version to 0.0.19 by @t-sommer in #298
Full Changelog: v0.0.18...v0.0.19