[root]/SimulationRuntime/cpp/Core/DataExchange
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 662 (100.0%) | 14.0 |
niklwors | 13 (27.7%) | 273 (41.2%) | 21.0 |
hudson | 14 (29.8%) | 259 (39.1%) | 18.5 |
nimen | 4 (8.5%) | 65 (9.8%) | 16.2 |
mwalther | 10 (21.3%) | 53 (8.0%) | 5.3 |
adrpo | 5 (10.6%) | 10 (1.5%) | 2.0 |
sjoelund.se | 1 (2.1%) | 2 (0.3%) | 2.0 |
Install cppruntime libraries in the correct directory
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
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
5 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
1 lines of code changed in 1 file:
changed SimulationError exception class of cpp runtime
2 lines of code changed in 1 file:
added new exception class for all simulation errors in cpp runtime
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
11 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime
51 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 2 files:
Integration of Bodas and VxWorks functions into Cpp Simcore
14 lines of code changed in 2 files:
- optimized parallel write output
- added profiling points for the write output functionality
- added profiling based on papi counters to the cpp-runtime
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
6 lines of code changed in 2 files:
changed initialization method for variables in cpp runtime
removed unused files in cpp runtime
removed some includes
3 lines of code changed in 3 files:
- includes for ANALYZATION_MODE added, otherwise it's not working
20 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
6 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 3 files:
[Janitor mode] Fix tabs
1 lines of code changed in 1 file:
- 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"
13 lines of code changed in 3 files:
- more -fPIC for Linux.
4 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)
4 lines of code changed in 2 files:
[Janitor mode] Fix tabs
3 lines of code changed in 2 files:
[Janitor mode] Set auto-props
238 lines of code changed in 4 files:
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
238 lines of code changed in 4 files: