Directory SimulationRuntime/cpp/Include/Core/System/

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

[root]/SimulationRuntime/cpp/Include/Core/System

Lines of Code

SimulationRuntime/cpp/Include/Core/System/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 291 (100.0%) 3648 (100.0%) 12.5
niklwors 103 (35.4%) 1485 (40.7%) 14.4
hudson 85 (29.2%) 748 (20.5%) 8.8
sjoelund.se 18 (6.2%) 696 (19.1%) 38.6
nimen 22 (7.6%) 355 (9.7%) 16.1
mwalther 33 (11.3%) 222 (6.1%) 6.7
rfranke 7 (2.4%) 43 (1.2%) 6.1
RuedKamp 10 (3.4%) 43 (1.2%) 4.3
M.Arzt 5 (1.7%) 38 (1.0%) 7.6
mkloeppel 4 (1.4%) 12 (0.3%) 3.0
adrpo 4 (1.4%) 6 (0.2%) 1.5

Most Recent Commits

rfranke 2015-05-02 21:44 Rev.: 25880

implement pre values of arrays

see Modelica.Blocks.Examples.Interaction1

27 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/System: DiscreteEvents.h (+21 -3), ISimVars.h (+3 -5), SimVars.h (+3 -3)
rfranke 2015-05-01 08:14 Rev.: 25860

add const qualifiers to array operations

12 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: ISimVars.h (+6 -6), SimVars.h (+6 -6)
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

13 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: ISimVars.h (+7 -4), SimVars.h (+6 -3)
hudson 2015-04-27 08:56 Rev.: 25750

[Janitor mode] Set auto-props

21 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: FactoryExport.h (+21 -20)
RuedKamp 2015-04-27 08:54 Rev.: 25748

-moved FactoryExport.h to header

19 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: FactoryExport.h (new 19)
niklwors 2015-04-21 10:01 Rev.: 25654

removed shared array from simvars

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: SimVars.h (+1 -1)
hudson 2015-04-20 17:49 Rev.: 25650

[Janitor mode] Fix whitespace

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: ISimVars.h (+1 -1), SimVars.h (+1 -1)
niklwors 2015-04-20 17:46 Rev.: 25649

added method for the initialization of alias arrays in cpp runtime

25 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: ISimVars.h (+14 -20), SimVars.h (+11 -11)
mwalther 2015-04-20 14:18 Rev.: 25644

- removed debug output in HpcOmMemory
- some simple improvements in HpcOmMemory
- CodegenCpp.tpl: Number of real, int, bool and pre variables can now be passed as argument to simulationMainFile-template
- some more fixes for hpcom code generation -> memory optimization is still not working for arrays with the new variable structure
- sim var arrays are now aligned to default cache line size of 64 byte
- testsuite update for some hpcom tests

91 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: SimVars.h (+91 -42)
mkloeppel 2015-04-20 09:23 Rev.: 25627

exchange custom sparse matrix format in c++-runtime umfpack for boost::ublas sparse format
adapt test case

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: IAlgLoop.h (+2 -3), IMixedSystem.h (+2 -2)
mwalther 2015-04-17 08:40 Rev.: 25596

- some smaller fixes for hpcom memory optimization
- MemberVariablePreVariables-code is now separated from the simulationCppFile-Code in the CodegenCpp.tpl
- _event_system is now initialized to NULL in the continousEvents-Class

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: SystemDefaultImplementation.h (+1 -1)
hudson 2015-04-10 11:17 Rev.: 25488

[Janitor mode] Fix whitespace

32 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: ISimVars.h (+14 -14), SimVars.h (+18 -18)
hudson 2015-04-10 11:16 Rev.: 25487

[Janitor mode] Set auto-props

108 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: ISimVars.h (+53 -52), SimVars.h (+55 -54)
niklwors 2015-04-10 11:03 Rev.: 25486

added SimVars class to cpp runtime which stores all model variables
removed [Model]PreVariables class in cpp template and moved functionality to SimVars class
modified get/set methods,array class,eventhandling classes to new SimvVars class

117 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Include/Core/System: DiscreteEvents.h (+2 -2), EventHandling.h (+1 -1), ISimVars.h (new 52), SimVars.h (new 54), SystemDefaultImplementation.h (+8 -4)
RuedKamp 2015-03-31 09:52 Rev.: 25328

-some changes concerning colored jacobians

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: IMixedSystem.h (-7)
hudson 2015-03-30 18:26 Rev.: 25323

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: IMixedSystem.h (+2 -2)
RuedKamp 2015-03-30 17:53 Rev.: 25321

-some changes concerning colored jacobians

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: IMixedSystem.h (+7 -5)
rfranke 2015-03-21 11:28 Rev.: 25192

revert unintended change of previous commit

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: PreVariables.h (+2 -2)
rfranke 2015-03-21 11:21 Rev.: 25191

Initial version of FMI 2.0 export with Cpp runtime (#3238)

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: PreVariables.h (+2 -2)
mwalther 2015-03-03 17:55 Rev.: 24884

- changed PreVariables-Array from dynamic to static
- added a "isSome"-function to the Util-module

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: PreVariables.h (+9 -2)
niklwors 2015-03-03 12:18 Rev.: 24870

fix for initialization of string alias variables in cpp template

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: SystemDefaultImplementation.h (+3 -2)
mwalther 2015-02-23 18:21 Rev.: 24718

- CVode and IDA are now calculating the "final time point" correctly
- Added a simple getter for global-settings

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: SystemDefaultImplementation.h (+2)
niklwors 2015-02-19 18:35 Rev.: 24642

separated LoadSystem Method in SimController class in LoadSystem and LoadSimData

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: ContinuousEvents.h (+4 -1)
hudson 2015-02-11 11:39 Rev.: 24519

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: DiscreteEvents.h (+1 -1)
mwalther 2015-02-11 11:30 Rev.: 24518

- fixed issue with discrete event class and static linking on windows

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: DiscreteEvents.h (+5 -1)
hudson 2015-02-11 10:33 Rev.: 24517

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: EventHandling.h (+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

14 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/System: AlgLoopDefaultImplementation.h (+4), EventHandling.h (+6 -1), SystemDefaultImplementation.h (+4)
hudson 2015-01-29 18:26 Rev.: 24309

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: AlgLoopDefaultImplementation.h (+1 -1)
niklwors 2015-01-29 18:05 Rev.: 24306

adapted BufferReaderWriter of cpp runtime to new writer interface

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: AlgLoopDefaultImplementation.h (+2 -3)
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

3 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/System: AlgLoopSolverFactory.h (+1 -1), IStateSelection.h (+1 -1), SystemDefaultImplementation.h (+1 -1)
hudson 2015-01-22 16:32 Rev.: 24155

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: SystemDefaultImplementation.h (+1 -1)
niklwors 2015-01-22 15:58 Rev.: 24153

fix for delete objects in cpp template, removed includes SystemDefaultimplementation of cpp runtime

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/System: EventHandling.h (+3 -4), SystemDefaultImplementation.h (+1 -1)
hudson 2015-01-21 15:23 Rev.: 24130

[Janitor mode] Fix whitespace

11 lines of code changed in 6 files:

  • SimulationRuntime/cpp/Include/Core/System: ContinuousEvents.h (+1 -1), DiscreteEvents.h (+4 -4), EventHandling.h (+3 -3), IMixedSystem.h (+1 -1), PreVariables.h (+1 -1), SystemDefaultImplementation.h (+1 -1)
hudson 2015-01-21 15:23 Rev.: 24129

[Janitor mode] Set auto-props

85 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/System: ContinuousEvents.h (+22 -21), DiscreteEvents.h (+42 -41), PreVariables.h (+21 -20)
niklwors 2015-01-21 15:14 Rev.: 24127

splitted EventHandling class in DiscreteEvents,ContinuousEvents and PreVariables

94 lines of code changed in 7 files:

  • SimulationRuntime/cpp/Include/Core/System: ContinuousEvents.h (new 20), DiscreteEvents.h (new 40), EventHandling.h (+9 -67), IEvent.h (+2 -1), IMixedSystem.h (+2 -2), PreVariables.h (new 19), SystemDefaultImplementation.h (+2 -4)
niklwors 2015-01-13 17:26 Rev.: 24028

modified setStartValue and getStartValue in cpp runtime

9 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: SystemDefaultImplementation.h (+9 -9)
hudson 2015-01-13 12:38 Rev.: 24026

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: EventHandling.h (+3 -3)
niklwors 2015-01-13 12:29 Rev.: 24025

modified pre method in cpp runtime, removed second parameter
expected output

32 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Include/Core/System: EventHandling.h (+27 -10), IEvent.h (+1 -1), SystemDefaultImplementation.h (+4 -4)
niklwors 2014-12-15 16:29 Rev.: 23785

removed saveDiscreteVars in cpp template, activated get and set method for variables only for fmi code generation in cpp template

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: IEvent.h (+2 -1)
hudson 2014-10-30 11:36 Rev.: 23072

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/System: IAlgLoop.h (+1 -1)

(72 more)

Generated by StatSVN 0.7.0