[root]/SimulationRuntime/cpp/Include/Core/Modelica
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 332 (100.0%) | 23.7 |
mwalther | 6 (42.9%) | 171 (51.5%) | 28.5 |
nimen | 3 (21.4%) | 114 (34.3%) | 38.0 |
hudson | 3 (21.4%) | 45 (13.6%) | 15.0 |
niklwors | 2 (14.3%) | 2 (0.6%) | 1.0 |
added SimVars class to cpp runtime which stores all model variables
removed [Model]PreVariables class in cpp template and moved functionality to SimVars class
modified get/set methods,array class,eventhandling classes to new SimvVars class
1 lines of code changed in 1 file:
- added IDA-library support for static linked cpp-runtime
- fixed static cpp-runtime linking on windows
- all static generated libraries have now the suffix "_static"
- changed all busy-waiting tests to n=1
0 lines of code changed in 1 file:
- RUNTIME_STATIC_LINKING is now working for Windows systems (MinGW)
7 lines of code changed in 2 files:
- changed name of "Analyzation_Mode" to "Runtime_static_linking"
- removed flag "hpcomAnalyzationMode"
- moved Runtime_static_linking into cpp-template
- added a flag to link boost statically to the cpp-runtime
1 lines of code changed in 1 file:
Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime
36 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
43 lines of code changed in 1 file:
Cleanup of Cpp Runtime files
78 lines of code changed in 1 file:
added terminate function to cpp tempalte
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- 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
163 lines of code changed in 2 files: