[root]/SimulationRuntime/cpp/Core/SimController
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 235 (100.0%) | 6146 (100.0%) | 26.1 |
hudson | 59 (25.1%) | 2010 (32.7%) | 34.0 |
niklwors | 85 (36.2%) | 1864 (30.3%) | 21.9 |
nimen | 17 (7.2%) | 1152 (18.7%) | 67.7 |
mwalther | 45 (19.1%) | 760 (12.4%) | 16.8 |
sjoelund.se | 14 (6.0%) | 336 (5.5%) | 24.0 |
RuedKamp | 8 (3.4%) | 14 (0.2%) | 1.7 |
adrpo | 7 (3.0%) | 10 (0.2%) | 1.4 |
Install cppruntime libraries in the correct directory
2 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
6 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
-adapted VxWworks for SimVars
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
6 lines of code changed in 1 file:
change in SimController (_simMgr is now member variable again)
179 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
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
52 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
1 lines of code changed in 1 file:
-removed argument cycletime in calcOneStep and runSingleStep
4 lines of code changed in 2 files:
- CVode and IDA are now calculating the "final time point" correctly
- Added a simple getter for global-settings
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
17 lines of code changed in 1 file:
separated LoadSystem Method in SimController class in LoadSystem and LoadSimData
91 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
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
changed SimulationError exception class of cpp runtime
18 lines of code changed in 3 files:
fix for c-lang build error in SimController class
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
24 lines of code changed in 2 files:
added new exception class for all simulation errors in cpp runtime
43 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
12 lines of code changed in 1 file:
Fix for time events that occur in every cycle in calcOneStep()
13 lines of code changed in 1 file:
- 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
5 lines of code changed in 1 file:
splitted EventHandling class in DiscreteEvents,ContinuousEvents and PreVariables
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
25 lines of code changed in 1 file:
Time Event fix
25 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
removed saveDiscreteVars in cpp template, activated get and set method for variables only for fmi code generation in cpp template
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
12 lines of code changed in 1 file:
Handling time events at one time instant at once
29 lines of code changed in 1 file:
-fix in SimManager
2 lines of code changed in 2 files:
-fix in SimManager
1 lines of code changed in 1 file:
- Some more detailed information about level-scheduling added if hpcom dump is set
- Removed "simulationMainFile" template function from hpcom-susan file
- Improved Profiling of cpp-runtime
25 lines of code changed in 1 file:
- profiling of the cpp-runtime can now be enabled with the help of the makefile argument 'RUNTIME_PROFILING="true"'
13 lines of code changed in 1 file:
- removed some debug output commands from HpcOmMemory.mo
- additional time points for measure time added to cpp runtime
567 lines of code changed in 2 files:
Small fix for calculation of sample cycles
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
fix for 3d array in cpp runtime, added stop method to solver interface,
12 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
61 lines of code changed in 1 file:
Added time events for oneStepMode
143 lines of code changed in 1 file:
(72 more)