Skip to content

Releases: open-simulation-platform/proxy-fmu

v0.4.1

14 May 05:47
f3b0073
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Apr 13:29
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

19 Feb 12:07
bda9c96
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • Upgraded Conan to v2

v0.3.1

08 Feb 15:20
93cecf9
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Rolled thrift back to 0.13.0
  • Removed boost from conan's requirements list
  • Added a shared option to build shared versions of fmilibwrapper and proxyfmu-client.

v0.3.0

08 Dec 11:32
9e1a3dc
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Undo cmake_find_package generator, which led to downstream issues
  • Update CLI11 and Thrift dependencies

v0.2.9

07 Sep 09:20
7ad3613
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release

Fix downstream build issues

v0.2.8

07 Sep 07:35
ae271c6
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release
  • Replace boost::program_options with CLI11 #79
  • Merge proxyfmu and proxyfmu_booter executables. #79
    • Use proxyfmu boot --port <port> to run the booter.
  • Allow proxyfmu to wait for booter to come online #81
  • Fix CMake not finding thrift executable #78
  • Fix possible deadlock on linux #76
  • Allow version to be queried and print version on invocation

v0.2.7

05 Apr 13:13
bda6231
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

Changes

  • Integrating conan with CMake #62 #64
  • Replaced Boost.test with Catch2 for testing #60
  • Support WSL workflow
  • Update copyright notice
  • Callback member initialisation #59

This release is backwards compatiable

v0.2.6

25 Nov 12:44
66d42ce
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

Bug fix

  • Revert usage of fstream for reading file to memory. It seems it behaves different on VS2017 vs VS2019.

This release is backwards compatiable

v0.2.5

16 Nov 10:04
5730c61
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

Changes

  • Rework example code
  • Refactor code that saves FMU data to file.
  • Enabled FMU output (System output) to be written to console.

Fixes

  • Fix issue with FMUs that prints empty lines to System out.

This is a backwards compatible release