Directory SimulationRuntime/cpp/Source/System/Modelica/

Directory Created:
2011-04-29 14:43
Directory Deleted:
2013-01-25 15:24
Total Files:
0
Deleted Files:
8
Lines of Code:
0

[root]/SimulationRuntime/cpp/Source/System/Modelica
                        Folder removed from repo Policies (0 files, 0 lines)
                        Folder removed from repo build (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 58 (100.0%) 1855 (100.0%) 31.9
niklwors 39 (67.2%) 1142 (61.6%) 29.2
sjoelund.se 4 (6.9%) 494 (26.6%) 123.5
perost 3 (5.2%) 168 (9.1%) 56.0
Kaie Kubjas 7 (12.1%) 40 (2.2%) 5.7
Frenkel TUD 5 (8.6%) 11 (0.6%) 2.2

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 8 files:

  • SimulationRuntime/cpp/Source/System/Modelica: BouncingBall.cpp (del), BouncingBall.h (del), CMakeLists.txt (del), HistoryImpl.h (del), Modelica.h (del), ModelicaConfic.inc.in (del), ModelicaSystem.cpp (del), ModelicaSystem.h (del)
niklwors 2012-10-31 18:10 Rev.: 13744

extended make file to build cpp runtime with visual studio

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+2 -1), ModelicaConfic.inc.in (+1 -1)
niklwors 2012-10-05 16:30 Rev.: 13204

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

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Modelica: ModelicaSystem.cpp (+3), ModelicaSystem.h (+1 -1)
niklwors 2012-09-13 09:10 Rev.: 12909

- fix in cpp runtime for division, initialization of CVode

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+1 -1)
niklwors 2012-09-05 14:59 Rev.: 12787

-fix in cpp template for array assign

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: Modelica.h (+6)
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/Modelica: CMakeLists.txt (+4 -4)
niklwors 2012-07-27 16:11 Rev.: 12369

-changed loading algebraic loop solver library in cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: ModelicaSystem.cpp (+1 -1)
niklwors 2012-07-05 14:39 Rev.: 12282

- extended cpp template for sparse jacobian

7 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/System/Modelica: Modelica.h (+1), ModelicaSystem.cpp (+3 -3), ModelicaSystem.h (+3 -3)
niklwors 2012-06-29 08:41 Rev.: 12243

-changed output format of cpp runtime to csv

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: HistoryImpl.h (+1 -1)
niklwors 2012-06-22 13:08 Rev.: 12192

- fix in cmake file for Modelica system

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+1 -1)
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/Modelica: 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 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: ModelicaSystem.h (+3 -3)
Frenkel TUD 2012-06-19 14:40 Rev.: 12111

replaced includes of Settingsfactory with SettingsFactory

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: ModelicaSystem.h (+1 -1)
Frenkel TUD 2012-06-19 14:32 Rev.: 12110

replaced all utils/extension includes with Utils/extension

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: Modelica.h (+5 -5)
niklwors 2012-06-18 16:50 Rev.: 12094

Moved boost::extension to Source/utils/ folder

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: Modelica.h (+5 -5)
niklwors 2012-06-12 11:28 Rev.: 12028

fix in cpp template for array of models code generation

11 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: Modelica.h (+11 -4)
Frenkel TUD 2012-04-27 19:21 Rev.: 11816

- move ModelicaConfic.inc to /include/omc/cpp

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+1 -1)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

168 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/System/Modelica: HistoryImpl.h (+57 -57), ModelicaSystem.cpp (+36 -36), ModelicaSystem.h (+75 -75)
niklwors 2012-02-28 11:51 Rev.: 11219

Modified interface method giveZeroFunc in cpp runtime, eps parameter is not needed.
Fix in CMake file of Modelica System

4 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+2 -1), ModelicaSystem.cpp (+1 -1), ModelicaSystem.h (+1 -1)
Kaie Kubjas 2012-02-28 10:42 Rev.: 11217

Fix typo in AlgloopsolverFactory class

14 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+1 -1), Modelica.h (+1), ModelicaSystem.cpp (+9 -1), ModelicaSystem.h (+3 -2)
niklwors 2012-02-23 15:20 Rev.: 11186

changed prefix of variable names in cpp runtime

10 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Modelica: ModelicaSystem.cpp (+8 -1), ModelicaSystem.h (+2 -1)
Kaie Kubjas 2012-01-27 12:34 Rev.: 10970

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

26 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/System/Modelica: HistoryImpl.h (+24 -10), ModelicaSystem.cpp (+1), ModelicaSystem.h (+1 -1)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

494 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/System/Modelica: HistoryImpl.h (+79 -78), Modelica.h (+69 -68), ModelicaSystem.cpp (+208 -207), ModelicaSystem.h (+138 -137)
niklwors 2011-11-30 16:46 Rev.: 10614

Added CMakefiles for Idas an Cvode to cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+1 -1)
niklwors 2011-10-28 10:00 Rev.: 10246

Extended cpp runtime for solving non linear systems

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/System/Modelica: Modelica.h (+2)
niklwors 2011-05-12 11:18 Rev.: 8950

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

22 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/System/Modelica: CMakeLists.txt (+18 -6), ModelicaConfic.inc.in (new 4)
niklwors 2011-04-29 14:43 Rev.: 8756

add CMakefile to build generated Modelica System

1059 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Source/System/Modelica: BouncingBall.cpp (new 385), BouncingBall.h (new 162), CMakeLists.txt (new 22), HistoryImpl.h (new 79), Modelica.h (new 66), ModelicaSystem.cpp (new 207), ModelicaSystem.h (new 138)
Generated by StatSVN 0.7.0