Loading SVG files for Icons (annotations). (#10104)
attempt to fix #10284 (#10297)
[BE] deactivate linear tearing as a test (#10488)
fixing cpp record with array code generation (#10604)
use powershell when calling mingw32-make (#10608)
Added CBOR parsing (#10718)
Do not replace variable subscripts with wholdims. (#10773)
Use hdf5 for ModelicaMatIO libraries. (#10882)
activate the jacobian constant split off module (#10892)
[Util] clean up flags (#10958)
Refactor codegen for NLS (#11149)
[SimCode] add array residual (#11485)
LLVM (#11766)
Add desktop files, resize desktop icon, and metadata. (#11799)
Fail on parameters without binding or start value (#11805)
Increased max number of equations per C file to 1000 (#12122)
Fix arrays into epandevle connectors (#12197)
[NF] update Equation.mapExp and Statement.mapExp (#12555)
[OB] only perform cse shortcuts if expressions cancel out (#12703)
[BE] fix constant binding CSE in jacobians of lambda 0 initialization (#12871)
[BE] fix global known vars initialization (#13474)
Make Qt6 default on Windows (#13478)
allow $ in identifiers #13670 (#13676)
Add execStatReset to CevalScriptBackend.mo (#13773)
Fix generation of Jacobian for sensitivities (#13930)
do not delete temporary files to support multiple execution (#13976) (#13977)
Use stack to keep track of active timers (#14015)
Remove absolute tolerance settings from OMEdit (#14241)
[NB] Give sizes for UnorderedSet and UnorderedMap (#14266)
[Template] Use correct residual index based on array size (#14336)
Adding armhf CI build option to Jenkins (#14500)
[NF/NB] adapt cref subscript mapped merging (#14518)
[FMI] Removing FMU Makefile build (#14540)
[NB] allow creation of start equations for pre() and post() variables (#14588)
[C] Improve array indexing (#14593)
Update cross compile Docker image (#14638)
first changes / draft for an update of the OMPython documentation (#14639)
Update build-deps to Noble (#14654)
[NB] clocked partitioning update (#14695)
[NB] update dumping of for-equations (#14847)
Use normal `.c` instead of `.c.inc` (#14854)
Handle real discrete array variables without scalarization (#14944)
Udpate error message OPENMODELICALIBRARY/MODELICAPATH (#15089)
Prepare new OMDev (#15195)
[NB] fix resolving mixed dependency (#15232)
Only apply workaround for #5673 if we build an FMU (#13689) (#15327)
attempt to fix #13991 (#15404)
[GBODE] update error calculation for global steps in MR (#15409)
More fixes for #13447 (#15418)
Update OMSimulator sub-module (#15464)
Update OMSimulator license headers to OSMC-PL 1.8 (#15465)
Adding OMSICpp to CMake build (#15545)
[NB] improve function inlining (#15547)
[NB] small fix to function alias and events (#15549)
[NB] prevent events triggered from function (#15550)
Format CMakeLists.txt files in OMSICpp/ (#15551)
Fix types for List.threadMapAllValue (#15553)
Update record as binding using `=` (#15554)
Further improve modifiers management (#15555)
No matchcontinue needed in List.mo (#15556)
[NB] fix asserts in if-equations (#15557)
Fix for static analysis on List.mo (#15558)
Fix pop_front returning bad data when list has length 1 (#15559)
We need an arrayClearIndex (#15560)
System.substr does not exist (#15561)
OMCompiler: Set relative compiler path hint (#15563)
[NB] fix for-equation asserts (#15564)
[NB] reimplement non aliasing for inlineable functions (#15565)
[3rdParty] add system libffi option (#15566)
Util.isSome/isNone do not exist (#15567)
OMCompiler: Bump buildproject cmake min version (#15568)
OMCompiler/SimulationRuntime: Fix macos build (#15569)
CMake: Add macos bundle option (#15570)
msvc fixes (#15571)
Variables not initialized in SBPW*.mo (#15572)
CMake: Set revision from file (#15573)
Delete the empty ParametersScrollArea objects (#15574)
Clean up SCodeUtil a bit (#15575)
[NF] update type checking (#15576)
Remove some unused parts of the patterns in List.allCombinations* (#15577)
Improve retyping of empty arrays (#15578)
Remove JSONExt (#15582)
Fix frontend-util interface for Error.*CurrentComponent (#15583)
Fix compilation of SimulationRuntime/OMSICpp/runtime (#15584)
Remove deprecated std::bind2nd in OMSICpp (#15586)
[NB,Cpp] Read ArrayVariable from init.xml (#15587)
Fix error in Array.remove (#15588)
prepare for new OMDev: support Qt6 on Windows (#15589)
Change Tpl.mo to use Mutable instead of Array (#15590)
Removed `OM_OMEDIT_ENABLE_QTWEBENGINE` and `OM_DISABLE_DOCUMENTATION` defines (#15593)
If model does not exist then remove it from the documentation history (#15594)
Variable-lenght arrays error for GCC/Clang (#15597)
Fix some compiler warnings (#15598)
Make static analysis of the function easier (#15599)
Avoid arrays in setGlobalRoot (#15600)
Add extern "C" to record_description declarations (#15601)
[NB] add inline heurstic for inline=default functions (#15602)
Add omc_strdup wrapper and replace strdup calls (#15603)
Update OMBootstrapping (#15604)
No C++ extensions for SimulationRuntime/c (#15605)
more qt webengine fixes (#15606)
Interactive simulation (#7477)
[BE, SimCode] backend part for guruTearing (#7637)
Add description of simulation executable flag/option repetition rules. (#7828)
Build the source tarball in Jenkins, including docs (#8355)
[BE] set `--generateDynamicJacobian=symbolic` by default (#9221)
Fix path generation to internal mingw (#9383)
[NF] update array connect algorithm (#9565)