[root]/SimulationRuntime/cpp/SimCoreFactory/OMCFactory
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 63 (100.0%) | 798 (100.0%) | 12.6 |
niklwors | 20 (31.7%) | 354 (44.4%) | 17.7 |
hudson | 13 (20.6%) | 191 (23.9%) | 14.6 |
mwalther | 20 (31.7%) | 158 (19.8%) | 7.9 |
rfranke | 3 (4.8%) | 78 (9.8%) | 26.0 |
sjoelund.se | 2 (3.2%) | 7 (0.9%) | 3.5 |
adrpo | 3 (4.8%) | 7 (0.9%) | 2.3 |
MaEi | 1 (1.6%) | 2 (0.3%) | 2.0 |
RuedKamp | 1 (1.6%) | 1 (0.1%) | 1.0 |
Install cppruntime libraries in the correct directory
3 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
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
move check of program options to precompiled OMCFactory
45 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:
add extra parser to accept OMEdit options
25 lines of code changed in 1 file:
attempt to treat #3233 by just warning about unrecognized command line options
8 lines of code changed in 1 file:
- added IDA-library support for static linked cpp-runtime
- fixed static cpp-runtime linking on windows
- all static generated libraries have now the suffix "_static"
- changed all busy-waiting tests to n=1
7 lines of code changed in 1 file:
changed SimulationError exception class of cpp runtime
9 lines of code changed in 1 file:
added new exception class for all simulation errors in cpp runtime
11 lines of code changed in 1 file:
- fix some typos
2 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
5 lines of code changed in 1 file:
- result-file is now only written if outputFormat!=EMPTY and outputPointType!=EMPTY
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
fix for array index operator call in cpp template, separated external vars initialization in cpp template
4 lines of code changed in 1 file:
- improved scorep-support for c++ runtime profiling
- fixed analyzation mode -> precompiled headers are used now
- profiling sections can now be turned on and off in measure_time.hpp
11 lines of code changed in 1 file:
- fixed log and parallel writeOutput
- parallel writeOutput is now enabled if boost::threads are found
9 lines of code changed in 1 file:
-vxworks includes
1 lines of code changed in 1 file:
- 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
2 lines of code changed in 1 file:
- changed "#include <OMCFactory/...>" to "#include <SimCoreFactory/OMCFactory/...>"
2 lines of code changed in 2 files:
- changed "#include <Policies/...>" to "#include <SimCoreFactory/Policies/...>"
1 lines of code changed in 1 file:
Added MatFileWriter to cpp runtime.
Adapted cpp runtime testsuite for the new MAT file output.
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
fix for free system object in cpp runtime
6 lines of code changed in 1 file:
- equations to evaluate conditions added to simcode-structure (currently only available with hpcom)
- the event-taskgraph exported by hpcom is now correct
- conditions can now be evaluated with evaluateConditions instead of evaluateAll
- prototype for asynchronous writeOutput added to cpp runtime
- removed some stuff from the cvode-implementation (hopefully this will not damage any tests)
- the boost log and thread libraries are now optionally included into the cmake build process
- added logging for cvode if the boost log-library is available
- the cpp runtime is now able to differentiate between varios output methods (write all output steps + event steps, just output steps, no output)
- some comments and small bug fixes
29 lines of code changed in 1 file:
change solver lower limit and simmanger end time tolerance of cpp runtime
1 lines of code changed in 1 file:
- Analyzation Mode fixed
2 lines of code changed in 1 file:
- copy-command for LinSolverOMCFactory added
2 lines of code changed in 1 file:
- linear solver interfaces for equation systems added
- command line options for linear and nonlinear solver added ("-L name" and "-N name")
- sparse solver format included
- umfpack-solver dummy added (will be filled soon by mkloeppel)
5 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
separated evaluate in cpp template in update for ode- and zero crossing- and all equations
5 lines of code changed in 1 file:
changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes
3 lines of code changed in 2 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:
- added kinsol support to ANALYZATION_MODE
- simple scorep-trace macro for cvode-initialization added
3 lines of code changed in 1 file:
Fixes for KinSol in CPP Runtime (now default)
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
17 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
27 lines of code changed in 2 files:
- fix for analyzation_mode on Linux
7 lines of code changed in 1 file:
(11 more)