- handle Clang also
10 lines of code changed in 1 file:
- fix Windows build
- fix nightly-build (get OMPython from github)
36 lines of code changed in 4 files:
- more fixes for windows builds
1 lines of code changed in 1 file:
- hopefully fix windows builds
1 lines of code changed in 1 file:
- try to fix windows builds
2 lines of code changed in 1 file:
- update tarball to get new functionality
0 lines of code changed in 1 file:
Test for #3288
- add FMI test for String parameters and variables
56 lines of code changed in 2 files:
Fix: #3288
- properly convert between modelica_string to fmiString
- some warning fixes in SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c
32 lines of code changed in 2 files:
Fix bug: #3243
- set the useStream array as done in simulation_runtime.cpp, function setGlobalVerboseLevel
- maybe we should have a function that sets these things which could be called from FMI and not use variable useStream directly
6 lines of code changed in 2 files:
- fix Windows / Linux differences in testsuite/openmodelica/parser/*
- proper interface for omc_Absyn_isDerCref
- make testsuite/openmodelica/parser/ParseModel.mos more friendly as on Windows the output from system command is not shown
23 lines of code changed in 3 files:
Fix bug: #3282
- allow parsing of {} for mos scripts
45 lines of code changed in 4 files:
- disable failing tests until niklwors has time to fix them
- update to r146/OpenModelicaExternal
4 lines of code changed in 2 files:
Fix bug: #3269
- add code for deleteFile in Compiler/Script/CevalScript.mo
- add test in: testsuite/openmodelica/interactive-API/Bug3269_deleteFile.mos
40 lines of code changed in 3 files:
Fix bug #3255
- append the annotation from the constrained class to the annotations of the component
- added test inside testsuite/openmodelica/interactive-API/choicesAllMatching.mos
59 lines of code changed in 2 files:
- attempt to fix OMEdit build
3 lines of code changed in 1 file:
- attempt to add -fPIC even if getconf LONG_BIT != 64 (as it seems to be on ARM)
13 lines of code changed in 1 file:
More fixes to bug: #3261
- use '!' instead of '|' which could be used when overriding the regular expression from variableFilter
5 lines of code changed in 3 files:
Properly fix bug: #3261
- replace ',' with '|' when not inside arrays and then tokenize on '|'
- update test: testsuite/simulation/modelica/others/Bug3261.mos to test for -output and one dimensional array
45 lines of code changed in 5 files:
Fix bug: #3261
- support parsing the variable names containing array indexes (which contains ",")
- added test: testsuite/simulation/modelica/others/Bug3261.mos
78 lines of code changed in 3 files:
- update tests due to fixes to bug: #3254
3 lines of code changed in 2 files:
(2369 more)