Directory SimulationRuntime/cpp/Include/Core/SimController/

Directory Created:
2013-01-25 15:24
Total Files:
6
Deleted Files:
0
Lines of Code:
280

[root]/SimulationRuntime/cpp/Include/Core/SimController

Lines of Code

SimulationRuntime/cpp/Include/Core/SimController/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 93 (100.0%) 737 (100.0%) 7.9
mwalther 21 (22.6%) 238 (32.3%) 11.3
nimen 18 (19.4%) 180 (24.4%) 10.0
niklwors 18 (19.4%) 124 (16.8%) 6.8
hudson 22 (23.7%) 100 (13.6%) 4.5
RuedKamp 10 (10.8%) 48 (6.5%) 4.8
sjoelund.se 4 (4.3%) 47 (6.4%) 11.7

Most Recent Commits

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

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (-2)
nimen 2015-04-13 15:44 Rev.: 25529

change in SimController (_simMgr is now member variable again)

19 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimController.h (+19 -20)
hudson 2015-04-10 11:17 Rev.: 25488

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimController.h (+1 -1)
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

17 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+12), SimController.h (+5 -2)
RuedKamp 2015-03-02 09:15 Rev.: 24850

-removed argument cycletime in calcOneStep and runSingleStep

3 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1 -1), SimController.h (+1 -1), SimManager.h (+1 -1)
mwalther 2015-02-20 14:46 Rev.: 24655

- fixed static linking of cpp-runtime
- fix for missing kinsol-includes

4 lines of code changed in 1 file:

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

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

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

separated LoadSystem Method in SimController class in LoadSystem and LoadSimData

24 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+9 -6), SimController.h (+15 -13)
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

4 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1 -1), ISimData.h (+1 -1), Initialization.h (+1 -1), SimController.h (+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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimManager.h (+1 -1)
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"'

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimManager.h (+5)
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

32 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimManager.h (+32 -29)
niklwors 2014-11-26 11:04 Rev.: 23565

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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimManager.h (+1)
hudson 2014-11-24 12:27 Rev.: 23524

[Janitor mode] Fix whitespace

14 lines of code changed in 1 file:

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

Added time events for oneStepMode

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimManager.h (+17 -3)
RuedKamp 2014-10-30 16:09 Rev.: 23084

-added some functions required for vxworks

17 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+13 -8), SimController.h (+2 -2), SimManager.h (+2 -2)
nimen 2014-10-30 11:02 Rev.: 23070

Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime

39 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Include/Core/SimController: Configuration.h (+11 -11), ISimData.h (+1 -1), Initialization.h (+5 -6), SimController.h (+4 -6), SimManager.h (+18 -18)
hudson 2014-10-27 16:45 Rev.: 22982

[Janitor mode] Fix whitespace

26 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Include/Core/SimController: Configuration.h (+1 -1), ISimController.h (+1 -1), Initialization.h (+2 -2), SimController.h (+2 -2), SimManager.h (+20 -20)
nimen 2014-10-27 16:37 Rev.: 22981

Cleanup of Cpp Runtime files

44 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Include/Core/SimController: Configuration.h (+6 -9), ISimController.h (+8 -13), ISimData.h (+3 -3), Initialization.h (+3 -3), SimController.h (+3 -1), SimManager.h (+21 -33)
RuedKamp 2014-10-24 16:09 Rev.: 22917

-adapted cpp runtime includes for vxworks

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+2 -2)
nimen 2014-10-24 11:25 Rev.: 22904

Additional changes in include files for Bodas and VxWorks in Cpp Core

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: SimController.h (+1)
hudson 2014-10-24 10:45 Rev.: 22903

[Janitor mode] Fix whitespace

44 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+30 -30), ISimData.h (+13 -13), SimManager.h (+1 -1)
nimen 2014-10-24 10:39 Rev.: 22901

Integration of Bodas and VxWorks functions into Cpp Simcore

60 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+34 -33), ISimData.h (+13 -15), SimController.h (+11 -11), SimManager.h (+2 -3)
mwalther 2014-10-07 09:33 Rev.: 22639

- fixed log and parallel writeOutput
- parallel writeOutput is now enabled if boost::threads are found

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+2 -2)
hudson 2014-10-02 16:25 Rev.: 22557

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1 -1), SimController.h (+1 -1)
RuedKamp 2014-10-02 16:19 Rev.: 22556

-vxworks includes

26 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+11 -4), SimController.h (+12 -1), SimManager.h (+3 -1)
hudson 2014-08-27 12:14 Rev.: 22025

[Janitor mode] Set auto-props

4 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/Core/SimController: Configuration.h (+1), Initialization.h (+1), SimController.h (+1), SimManager.h (+1)
mwalther 2014-08-27 12:13 Rev.: 22024

- 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

151 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Include/Core/SimController: Configuration.h (new 22), ISimController.h (+4 -4), ISimData.h (+1 -1), Initialization.h (new 17), SimController.h (new 32), SimManager.h (new 75)
niklwors 2014-08-01 12:47 Rev.: 21704

removed unnecessary initialization in cpp template.

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1 -1)
niklwors 2014-07-21 12:39 Rev.: 21582

fix for free system object in cpp runtime

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+6 -4)
mwalther 2014-07-15 14:32 Rev.: 21501

- equations to evaluate conditions added to simcode-structure (currently only available with hpcom)
- the event-taskgraph exported by hpcom is now correct
- conditions can now be evaluated with evaluateConditions instead of evaluateAll
- prototype for asynchronous writeOutput added to cpp runtime
- removed some stuff from the cvode-implementation (hopefully this will not damage any tests)
- the boost log and thread libraries are now optionally included into the cmake build process
- added logging for cvode if the boost log-library is available
- the cpp runtime is now able to differentiate between varios output methods (write all output steps + event steps, just output steps, no output)
- some comments and small bug fixes

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1 -1)
mwalther 2014-06-17 13:55 Rev.: 21136

- linear solver interfaces for equation systems added
- command line options for linear and nonlinear solver added ("-L name" and "-N name")
- sparse solver format included
- umfpack-solver dummy added (will be filled soon by mkloeppel)

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1)
mwalther 2014-05-09 14:19 Rev.: 20525

- I had to reinclude some headers to get the ANALYZATION_MODE running (sorry Niklas, maybe we can find a better solution soon)
- Precompiled headers are now disabled if using ANALYZATION_MODE -> otherwise it will not compile with our tracing-tool

15 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+10), ISimData.h (+5)
niklwors 2014-05-09 11:01 Rev.: 20512

added precompiled header for msvc in cpp runtime cmakefile and cpp template

1 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1 -8), ISimData.h (-2)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1 -1)
niklwors 2014-04-07 11:37 Rev.: 20017

added getNominalReal to Algoop interface and hybrj solver in cpp runtime
add empty as output format to cpp runtime time and cpp template

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+1)
hudson 2014-03-20 09:27 Rev.: 19650

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+2 -2)
mwalther 2014-03-20 09:24 Rev.: 19648

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

22 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+10 -3), ISimData.h (+12 -8)
hudson 2013-12-19 17:50 Rev.: 18521

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+2 -2)
niklwors 2013-12-19 17:43 Rev.: 18520

changed cpp runtime generated output file names for system lib and cpp files
generate executable for cpp runtime

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimController: ISimController.h (+4 -3)

(7 more)

Generated by StatSVN 0.7.0