Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
* OMCompiler e6cfb0d...0ad7abb (3):
  > - sundials is now available again, if static linking is selected (c++ runtime) - fixed an issue with the std::vector fill constructor, because he could not distinguish between the different constructors in GCC 4.4 (MinGW)
  > - removed $-sign from variable/parameter names in modelDescription of c++ runtime (FMU 1.0)
  > - changed the name of "USE_FMU_KINSOL" to "USE_FMU_SUNDIALS" because otherwise we have to add such defines for CVode and IDA as well - added a SimController_FMU and System_FMU library to the build of the c++ runtime -- otherwise we can not turn off sundials for the FMUs - the function OMCFactory::loadSimControllerLib was created, now we are able to overload the loading mechanism in StaticOMCFactory - StaticOMCFactory is now header only and added to the build process again

* testsuite 107be73...d24e1ca (1):
  > - static linking test of cpp-runtime is now working correctly
  • Loading branch information
Marcus Walther authored and OpenModelica-Hudson committed Sep 17, 2015
1 parent 9969b50 commit 1d1a31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OMCompiler
Submodule OMCompiler updated 30 files
+9 −5 Compiler/Template/CodegenCpp.tpl
+6 −6 Compiler/Template/CodegenCppHpcom.tpl
+2 −2 Compiler/Template/CodegenCppInit.tpl
+5 −4 Compiler/Template/CodegenFMUCpp.tpl
+11 −11 SimulationRuntime/cpp/CMakeLists.txt
+1 −1 SimulationRuntime/cpp/Core/Modelica/ModelicaConfig_gcc.inc.in
+16 −7 SimulationRuntime/cpp/Core/SimController/CMakeLists.txt
+7 −0 SimulationRuntime/cpp/Core/SimController/FactoryExport.cpp
+2 −1 SimulationRuntime/cpp/Core/Solver/CMakeLists.txt
+23 −14 SimulationRuntime/cpp/Core/System/CMakeLists.txt
+1 −1 SimulationRuntime/cpp/Core/System/FactoryExport.cpp
+1 −1 SimulationRuntime/cpp/Include/FMU/FMUGlobalSettings.h
+29 −0 SimulationRuntime/cpp/Include/FMU/FactoryExport.h
+1 −1 SimulationRuntime/cpp/Include/FMU2/FMU2GlobalSettings.h
+2 −0 SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/OMCFactory.h
+19 −11 SimulationRuntime/cpp/Include/SimCoreFactory/OMCFactory/StaticOMCFactory.h
+5 −4 SimulationRuntime/cpp/Include/SimCoreFactory/Policies/FactoryPolicy.h
+4 −4 SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticNonLinSolverOMCFactory.h
+3 −3 SimulationRuntime/cpp/Include/SimCoreFactory/Policies/StaticSolverOMCFactory.h
+2 −2 SimulationRuntime/cpp/Makefile.in
+2 −2 SimulationRuntime/cpp/README
+2 −2 SimulationRuntime/cpp/SimCoreFactory/OMCFactory/CMakeLists.txt
+18 −13 SimulationRuntime/cpp/SimCoreFactory/OMCFactory/OMCFactory.cpp
+1 −1 SimulationRuntime/cpp/Solver/CVode/CMakeLists.txt
+13 −1 SimulationRuntime/cpp/Solver/CVode/FactoryExport.cpp
+1 −1 SimulationRuntime/cpp/Solver/IDA/CMakeLists.txt
+15 −2 SimulationRuntime/cpp/Solver/IDA/FactoryExport.cpp
+1 −1 SimulationRuntime/cpp/Solver/Kinsol/CMakeLists.txt
+24 −10 SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp
+7 −7 SimulationRuntime/cpp/configure.ac

0 comments on commit 1d1a31f

Please sign in to comment.