Directory SimulationRuntime/cpp/Core/SimController/

Directory Created:
2013-01-25 15:24
Total Files:
7
Deleted Files:
5
Lines of Code:
1276

[root]/SimulationRuntime/cpp/Core/SimController

Lines of Code

SimulationRuntime/cpp/Core/SimController/ Lines of Code

Developers

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

Most Recent Commits

sjoelund.se 2015-04-30 15:09 Rev.: 25851

Install cppruntime libraries in the correct directory

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: CMakeLists.txt (+2 -2)
niklwors 2015-04-28 13:53 Rev.: 25784

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:

  • SimulationRuntime/cpp/Core/SimController: CMakeLists.txt (+2 -1), FactoryExport.cpp (+4 -3)
hudson 2015-04-15 11:22 Rev.: 25557

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+1 -1)
RuedKamp 2015-04-15 11:17 Rev.: 25556

-adapted VxWworks for SimVars

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+3 -1)
hudson 2015-04-13 15:53 Rev.: 25530

[Janitor mode] Fix whitespace

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+6 -6)
nimen 2015-04-13 15:44 Rev.: 25529

change in SimController (_simMgr is now member variable again)

179 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+179 -226)
hudson 2015-04-10 11:17 Rev.: 25488

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+3 -3)
niklwors 2015-04-10 11:03 Rev.: 25486

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:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+52 -13)
mwalther 2015-03-25 09:41 Rev.: 25242

- 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:

  • SimulationRuntime/cpp/Core/SimController: CMakeLists.txt (+1 -1)
hudson 2015-03-02 11:01 Rev.: 24852

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+1 -1)
RuedKamp 2015-03-02 09:15 Rev.: 24850

-removed argument cycletime in calcOneStep and runSingleStep

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+2 -2), SimManager.cpp (+2 -2)
mwalther 2015-02-23 18:21 Rev.: 24718

- 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:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+1 -1)
hudson 2015-02-19 18:43 Rev.: 24643

[Janitor mode] Fix whitespace

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+17 -17)
niklwors 2015-02-19 18:35 Rev.: 24642

separated LoadSystem Method in SimController class in LoadSystem and LoadSimData

91 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+91 -18)
mwalther 2015-02-11 09:07 Rev.: 24516

- 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:

  • SimulationRuntime/cpp/Core/SimController: CMakeLists.txt (+3 -4)
hudson 2015-02-10 16:33 Rev.: 24509

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+1 -1)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

18 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/SimController: CMakeLists.txt (+2 -2), SimController.cpp (+9 -8), SimManager.cpp (+7 -7)
niklwors 2015-02-04 14:58 Rev.: 24407

fix for c-lang build error in SimController class

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+1 -1)
hudson 2015-02-04 14:01 Rev.: 24402

[Janitor mode] Fix whitespace

24 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+23 -23), SimManager.cpp (+1 -1)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

43 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+33 -33), SimManager.cpp (+10 -9)
hudson 2015-02-02 15:54 Rev.: 24371

[Janitor mode] Fix whitespace

12 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+12 -12)
nimen 2015-02-02 15:34 Rev.: 24368

Fix for time events that occur in every cycle in calcOneStep()

13 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+13 -9)
mwalther 2015-01-27 09:49 Rev.: 24218

- 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:

  • SimulationRuntime/cpp/Core/SimController: CMakeLists.txt (+5 -6)
niklwors 2015-01-21 15:14 Rev.: 24127

splitted EventHandling class in DiscreteEvents,ContinuousEvents and PreVariables

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimController: Initialization.cpp (+1 -1), SimManager.cpp (+1 -1)
hudson 2014-12-30 13:48 Rev.: 23917

[Janitor mode] Fix whitespace

25 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+25 -25)
nimen 2014-12-30 13:46 Rev.: 23916

Time Event fix

25 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+25 -24)
hudson 2014-12-15 16:30 Rev.: 23786

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: Initialization.cpp (+1 -1)
niklwors 2014-12-15 16:29 Rev.: 23785

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:

  • SimulationRuntime/cpp/Core/SimController: Initialization.cpp (+3 -1)
hudson 2014-12-15 14:46 Rev.: 23781

[Janitor mode] Fix whitespace

12 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+12 -12)
nimen 2014-12-15 14:44 Rev.: 23780

Handling time events at one time instant at once

29 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+29 -38)
RuedKamp 2014-12-12 12:17

-fix in SimManager

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+1 -1)
RuedKamp 2014-12-12 11:37 Rev.: 23758

-fix in SimManager

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+1 -1)
mwalther 2014-12-05 11:35 Rev.: 23672

- 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:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+25 -3)
mwalther 2014-12-04 13:33 Rev.: 23659

- 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:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+13)
mwalther 2014-12-03 17:28 Rev.: 23650

- 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:

  • SimulationRuntime/cpp/Core/SimController: CMakeLists.txt (+3 -3), SimManager.cpp (+564 -557)
nimen 2014-12-02 16:52 Rev.: 23628

Small fix for calculation of sample cycles

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+2 -2)
hudson 2014-11-26 11:07 Rev.: 23566

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+1 -1)
niklwors 2014-11-26 11:04 Rev.: 23565

fix for 3d array in cpp runtime, added stop method to solver interface,

12 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimController: SimController.cpp (+6 -4), SimManager.cpp (+6)
hudson 2014-11-24 12:27 Rev.: 23524

[Janitor mode] Fix whitespace

61 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+61 -61)
nimen 2014-11-24 12:25 Rev.: 23523

Added time events for oneStepMode

143 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimController: SimManager.cpp (+143 -66)

(72 more)

Generated by StatSVN 0.7.0