OMC Commits | 4 |
Libraries Changed | 0 |
Number of Improvements | 4 |
Number of Regressions | 3 |
Number of Performance Improvements | 166 |
Number of Performance Regressions | 132 |
Commit | Author | Summary |
---|---|---|
c44a5382d | Adrian Pop | better fix for Windows compilation - use gcc instead of g++ - use -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic instead of -static-stdc++ |
f251a6043 | Adrian Pop | fix simulation code compilation on Windows - use g++ to link the executable on Windows with -static-libstc++ - remove c++ includes from the SimulationRuntime/c/simulation/simulation_runtime.h - guard some files with extern "C" so we can always use g++ to compile the generated code |
a32b6223f | Adrian Pop | Fix FMU build on Windows and other FMU fixes - use fmuTargetName instead of fileNamePrefix to remove the fmu - use rm -f if System.removeDirectory doesn't work on Windows - compile with static libstdc++ and pthreads - don't add extra dlls to the binary directory - fix resource copy on Windows |
8089bfdf4 | Per Östlund | [NF] Fix package constant detection. |
Library | Change |
---|