[root]/SimulationRuntime/cpp/Include/Core/Utils/Modelica
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 |
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:
fix memory leak in ModelicaSimulationError (#3256)
2 lines of code changed in 1 file:
- 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:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
-adapted cpp runtime files for vxworks
5 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 2 files:
[Janitor mode] Set auto-props
8 lines of code changed in 1 file:
Added necessary ifdefs for ModelicaSimulationError on RT targets (cpp runtime)
35 lines of code changed in 2 files:
- 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:
separated LoadSystem Method in SimController class in LoadSystem and LoadSimData
2 lines of code changed in 1 file:
- strdup to allocate memory
2 lines of code changed in 1 file:
- ddlspec(dllexport|dllimport) should be first before the return type
11 lines of code changed in 2 files:
changed SimulationError exception class of cpp runtime
39 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
-some fix for older C++ standard
4 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
[Janitor mode] Set auto-props
24 lines of code changed in 1 file:
added new exception class for all simulation errors in cpp runtime
23 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
29 lines of code changed in 1 file:
[Janitor mode] Set auto-props
92 lines of code changed in 1 file:
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: