Directory SimulationRuntime/cpp/Source/SettingsFactory/Implementation/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 66 (100.0%) 991 (100.0%) 15.0
niklwors 50 (75.8%) 443 (44.7%) 8.8
sjoelund.se 6 (9.1%) 344 (34.7%) 57.3
perost 4 (6.1%) 151 (15.2%) 37.7
Frenkel TUD 6 (9.1%) 53 (5.3%) 8.8

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

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: CMakeLists.txt (del), Factory.cpp (del), Factory.h (del), GlobalSettings.cpp (del), GlobalSettings.h (del), Implementation.vcxproj (del), Implementation.vcxproj.filters (del), Implementation.vcxproj.user (del), SettingsFactory.mak (del), stdafx.cpp (del), stdafx.h (del), targetver.h (del)
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/SettingsFactory/Implementation: CMakeLists.txt (+1 -1)
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

9 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: CMakeLists.txt (+5 -5), Factory.cpp (+3 -3), Factory.h (+1 -1)
niklwors 2012-07-27 16:11 Rev.: 12369

-changed loading algebraic loop solver library in cpp runtime

12 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: GlobalSettings.cpp (+8 -1), GlobalSettings.h (+4 -2)
niklwors 2012-06-29 10:48 Rev.: 12247

-removed tabs

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: GlobalSettings.cpp (+2 -2), GlobalSettings.h (+1 -1)
niklwors 2012-06-29 08:41 Rev.: 12243

-changed output format of cpp runtime to csv

32 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: GlobalSettings.cpp (+11), GlobalSettings.h (+21 -18)
niklwors 2012-06-21 15:28 Rev.: 12176

- Added cppruntime test folder

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+2 -2)
niklwors 2012-06-21 13:57 Rev.: 12171

- modified boost version to 1.49 for windows compilation

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+7 -6)
Frenkel TUD 2012-06-20 18:04 Rev.: 12152

-fix loading of settings file in cpp runtime

25 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+25 -12)
Frenkel TUD 2012-06-20 15:29 Rev.: 12146

-fixed dynamic libarary loading with path names

22 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+17 -3), Factory.h (+2 -2), stdafx.h (+3 -2)
Frenkel TUD 2012-06-19 17:29 Rev.: 12119

fix runtime cpp for compilation Makefile Source/*.*

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+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/SettingsFactory/Implementation: stdafx.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/SettingsFactory/Implementation: stdafx.h (+5 -5)
niklwors 2012-06-05 18:26 Rev.: 11990

Added Ida solver to cpp runtime

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+2)
perost 2012-03-26 12:56 Rev.: 11538

- Got rid of tabs.

151 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+44 -44), Factory.h (+5 -5), GlobalSettings.cpp (+45 -45), GlobalSettings.h (+57 -57)
sjoelund.se 2012-03-26 11:31 Rev.: 11535

- Fix encoding in CPP and interactive

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: stdafx.h (+4 -4)
niklwors 2012-02-14 16:34 Rev.: 11133

Added ISystemInitialization interface to cpp runtime

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: GlobalSettings.cpp (+2 -2)
niklwors 2012-02-01 10:54 Rev.: 10994

Fix in cpp template in mixed systems discrete vars iteration

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: GlobalSettings.cpp (+2 -2)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

340 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+97 -96), Factory.h (+17 -16), GlobalSettings.cpp (+113 -112), GlobalSettings.h (+75 -74), stdafx.h (+38 -37)
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/SettingsFactory/Implementation: GlobalSettings.cpp (+1 -1)
niklwors 2011-11-30 16:46 Rev.: 10614

Added CMakefiles for Idas an Cvode to cpp runtime

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+5 -4)
niklwors 2011-11-18 14:21 Rev.: 10544

Extended cpp code generation for Modelica Tables

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (+3), GlobalSettings.cpp (+1 -1)
niklwors 2011-05-12 11:18 Rev.: 8950

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

1 lines of code changed in 1 file:

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

add CMakefile to build generated Modelica System

5 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: CMakeLists.txt (+2 -1), Factory.cpp (+1 -1), Factory.h (+1 -1), GlobalSettings.h (+1 -1)
niklwors 2011-04-15 10:00 Rev.: 8654

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

24 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: CMakeLists.txt (new 16), Factory.cpp (+8 -3)
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

326 lines of code changed in 11 files:

  • SimulationRuntime/cpp/Source/SettingsFactory/Implementation: Factory.cpp (new 87), Factory.h (new 16), GlobalSettings.cpp (new 112), GlobalSettings.h (new 74), Implementation.vcxproj (new), Implementation.vcxproj.filters (new), Implementation.vcxproj.user (new), SettingsFactory.mak (new), stdafx.cpp (new), stdafx.h (new 37), targetver.h (new)
Generated by StatSVN 0.7.0