Directory SimulationRuntime/cpp/Include/Core/Utils/Modelica/

Directory Created:
2013-10-18 15:42
Total Files:
3
Deleted Files:
0
Lines of Code:
152

[root]/SimulationRuntime/cpp/Include/Core/Utils/Modelica

Lines of Code

SimulationRuntime/cpp/Include/Core/Utils/Modelica/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 382 (100.0%) 15.2
hudson 9 (36.0%) 163 (42.7%) 18.1
niklwors 6 (24.0%) 157 (41.1%) 26.1
nimen 2 (8.0%) 35 (9.2%) 17.5
adrpo 5 (20.0%) 16 (4.2%) 3.2
RuedKamp 2 (8.0%) 9 (2.4%) 4.5
rfranke 1 (4.0%) 2 (0.5%) 2.0

Most Recent Commits

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/Utils/Modelica: ModelicaSimulationError.h (+1 -1)
rfranke 2015-04-01 18:35 Rev.: 25356

fix memory leak in ModelicaSimulationError (#3256)

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+2 -9)
adrpo 2015-03-31 23:24 Rev.: 25344

- fix Windows builds broken since r25335.
- make sure that BOOST_EXTENSION_EXPORT_DECL is not undefined for Windows!
- force cmake show what is doing (verbose makefile).

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+1 -1)
hudson 2015-03-31 16:38 Rev.: 25336

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+1 -1)
RuedKamp 2015-03-31 16:20 Rev.: 25335

-adapted cpp runtime files for vxworks

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+5)
hudson 2015-03-31 10:39 Rev.: 25331

[Janitor mode] Fix whitespace

4 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: FactoryExport.h (+1 -1), ModelicaSimulationError.h (+3 -3)
hudson 2015-03-31 10:39 Rev.: 25330

[Janitor mode] Set auto-props

8 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: FactoryExport.h (+8 -7)
nimen 2015-03-31 10:20 Rev.: 25329

Added necessary ifdefs for ModelicaSimulationError on RT targets (cpp runtime)

35 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: FactoryExport.h (new 7), ModelicaSimulationError.h (+28 -24)
adrpo 2015-02-21 11:09 Rev.: 24674

- you need to strdup the message otherwise you get bad messages containing invalid XML characters, see: https://test.openmodelica.org/hudson/job/MSL_trunk_cpp_Simulation/351/console and https://test.openmodelica.org/hudson/job/OpenModelica_TEST_LIBRARIES/ws/OpenModelica/BuildModelTest/MSL_trunk_cpp/BuildModelRecursive.sim.xml

2 lines of code changed in 1 file:

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

separated LoadSystem Method in SimController class in LoadSystem and LoadSimData

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+2 -2)
adrpo 2015-02-12 04:48 Rev.: 24547

- strdup to allocate memory

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+2 -2)
adrpo 2015-02-11 02:31 Rev.: 24511

- ddlspec(dllexport|dllimport) should be first before the return type

11 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+3 -3), ModelicaUtilities.h (+8 -8)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

39 lines of code changed in 2 files:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+31 -8), ModelicaUtilities.h (+8 -8)
hudson 2015-02-06 11:59 Rev.: 24458

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+2 -2)
RuedKamp 2015-02-06 11:50 Rev.: 24457

-some fix for older C++ standard

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+4 -1)
hudson 2015-02-04 14:01 Rev.: 24402

[Janitor mode] Fix whitespace

3 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+3 -3)
hudson 2015-02-04 14:01 Rev.: 24401

[Janitor mode] Set auto-props

24 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (+24 -23)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

23 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaSimulationError.h (new 23)
hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

29 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaUtilities.h (+29 -29)
hudson 2013-10-18 15:52 Rev.: 17754

[Janitor mode] Set auto-props

92 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaUtilities.h (+92 -92)
niklwors 2013-10-18 15:42 Rev.: 17753

added ModelicaError to cpp runtime and template
fix for function tuple returns in cpp template
fix conditions in algloops
removed defines for alias state vars
fix for some array declarations with indices
fix zero crossing initialization

92 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Include/Core/Utils/Modelica: ModelicaUtilities.h (new 92)
Generated by StatSVN 0.7.0