Timeline


and

2020-06-25:

22:20 Ticket #6025 (Incompatible Modelica_DeviceDrivers version (2.0.0) in OpenModelica ...) closed by casella
fixed: 1.16.0-dev.03 is now available without MSL 4.0.0. Full library …
18:15 Ticket #6032 (Bad display and Crash when viewing a diagram in plotting perspective) created by ceraolo
I often use diagram display in plotting perspective. This feature has …
17:12 Ticket #5836 (The NF accepts illegal discrete variables) closed by Karim.Abdelhak
fixed: Fixed with [https://github.com/OpenModelica/OpenModelica/pull/992
17:04 Changeset in OpenModelica [16da56c]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in /

[NF] improve discrete Real check

  • check nested if equations in when equations for discrete Real definitions
  • update model to be legal
17:04 Changeset in OpenModelica [c30918cf]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in testsuite/flattening/modelica/scodeinst

[testsuite] update ill posed models

17:04 Changeset in OpenModelica [73472905]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 3 edits in /

[NF] implement a sanity check for discrete reals

  • discrete real variables have to be determined by a when equation or algorithm
  • throw error if any discrete variables are not determined in such
  • ticket #5836
15:55 Changeset in OpenModelica [72fbf73] by Karim Abdelhak <karim.abdelhak@…>
  • 2 edits in /

[NF] improve discrete Real check

  • check nested if equations in when equations for discrete Real definitions
  • update model to be legal
15:55 Changeset in OpenModelica [21190cb] by Karim Abdelhak <karim.abdelhak@…>
  • 2 edits in testsuite/flattening/modelica/scodeinst

[testsuite] update ill posed models

15:55 Changeset in OpenModelica [522a3929] by Karim Abdelhak <karim.abdelhak@…>
  • 3 edits in /

[NF] implement a sanity check for discrete reals

  • discrete real variables have to be determined by a when equation or algorithm
  • throw error if any discrete variables are not determined in such
  • ticket #5836
15:37 Changeset in OpenModelica [25c8be20] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in testsuite/openmodelica/interactive-API/interactive_api_calls.mos

fixup

15:36 Changeset in OpenModelica [7f97ef5]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFCeval.mo

[NF] Evaluate intMaxLit (#995)

14:48 Changeset in OpenModelica [f4d7a0e] by Martin Sjölund <martin.sjolund@…>
  • 19 edits
    1 add in /

Consider conversion annotations before issuing warnings

loadModel now looks at conversion annotations before deciding to issue
a warning because a library was already loading with an incompatible
version.

  • If no conversion script is needed, a notification is issued.
  • If a conversion script is needed, a warning is issued.
  • If there is no conversion script annotation, a warning is issued since most likely there is zero compatibility.

https://trac.openmodelica.org/OpenModelica/ticket/6027

14:20 Ticket #6031 (Ragged dimensions are not yet supported) closed by casella
worksforme: @lukas, which version of OMC are you using? You may try the …
14:14 Changeset in OpenModelica [98c15a15] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFCeval.mo

[NF] Evaluate intMaxLit

14:11 Changeset in OpenModelica [fa92706]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 5 edits
    1 add in /

[NF] Add differentiability check for der().

  • Check that the argument of der() isn't discrete.
13:21 Changeset in OpenModelica [a34e41f5]maintenance/v1.16 by GitHub <noreply@…>
  • 1 edit in libraries

Bump libraries (#994)

13:17 Changeset in OpenModelica [b82f7618] by Per Östlund <perost86@…>
  • 5 edits
    1 add in /

[NF] Add differentiability check for der().

  • Check that the argument of der() isn't discrete.
11:09 Changeset in OpenModelica [3b94d3b1] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in libraries

Bump libraries

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

Updated libraries

  • libraries c00df1f...db952c7 (2):

    Bump libraries
    Use ModelicaReference none for MSL

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

installPackage now considers build info (#991)

  • installPackage now considers build info

If build metadata it is given to installPackage and exactMatch=true,
only such packages are installed.

If there is no such build metadata requsted, packages with build
metadata will still be considered matches.

09:02 Changeset in OpenModelica [cbf574c5] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMCompiler/Compiler/Util/SemanticVersion.mo

WIP

08:51 Changeset in OpenModelica [b5b0bdbb] by Martin Sjölund <martin.sjolund@…>
  • 2 edits in OMCompiler/Compiler

WIP

08:26 Ticket #6031 (Ragged dimensions are not yet supported) created by lukas.koenemann@…
Hello, I want to produce an array of components. Each component exist …

2020-06-24:

15:12 Ticket #6030 (Resimulate doesn't read the updated value from resource file) closed by Karim.Abdelhak
fixed: Thanks @Per!
14:54 Changeset in OpenModelica [0c5b95d]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 4 edits
    1 add in /

[NF] Enforce function purity rules better.

  • Give a warning if any pure function contains calls to impure functions, and mark such functions as impure themselves to make sure they're not constant evaluated.
14:07 Changeset in OpenModelica [cd4144b] by Per Östlund <perost86@…>
  • 4 edits
    1 add in /

[NF] Enforce function purity rules better.

  • Give a warning if any pure function contains calls to impure functions, and mark such functions as impure themselves to make sure they're not constant evaluated.
14:03 Changeset in OpenModelica [9074eb1] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMCompiler/Compiler/Script/PackageManagement.mo

installPackage now considers build info

If build metadata it is given to installPackage and exactMatch=true,
only such packages are installed.

If there is no such build metadata requsted, packages with build
metadata will still be considered matches.

11:22 Ticket #6030 (Resimulate doesn't read the updated value from resource file) created by adeas31
- Load the attached package in OMEdit - Simulate model …
07:33 Changeset in OpenModelica [54f309f]maintenance/v1.16v1.16.0-dev.03 by Adrian Pop <adrian.pop@…>
  • 157 edits
    6 adds
    39 deletes in /

Use the package manager to set library versions for testing

Also fixed the package manager to unzip non-github zips correctly.

Now supports Windows line endings in JSON lexer.

07:33 Changeset in OpenModelica [4a64010]maintenance/v1.16 by Adrian Pop <adrian.pop@…>
  • 1 edit in .CI/common.groovy

Sanity check for rtest + libraries existing

07:33 Changeset in OpenModelica [837cd059]maintenance/v1.16 by Adrian Pop <adrian.pop@…>
  • 3 edits in OMCompiler/Compiler

Improve error message for unit lexing failure

07:33 Changeset in OpenModelica [5c639bb6]maintenance/v1.16 by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/Util/SemanticVersion.mo

Fix for SemanticVersion regex not working on OSX

07:33 Changeset in OpenModelica [8c195e6]maintenance/v1.16 by Adrian Pop <adrian.pop@…>
  • 2 edits in /

update libraries, v1.16.0-dev.03

  • fix compliance testing
06:53 Changeset in OpenModelica [baed7ba] by Adrian Pop <adrian.pop@…>
  • 157 edits
    6 adds
    39 deletes in /

Use the package manager to set library versions for testing

Also fixed the package manager to unzip non-github zips correctly.

Now supports Windows line endings in JSON lexer.

06:47 Changeset in OpenModelica [b236f61e] by Adrian Pop <adrian.pop@…>
  • 1 edit in .CI/common.groovy

Sanity check for rtest + libraries existing

06:47 Changeset in OpenModelica [702bc01] by Adrian Pop <adrian.pop@…>
  • 3 edits in OMCompiler/Compiler

Improve error message for unit lexing failure

06:47 Changeset in OpenModelica [de42a1a] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/Util/SemanticVersion.mo

Fix for SemanticVersion regex not working on OSX

05:49 Changeset in OpenModelica [9a1c013] by Adrian Pop <adrian.pop@…>
  • 2 edits in /

update libraries, v1.16.0-dev.03

  • fix compliance testing
05:45 Changeset in OpenModelica [d65e6e3f]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 38a4c00...c00df1f (2):

    Bump libraries
    use an earlier commit from ModelicaCompliance to force an update

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

Updated libraries

  • libraries 23f27bb...38a4c00 (1):

    put back ModelicaCompliance as Jenkins fails without it

03:14 Ticket #6029 (Add new MSL 4.0.0 reference files to Jenkins for Cppruntime) created by casella
From this [https://github.com/modelica/MAP-LIB_ReferenceResults GIT …
00:32 Ticket #6023 (Update MSL 3.2.3 for the 1.16.0 release) reopened by casella
OK, it turns out there are still some models failing in MSL 3.2.3 …

2020-06-23:

20:17 Ticket #6023 (Update MSL 3.2.3 for the 1.16.0 release) closed by casella
fixed
20:10 Ticket #6018 (Achieve successful simulation of 100% MSL 4.0.0 models) closed by casella
duplicate: Thanks @perost. It turns out, this is a duplicate of #5855, shame on …
19:17 Ticket #5987 (Ragged arrays not yet supported by the NF) closed by casella
fixed
19:15 Ticket #6028 (Many Buildings libraries fail with no error message) created by casella
A large number of Buildings models fail with no error message, e.g. …
19:08 Changeset in OpenModelica [e462779]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 300b95b...23f27bb (2):

    Bump libraries
    Reduce the number of shipped libraries significantly

18:04 Ticket #6027 (loadModel takes conversion(noneFromVersion) annotation into account ...) created by casella
So far, we shipped many different versions of the MSL, specifically …
14:51 Ticket #6026 (OM Plotting doesn't manage the option to split two variables) created by Knot
Currently when you add two variables to Plot:1 (for example) they're …
11:21 Changeset in OpenModelica [b858490]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 4 edits in OMEdit/OMEditLIB

Instantiate OMSimulator model when simulate button is clicked

10:53 Changeset in OpenModelica [2fe4c17] by Adeel Asghar <adeel.asghar@…>
  • 4 edits in OMEdit/OMEditLIB

Instantiate OMSimulator model when simulate button is clicked

09:49 Changeset in OpenModelica [bd4b2d5]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Fix opening of text files

2020-06-22:

19:50 Changeset in OpenModelica [6a957441] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Fix opening of text files

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

Updated libraries

  • libraries 9356f7a...300b95b (1):

    Bump libraries

13:54 Changeset in OpenModelica [9e43409a]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 2 edits in /

Only link to existing files.

  • Make runtest.pl only create symlinks to existing files, to avoid that files generated by test cases escape their sandboxes.
  • Remove the name of the sandbox folder in paths when running tests with runtest.pl, since they contain the process id which changes each time.
12:58 Changeset in OpenModelica [0e017d25] by Per Östlund <perost86@…>
  • 2 edits in /

Only link to existing files.

  • Make runtest.pl only create symlinks to existing files, to avoid that files generated by test cases escape their sandboxes.
  • Remove the name of the sandbox folder in paths when running tests with runtest.pl, since they contain the process id which changes each time.
12:55 Changeset in OpenModelica [1af2088]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 26 edits in /

[Template] update linearization file names

  • use linearized_model as file and function name for all target languages
  • prevents invalid constructs (different file and function name)
  • avoids convoluted and too large names
  • ticket #5927
12:33 Ticket #5927 (Viewing State Variables of Linearised Model) closed by Karim.Abdelhak
fixed: For later reference: It was a problem regarding parallelization of …
11:23 Changeset in OpenModelica [22fb93d3] by Karim Abdelhak <karim.abdelhak@…>
  • 26 edits in /

[Template] update linearization file names

  • use linearized_model as file and function name for all target languages
  • prevents invalid constructs (different file and function name)
  • avoids convoluted and too large names
  • ticket #5927
10:20 Ticket #6025 (Incompatible Modelica_DeviceDrivers version (2.0.0) in OpenModelica ...) created by f.allemand@…
Hello, In OpenModelica 1.16.0-dev.02, the bundled …

2020-06-21:

23:51 ReleaseNotes/1.16.0 edited by casella
(diff)
23:49 ReleaseNotes/1.16.0 edited by casella
First draft based on Board Meeting minutes (diff)
20:02 Changeset in OpenModelica [a2011f4f] by ppenguin <hieronymusv@…>
  • 1 edit in build.sh

Update build.sh to configure for all om libraries

17:44 ReleaseNotes/1.15.0 edited by casella
(diff)
17:26 Ticket #6024 (OM won't compile on cutting edge linux due to internal dependencies. ...) created by ppenguin
Compiling from git source on current (cutting edge) Manjaro fails due …
14:42 Changeset in OpenModelica [f76e670] by ppenguin <hieronymusv@…>
  • 1 edit in OMPlot/Makefile.in

Update Makefile.in, fix mkdir

14:14 Changeset in OpenModelica [f80194a] by ppenguin <hieronymusv@…>
  • 1 edit in OMPlot/Makefile.in

Update Makefile.in, remove internal omqwt

13:46 Changeset in OpenModelica [7e52707] by ppenguin <hieronymusv@…>
  • 1 edit in build.sh

Update build.sh, fix "no space between -L and path" req.

13:36 Changeset in OpenModelica [dfd1f95] by ppenguin <hieronymusv@…>
  • 1 edit in OMPlot/configure.ac

Update configure.ac, hopefully last reference to internal qwt?

13:27 Changeset in OpenModelica [99a3d6a] by ppenguin <hieronymusv@…>
  • 7 edits in /

Remove further references to omqwt
Update OMEditLIB.pro, OMNotebook.config.in, and 5 more files...

13:05 Changeset in OpenModelica [31ac597] by ppenguin <hieronymusv@…>
  • 8 edits
    2 adds in /

Add build.sh containing working configure flags. Replace omqwt by qwt to use system's version for building on arch/manjaro, since omqwt won't build on Qt5.15. Same for Ipopt.
Update Makefile.common, Makefile.common, and 8 more files...

2020-06-20:

21:24 Ticket #5938 (Add information about linearized model output) closed by casella
fixed: There are some extra slashes in Windows, probably due to bad escaping, …
19:58 Ticket #6023 (Update MSL 3.2.3 for the 1.16.0 release) created by casella
[https://github.com/modelica/ModelicaStandardLibrary/releases/tag/v3.2. …
19:31 Changeset in OpenModelica [bea5729b]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries fbbf262...9356f7a (1):

    Bump libraries

10:36 Ticket #6022 (HeatingSytem runs on Windows, fails on Linux) created by anonymous
Ref. to: Modelica 3.2.3/Fluid/Examples/HeatingSytem.mo translations …

2020-06-19:

23:48 Ticket #5607 (Mac installation issue) closed by ceraolo
wontfix
19:30 Changeset in OpenModelica [5284eba]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by hudson <openmodelica@…>
  • 1 edit in libraries

Updated libraries

  • libraries 8d87392...fbbf262 (1):

    Bump libraries

13:13 Changeset in OpenModelica [3f520237] by vwaurich <volker.waurich@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/BackendDAECreate.mo

replace external alias in parameter bindings

12:46 Ticket #6021 (OM Visual quality - size of icons) created by ceraolo
Today I opened dymola, and believed to have loaded a different version …

2020-06-18:

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

Updated libraries

  • libraries 4c6095e...8d87392 (1):

    Bump libraries

16:59 Changeset in OpenModelica [7834184d] by AnHeuermann <andreas.heuermann@…>
  • 2 edits in OMCompiler

[FMI] Remove Lapack from sour-code FMU linker flag

  • Not all FMUs need openblas or lapack installed any more.
  • Models with lapack functions will still need lapack installed on the target system that is simulating the FMU.
16:51 Changeset in OpenModelica [a569e15]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFInst.mo

[NF] Fix scoping of function references.

16:39 Changeset in OpenModelica [649a73d]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 7 edits in /

Updated OMEdit users guide

16:38 Ticket #5851 (Add documentation about temp directory, working directory and ...) closed by adeas31
fixed: See …
16:15 Changeset in OpenModelica [ae03612]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFExpression.mo

[NF] Fix Expression.mapFoldShallow for BOX.

15:26 Changeset in OpenModelica [0e03a7d3] by Adeel Asghar <adeel.asghar@…>
  • 7 edits in /

Updated OMEdit users guide

15:23 Changeset in OpenModelica [706c521] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFInst.mo

[NF] Fix scoping of function references.

15:21 Changeset in OpenModelica [97bd8e7]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 8 edits
    1 add in OMCompiler/Compiler

[NF] Clocked operators improvements.

  • Mark the parameter arguments of backSample, shiftSample, subSample, and superSample as structural so that they're evaluated by the frontend, since the clock partitioning in the backend expects this.
  • Move the structural parameter utility functions from Inst to its own package, to avoid the need for other packages to depend on Inst when they just want to mark some parameters as structural.
14:39 Changeset in OpenModelica [0e98fa4d] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFExpression.mo

[NF] Fix Expression.mapFoldShallow for BOX.

14:34 Changeset in OpenModelica [1449ae6]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 1 edit in OMCompiler/3rdParty

Update 3rdParty for newer MSL

14:34 Changeset in OpenModelica [4159ba90]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 2 edits in /

[Jenkins] Sync output more in order to produce better logs

14:25 Changeset in OpenModelica [7d4e3ef5] by Per Östlund <perost86@…>
  • 8 edits
    1 add in OMCompiler/Compiler

[NF] Clocked operators improvements.

  • Mark the parameter arguments of backSample, shiftSample, subSample, and superSample as structural so that they're evaluated by the frontend, since the clock partitioning in the backend expects this.
  • Move the structural parameter utility functions from Inst to its own package, to avoid the need for other packages to depend on Inst when they just want to mark some parameters as structural.
13:27 Ticket #6020 (Provide a GUI for the package manager in OMEdit) created by casella
We now have a nice package manager available in OMC, see #5888. …
12:11 Ticket #6002 (Undefined variable units when using FMUs) closed by lochel
fixed: I pushed the changes to the master and it will be available in the …
12:09 Changeset in OpenModelica [69e586a]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 9 edits in /

Undefined variable units when using FMUs (ticket:6002, #975)

  • Unknown units will be exported to the UnitDefinitions but without a BaseUnit representation
  • Define unit bar
12:01 Ticket #6019 (previous(y) is chattering in a discrete-time model) created by p.van.der.hulst@…
Hi, I built a small wrapping counter with time-discrete blocks. When …
11:56 Ticket #5367 (Generated FMU missing events in other tools) closed by AnHeuermann
fixed: Fixed with …
11:43 Changeset in OpenModelica [cce06bc6] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMCompiler/3rdParty

Update 3rdParty for newer MSL

11:43 Changeset in OpenModelica [2dfa9e80] by Martin Sjölund <martin.sjolund@…>
  • 2 edits in /

[Jenkins] Sync output more in order to produce better logs

11:31 Ticket #5858 (Develop a manager for Modelica packages) closed by sjoelund.se
fixed: Fixed in https://github.com/OpenModelica/OpenModelica/pull/814 and …
11:18 Changeset in OpenModelica [9849d1b] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in BuildProjects/autotools/configure.ac

Fix the configure.ac until it is fixed upstream

11:05 Ticket #5619 (Homotopy-based initialization does not use updated parameter values ...) closed by Karim.Abdelhak
fixed: I tested with -override and it works perfectly fine. Adeel tested …
10:47 Changeset in OpenModelica [e374ec0f]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 2 edits in testsuite/special/FmuExportCrossCompile

[FMI] Check external FMU simulator

  • Simulate bouncing ball model with fmuCheck and validate results.
  • Added test to cross-build-fmu in Jenkinsfile
10:47 Changeset in OpenModelica [0d072c6]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 1 edit in OMCompiler/SimulationRuntime/fmi/export/openmodelica/fmu2_model_interface.c.inc

[FMI] Reset eventInfo only on entering event mode

Fix for ticket 5367.

  • fmi2EnterEventMode will reset eventInfo. Then the FMU integrator will set newDiscreteStatesNeeded=fmi2True. Inside fmi2NewDiscreteStates value for valuesOfContinuousStatesChanged will stay true if it becomes true at some point.
  • valuesOfContinuousStatesChanged can't trigger another call to fmi2EventUpdate any more. Would lead to infinit loop.
10:09 Changeset in OpenModelica [8fa9b666] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos

Expected output

10:08 Changeset in OpenModelica [ca8a88e] by Lennart Ochel <lennart.ochel@…>
  • 2 edits in testsuite/openmodelica

Expected output

09:07 Changeset in OpenModelica [135a93c9] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos

Expected output

09:04 Changeset in OpenModelica [d9cbc5a2] by Lennart Ochel <lennart.ochel@…>
  • 2 edits in /

Update testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testDrumBoiler.mos

07:59 Changeset in OpenModelica [43b963e0] by Martin Sjölund <martin.sjolund@…>
  • 2 edits in BuildProjects/autotools

Merge commit '6f3f9421253d3e3a1062353b2536b00700683f7e'

07:57 Changeset in OpenModelica [e90044c] by Martin Sjölund <martin.sjolund@…>
  • 22 edits
    1 add in C-Sources

Merge commit '41564a983021f95f1996b1998887b6c75af883b8'

00:37 Ticket #6018 (Achieve successful simulation of 100% MSL 4.0.0 models) created by casella
MSL 4.0.0 is going to be released soon. Jenkins …
00:31 Changeset in OpenModelica [1f2db5f0] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_15.mos

Update test case again

00:31 Changeset in OpenModelica [9a74e43] by Lennart Ochel <lennart.ochel@…>
  • 2 edits in OMCompiler/Compiler

Fix more typos

00:22 Changeset in OpenModelica [5fc178e] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMCompiler/Compiler/Template/SimCodeTV.mo

Fix typo

00:20 Changeset in OpenModelica [a2c6a9b9] by Lennart Ochel <lennart.ochel@…>
  • 4 edits in OMCompiler/Compiler

add record NOBASEUNIT for undefined baseunits

Note: See TracTimeline for information about the timeline view.