Directory SimulationRuntime/cpp/Core/Solver/

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

[root]/SimulationRuntime/cpp/Core/Solver

Lines of Code

SimulationRuntime/cpp/Core/Solver/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 134 (100.0%) 3282 (100.0%) 24.4
niklwors 57 (42.5%) 1270 (38.7%) 22.2
hudson 31 (23.1%) 863 (26.3%) 27.8
sjoelund.se 11 (8.2%) 606 (18.5%) 55.0
nimen 7 (5.2%) 399 (12.2%) 57.0
mwalther 23 (17.2%) 121 (3.7%) 5.2
RuedKamp 2 (1.5%) 18 (0.5%) 9.0
M.Arzt 1 (0.7%) 3 (0.1%) 3.0
adrpo 2 (1.5%) 2 (0.1%) 1.0

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

5 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Solver: CMakeLists.txt (+2 -1), FactoryExport.cpp (+3 -2)
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/Solver: 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/Solver: CMakeLists.txt (+5 -4)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+3 -3)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+3 -3)
hudson 2015-01-29 18:26 Rev.: 24309

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+1 -1)
niklwors 2015-01-29 18:05 Rev.: 24306

adapted BufferReaderWriter of cpp runtime to new writer interface

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+1 -12)
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/Solver: CMakeLists.txt (+5 -5)
mwalther 2015-01-12 14:08 Rev.: 24014

- result-file is now only written if outputFormat!=EMPTY and outputPointType!=EMPTY

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+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"'

35 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Solver: CMakeLists.txt (+1 -1), SolverDefaultImplementation.cpp (+34)
niklwors 2014-11-26 11:04 Rev.: 23565

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

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SimulationMonitor.cpp (+4 -1)
hudson 2014-10-30 11:36 Rev.: 23072

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+5 -5)
nimen 2014-10-30 11:02 Rev.: 23070

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

42 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Solver: FactoryExport.cpp (+2 -1), SolverDefaultImplementation.cpp (+40 -48)
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

11 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: CMakeLists.txt (+11 -2)
hudson 2014-10-24 16:57 Rev.: 22923

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+2 -2)
RuedKamp 2014-10-24 16:51 Rev.: 22922

-adapted cpp runtime files for vxworks

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+17 -1)
hudson 2014-10-24 10:45 Rev.: 22903

[Janitor mode] Fix whitespace

304 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Core/Solver: FactoryExport.cpp (+6 -6), SimulationMonitor.cpp (+12 -12), SolverDefaultImplementation.cpp (+127 -127), SolverSettings.cpp (+23 -23), SystemStateSelection.cpp (+136 -136)
nimen 2014-10-24 10:39 Rev.: 22901

Integration of Bodas and VxWorks functions into Cpp Simcore

357 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Core/Solver: FactoryExport.cpp (+9 -11), SimulationMonitor.cpp (+17 -18), SolverDefaultImplementation.cpp (+142 -142), SolverSettings.cpp (+50 -39), SystemStateSelection.cpp (+139 -142)
RuedKamp 2014-10-02 17:53 Rev.: 22570

-vxworks includes

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+1 -1)
niklwors 2014-08-29 13:37 Rev.: 22047

changed A matrix for linear systems to static array in cpp runtime

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+2 -2)
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

27 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Core/Solver: FactoryExport.cpp (+8 -8), FactoryExport.h (del), SimulationMonitor.cpp (+3 -3), SolverDefaultImplementation.cpp (+6 -6), SolverSettings.cpp (+5 -5), SystemStateSelection.cpp (+5 -5)
mwalther 2014-08-20 16:48 Rev.: 21932

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

1 lines of code changed in 1 file:

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

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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: FactoryExport.cpp (+1 -1)
niklwors 2014-08-11 10:55 Rev.: 21829

fix for assign array from function return, adapted state selection for new array class

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+4 -4)
hudson 2014-07-21 12:41 Rev.: 21584

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Solver: SimulationMonitor.cpp (+1 -2), SolverDefaultImplementation.cpp (+1 -1)
hudson 2014-07-21 12:41 Rev.: 21583

[Janitor mode] Set auto-props

38 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SimulationMonitor.cpp (+38 -37)
niklwors 2014-07-21 12:39 Rev.: 21582

fix for free system object in cpp runtime

56 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Core/Solver: CMakeLists.txt (+2 -2), FactoryExport.cpp (+1), FactoryExport.h (+1 -1), SimulationMonitor.cpp (new 37), SolverDefaultImplementation.cpp (+11 -11), SolverSettings.cpp (+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

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+2 -1), SolverSettings.cpp (-12)
mwalther 2014-06-24 10:00 Rev.: 21261

- fixed some compiler warnings of the cpp-runtime build with gcc
- added HPCOM_MEMORY_OPT-Flag to use experimental memory optimization
- some simple optimizations for the cpp-runtime
- papi-support to hpcom-codegen added

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+2 -2)
mwalther 2014-06-17 15:19 Rev.: 21144

- copy-command for ILinSolverSettings added

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: CMakeLists.txt (+1)
niklwors 2014-06-12 14:54 Rev.: 21075

expected output
updated boost in cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+1 -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

7 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Core/Solver: FactoryExport.cpp (+4 -2), SolverDefaultImplementation.cpp (+1 -1), SolverSettings.cpp (+1 -1), SystemStateSelection.cpp (+1 -1), stdafx.h (del)
niklwors 2014-05-23 15:49 Rev.: 20809

fix in cpp template for evaluate return value

11 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: stdafx.h (+11)
mwalther 2014-05-19 17:08 Rev.: 20687

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

18 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: stdafx.h (+18)
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/Solver: 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/Solver: stdafx.h (+2)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

23 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Core/Solver: FactoryExport.cpp (+3 -3), FactoryExport.h (+3 -3), SolverDefaultImplementation.cpp (+12 -12), SolverSettings.cpp (+1 -1), SystemStateSelection.cpp (+2 -2), stdafx.h (+2 -2)
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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SolverDefaultImplementation.cpp (+5 -25)
niklwors 2014-03-24 14:58 Rev.: 19709

updated cpp runtime tests

139 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Solver: SystemStateSelection.cpp (+139 -115)

(25 more)

Generated by StatSVN 0.7.0