[root]/SimulationRuntime/cpp/CMake
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
mwalther | 7 (100.0%) | 688 (100.0%) | 98.2 |
- changed minimum cmake version to 2.8.6
- changed DIRECTORY to PATH keyword, because this is not available in CMake < 2.8.11 (this should fix the linux nightly build)
2 lines of code changed in 2 files:
- improved cmake error handling if umfpack was not found
2 lines of code changed in 1 file:
- improved path handling of cpp-runtime
12 lines of code changed in 1 file:
- try to fix Ticket #3232
- Paths in ModelicaConfig.inc - file are now relative to OMHOME-Makefile variable
- Boost-Header files that are required for windows-cpp-runtime simulations are now copied into build/include/omc/cpp
- msvc-build on windows not testet at the moment
364 lines of code changed in 1 file:
- added intel tbb and pugiXML to the CMake-Configuration of the cpp-runtime
- fixed the old tbb-code for HPCOM
- changed hpcom-default-scheduler to the level-scheduler
- extended the testsuite for hpcom with some tests for tbb and levelfix-scheduling
- evaluateConditions is calling evaluateAll now in generated C++ Code
308 lines of code changed in 2 files: