Directory SimulationRuntime/cpp/Source/System/Implementation/

Directory Created:
2011-02-08 16:16
Directory Deleted:
2013-01-25 15:24
Total Files:
0
Deleted Files:
16
Lines of Code:
0

[root]/SimulationRuntime/cpp/Source/System/Implementation

Lines of Code

SimulationRuntime/cpp/Source/System/Implementation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 119 (100.0%) 3227 (100.0%) 27.1
niklwors 89 (74.8%) 1481 (45.9%) 16.6
sjoelund.se 11 (9.2%) 1082 (33.5%) 98.3
perost 9 (7.6%) 613 (19.0%) 68.1
hkiel 1 (0.8%) 34 (1.1%) 34.0
Frenkel TUD 5 (4.2%) 9 (0.3%) 1.8
Kaie Kubjas 4 (3.4%) 8 (0.2%) 2.0

Most Recent Commits

niklwors 2013-01-25 15:24 Rev.: 14939

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

0 lines of code changed in 16 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopDefaultImplementation.cpp (del), AlgLoopDefaultImplementation.h (del), AlgLoopSolverFactory.cpp (del), AlgLoopSolverFactory.h (del), CMakeLists.txt (del), ClassDiagram1.cd (del), EventHandling.cpp (del), EventHandling.h (del), System.mak (del), System.vcxproj (del), System.vcxproj.filters (del), System.vcxproj.user (del), SystemDefaultImplementation.cpp (del), SystemDefaultImplementation.h (del), stdafx.cpp (del), stdafx.h (del)
niklwors 2012-11-22 11:13 Rev.: 14012

fix in Idas solver for event handling, added reinit before Idas call.
fix in cpp template in event iteration if discrete variable has changed.

18 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+11 -16), EventHandling.h (+7 -9)
niklwors 2012-11-02 16:19 Rev.: 13772

changed folder of cpp runtime libraries to lib/omc/cpp

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (+1 -1)
niklwors 2012-10-05 16:30 Rev.: 13204

- fix in cpp runtime for CVode event handling. Modified CVode settings.

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+3 -14)
niklwors 2012-09-05 14:59 Rev.: 12787

-fix in cpp template for array assign

9 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: SystemDefaultImplementation.cpp (+2 -3), stdafx.h (+7)
niklwors 2012-07-31 14:58 Rev.: 12380

-renamed cpp shared libs and executable with OMCpp prefix
-changed executable call for cpp runtime in CevalScript

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (+4 -4)
niklwors 2012-07-27 16:11 Rev.: 12369

-changed loading algebraic loop solver library in cpp runtime

21 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (+1 -1), SystemDefaultImplementation.cpp (+12 -2), SystemDefaultImplementation.h (+2 -1), stdafx.h (+6 -1)
niklwors 2012-07-09 17:11 Rev.: 12316

-fix in cpp template for algorithm tuple assign and start values

75 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: SystemDefaultImplementation.cpp (+14 -1), SystemDefaultImplementation.h (+61 -45)
Frenkel TUD 2012-06-20 15:29 Rev.: 12146

-fixed dynamic libarary loading with path names

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (+1 -1)
Frenkel TUD 2012-06-19 17:29 Rev.: 12119

fix runtime cpp for compilation Makefile Source/*.*

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.h (+1 -1), SystemDefaultImplementation.cpp (+2 -2)
Frenkel TUD 2012-06-19 14:32 Rev.: 12110

replaced all utils/extension includes with Utils/extension

5 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.cpp (+2 -2), stdafx.h (+3 -3)
niklwors 2012-06-18 16:50 Rev.: 12094

Moved boost::extension to Source/utils/ folder

5 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.cpp (+2 -2), stdafx.h (+3 -3)
niklwors 2012-05-14 11:57 Rev.: 11906

Resolved name conflicts for some member variables in cpp runtime.

57 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopDefaultImplementation.cpp (+30 -30), AlgLoopDefaultImplementation.h (+3 -3), SystemDefaultImplementation.cpp (+22 -22), SystemDefaultImplementation.h (+2 -2)
niklwors 2012-05-11 17:26 Rev.: 11893

Fix in event iteration of cpp runtime

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+4 -3)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

613 lines of code changed in 9 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopDefaultImplementation.cpp (+127 -127), AlgLoopDefaultImplementation.h (+59 -59), AlgLoopSolverFactory.cpp (+58 -58), AlgLoopSolverFactory.h (+10 -10), CMakeLists.txt (+9 -9), EventHandling.cpp (+96 -96), EventHandling.h (+51 -51), SystemDefaultImplementation.cpp (+154 -154), SystemDefaultImplementation.h (+49 -49)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: stdafx.cpp (+2 -2)
Kaie Kubjas 2012-02-28 10:42 Rev.: 11217

Fix typo in AlgloopsolverFactory class

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.cpp (+1 -1), SystemDefaultImplementation.cpp (+3 -1)
niklwors 2012-02-27 18:24 Rev.: 11212

Modified event iteration in cpp runtime. Using checkConditions instead of setZeroState from solver

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+1 -1), EventHandling.h (+1 -1)
niklwors 2012-02-27 17:43 Rev.: 11211

fix for mixed system iteration in cpp runtime
fix in CVode for calculation of event state

18 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+15 -4), SystemDefaultImplementation.h (+3 -4)
niklwors 2012-02-23 14:16 Rev.: 11182

Added get and set method for conditions vector in IEvent interface

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (+1 -1)
niklwors 2012-02-23 12:01 Rev.: 11177

modified cpp runtime CMake file for system initialization

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (+1)
niklwors 2012-02-22 17:52 Rev.: 11171

changed implementation of condition variables for zero crossing variables in cpp runtime

21 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: SystemDefaultImplementation.cpp (+15 -1), SystemDefaultImplementation.h (+6 -3)
niklwors 2012-02-14 16:34 Rev.: 11133

Added ISystemInitialization interface to cpp runtime

36 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.cpp (+27 -1), AlgLoopSolverFactory.h (+2), SystemDefaultImplementation.cpp (-4), SystemDefaultImplementation.h (+7 -6)
hkiel 2012-02-03 17:46 Rev.: 11030

- move if condition out of for loop

34 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+34 -27)
niklwors 2012-02-01 10:54 Rev.: 10994

Fix in cpp template in mixed systems discrete vars iteration

9 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+8 -3), EventHandling.h (+1 -1)
niklwors 2012-01-31 17:18 Rev.: 10992

Extended cpp runtime and cpp template for mixed systems

22 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.cpp (+5 -3), AlgLoopSolverFactory.h (+2 -2), EventHandling.cpp (+14), EventHandling.h (+1)
Kaie Kubjas 2012-01-27 12:34 Rev.: 10970

In SimCodeCpp.tpl fixed a bug with arrays and extended functions for doing reduction.

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: SystemDefaultImplementation.cpp (+3), SystemDefaultImplementation.h (+1)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

1080 lines of code changed in 10 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopDefaultImplementation.cpp (+219 -218), AlgLoopDefaultImplementation.h (+116 -115), AlgLoopSolverFactory.cpp (+51 -50), AlgLoopSolverFactory.h (+34 -33), EventHandling.cpp (+219 -218), EventHandling.h (+68 -67), SystemDefaultImplementation.cpp (+245 -244), SystemDefaultImplementation.h (+95 -94), stdafx.cpp (+9 -8), stdafx.h (+24 -23)
niklwors 2011-12-23 12:45 Rev.: 10833

Extended cpp template for solving linear systems

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.cpp (+1 -1)
niklwors 2011-11-18 14:21 Rev.: 10544

Extended cpp code generation for Modelica Tables

7 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Implementation: SystemDefaultImplementation.cpp (+4), SystemDefaultImplementation.h (+3 -2)
niklwors 2011-11-03 18:13 Rev.: 10292

fix in algloopsystem of cpp runtime for Modelica function calls

5 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopSolverFactory.cpp (+3 -3), AlgLoopSolverFactory.h (+1 -1), stdafx.h (+1)
niklwors 2011-10-28 10:00 Rev.: 10246

Extended cpp runtime for solving non linear systems

58 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopDefaultImplementation.cpp (+39 -39), AlgLoopDefaultImplementation.h (+6 -6), AlgLoopSolverFactory.cpp (+3 -2), AlgLoopSolverFactory.h (+3 -6), CMakeLists.txt (+2 -1), SystemDefaultImplementation.cpp (+5 -4)
niklwors 2011-06-30 17:05 Rev.: 9388

small fix for typo in event iteration of cpp simulation runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+1 -1)
niklwors 2011-06-28 15:10 Rev.: 9379

Added new Euler methods to cpp simulation runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: EventHandling.cpp (+1 -1)
niklwors 2011-05-12 11:18 Rev.: 8950

Modified cmake files for build of the Modelica system with generated make file

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (+2 -2)
niklwors 2011-04-29 14:43 Rev.: 8756

add CMakefile to build generated Modelica System

19 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopDefaultImplementation.h (+2 -2), AlgLoopSolverFactory.h (+3 -3), CMakeLists.txt (+9 -2), SystemDefaultImplementation.h (+5 -5)
niklwors 2011-04-15 10:00 Rev.: 8654

changed make files for cpp simulation runtime to cmake
removed all old build files

15 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Implementation: CMakeLists.txt (new 15)
niklwors 2011-02-08 16:16 Rev.: 7883

Added cpp simulation runtime SimulationRuntime/cpp
Binaries copied to trunk/build/bin/cpp and trunk/bin/lib/omc/cpp

1065 lines of code changed in 15 files:

  • SimulationRuntime/cpp/Source/System/Implementation: AlgLoopDefaultImplementation.cpp (new 218), AlgLoopDefaultImplementation.h (new 115), AlgLoopSolverFactory.cpp (new 49), AlgLoopSolverFactory.h (new 36), ClassDiagram1.cd (new), EventHandling.cpp (new 218), EventHandling.h (new 67), System.mak (new), System.vcxproj (new), System.vcxproj.filters (new), System.vcxproj.user (new), SystemDefaultImplementation.cpp (new 239), SystemDefaultImplementation.h (new 93), stdafx.cpp (new 8), stdafx.h (new 22)
Generated by StatSVN 0.7.0