Directory SimulationRuntime/cpp/Core/Modelica/

Directory Created:
2013-01-25 15:24
Total Files:
6
Deleted Files:
5
Lines of Code:
578

[root]/SimulationRuntime/cpp/Core/Modelica

Lines of Code

SimulationRuntime/cpp/Core/Modelica/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 135 (100.0%) 1556 (100.0%) 11.5
niklwors 49 (36.3%) 885 (56.9%) 18.0
mwalther 49 (36.3%) 347 (22.3%) 7.0
hudson 15 (11.1%) 159 (10.2%) 10.6
sjoelund.se 10 (7.4%) 86 (5.5%) 8.6
nimen 1 (0.7%) 35 (2.2%) 35.0
M.Arzt 5 (3.7%) 29 (1.9%) 5.8
adrpo 3 (2.2%) 12 (0.8%) 4.0
mkloeppel 1 (0.7%) 2 (0.1%) 2.0
MaEi 1 (0.7%) 1 (0.1%) 1.0
mflehmig 1 (0.7%) 0 (0.0%) 0.0

Most Recent Commits

adrpo 2015-04-30 01:35 Rev.: 25833

- handle Clang also

10 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+10)
hudson 2015-04-29 14:08 Rev.: 25822

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig_gcc.inc.in (+1)
niklwors 2015-04-29 13:55 Rev.: 25821

added cpp runtime config for gcc and msvc

80 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+19 -5), ModelicaConfig.inc.in (del), ModelicaConfig_gcc.inc.in (new 30), ModelicaConfig_msvc.inc.in (new 31)
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 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+5 -4)
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

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaSystem.cpp (+2 -2)
mwalther 2015-03-25 09:59 Rev.: 25243

- forgot to update one cmake version

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+1 -1)
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/Modelica: CMakeLists.txt (+1 -1)
mwalther 2015-03-23 15:39 Rev.: 25216

- improved cmake error handling if umfpack was not found

10 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+8 -2), ModelicaConfig.inc.in (+2 -2)
mwalther 2015-03-23 15:22 Rev.: 25214

- some more cleanups for path-stuff in cpp-runtime
- added some debug output to see the content of the ModelicaConfig.inc file at the beginning of cmake-build
- update for reference-file of NPendulummath-test (umfpack cpp runtime)

31 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+27), ModelicaConfig.inc.in (+4 -4)
mwalther 2015-03-23 14:50 Rev.: 25212

- improved path handling of cpp-runtime

36 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+33 -9), ModelicaConfig.inc.in (+3 -2)
mwalther 2015-03-23 11:36 Rev.: 25209

- try to fix Ticket #3232
- Paths in ModelicaConfig.inc - file are now relative to OMHOME-Makefile variable
- Boost-Header files that are required for windows-cpp-runtime simulations are now copied into build/include/omc/cpp
- msvc-build on windows not testet at the moment

59 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+48 -16), ModelicaConfig.inc.in (+11 -14)
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

13 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaLibraryConfig.inc.in (+13 -12)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaSystem.cpp (+5 -5)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaSystem.cpp (+5 -5)
niklwors 2015-01-29 18:05 Rev.: 24306

adapted BufferReaderWriter of cpp runtime to new writer interface

1 lines of code changed in 1 file:

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

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+3 -3), ModelicaConfig.inc.in (+1)
mwalther 2015-01-21 10:03 Rev.: 24124

- initAlgloopSolverVariables is now called in initialize, to prevent an invalid free
- renamed initAlgloopSolverVariables to initializeAlgloopSolverVariables
- added umfpack to analyzation mode

7 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+6 -3), ModelicaConfig.inc.in (+1)
mwalther 2014-12-12 15:04 Rev.: 23766

- added intel tbb and pugiXML to the CMake-Configuration of the cpp-runtime
- fixed the old tbb-code for HPCOM
- changed hpcom-default-scheduler to the level-scheduler
- extended the testsuite for hpcom with some tests for tbb and levelfix-scheduling
- evaluateConditions is calling evaluateAll now in generated C++ Code

11 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+5), ModelicaConfig.inc.in (+6)
mflehmig 2014-11-20 12:16 Rev.: 23468

Added debug flag 'useMPI'. This adds MPI init and finalize to main method and MPI compiler wrappers to makefile.

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig.inc.in (-1)
mwalther 2014-11-06 15:55 Rev.: 23233

- Peer Solver preliminaries added to CPP-Runtime

2 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig.inc.in (+1), ModelicaLibraryConfig.inc.in (+1)
nimen 2014-10-30 11:02 Rev.: 23070

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

35 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaSystem.cpp (+35 -55)
mwalther 2014-10-30 09:50 Rev.: 23067

- improved scorep-support for c++ runtime profiling
- fixed analyzation mode -> precompiled headers are used now
- profiling sections can now be turned on and off in measure_time.hpp

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+2 -2)
niklwors 2014-09-22 16:42 Rev.: 22400

added terminate function to cpp tempalte

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaSystem.cpp (+2 -1)
mwalther 2014-08-28 14:38 Rev.: 22036

- separated umfpack-include from cflags

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig.inc.in (+2 -1)
niklwors 2014-08-28 12:38 Rev.: 22034

fix for precompiled header msvc build

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+2 -2)
mwalther 2014-08-28 09:26 Rev.: 22033

- excluded precompiled header just for msvc build

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+3 -3)
mwalther 2014-08-28 08:29 Rev.: 22032

- deactivated precompiled header temporarily to fix msvc-build

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+1 -1)
mkloeppel 2014-08-27 12:55 Rev.: 22028

allows to compile umfpack in 3rdParty and use it in cpp-runtime
only the LGPL version in 3rdParty is used

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig.inc.in (+2 -2)
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

9 lines of code changed in 5 files:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+1 -1), FactoryExport.h (del), Modelica.cpp (+1 -1), ModelicaSystem.cpp (+7 -7), ModelicaSystem.h (del)
mwalther 2014-08-15 10:24 Rev.: 21880

- added profiling-support to cpp-runtime
- fixed deadlock in hpcom-cpp simulation runs

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaLibraryConfig.inc.in (+2 -1)
mwalther 2014-08-01 15:54 Rev.: 21713

- fix for NOTFOUND - Bug if boost log is not installed

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+7)
MaEi 2014-07-29 09:51 Rev.: 21652

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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+1)
niklwors 2014-07-17 11:20 Rev.: 21551

fix for boost log lib name

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (+2)
mwalther 2014-07-16 15:55 Rev.: 21532

- reduced compile time of cpp-runtime by including the cpp-files directly into a "meta cpp file"

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: CMakeLists.txt (-4)
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

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig.inc.in (+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/Core/Modelica: ModelicaLibraryConfig.inc.in (+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/Core/Modelica: ModelicaSystem.cpp (+1 -1)
mwalther 2014-06-05 13:53 Rev.: 20987

- hpcom level-scheduling fixed for windows
- update for hpcom-tests

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaConfig.inc.in (+1)
hudson 2014-06-05 12:34 Rev.: 20985

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaSystem.cpp (+1 -1)
niklwors 2014-06-05 10:48 Rev.: 20982

separated evaluate in cpp template in update for ode- and zero crossing- and all equations

13 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Core/Modelica: ModelicaSystem.cpp (+8 -1), ModelicaSystem.h (+5 -5)

(39 more)

Generated by StatSVN 0.7.0