Directory SimulationRuntime/cpp/Core/DataExchange/

Directory Created:
2013-08-14 10:19
Total Files:
3
Deleted Files:
1
Lines of Code:
160

[root]/SimulationRuntime/cpp/Core/DataExchange

Lines of Code

SimulationRuntime/cpp/Core/DataExchange/ Lines of Code

Developers

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

Most Recent Commits

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

Install cppruntime libraries in the correct directory

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+2 -2)
hudson 2015-04-28 14:13 Rev.: 25785

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+2 -2)
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

5 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+2), FactoryExport.cpp (+3 -3)
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/Core/DataExchange: CMakeLists.txt (+1 -1)
mwalther 2015-02-11 09:07 Rev.: 24516

- 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:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+1 -1)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: SimData.cpp (+2 -2)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: SimData.cpp (+2 -2)
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

11 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+11 -4)
hudson 2014-10-30 11:36 Rev.: 23072

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+5 -5)
nimen 2014-10-30 11:02 Rev.: 23070

Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime

51 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+27 -25), SimData.cpp (+24 -25)
hudson 2014-10-24 10:45 Rev.: 22903

[Janitor mode] Fix whitespace

5 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+4 -4), SimData.cpp (+1 -1)
nimen 2014-10-24 10:39 Rev.: 22901

Integration of Bodas and VxWorks functions into Cpp Simcore

14 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+11 -5), SimData.cpp (+3 -10)
mwalther 2014-09-26 07:52 Rev.: 22439

- 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:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+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 2 files:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+4 -4), SimData.cpp (+2 -2)
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 3 files:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+2 -2), SimData.cpp (+1 -1), stdafx.h (del)
mwalther 2014-05-19 17:08 Rev.: 20687

- includes for ANALYZATION_MODE added, otherwise it's not working

20 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: stdafx.h (+20)
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/Core/DataExchange: stdafx.h (+17)
niklwors 2014-05-09 11:01 Rev.: 20512

added precompiled header for msvc in cpp runtime cmakefile and cpp template

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: stdafx.h (+6 -20)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

5 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/DataExchange: FactoryExport.cpp (+2 -2), SimData.cpp (+1 -1), stdafx.h (+2 -2)
hudson 2014-03-20 09:27 Rev.: 19650

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: SimData.cpp (+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"

13 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+4), FactoryExport.cpp (+1 -1), SimData.cpp (+8 -4)
adrpo 2013-08-14 22:49 Rev.: 16807

- more -fPIC for Linux.

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+4 -1)
adrpo 2013-08-14 20:04 Rev.: 16802

- more attempts to fix SimulationRuntime CPP build.
- fix ISimdata.h case, should be ISimData.h

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: stdafx.h (+1 -1)
adrpo 2013-08-14 18:51 Rev.: 16801

- attempt to fix SimulationRuntime CPP build.
- fix IAlgloopSolverFactory.h case, it should be IAlgLoopSolverFactory.h

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/DataExchange: stdafx.h (+1 -1)
adrpo 2013-08-14 18:25 Rev.: 16800

- 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:

  • SimulationRuntime/cpp/Core/DataExchange: SimData.cpp (+3 -3), stdafx.h (+1 -3)
hudson 2013-08-14 10:51 Rev.: 16798

[Janitor mode] Fix tabs

3 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/DataExchange: SimData.cpp (+1 -1), stdafx.h (+2 -2)
hudson 2013-08-14 10:50 Rev.: 16797

[Janitor mode] Set auto-props

238 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (+23 -23), FactoryExport.cpp (+31 -31), SimData.cpp (+85 -85), stdafx.h (+99 -99)
niklwors 2013-08-14 10:19 Rev.: 16796

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:

  • SimulationRuntime/cpp/Core/DataExchange: CMakeLists.txt (new 23), FactoryExport.cpp (new 31), SimData.cpp (new 85), stdafx.h (new 99)
Generated by StatSVN 0.7.0