Directory SimulationRuntime/cpp/Core/SimulationSettings/

Directory Created:
2013-01-25 15:24
Total Files:
4
Deleted Files:
3
Lines of Code:
306

[root]/SimulationRuntime/cpp/Core/SimulationSettings
                    directory in repo config (1 files, 14 lines)

Lines of Code

SimulationRuntime/cpp/Core/SimulationSettings/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 114 (100.0%) 1532 (100.0%) 13.4
niklwors 39 (34.2%) 675 (44.1%) 17.3
sjoelund.se 14 (12.3%) 429 (28.0%) 30.6
hudson 21 (18.4%) 160 (10.4%) 7.6
nimen 5 (4.4%) 146 (9.5%) 29.2
mwalther 28 (24.6%) 113 (7.4%) 4.0
adrpo 7 (6.1%) 9 (0.6%) 1.2

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/SimulationSettings: 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/SimulationSettings: CMakeLists.txt (+2 -1), FactoryExport.cpp (+4 -4)
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/SimulationSettings: CMakeLists.txt (+1 -1)
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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+5 -5)
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

6 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+5 -5), Factory.cpp (+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

10 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+6 -8), FactoryExport.cpp (+4 -14)
mwalther 2014-10-30 09:50 Rev.: 23067

- 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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+5)
hudson 2014-10-24 10:45 Rev.: 22903

[Janitor mode] Fix whitespace

59 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+8 -8), FactoryExport.cpp (+5 -5), GlobalSettings.cpp (+46 -46)
nimen 2014-10-24 10:39 Rev.: 22901

Integration of Bodas and VxWorks functions into Cpp Simcore

136 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+12 -18), FactoryExport.cpp (+20 -10), GlobalSettings.cpp (+104 -82)
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

11 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+3 -4), Factory.h (del), FactoryExport.cpp (+6 -6), GlobalSettings.cpp (+2 -2), GlobalSettings.h (del)
mwalther 2014-08-20 16:48 Rev.: 21932

- changed "#include <OMCFactory/...>" to "#include <SimCoreFactory/OMCFactory/...>"

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+1 -1), FactoryExport.cpp (+1 -1)
mwalther 2014-08-20 14:53 Rev.: 21929

- changed "#include <Policies/...>" to "#include <SimCoreFactory/Policies/...>"

4 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+1 -1), Factory.h (+2 -2), FactoryExport.cpp (+1 -1)
niklwors 2014-07-21 12:39 Rev.: 21582

fix for free system object in cpp runtime

26 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+20 -1), GlobalSettings.h (+6)
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 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (-11), GlobalSettings.h (-3)
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

18 lines of code changed in 2 files:

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

16 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+12 -1), GlobalSettings.h (+4 -1)
hudson 2014-06-12 15:20 Rev.: 21078

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+1 -1), GlobalSettings.h (+1 -1)
niklwors 2014-06-12 14:54 Rev.: 21075

expected output
updated boost in cpp runtime

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+2 -23), GlobalSettings.h (+1 -31)
hudson 2014-06-05 12:34 Rev.: 20985

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

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

15 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+11), GlobalSettings.h (+4 -1)
niklwors 2014-05-28 15:25 Rev.: 20871

changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes

10 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+1), Factory.cpp (+3 -1), FactoryExport.cpp (+5 -3), GlobalSettings.cpp (+1 -1), stdafx.h (del)
mwalther 2014-05-19 17:08 Rev.: 20687

- includes for ANALYZATION_MODE added, otherwise it's not working

19 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: stdafx.h (+19)
niklwors 2014-05-16 10:36 Rev.: 20638

removed some includes in cpp runtime
add solve in Kinsol for linear system if linear tearing is active

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: stdafx.h (+17)
niklwors 2014-05-09 11:01 Rev.: 20512

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

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: stdafx.h (+2 -1)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

18 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+4 -4), FactoryExport.cpp (+3 -3), GlobalSettings.cpp (+6 -6), GlobalSettings.h (+4 -4), stdafx.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

24 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+13 -4), GlobalSettings.h (+9 -2), stdafx.h (+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"

26 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+7 -2), Factory.cpp (+7 -2), Factory.h (+7 -2), GlobalSettings.cpp (-1), GlobalSettings.h (+3), stdafx.h (+2 -2)
adrpo 2013-08-14 21:41 Rev.: 16805

- more attempts to fix SimulationRuntime CPP build.
- use -fPIC for UNIX
- #include <fstream> in GlobalSettings.cpp

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+1 -1)
adrpo 2013-08-14 20:04 Rev.: 16802

- more attempts to fix SimulationRuntime CPP build.
- fix ISimdata.h case, should be ISimData.h

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: stdafx.h (+1 -1)
adrpo 2013-08-14 18:51 Rev.: 16801

- attempt to fix SimulationRuntime CPP build.
- fix IAlgloopSolverFactory.h case, it should be IAlgLoopSolverFactory.h

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: stdafx.h (+1 -1)
adrpo 2013-08-14 18:25 Rev.: 16800

- attempt to fix SimulationRuntime CPP build.
- fix stdafx.h case (not StdAfx.h)
- fix UTF-8 encoding in stdafx.h files (removed some German comments)

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+1 -1), stdafx.h (+1 -3)
hudson 2013-08-14 10:50 Rev.: 16797

[Janitor mode] Set auto-props

41 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: FactoryExport.cpp (+41 -41)
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

146 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+4 -3), Factory.cpp (+21 -79), Factory.h (+5 -3), FactoryExport.cpp (new 41), GlobalSettings.h (+1 -1), stdafx.h (+74 -21)
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

32 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+5 -5), GlobalSettings.h (+27 -27)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

32 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+5 -5), GlobalSettings.h (+27 -27)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

6 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+1), Factory.cpp (+1), Factory.h (+1), GlobalSettings.cpp (+1), GlobalSettings.h (+1), stdafx.h (+1)
niklwors 2013-04-05 12:26 Rev.: 15746

Added IStepEvent
extended cpp template for symbolic initialization system
fix in event iteration

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+7 -7)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

390 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: CMakeLists.txt (+6 -6), Factory.cpp (+96 -96), Factory.h (+16 -16), GlobalSettings.cpp (+148 -148), GlobalSettings.h (+86 -86), stdafx.h (+38 -38)
niklwors 2013-02-01 10:00 Rev.: 15032

Added Kinsol solver selection

19 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/SimulationSettings: GlobalSettings.cpp (+13 -5), GlobalSettings.h (+6 -2)
adrpo 2013-01-26 01:10 Rev.: 14949

- geez, stdafx.h actually exists but with small letters. fix case.

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/SimulationSettings: Factory.cpp (+1 -4)

(4 more)

Generated by StatSVN 0.7.0