Directory SimulationRuntime/cpp/Solver/Hybrj/

Directory Created:
2013-10-23 10:29
Total Files:
4
Deleted Files:
4
Lines of Code:
560

[root]/SimulationRuntime/cpp/Solver/Hybrj

Lines of Code

SimulationRuntime/cpp/Solver/Hybrj/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 979 (100.0%) 16.0
niklwors 27 (44.3%) 835 (85.3%) 30.9
hudson 9 (14.8%) 78 (8.0%) 8.6
mwalther 14 (23.0%) 40 (4.1%) 2.8
wbraun 4 (6.6%) 9 (0.9%) 2.2
RuedKamp 2 (3.3%) 7 (0.7%) 3.5
adrpo 2 (3.3%) 6 (0.6%) 3.0
hkiel 1 (1.6%) 2 (0.2%) 2.0
sjoelund.se 1 (1.6%) 1 (0.1%) 1.0
cschubert 1 (1.6%) 1 (0.1%) 1.0

Most Recent Commits

sjoelund.se 2015-04-30 15:09 Rev.: 25851

Install cppruntime libraries in the correct directory

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+1 -1)
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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+1)
hkiel 2015-04-23 14:36 Rev.: 25708

eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())

2 lines of code changed in 1 file:

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

changed SimulationError exception class of cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+1 -1)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

1 lines of code changed in 1 file:

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

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+3 -3)
mwalther 2014-10-30 15:54 Rev.: 23082

- moved Solver header files into the include folder to fix windows build

6 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Solver/Hybrj: FactoryExport.cpp (+4 -4), FactoryExport.h (del), Hybrj.cpp (+1 -1), Hybrj.h (del), HybrjSettings.cpp (+1 -1), HybrjSettings.h (del)
hudson 2014-10-02 18:17 Rev.: 22575

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+3 -3)
RuedKamp 2014-10-02 17:49 Rev.: 22568

-vxworks includes

7 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+6 -2), Hybrj.h (+1)
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

6 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/Hybrj: FactoryExport.cpp (+1 -1), Hybrj.cpp (+3 -3), HybrjSettings.cpp (+1 -1), HybrjSettings.h (+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

3 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Solver/Hybrj: FactoryExport.cpp (+1 -1), Hybrj.cpp (+1 -1), HybrjSettings.cpp (+1 -1), stdafx.h (del)
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/Solver/Hybrj: 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/Solver/Hybrj: 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/Solver/Hybrj: stdafx.h (+2)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

11 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Solver/Hybrj: FactoryExport.cpp (+1 -2), FactoryExport.h (+2 -2), Hybrj.cpp (+8 -8)
adrpo 2014-04-10 21:54 Rev.: 20092

- fix CPP runtime compilation on MinGW (static libcminpack.a on MinGW)

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.h (+5)
wbraun 2014-04-07 17:52 Rev.: 20025

- revert r20006

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+3 -4), Hybrj.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

8 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+1 -1), Hybrj.cpp (+7 -5)
wbraun 2014-04-05 15:33 Rev.: 20006

- fix cppruntime

5 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+4 -3), Hybrj.h (+1 -1)
niklwors 2014-03-21 18:21 Rev.: 19683

Extended StateSelection interface in cpp runtime for second A Matrix
added agloop solver code to Jacobian class if it has algloops
added initialize method to Jacobian class
adapted cpp FMU and HPCOM template

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+1 -1), Hybrj.h (+1 -1)
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"

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+6 -1)
hudson 2014-03-13 16:23 Rev.: 19567

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+1 -1)
niklwors 2014-03-13 16:03 Rev.: 19565

- added index parameter to stateset methods, in order to distinguish between different statessets
- fix in hybrj for initialization of linear systems

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+3 -1)
cschubert 2014-01-27 14:50 Rev.: 18797

hopefully, this commit will fix the build of cminpack together with the cppruntime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+1 -1)
niklwors 2014-01-24 11:16 Rev.: 18763

-Activated hybrj solver in cpp runtime
-changed generated cpp file names with fileNamePrefix

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+1 -1)
niklwors 2014-01-23 14:28 Rev.: 18748

change ModelicaExternalC library from cpp runtime to use c files form MSL. Adapted cpp template for external objects
removed unused files in cpp runtime

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (-17)
adrpo 2014-01-14 20:39 Rev.: 18642

- reverted r18640 as it breaks builds and tests.

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+1 -1)
niklwors 2014-01-14 18:34 Rev.: 18640

added link to minpack for hybrj solver in cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+1 -1)
niklwors 2013-12-02 09:51 Rev.: 18361

fix for algloop event iteration
-added isConsistent to IAlgLoop to check if a condition has changed
moved setCondition and getCondition to SystemDefaultImplementation

22 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.cpp (+20 -4), Hybrj.h (+2)
hudson 2013-10-23 12:15 Rev.: 17841

[Janitor mode] Fix tabs

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Solver/Hybrj: Hybrj.h (+3 -3)
hudson 2013-10-23 12:14 Rev.: 17840

[Janitor mode] Set auto-props

60 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (+1), FactoryExport.cpp (+42 -41), FactoryExport.h (+17 -16)
niklwors 2013-10-23 10:29 Rev.: 17837

added hybrj solver to cpp runtime

773 lines of code changed in 8 files:

  • SimulationRuntime/cpp/Solver/Hybrj: CMakeLists.txt (new 19), FactoryExport.cpp (new 41), FactoryExport.h (new 16), Hybrj.cpp (new 434), Hybrj.h (new 95), HybrjSettings.cpp (new 52), HybrjSettings.h (new 28), stdafx.h (new 88)
Generated by StatSVN 0.7.0