Directory SimulationRuntime/cpp/Include/Core/

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

[root]/SimulationRuntime/cpp/Include/Core
                    directory in repo DataExchange (9 files, 356 lines)
                        directory in repo Policies (3 files, 1077 lines)
                    directory in repo Extensions (2 files, 40 lines)
                    directory in repo Math (10 files, 2590 lines)
                    directory in repo Modelica (2 files, 137 lines)
                    directory in repo Object (3 files, 93 lines)
                    directory in repo SimController (6 files, 280 lines)
                    directory in repo SimulationSettings (5 files, 224 lines)
                    directory in repo Solver (10 files, 496 lines)
                    directory in repo System (22 files, 1053 lines)
                    directory in repo Utils (0 files, 0 lines)
                        directory in repo Modelica (3 files, 152 lines)
                        directory in repo extension (17 files, 1662 lines)
                            directory in repo impl (12 files, 671 lines)
                        directory in repo numeric (1 files, 23 lines)
                            directory in repo bindings (0 files, 0 lines)
                                directory in repo amos (4 files, 205 lines)
                                directory in repo atlas (12 files, 5508 lines)
                                directory in repo blas (9 files, 969 lines)
                                directory in repo lapack (39 files, 11080 lines)
                                directory in repo mumps (3 files, 536 lines)
                                    directory in repo 4.6.4 (4 files, 478 lines)
                                directory in repo traits (30 files, 3341 lines)
                                    directory in repo detail (8 files, 542 lines)
                                directory in repo umfpack (3 files, 1650 lines)

Lines of Code

SimulationRuntime/cpp/Include/Core/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 80 (100.0%) 873 (100.0%) 10.9
niklwors 43 (53.8%) 444 (50.9%) 10.3
hudson 14 (17.5%) 166 (19.0%) 11.8
mwalther 11 (13.8%) 94 (10.8%) 8.5
nimen 4 (5.0%) 86 (9.9%) 21.5
sjoelund.se 3 (3.8%) 50 (5.7%) 16.6
RuedKamp 2 (2.5%) 30 (3.4%) 15.0
rfranke 1 (1.3%) 1 (0.1%) 1.0
mkloeppel 1 (1.3%) 1 (0.1%) 1.0
adrpo 1 (1.3%) 1 (0.1%) 1.0

Most Recent Commits

niklwors 2015-04-29 12:55 Rev.: 25817

re added missing boost ublas vector

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+7 -8)
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

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+5)
niklwors 2015-04-29 09:10 Rev.: 25800

removed boost ublas includes for mac os because of build errors

11 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+11 -12)
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

1 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
nimen 2015-04-07 15:05 Rev.: 25420

added boost::algorithm::string to Modelica.h in cpp runtime

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+2)
rfranke 2015-04-07 09:11 Rev.: 25403

introduce ArraySlice to treat assignments to subarrays on the lhs (#3263)

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
mwalther 2015-03-26 14:15 Rev.: 25266

- improved memory management with +d=hpcomMemoryOpt
- graphml-graphs now contain information if the nodes belong to the ODE- or eventsystem
- cpp-locks are now memory aligned
- lapack-support for sundials can now be used with the c++ runtime
- update for one hpcom test

14 lines of code changed in 1 file:

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

changed SimulationError exception class of cpp runtime

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (-1)
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/Include/Core: Modelica.h (+2 -1)
hudson 2015-01-29 18:26 Rev.: 24309

[Janitor mode] Fix whitespace

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+2 -2), Modelica.h (+2 -2)
niklwors 2015-01-29 18:05 Rev.: 24306

adapted BufferReaderWriter of cpp runtime to new writer interface

29 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+10 -6), Modelica.h (+19 -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

6 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+1 -1), Modelica.h (+5 -3)
niklwors 2015-01-22 15:58 Rev.: 24153

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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
niklwors 2015-01-21 15:14 Rev.: 24127

splitted EventHandling class in DiscreteEvents,ContinuousEvents and PreVariables

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
mwalther 2014-12-02 11:43 Rev.: 23620

- fixed deleteObject() in hpcom cpp-runtime
- disabled memory optimization for level scheduler

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+8)
nimen 2014-10-30 11:02 Rev.: 23070

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

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+6 -6)
hudson 2014-10-27 16:45 Rev.: 22982

[Janitor mode] Fix whitespace

66 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+66 -66)
nimen 2014-10-27 16:37 Rev.: 22981

Cleanup of Cpp Runtime files

66 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+66 -81)
nimen 2014-10-24 10:39 Rev.: 22901

Integration of Bodas and VxWorks functions into Cpp Simcore

12 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+12 -7)
hudson 2014-10-02 16:56 Rev.: 22560

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+4 -4)
RuedKamp 2014-10-02 16:26 Rev.: 22558

-vxworks includes

25 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+25 -7)
hudson 2014-09-22 13:31 Rev.: 22396

[Janitor mode] Fix whitespace

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+5 -5)
mwalther 2014-09-22 13:25 Rev.: 22395

- tabified precompiled header file
- made measure time functionality available for windows (mingw)
- FORCE_INLINE is now defined for gcc and msvc

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+8)
niklwors 2014-09-18 17:16 Rev.: 22362

fix for some modelica internal functions in cpp template

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
niklwors 2014-09-05 09:05 Rev.: 22136

fix for dot and div array in cpp tempalte.Colored Jacobian in cvode of cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
niklwors 2014-09-02 17:31 Rev.: 22100

fix for cat array function in cpp template

1 lines of code changed in 1 file:

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

42 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+2 -2), Modelica.h (+40 -40)
niklwors 2014-08-25 14:01 Rev.: 21975

added append method to array class in cpp runtime.

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1 -1)
niklwors 2014-08-14 14:09 Rev.: 21871

changed datatype in TextFileWriter and MatFileWriter of cpp runtime

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: HistoryImpl.h (+1 -1)
niklwors 2014-08-11 10:55 Rev.: 21829

fix for assign array from function return, adapted state selection for new array class

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1 -1)
RuedKamp 2014-08-08 11:47 Rev.: 21809

Added new array class to cpp runtime. Changed arrays in cpp template.

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+5)
niklwors 2014-08-01 12:47 Rev.: 21704

removed unnecessary initialization in cpp template.

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1 -1)
niklwors 2014-07-22 11:07 Rev.: 21591

fix for missing timer include in Modelica.h

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+3 -3)
niklwors 2014-07-22 08:41 Rev.: 21589

removed boost timer include

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1 -1)
niklwors 2014-07-21 12:39 Rev.: 21582

fix for free system object in cpp runtime

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+4 -1)
mwalther 2014-06-30 12:40 Rev.: 21338

- SparseMatrix-Support added for umfpack-linear solver

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core: Modelica.h (+1)
mwalther 2014-06-17 13:55 Rev.: 21136

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

1 lines of code changed in 1 file:

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

(28 more)

Generated by StatSVN 0.7.0