Releases: NTNU-IHB/FMI4cpp
Releases · NTNU-IHB/FMI4cpp
v0.8.3
v0.8.2
v0.8.1
Long overdue minor release.
- Deprecate min/max #114
- Fix status not updated after calling
fmi2SetRealInputDerivatives
- FMI4cpp as CMake subproject and compilation fixes #120 #122 #123
- Expose
DLL_HANDLE
#116
Other:
- Using catch2 for testing. Boost.test no longer a dependency.
- Let CMake automatically handle Conan commands. Just set
FMI4CPP_USING_CONAN=ON
0.8.0
- Removed usage of Curl. FMUs can no longer be loaded from URL.
- Removed possibility to wrap ME FMUs as CS ones. Users are better equipped in managing this.
- Removed FMU driver application. Use some other available tool like FMPy etc.
- Misc cleanup
- Make unzipper compliant with unordered files/directories creation (#95)
- Removed read and write functions on typed_scalar_variable
This release is not backwards compatible with 0.7.0.
v0.8.0-ALPHA
- Removed usage of Curl. FMUs can no longer be loaded from URL.
- Removed possibility to wrap ME FMUs as CS ones. Users are better equipped in managing this.
- Removed FMU driver application. Use some other available tool like FMPy etc.
- Misc cleanup
- Make unzipper compliant with unordered files/directories creation (#95)
This release is not backwards compatible with 0.7.0.
v0.7.0-RC2
- Use boost/optional in public headers
v0.7.0
Major release.
- using
snake_case
for file and class names - using boost optional in public headers
- rewrite/refactor cmake logic
- fix bug where resource FMUs would fail
- cmake target is now
fmi4cpp::fmi4cpp
- remove spdlog dependency
Not backwards compatible
v0.7.0-RC1
Major breaking changes
- Use snake_case
- Fix #60
- Rewrite cmake config