[root]/SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 22 (100.0%) | 152 (100.0%) | 6.9 |
hudson | 7 (31.8%) | 58 (38.2%) | 8.2 |
niklwors | 6 (27.3%) | 37 (24.3%) | 6.1 |
mwalther | 6 (27.3%) | 25 (16.4%) | 4.1 |
nimen | 2 (9.1%) | 21 (13.8%) | 10.5 |
rfranke | 1 (4.5%) | 11 (7.2%) | 11.0 |
move check of program options to precompiled OMCFactory
11 lines of code changed in 1 file:
- improved scorep-support for c++ runtime profiling
- fixed analyzation mode -> precompiled headers are used now
- profiling sections can now be turned on and off in measure_time.hpp
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
12 lines of code changed in 1 file:
Cleanup of Cpp Runtime files
21 lines of code changed in 2 files:
- changed "#include <Policies/...>" to "#include <SimCoreFactory/Policies/...>"
1 lines of code changed in 1 file:
fix for free system object in cpp runtime
1 lines of code changed in 1 file:
- hpcom level-scheduling fixed for windows
- update for hpcom-tests
1 lines of code changed in 1 file:
-fixed ANALYZATION_MODE of cpp-runtime
1 lines of code changed in 1 file:
changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes
2 lines of code changed in 1 file:
added precompiled header for msvc in cpp runtime cmakefile and cpp template
0 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
[Janitor mode] Fix tabs
2 lines of code changed in 2 files:
[Janitor mode] Set auto-props
17 lines of code changed in 1 file:
- AnalyzationMode added, which will link the libraries statically. It can be used by adding "-D ANALYZATION MODE" in the makefile and by compiling your model with "+d=hpcom, hpcomAnalyzationMode"
21 lines of code changed in 2 files:
fix: changed parameter of createSimulation method in cpp runtime
6 lines of code changed in 1 file:
[Janitor mode] Fix tabs
4 lines of code changed in 1 file:
changed cpp runtime generated output file names for system lib and cpp files
generate executable for cpp runtime
6 lines of code changed in 1 file:
[Janitor mode] Set auto-props
22 lines of code changed in 1 file:
Modified cpp runtime
- outsourced object creation in own classes
- changed some interface method names
- removed unused interface methods
- add get/set method to IContinuous for simulation variables
- adapted cpp template
- adapted cpp fmu template
- added SimManager for time events and removed time event handling from solver
- added SimController class to start stop simulation, create Modelica system
22 lines of code changed in 1 file: