[root]/SimulationRuntime/cpp/Core/Utils/Modelica
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 266 (100.0%) | 12.6 |
niklwors | 11 (52.4%) | 140 (52.6%) | 12.7 |
hudson | 5 (23.8%) | 121 (45.5%) | 24.2 |
sjoelund.se | 2 (9.5%) | 2 (0.8%) | 1.0 |
mwalther | 2 (9.5%) | 2 (0.8%) | 1.0 |
nimen | 1 (4.8%) | 1 (0.4%) | 1.0 |
Install cppruntime libraries in the correct directory
1 lines of code changed in 1 file:
fix for precompiled header of cpp runtime msvc build
added use of precompiled header for cpp runtime libraries
2 lines of code changed in 2 files:
Added necessary ifdefs for ModelicaSimulationError on RT targets (cpp runtime)
1 lines of code changed in 1 file:
- 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)
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
11 lines of code changed in 1 file:
[Janitor mode] Set auto-props
31 lines of code changed in 1 file:
changed SimulationError exception class of cpp runtime
42 lines of code changed in 3 files:
added new exception class for all simulation errors in cpp runtime
5 lines of code changed in 2 files:
fix for some modelica internal functions in cpp template
13 lines of code changed in 1 file:
- removed the Include/Core - Folder from the Include-Path (this will break the CPP-Runtime on Windows with MSVC)
- moved some header-files from cpp/Core to cpp/Include/Core
- added experimental version of level-scheduler (levelfix) to HPCOM
1 lines of code changed in 1 file:
changed saveAll in cpp template and cpp runtime
8 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
9 lines of code changed in 1 file:
Linux fix
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
70 lines of code changed in 2 files:
added ModelicaError to cpp runtime and template
fix for function tuple returns in cpp template
fix conditions in algloops
removed defines for alias state vars
fix for some array declarations with indices
fix zero crossing initialization
70 lines of code changed in 2 files: