v0.0.10
What's Changed
- Fix value references and variable types in LinearTransform by @t-sommer in #119
- Implement {get|set}UInt64() by @t-sommer in #126
- Add import framework by @t-sommer in #122
- Allow logMessage == NULL in FMI 3.0 by @t-sommer in #127
- Clean up by @t-sommer in #129
- Add extern "C" { ... } to import framework headers by @t-sommer in #131
- Separate FMI version in import framework by @t-sommer in #133
- 115 result files by @t-sommer in #134
- Add eventEncountered and terminateSimulation to doStep() by @t-sommer in #135
- Clean up by @t-sommer in #136
- Add FMIURIToPath() to import framework by @t-sommer in #137
- Add examples by @t-sommer in #138
- Log error if LOAD_SYMBOL() fails by @t-sommer in #139
- Fix vr in dim of y of LinearTransform FMU by @klausschuch in #143
- Update short variable access by @beutlich in #151
- Add reference CSV to FMU documentation by @beutlich in #149
- Detect unsupported VS at configure time (and not at compile time) by @beutlich in #146
- Add FMIPlatformBinaryPath() and FMIPlatformBinaryPath() by @t-sommer in #145
- Mention minimum required VS version by @beutlich in #148
- Force ANSI version by @beutlich in #147
- Handle null pointers in logger callbacks by @t-sommer in #153
- Add attribute generationTool to modelDescription.xml by @t-sommer in #156
- Do not check for untracked files by @beutlich in #158
- Fix build workflow for set_tool_version by @beutlich in #157
- Add FMI 2.0 examples by @t-sommer in #161
- Handle missing functions by @t-sommer in #168
- Implement early return and update example by @t-sommer in #170
- Implement Event Mode and Intermediate Update in CS by @t-sommer in #172
- Enable compiler warnings by @t-sommer in #173
- Enter Event Mode after Initialization Mode if useEventMode = true by @t-sommer in #175
- Fix examples by @t-sommer in #177
- Add hasEventMode attribute and remove isNewEventIteration by @t-sommer in #178
- Change FIXED_SOLVER_STEP to 1e-3 for BouncingBall by @t-sommer in #179
- Reset event indicators by @t-sommer in #180
- Fix fmiVersion in buildDescription.xml by @t-sommer in #181
- Implement fmi3GetOutputDerivatives() by @t-sommer in #182
New Contributors
- @klausschuch made their first contribution in #143
Full Changelog: v0.0.9...v0.0.10