[root]/SimulationRuntime/cpp/Solver/Hybrj
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 |
Install cppruntime libraries in the correct directory
1 lines of code changed in 1 file:
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:
eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())
2 lines of code changed in 1 file:
- 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:
changed SimulationError exception class of cpp runtime
1 lines of code changed in 1 file:
added new exception class for all simulation errors in cpp runtime
1 lines of code changed in 1 file:
- 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:
- moved Solver header files into the include folder to fix windows build
6 lines of code changed in 6 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
-vxworks includes
7 lines of code changed in 2 files:
- 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:
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:
- includes for ANALYZATION_MODE added, otherwise it's not working
18 lines of code changed in 1 file:
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:
added precompiled header for msvc in cpp runtime cmakefile and cpp template
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
11 lines of code changed in 3 files:
- fix CPP runtime compilation on MinGW (static libcminpack.a on MinGW)
5 lines of code changed in 1 file:
- revert r20006
4 lines of code changed in 2 files:
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:
- fix cppruntime
5 lines of code changed in 2 files:
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:
- 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:
[Janitor mode] Fix tabs
1 lines of code changed in 1 file:
- 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:
hopefully, this commit will fix the build of cminpack together with the cppruntime
1 lines of code changed in 1 file:
-Activated hybrj solver in cpp runtime
-changed generated cpp file names with fileNamePrefix
1 lines of code changed in 1 file:
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:
- reverted r18640 as it breaks builds and tests.
1 lines of code changed in 1 file:
added link to minpack for hybrj solver in cpp runtime
1 lines of code changed in 1 file:
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:
[Janitor mode] Fix tabs
3 lines of code changed in 1 file:
[Janitor mode] Set auto-props
60 lines of code changed in 3 files:
added hybrj solver to cpp runtime
773 lines of code changed in 8 files: