Skip to content

Commit

Permalink
* OMCompiler 9f8ce9c...05fad1a (20):
Browse files Browse the repository at this point in the history
  > Merge remote-tracking branch 'origin/master' into pullrequest
  > Merge remote-tracking branch 'origin/master' into masterMW
  > - added sundials license file to cpp-runtime and to FMU distribution
  > - all libraries of cpp runtime are now compiled with -fPIC on Linux systems - boost log completely deactivated -> I will change the boost logger to the new logger code, soon - fixed FMU compilation (now the static libraries are used)
  > Merge remote-tracking branch 'origin/master' into masterMW
  > - Added measureTime-Regions to thread-functions
  > - fix for undefined MEASURETIME_REGION
  > - fixed some linker problems - added measureTime-statements for threads of thread-schedule
  > - fixed CVodeWriteOutput-Tracing
  > - fixed CVodeWriteOutput-Tracing
  > - fix for FMU export - fixed CVodeWriteOutput-Tracing
  > - further changes on Makefile structure, to disable papi if scorep is used
  > - removed runtime_static_linking from mingw-makefile - removed threading instruction for scorep
  > - fixed segfault
  > - added missing static library
  > - removed runtime_static_linking from Makefile
  > - fixed runtimeStaticLinking - fixed ScoreP-Support
  > - fixed mingw build
  > - ScoreP-include added
  > - fixed ScoreP-Handling in Cmake
  • Loading branch information
OpenModelica-Hudson committed Jun 23, 2015
1 parent e05b3c3 commit 262d9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler
Submodule OMCompiler updated 38 files
+44 −28 Compiler/Template/CodegenCpp.tpl
+64 −5 Compiler/Template/CodegenCppHpcom.tpl
+9 −8 Compiler/Template/CodegenFMUCpp.tpl
+17 −12 SimulationRuntime/cpp/CMakeLists.txt
+1 −1 SimulationRuntime/cpp/Core/Math/CMakeLists.txt
+1 −1 SimulationRuntime/cpp/Core/Modelica/CMakeLists.txt
+2 −0 SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in
+1 −0 SimulationRuntime/cpp/Core/SimController/CMakeLists.txt
+9 −1 SimulationRuntime/cpp/Core/SimController/SimManager.cpp
+1 −0 SimulationRuntime/cpp/Core/SimulationSettings/CMakeLists.txt
+2 −10 SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp
+1 −1 SimulationRuntime/cpp/Core/Solver/SolverDefaultImplementation.cpp
+1 −1 SimulationRuntime/cpp/Core/System/CMakeLists.txt
+1 −1 SimulationRuntime/cpp/Core/Utils/Modelica/CMakeLists.txt
+1 −3 SimulationRuntime/cpp/Core/Utils/extension/CMakeLists.txt
+1 −1 SimulationRuntime/cpp/FMU/CMakeLists.txt
+0 −13 SimulationRuntime/cpp/Include/Core/SimulationSettings/Factory.h
+3 −3 SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h
+6 −1 SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h
+4 −8 SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticLinSolverOMCFactory.h
+0 −5 SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h
+17 −14 SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSystemOMCFactory.h
+4 −4 SimulationRuntime/cpp/Include/SimCoreFactory/Policies/SystemOMCFactory.h
+19 −0 SimulationRuntime/cpp/Licenses/sundials.license
+2 −8 SimulationRuntime/cpp/Makefile.in
+1 −5 SimulationRuntime/cpp/Makefile.omdev.mingw
+2 −2 SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt
+16 −0 SimulationRuntime/cpp/SimCoreFactory/OMCFactory/StaticOMCFactory.cpp
+6 −1 SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt
+6 −26 SimulationRuntime/cpp/Solver/CVode/CVode.cpp
+7 −3 SimulationRuntime/cpp/Solver/Euler/CMakeLists.txt
+7 −2 SimulationRuntime/cpp/Solver/Hybrj/CMakeLists.txt
+6 −1 SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt
+7 −1 SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt
+5 −0 SimulationRuntime/cpp/Solver/Newton/CMakeLists.txt
+7 −1 SimulationRuntime/cpp/Solver/Peer/CMakeLists.txt
+6 −1 SimulationRuntime/cpp/Solver/RTEuler/CMakeLists.txt
+7 −2 SimulationRuntime/cpp/Solver/UmfPack/CMakeLists.txt

0 comments on commit 262d9ad

Please sign in to comment.