Directory SimulationRuntime/cpp/Include/Core/SimulationSettings/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 60 (100.0%) 698 (100.0%) 11.6
nimen 8 (13.3%) 177 (25.4%) 22.1
sjoelund.se 7 (11.7%) 151 (21.6%) 21.5
niklwors 14 (23.3%) 143 (20.5%) 10.2
mwalther 14 (23.3%) 131 (18.8%) 9.3
hudson 15 (25.0%) 85 (12.2%) 5.6
adrpo 1 (1.7%) 8 (1.1%) 8.0
RuedKamp 1 (1.7%) 3 (0.4%) 3.0

Most Recent Commits

niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

1 lines of code changed in 1 file:

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

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: Factory.h (+1 -1), IGlobalSettings.h (+1 -1)
nimen 2014-10-30 11:02 Rev.: 23070

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

100 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: Factory.h (+2 -2), GlobalSettings.h (+62 -62), IGlobalSettings.h (+36 -35)
hudson 2014-10-27 16:45 Rev.: 22982

[Janitor mode] Fix whitespace

37 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: Factory.h (+5 -5), GlobalSettings.h (+1 -1), IGlobalSettings.h (+4 -4), ISimControllerSettings.h (+27 -27)
nimen 2014-10-27 16:37 Rev.: 22981

Cleanup of Cpp Runtime files

77 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: Factory.h (+6 -6), GlobalSettings.h (+9 -16), IGlobalSettings.h (+31 -32), ISettingsFactory.h (+3 -4), ISimControllerSettings.h (+28 -31)
RuedKamp 2014-10-02 16:57 Rev.: 22562

-vxworks includes

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+3 -3)
hudson 2014-08-27 12:14 Rev.: 22025

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

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

102 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: Factory.h (new 22), GlobalSettings.h (new 78), ISettingsFactory.h (+1 -1), ISimControllerSettings.h (+1 -1)
niklwors 2014-07-21 12:39 Rev.: 21582

fix for free system object in cpp runtime

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+4)
mwalther 2014-07-17 13:20 Rev.: 21553

- removed the get / setResultOutput-functions from the globalSettings
- some more compile time optimisations for the cpp runtime

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (-2)
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

3 lines of code changed in 1 file:

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

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+3 -1)
hudson 2014-06-16 14:54 Rev.: 21124

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISimControllerSettings.h (+5 -5)
mwalther 2014-06-16 14:43 Rev.: 21123

- removed some warnings of the gcc build
- changed the globalSettings reference to a pointer (just a quickfix to get the ANALYZATION_MODE running)

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISimControllerSettings.h (+7 -7)
hudson 2014-06-05 12:34 Rev.: 20985

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+1 -1)
niklwors 2014-06-05 10:48 Rev.: 20982

separated evaluate in cpp template in update for ode- and zero crossing- and all equations

4 lines of code changed in 1 file:

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

4 lines of code changed in 1 file:

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

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

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+4 -2)
hudson 2014-03-20 09:27 Rev.: 19650

[Janitor mode] Fix tabs

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISettingsFactory.h (+4 -4)
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"

10 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+3), ISettingsFactory.h (+5 -7), ISimControllerSettings.h (+2 -4)
hudson 2013-08-14 10:51 Rev.: 16798

[Janitor mode] Fix tabs

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISettingsFactory.h (+2 -2)
niklwors 2013-08-14 10:19 Rev.: 16796

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

7 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISettingsFactory.h (+5 -5), ISimControllerSettings.h (+2 -2)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

30 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISimControllerSettings.h (+30 -30)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

30 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISimControllerSettings.h (+30 -30)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

3 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+1), ISettingsFactory.h (+1), ISimControllerSettings.h (+1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

118 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+48 -48), ISettingsFactory.h (+14 -14), ISimControllerSettings.h (+56 -56)
niklwors 2013-02-01 10:00 Rev.: 15032

Added Kinsol solver selection

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+3 -1)
adrpo 2013-01-26 01:26 Rev.: 14950

- fix utf-8 without signature:
SimulationRuntime/cpp/*
- fix missing separator
testsuite/flattening/modelica/redeclare/Makefile

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: ISimControllerSettings.h (+8 -8)
sjoelund.se 2013-01-25 23:01 Rev.: 14946

Remove BOM

3 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+1 -1), ISettingsFactory.h (+1 -1), ISimControllerSettings.h (+1 -1)
niklwors 2013-01-25 18:55 Rev.: 14943

converted cpp an h files in cpp runtime to utf8

6 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (+2 -2), ISettingsFactory.h (+2 -2), ISimControllerSettings.h (+2 -2)
niklwors 2013-01-25 15:24 Rev.: 14939

Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces

113 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/SimulationSettings: IGlobalSettings.h (new 45), ISettingsFactory.h (new 13), ISimControllerSettings.h (new 55)
Generated by StatSVN 0.7.0