Timeline


and

2020-09-23:

22:28 Ticket #6136 (Mac OMEdit fails to build) created by dersh
I just tried to upgrade openmodelica-devel from …
20:08 Changeset in OpenModelica [2a078a09]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by perost <perost86@…>
  • 44 edits in OMCompiler/Compiler

Fix listAppend warnings.

  • Fix or disable all listAppend warnings to make it possible to see the actual compilation errors when compiling omc.
19:01 Changeset in OpenModelica [1585547e] by Per Östlund <perost86@…>
  • 44 edits in OMCompiler/Compiler

Fix listAppend warnings.

  • Fix or disable all listAppend warnings to make it possible to see the actual compilation errors when compiling omc.
17:37 Changeset in OpenModelica [3f23838] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/simulation_runtime.cpp

Fixes ticket:6107 set tcp socket before sending data

10:59 Ticket #6107 (OMEdit adds invalid annotation) reopened by casella
We now have the problem that models created before this fix now hang …
10:54 Ticket #6135 (Support of Visual Studio in OMEdit on Windows) created by casella
The VS compiler is extremely fast, because it is specifically …
09:59 Ticket #6134 (OMEdit fails to simulate a model that should run according to library ...) closed by rfranke
fixed: Thank you for the fix! It works with today's nightly build :)

2020-09-22:

16:03 Changeset in OpenModelica [9613d0e3]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by perost <perost86@…>
  • 8 edits in /

Handle internal errors in scripting API and OMEdit.

  • Add internal to the ErrorLevel enumeration and fix CevalScript.errorLevelToValue so that it handles ErrorTypes.INTERNAL().
  • Add handling for ErrorLevel.internal in OMEdit.
15:16 Changeset in OpenModelica [07705543] by Per Östlund <perost86@…>
  • 8 edits in /

Handle internal errors in scripting API and OMEdit.

  • Add internal to the ErrorLevel enumeration and fix CevalScript.errorLevelToValue so that it handles ErrorTypes.INTERNAL().
  • Add handling for ErrorLevel.internal in OMEdit.
14:34 Changeset in OpenModelica [a4036d5]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/Script/InteractiveUtil.mo

small speedup of API updateConnection #5620

14:03 Changeset in OpenModelica [4a2b7971]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by perost <perost86@…>
  • 2 edits
    2 adds in /

Fix #6134.

  • Use the last base class when inferring function attributes to correctly handle inherited external "builtin" functions.
  • Change NFFunction.getBuiltin to check for OpenModelica_BuiltinPtr annotation like the old frontend, instead of just any builtin element, and rename it to getBuiltinPtr to avoid confusion.
13:43 Ticket #6125 (Don't throw / assert / abort inside FMUs) closed by AnHeuermann
fixed: The PR is merged into the master. There are probably still some fmi …
13:40 Changeset in OpenModelica [58640b2]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc

[FMI] Catch asserts in fmi2GetXXX

  • Catch asserst in fmi2Get{Real,Integer,Boolean,String} and return fmi2Error
13:38 Changeset in OpenModelica [b2bb086] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/Script/InteractiveUtil.mo

small speedup of API updateConnection #5620

12:49 Changeset in OpenModelica [2cba957] by Per Östlund <perost86@…>
  • 2 edits
    2 adds in /

Fix #6134.

  • Use the last base class when inferring function attributes to correctly handle inherited external "builtin" functions.
  • Change NFFunction.getBuiltin to check for OpenModelica_BuiltinPtr annotation like the old frontend, instead of just any builtin element, and rename it to getBuiltinPtr to avoid confusion.
11:41 Ticket #6134 (OMEdit fails to simulate a model that should run according to library ...) created by rfranke
The model PowerSystems.Examples.Introductory.SimulationFixedInitial
11:36 Ticket #6133 (OMEdit doesn't load a library if just the version is different; no ...) created by rfranke
The below model is a duplicate of …

2020-09-21:

21:04 Ticket #6131 (Log files are not saved to the customized temp directory) closed by casella
duplicate: Ops. Well, it would be good to get this fixed, every time I need to …
18:43 Ticket #6132 (backenddaeinfo states wrong number if discrete states) created by rfranke
Consider the following model with one discrete state x: […] …
17:13 Changeset in OpenModelica [66837ca6] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc

[FMI] Catch asserts in fmi2GetXXX

  • Catch asserst in fmi2Get{Real,Integer,Boolean,String} and return fmi2Error
14:19 Ticket #6131 (Log files are not saved to the customized temp directory) created by casella
I changed the temp directory of OMEdit to D:\temp\OMedit. …
13:09 Ticket #6130 (Support for FMI for Co-Simulation (2.0 Standard)) created by nicolai.schoch@…
Hi there, I was wondering, when support for FMI Import/Export for …
11:52 Ticket #6129 (choicesAllMatching doesn't return the appropriate class references) created by casella
Please check the attached simple model, I just dragged a pressure …
11:50 Ticket #6128 (OMEdit deletes the redeclare clause when a parameter value is changed) created by Andrea.Bartolini
Steps to reproduce the issue: 1) open the attached package …
11:04 Ticket #6127 (Improve drop-down menu for replaceable class) created by casella
Please consider the attached test package. Enable replaceable support, …
10:42 Ticket #6011 (OMEdit does not correctly add redeclare statements) closed by casella
fixed: Checked this after …
10:40 Changeset in OpenModelica [65764f03]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by GitHub <noreply@…>
  • 3 edits in OMCompiler

[SimRT] Clarify the defines needed to use GC. (#6755)

  • On Windows with OMDev/MinGW the define we need is GC_WIN32_PTHREADS

to use a Pthreads Win32 API.
On other systems GC uses GC_THREADS for auto detection of threading
implementation. On Windows, GC_THREADS alone means Win32 threads.

10:39 Changeset in OpenModelica [c69955d]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/runtime/settingsimpl.c

[RT] Remove assignment inside assert. (#6756)

  • expressions in assert should ideally have no extra side effects.
    • Assert is a macro and can be disabled (to no op) by defining NDEBUG. Some build configurations define NDEBUG on release or optimized builds.

2020-09-20:

10:12 Ticket #6126 (Error while compiling wind turbine model from PowerSystems library) created by anonymous
I am getting this error messages while simulating wind turbine example …

2020-09-19:

11:18 Changeset in OpenModelica [7f74d86] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 3 edits in OMCompiler

[SimRT] Clarify the defines needed to use GC.

  • On Windows with OMDev/MinGW the define we need is GC_WIN32_PTHREADS to use a Pthreads Win32 API. On other systems GC uses GC_THREADS for auto detection of threading implementation. On Windows, GC_THREADS alone means Win32 threads.

2020-09-18:

18:08 Changeset in OpenModelica [5eaa521] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Compiler/runtime/settingsimpl.c

[RT] Remove assignment inside assert.

  • expressions in assert should ideally have no extra side effects.
  • Assert is a macro and can be disabled (to no op) by defining NDEBUG. Some build configurations define NDEBUG on release or optimized builds.
12:31 Ticket #6125 (Don't throw / assert / abort inside FMUs) created by AnHeuermann
When an error occurs inside an OpenModelica FMU we should return the …
10:51 Changeset in OpenModelica [99a56f35]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 10 edits in /

more support for replaceable #2079

  • new APIs getElement* similar to getComponent* but handling also the redeclares
  • add OMJava to .gitignore
  • touch *.mat expanded from *.mat.xz to not unpack them each time you run make
10:45 Changeset in OpenModelica [b5a4acc]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by GitHub <noreply@…>
  • 3 edits in /

Add tinnerholm:eoolt:2019 to the bibliography (#6754)

09:42 Changeset in OpenModelica [73840d6b]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by GitHub <noreply@…>
  • 2 edits in OMCompiler/Compiler

Fixes for the Package Manager (#6750)

  • When upgrading a package that does not have a SHA, do not fail
  • When an installation is requested, give a notification that the package is already installed if no installation will be performed.
09:41 Changeset in OpenModelica [df1d3313] by Martin Sjölund <martin.sjolund@…>
  • 3 edits in /

Add tinnerholm:eoolt:2019 to the bibliography

2020-09-17:

19:29 Ticket #6124 (Special characters inide info.json) created by AnHeuermann
When simulating a model in a path with a special character the path …
18:55 Changeset in OpenModelica [61c66f7] by Niklas Worschech <niklas.worschech@…>
  • 9 edits in OMCompiler/SimulationRuntime/OMSICpp

[omiscpp] handle abort calls from fmu's in omsicpp simulation, send error messages via zeromq

15:38 Ticket #6121 (The Heat Exchanger model in the standard library is not simulating) closed by casella
duplicate: Duplicate of #5768, please refer to that. The reason why it worked in …
11:46 Ticket #6123 (Preserve order of modifiers in OMEdit) created by casella
When parameter values are changed in OMEdit, for some reason the way …
11:14 Changeset in OpenModelica [c755f9d7] by Adrian Pop <adrian.pop@…>
  • 10 edits in /

more support for replaceable #2079

  • new APIs getElement* similar to getComponent* but handling also the redeclares
  • add OMJava to .gitignore
  • touch *.mat expanded from *.mat.xz to not unpack them each time you run make
09:50 Ticket #6122 (FMU/FMI not working neither for local machine nor for cross compilation) created by ritesh.sharma@…
Explaining the scenarios with building and compiling FMI models: CASE …
09:46 Ticket #6121 (The Heat Exchanger model in the standard library is not simulating) created by harish.kulambi@…
Hi Team, I am getting the following error when solving the …
09:41 Ticket #6120 (can not resume simulation after pausing interactive simulation (OPC-UA ...) created by ritesh.sharma@…
I have been trying to run OM interactive simulation session. Till OM …
09:16 Ticket #6112 (Corrective for icon generation is not complete) closed by adeas31
fixed: Should work fine with 811a6c8/OpenModelica.
09:10 Changeset in OpenModelica [811a6c8]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Examples/generate_icons.py

Sync the component info and annotation (#6751)

Fixes ticket:6112

2020-09-16:

19:22 Changeset in OpenModelica [7c40379]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 8a46d7a...89f2ebd (1):

    Bump libraries

18:06 Changeset in OpenModelica [c28b5fc1] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMCompiler/Examples/generate_icons.py

Use the component comment instead of class name for description

16:57 Changeset in OpenModelica [a300f75] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMCompiler/Examples/generate_icons.py

Sync the component info and annotation

Fixes ticket:6112

14:21 Ticket #6117 (Throwing error for missing else-clause even if condition is parametric) closed by casella
worksforme: The model works fine with the latest nighly build, please try that.
12:36 Changeset in OpenModelica [d863332e] by Martin Sjölund <martin.sjolund@…>
  • 2 edits in OMCompiler/Compiler

Fixes for the Package Manager

  • When upgrading a package that does not have a SHA, do not fail
  • When an installation is requested, give a notification that the package is already installed if no installation will be performed.
10:13 Ticket #6119 (Error while compiling arduino model) closed by sjoelund.se
invalid: https://github.com/CATIA-Systems/Modelica-Arduino#how-does-it-work It …
09:27 Ticket #6119 (Error while compiling arduino model) created by sathyapollan@…
I am getting error while compiling arduino based model. I am getting …
Note: See TracTimeline for information about the timeline view.