[root]/SimulationRuntime/cpp/Core/SimulationSettings
config
(1 files, 14 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 114 (100.0%) | 1532 (100.0%) | 13.4 |
niklwors | 39 (34.2%) | 675 (44.1%) | 17.3 |
sjoelund.se | 14 (12.3%) | 429 (28.0%) | 30.6 |
hudson | 21 (18.4%) | 160 (10.4%) | 7.6 |
nimen | 5 (4.4%) | 146 (9.5%) | 29.2 |
mwalther | 28 (24.6%) | 113 (7.4%) | 4.0 |
adrpo | 7 (6.1%) | 9 (0.6%) | 1.2 |
Install cppruntime libraries in the correct directory
2 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
6 lines of code changed in 2 files:
- 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:
- 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
5 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
6 lines of code changed in 2 files:
Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime
10 lines of code changed in 2 files:
- 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
5 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
59 lines of code changed in 3 files:
Integration of Bodas and VxWorks functions into Cpp Simcore
136 lines of code changed in 3 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
11 lines of code changed in 5 files:
- changed "#include <OMCFactory/...>" to "#include <SimCoreFactory/OMCFactory/...>"
2 lines of code changed in 2 files:
- changed "#include <Policies/...>" to "#include <SimCoreFactory/Policies/...>"
4 lines of code changed in 3 files:
fix for free system object in cpp runtime
26 lines of code changed in 2 files:
- removed the get / setResultOutput-functions from the globalSettings
- some more compile time optimisations for the cpp runtime
0 lines of code changed in 2 files:
- 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
18 lines of code changed in 2 files:
- 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)
16 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 2 files:
expected output
updated boost in cpp runtime
3 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 2 files:
separated evaluate in cpp template in update for ode- and zero crossing- and all equations
15 lines of code changed in 2 files:
changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes
10 lines of code changed in 5 files:
- includes for ANALYZATION_MODE added, otherwise it's not working
19 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
18 lines of code changed in 5 files:
added getNominalReal to Algoop interface and hybrj solver in cpp runtime
add empty as output format to cpp runtime time and cpp template
24 lines of code changed in 3 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"
26 lines of code changed in 6 files:
- more attempts to fix SimulationRuntime CPP build.
- use -fPIC for UNIX
- #include <fstream> in GlobalSettings.cpp
1 lines of code changed in 1 file:
- more attempts to fix SimulationRuntime CPP build.
- fix ISimdata.h case, should be ISimData.h
1 lines of code changed in 1 file:
- attempt to fix SimulationRuntime CPP build.
- fix IAlgloopSolverFactory.h case, it should be IAlgLoopSolverFactory.h
1 lines of code changed in 1 file:
- attempt to fix SimulationRuntime CPP build.
- fix stdafx.h case (not StdAfx.h)
- fix UTF-8 encoding in stdafx.h files (removed some German comments)
2 lines of code changed in 2 files:
[Janitor mode] Set auto-props
41 lines of code changed in 1 file:
Modified cpp runtime
- outsourced object creation in own classes
- changed some interface method names
- removed unused interface methods
- add get/set method to IContinuous for simulation variables
- adapted cpp template
- adapted cpp fmu template
- added SimManager for time events and removed time event handling from solver
- added SimController class to start stop simulation, create Modelica system
146 lines of code changed in 6 files:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
32 lines of code changed in 2 files:
[Janitor mode] Fix tabs
32 lines of code changed in 2 files:
[Janitor mode] Set auto-props
6 lines of code changed in 6 files:
Added IStepEvent
extended cpp template for symbolic initialization system
fix in event iteration
7 lines of code changed in 1 file:
Trim trailing whitespace
390 lines of code changed in 6 files:
Added Kinsol solver selection
19 lines of code changed in 2 files:
- geez, stdafx.h actually exists but with small letters. fix case.
1 lines of code changed in 1 file:
(4 more)