Directory SimulationRuntime/cpp/Include/Core/DataExchange/Policies/

Directory Created:
2013-01-25 15:24
Total Files:
3
Deleted Files:
0
Lines of Code:
1077

[root]/SimulationRuntime/cpp/Include/Core/DataExchange/Policies

Lines of Code

SimulationRuntime/cpp/Include/Core/DataExchange/Policies/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 52 (100.0%) 3941 (100.0%) 75.7
hudson 16 (30.8%) 1403 (35.6%) 87.6
mwalther 9 (17.3%) 843 (21.4%) 93.6
MaEi 4 (7.7%) 721 (18.3%) 180.2
niklwors 16 (30.8%) 533 (13.5%) 33.3
sjoelund.se 6 (11.5%) 440 (11.2%) 73.3
adrpo 1 (1.9%) 1 (0.0%) 1.0

Most Recent Commits

mwalther 2015-04-29 10:01 Rev.: 25804

- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+1)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+8 -8)
hudson 2015-02-04 14:01 Rev.: 24402

[Janitor mode] Fix whitespace

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+9 -9)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

19 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+19 -15)
adrpo 2015-01-29 18:35 Rev.: 24310

- on some weird systems case matters :)

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+1 -1)
hudson 2015-01-29 18:26 Rev.: 24309

[Janitor mode] Fix whitespace

10 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+10 -10)
niklwors 2015-01-29 18:05 Rev.: 24306

adapted BufferReaderWriter of cpp runtime to new writer interface

68 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+64 -59), MatfileWriter.h (+2 -1), TextfileWriter.h (+2 -1)
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

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+1 -1), TextfileWriter.h (+1 -1)
niklwors 2014-09-29 11:30 Rev.: 22475

fix in array operations sum_array and dot_array

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (-1)
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

662 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+567 -558), TextfileWriter.h (+95 -221)
mwalther 2014-08-20 13:45 Rev.: 21926

- changed USE_THREADS to USE_PARALLEL_OUTPUT, because otherwise the boost_thread library can not be used by HPCOM
- some updated for the hpcom testsuite

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+6 -6)
niklwors 2014-08-14 14:09 Rev.: 21871

changed datatype in TextFileWriter and MatFileWriter of cpp runtime

13 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+8 -8), TextfileWriter.h (+5 -5)
hudson 2014-08-04 11:44 Rev.: 21735

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+3 -3)
MaEi 2014-08-04 11:29 Rev.: 21734

another buffer optimization in MatfileWriter.h

20 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+20 -17)
hudson 2014-07-29 16:26 Rev.: 21668

[Janitor mode] Fix whitespace

25 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+25 -25)
MaEi 2014-07-29 16:13 Rev.: 21666

usage of temp buffers in MatlabFileWriter.h optimized

45 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+45 -36)
hudson 2014-07-29 14:35 Rev.: 21657

[Janitor mode] Fix whitespace

14 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+14 -14)
MaEi 2014-07-29 14:28 Rev.: 21656

reduced the number of allocating and reallocating temp buffers

16 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+16 -18)
hudson 2014-07-29 09:53 Rev.: 21654

[Janitor mode] Fix whitespace

514 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+514 -514)
hudson 2014-07-29 09:52 Rev.: 21653

[Janitor mode] Set auto-props

642 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (+642 -641)
MaEi 2014-07-29 09:51 Rev.: 21652

Added MatFileWriter to cpp runtime.
Adapted cpp runtime testsuite for the new MAT file output.

640 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: MatfileWriter.h (new 640)
mwalther 2014-07-15 14:32 Rev.: 21501

- 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

132 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+132 -11)
hudson 2014-06-16 14:54 Rev.: 21124

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+1 -1)
mwalther 2014-06-16 14:43 Rev.: 21123

- removed some warnings of the gcc build
- changed the globalSettings reference to a pointer (just a quickfix to get the ANALYZATION_MODE running)

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+1 -2)
niklwors 2014-06-12 14:54 Rev.: 21075

expected output
updated boost in cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+1 -1)
hudson 2014-06-11 13:19 Rev.: 21047

[Janitor mode] Fix whitespace

10 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+10 -10)
niklwors 2014-06-11 13:18 Rev.: 21046

add variable description and paramter values to writeoutput in cpp template

30 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+30 -19)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+5 -5)
hudson 2014-03-20 09:27 Rev.: 19650

[Janitor mode] Fix tabs

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+3 -3)
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"

39 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+39 -21)
hudson 2013-08-14 10:51 Rev.: 16798

[Janitor mode] Fix tabs

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: TextfileWriter.h (+1 -1)
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

24 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+4 -1), TextfileWriter.h (+20 -8)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

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

164 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+160 -160), TextfileWriter.h (+4 -4)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

164 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+160 -160), TextfileWriter.h (+4 -4)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+1), TextfileWriter.h (+1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

274 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+257 -257), TextfileWriter.h (+17 -17)
sjoelund.se 2013-01-25 23:01 Rev.: 14946

Remove BOM

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+1 -1), TextfileWriter.h (+1 -1)
niklwors 2013-01-25 18:55 Rev.: 14943

converted cpp an h files in cpp runtime to utf8

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (+2 -2), TextfileWriter.h (+2 -2)
niklwors 2013-01-25 15:24 Rev.: 14939

Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces

366 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/DataExchange/Policies: BufferReaderWriter.h (new 256), TextfileWriter.h (new 110)
Generated by StatSVN 0.7.0