Commit | Author | Summary |
bfccc5f2d | Adrian Pop | fix MetaModelica examples on mingw - this is until we fix PR: https://github.com/OpenModelica/OMCompiler/pull/2138 - compile also with -fno-ipa-pure-const - link functions with -lOpenModelicaCompiler if MetaModelica flag is on |
5b5cfe87b | Willi Braun | [FMI] added debug flag "disableFMIDependencies" |
9e884a5b4 | Adrian Pop | remove the output from cleaning, it might change |
c3a6587d8 | Adrian Pop | don't propagate command line arguments of make to Ipopt - this allows to compile everything in Windows with: make -f Makefile.omdev.mingw CFLAGS=-g |
dfb7517be | Per Östlund | [NF] Do substitution of default function arguments. |
3f9ecccd2 | Adrian Pop | fix library linking order |
2f395d31a | Per Östlund | [NF] Fix typing of min/max. |
22bbcbbc9 | Adrian Pop | Fixes for ticket:5117 and ticket:5119 - link in static libs (even for Modelica tables) for FMU and for the generated executable (all except sundials) - on 32bit, pass gcc flag -mstackrealign to reallign SSE functions (so they can be used from other Windows processes, such as fmuChecker) - build SimulationRuntime/c/ with -mstackrealign |
f9edf2817 | Rüdiger Franke | Restrict collapse of arrays with same call on each element to previous |
1fd1dd9e6 | Rüdiger Franke | Collapse arrays with same call on each element, ticket:5110 |