Timeline


and

2019-11-20:

23:49 Ticket #5701 (Support the Buildings library) created by casella
OMC should fully support the Buildings library. Some reference reports …
18:30 Changeset in OpenModelica [55a9813c]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 2 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Allow rooted(), but give deprecation warning.

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

[NF] Improve Inst.isDiscreteClass.

  • Handle classes extended from builtin types better.
17:27 Ticket #4739 (Erroneous equation count with arrays) closed by ceraolo
fixed: This model now simulates with the NF
15:56 Changeset in OpenModelica [ce507969] by Per Östlund <perost86@…>
  • 2 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Allow rooted(), but give deprecation warning.

15:29 Changeset in OpenModelica [1554510] by Martin Sjölund <martin.sjolund@…>
  • 138 edits
    5 adds
    1 delete in /

Refactoring to make dependencies acyclic

  • Created new package for Gettext
  • Move variable mangling to BackendUtil instead of Util
  • Removed cyclic dependencies for Util
  • Removed Prefix (merged with DAE)
  • Created Testsuite.mo, split from Config.mo
  • Split Flags into FlagsUtil and Flags (avoids cyclic dependency on Error)
  • Added package ErrorTypes to avoid cycles with ErrorExt
15:04 Changeset in OpenModelica [8b6b8a94] by Per Östlund <perost86@…>
  • 2 edits
    1 add in /

[NF] Improve Inst.isDiscreteClass.

  • Handle classes extended from builtin types better.
14:39 Ticket #5700 (Failed to compile all functions in package SimCodeUtil. Error: Type ...) created by dev@…
Dear all, I am unable to compile OMC. I get this message: […] I …
14:08 Ticket #5697 ([NF] NFCeval.evalBinaryAdd failed to evaluate 0.0 + -2.23195685386651) closed by perost
fixed: Fixed in 589ad89.
11:57 Changeset in OpenModelica [c7013c1]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 2 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Minor fixes.

  • Remove superfluous calls to evalExpPartial in Ceval.evalArrayConstructor and Ceval.evalReduction.
  • Fix makeExpArray so it doesn't create nested array types.
11:36 Changeset in OpenModelica [040e5ff]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo

[NF] Fix Flatten.isDeletedComponent.

11:36 Changeset in OpenModelica [589ad89]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFCeval.mo

Merge pull request #555 from perost/nfinst

[NF] Fix ceval of reductions/array constructors.

11:36 Changeset in OpenModelica [9c9c40e]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 18 edits in OMCompiler/Compiler

Improved handling of propagated array modifiers.

  • Added new BINDING_EXP expression, which is now used to track e.g. the parents of a binding instead of keeping that information in a Binding.
  • Made the Ceval module aware of binding expressions, such that it can use the binding information to correctly subscript evaluated component references.
  • Improved the flattening of propagated array modifiers.
11:36 Changeset in OpenModelica [b7a3ce30]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/Compiler

add oms_fault_type enumeration to OMSimulator (#551)

11:36 Changeset in OpenModelica [588bb56]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/Compiler

fix for ticket:5689

11:36 Changeset in OpenModelica [53a929e8]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 10 edits in /

Fix OMC-OMSimulator API calls (#543)

11:36 Changeset in OpenModelica [f1e1999]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFExpression.mo

[NF] Fix some Expression.map*Opt functions.

  • Fix mapOpt, mapShallowOpt and mapFoldOpt in Expression, which would return an uninitialized value when given a NONE().
11:36 Changeset in OpenModelica [5fccefeb]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 5 edits
    1 add in /

[NF] Warn on shadowed iterator in for-equation.

11:36 Changeset in OpenModelica [fd5803b]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFUnitCheck.mo

[NF] Improve unit checking.

11:36 Changeset in OpenModelica [20beb1c]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 8 edits in OMCompiler

Fix negate alias parameters (#527)

11:36 Changeset in OpenModelica [c078f63a]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 16 edits
    2 adds in /

Fix variability of alias variables (#496)

11:31 Changeset in OpenModelica [8fdca7dd]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit
    1 add in testsuite/openmodelica/interactive-API

add test for ticket:5680

11:31 Changeset in OpenModelica [7a1f09bf]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/FrontEnd/Dump.mo

fix ticket:5680, allow Modelica output -m only for DAEDump

11:31 Changeset in OpenModelica [7ec4708a]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 2 edits
    1 add in /

fix ticket5670 FMU export with output Integer

11:30 Changeset in OpenModelica [43a2335]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFExpression.mo

[NF] Fix type of empty array when subscripting.

  • Fix the type when making an empty array in Expression.applySubscriptArray, the first dimension should be removed before adding the zero dimension to the type.
11:30 Changeset in OpenModelica [80763ff]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/SimulationRuntime/c/simulation/solver

Handle daemode with 0 residuals

11:30 Changeset in OpenModelica [da111094]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in .CI/common.groovy

add missing )

11:30 Changeset in OpenModelica [f31b4eb]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in .CI/common.groovy

fix compliance files handling

11:30 Changeset in OpenModelica [ab624d39]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in .CI/common.groovy

return 1.14 instead of maintenance/v1.14 for tagName()

11:30 Changeset in OpenModelica [8847c278]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in .CI/common.groovy

allow . in the path to OpenModelica build directory

11:30 Changeset in OpenModelica [f7e88348]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 1 edit in .CI/common.groovy

attempt to fix maintenance builds

11:29 Changeset in OpenModelica [b5ee5e1]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 2 edits in /

update libs and 3rdParty

11:29 Changeset in OpenModelica [09b37f8]maintenance/v1.15 by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/Compiler

Added missing else case for DAE.Dump with --showStructuralAnnotations

11:06 Changeset in OpenModelica [1891606]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit
    1 add in doc/UsersGuide/source

Added state machines debugging guide

10:18 Changeset in OpenModelica [b473f09]maintenance/v1.15v1.15.0-dev by Adrian Pop <adrian.pop@…>
  • 1 edit in libraries

update version to v1.15.0-dev and update libraries

09:14 Changeset in OpenModelica [f7d3a3de] by Adeel Asghar <adeel.asghar@…>
  • 1 edit
    1 add in doc/UsersGuide/source

Added state machines debugging guide

08:11 Ticket #2996 (This very simple circuit fails) closed by ceraolo
fixed: This model now works. Must have been solved in the meanwhile.

2019-11-19:

22:29 Ticket #5699 (Support nonlinear equations with non-real unknowns) created by casella
The whole HelmholtzMedia library has been passing the new frontend …
21:55 Changeset in OpenModelica [8a5f1e5]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in doc/UsersGuide/source/plotting.rst

Fix the 2D plotting cross reference

21:27 Ticket #1752 (A Space in the installation path name prevents simulation in OMShell) closed by adeas31
fixed: Is already fixed. See #4504.
21:10 Changeset in OpenModelica [8bf83dc] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in doc/UsersGuide/source/plotting.rst

Fix the 2D plotting cross reference

17:34 Ticket #5698 (Cpp FMI Export doesn't work with OpenModelica 1.14.0 under Windows) created by rfranke
It seems that the installation path changed from c:/OpenModelica to …
16:20 Ticket #3202 (world.g override does not propagate) closed by crupp@…
fixed: Seems to be working now. I'll close it so that you don't need to worry …
15:40 Changeset in OpenModelica [61159b4] by Per Östlund <perost86@…>
  • 2 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Minor fixes.

  • Remove superfluous calls to evalExpPartial in Ceval.evalArrayConstructor and Ceval.evalReduction.
  • Fix makeExpArray so it doesn't create nested array types.
15:02 Ticket #5617 (This model crashes omedit) closed by perost
fixed: Fixed in 4cf73067 and …
15:01 Changeset in OpenModelica [adb77936]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo

[NF] Fix Flatten.isDeletedComponent.

14:11 Changeset in OpenModelica [b4fe245] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo

[NF] Fix Flatten.isDeletedComponent.

14:01 Ticket #5687 (Evaluting structural parameters and array modifications) closed by perost
fixed: Fixed in 4cf73067.
14:00 Ticket #5512 (Problem with arrayed parameters in NF) closed by perost
fixed: Fixed in 4cf73067.
13:59 Ticket #5493 (The NF does not handle array modifiers correctly) closed by perost
fixed: Fixed in 4cf73067.
13:58 Ticket #5466 (The NF does not handle conditional initial equations in sub-components ...) closed by perost
fixed: Fixed in 4cf73067.
13:58 Ticket #5423 (Models with Aron sensor do not simulate with NF) closed by perost
fixed: Fixed in 4cf73067.
13:57 Ticket #5373 (Issue with Ceval computing array + scalar Real expression in the NF) closed by perost
fixed: Fixed in 4cf73067.
13:55 Ticket #5202 (NFCeval.evalBuiltinAbs gets invalid vector input in Buildings model) closed by perost
fixed: Fixed in 4cf73067.
12:54 Changeset in OpenModelica [c334878]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 2 edits in doc/UsersGuide/source

Cross reference for OMEdit 2D Plotting

12:54 Changeset in OpenModelica [028aa55]Added-citation-metadatamaintenance/v1.16maintenance/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/Annotations/TextAnnotation.cpp

Show text ellipses when font is below minimum size

11:59 Changeset in OpenModelica [6dda23e] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in doc/UsersGuide/source

Cross reference for OMEdit 2D Plotting

11:45 Changeset in OpenModelica [0c73ae25]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 5 edits in OMEdit/OMEditLIB

Delete the items that are not part of the scene

Do not try to remove child items from the scene

11:44 Changeset in OpenModelica [60169c18] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Annotations/TextAnnotation.cpp

Show text ellipses when font is below minimum size

11:11 Ticket #5691 (OMEdit overlaps diagrams of different models) closed by adeas31
fixed: Fixed in 724446d/OpenModelica and ported the fix to 1.14
10:58 Changeset in OpenModelica [a535acd]maintenance/v1.14 by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEdit/OMEditGUI/Component/Component.cpp

Fixed ticket:5691 first remove the item, draw it and then add it

10:50 Changeset in OpenModelica [dfcfd2f6] by Adeel Asghar <adeel.asghar@…>
  • 5 edits in OMEdit/OMEditLIB

Delete the items that are not part of the scene

Do not try to remove child items from the scene

10:47 Changeset in OpenModelica [8c75568a]Added-citation-metadatamaintenance/v1.16maintenance/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

Merge pull request #555 from perost/nfinst

[NF] Fix ceval of reductions/array constructors.

10:36 Changeset in OpenModelica [9d1c142] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEdit/OMEditGUI/Component/Component.cpp

Fixed ticket:5691 first remove the item, draw it and then add it

10:30 Changeset in OpenModelica [724446d]Added-citation-metadatamaintenance/v1.16maintenance/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/Component/Component.cpp

Fixed ticket:5691 first remove the item, draw it and then add it

09:58 Changeset in OpenModelica [6367f22a] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Component/Component.cpp

Fixed ticket:5691 first remove the item, draw it and then add it

03:14 Changeset in OpenModelica [68d18ce] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFCeval.mo

[NF] Fix ceval of reductions/array constructors.

01:14 Changeset in OpenModelica [70a7a88] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFCeval.mo

fix for ticket:5697, evaluate the binding expression in reductions

01:13 Ticket #5697 ([NF] NFCeval.evalBinaryAdd failed to evaluate 0.0 + -2.23195685386651) created by adrpo
Some of the HelmholtzMedia are failing with this: …
00:20 Ticket #5696 ([RUNTIME] Allow to combine -override and -overrideFile as otherwise it ...) created by adrpo
Currently OMEdit uses -override to override the start, stop, etc: …

2019-11-18:

19:01 Ticket #5606 (3D Animation no longer supported on MacOS) closed by casella
wontfix: I discussed this with @sjoelund.se and @adrpo. Basically - …
16:32 Changeset in OpenModelica [4cf73067]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 18 edits in OMCompiler/Compiler

Improved handling of propagated array modifiers.

  • Added new BINDING_EXP expression, which is now used to track e.g. the parents of a binding instead of keeping that information in a Binding.
  • Made the Ceval module aware of binding expressions, such that it can use the binding information to correctly subscript evaluated component references.
  • Improved the flattening of propagated array modifiers.
15:40 Changeset in OpenModelica [be75f859] by Per Östlund <perost86@…>
  • 18 edits in OMCompiler/Compiler

Improved handling of propagated array modifiers.

  • Added new BINDING_EXP expression, which is now used to track e.g. the parents of a binding instead of keeping that information in a Binding.
  • Made the Ceval module aware of binding expressions, such that it can use the binding information to correctly subscript evaluated component references.
  • Improved the flattening of propagated array modifiers.
13:05 Changeset in OpenModelica [5219ee24]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 2 edits in OMCompiler/Compiler

add oms_fault_type enumeration to OMSimulator (#551)

11:14 Ticket #5695 (Slow performance of 3D animation with repeat) created by adeas31
Setting the 3D animation on repeat makes the animation rather slow …
10:42 Changeset in OpenModelica [288be75]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 8 edits in OMEdit/OMEditLIB

Allow setting the visualization on repeat

10:27 Changeset in OpenModelica [e94247e7] by arun3688 <rain100falls@…>
  • 2 edits in OMCompiler/Compiler

add oms_fault_type enumeration to OMSimulator

10:02 Ticket #5694 (Missing state machine support) created by perost
The support for state machines needs to be ported to the new frontend.
09:47 Changeset in OpenModelica [ffa4572f] by Adeel Asghar <adeel.asghar@…>
  • 8 edits in OMEdit/OMEditLIB

Allow setting the visualization on repeat

2019-11-16:

20:30 Ticket #5693 (Cannot run OM any more) closed by ceraolo
invalid
17:43 Ticket #5693 (Cannot run OM any more) created by ceraolo
On one of my PC's I had troubles with OM. Therefore I did as follows: …
01:55 Ticket #5689 (Setting a wrong flag breaks graphical annotations) closed by adrpo
fixed
01:31 Changeset in OpenModelica [8b27e5b]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/Compiler

fix for ticket:5689

2019-11-15:

13:08 ReleaseNotes/1.14.0 edited by adrpo
(diff)
13:06 ReleaseNotes/1.14.0 edited by adrpo
(diff)
13:00 ReleaseNotes/1.15.0 edited by adrpo
(diff)
12:59 ReleaseNotes/1.16.0 edited by adrpo
(diff)
12:58 ReleaseNotes/1.16.0 created by adrpo
12:57 ReleaseNotes/1.15.0 created by adrpo
12:56 ReleaseNotes/1.14.0 edited by adrpo
(diff)
12:39 Changeset in OpenModelica [db95ef6]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 5 edits in /

[CRuntime] Fix segmentation fault for parallel symbolic Jacobians

  • Evaluate constant equations only outside of parallel region and only for data->simulationInfo->analyticJacobians[index]. Was causing problems when enabling parallelization for symbolic jacobians without constant parts for sparse models.
  • Fixed missing evaluation for constant equation inside ida solver
  • Updated testcase to check IDA with non-colored symbolic jacobian with constant parts.
12:36 Changeset in OpenModelica [5d14570]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler

Documentation for method of (non-)linear systems

Added some documentation in generated C code and in the runtime for
linearSystemData[index].method = 0 or 1.

12:36 Changeset in OpenModelica [58e132b0]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in README.md

Updated README to work with OMCompiler beeing no submodule

2019-11-14:

15:36 Changeset in OpenModelica [12a82f60] by Andreas Heuermann <Andreas.Heuermann@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/Makefile.omdev.mingw

[CRuntime] Option to build with USE_PARJAC on Windows

On Windows systems run

$ make -f Makefile.omdev.mingw omc -j4 USE_PARJAC=yes

to build with paralle jacobians evaluation.

15:05 Changeset in OpenModelica [e37928e9] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo

[NF] Fix type of ModelicaIO_readMatrixSizes.

  • Fix the type when evaluating ModelicaIO_readMatrixSizes, the resulting expressions should be Integer[2] and not Integer.
15:04 Changeset in OpenModelica [e4c3c3e9] by Andreas Heuermann <andreas.heuermann@…>
  • 5 edits in /

[CRuntime] Fix segmentation fault for parallel symbolic Jacobians

  • Evaluate constant equations only outside of parallel region and only for data->simulationInfo->analyticJacobians[index]. Was causing problems when enabling parallelization for symbolic jacobians without constant parts for sparse models.
  • Fixed missing evaluation for constant equation inside ida solver
  • Updated testcase to check IDA with non-colored symbolic jacobian with constant parts.
13:44 Changeset in OpenModelica [7952040] by Andreas Heuermann <andreas.heuermann@…>
  • 2 edits in OMCompiler

Documentation for method of (non-)linear systems

Added some documentation in generated C code and in the runtime for
linearSystemData[index].method = 0 or 1.

13:02 Changeset in OpenModelica [8c1ebb1d]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 10 edits in /

Fix OMC-OMSimulator API calls (#543)

11:54 Changeset in OpenModelica [ec9aeff] by arun3688 <rain100falls@…>
  • 10 edits in /

Fix OMC-OMSimulator API calls

11:05 Changeset in OpenModelica [eb1b76b] by kabdelhak <karim.abdelhak@…>
  • 1 edit in OMCompiler/Compiler/Util/Flags.mo

[BE] reactivate reshuffleLoops for now

  • remove again once fullASSC is fully functional
08:02 Ticket #5692 (segfault after "Invalid root".) created by john.pye@…
I have a simulation which fails due to an 'Invalid root' in one of my …

2019-11-13:

14:53 Changeset in OpenModelica [735c13a] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in README.md

Updated README to work with OMCompiler beeing no submodule

13:34 Changeset in OpenModelica [5d013b7]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 23 edits in OMCompiler

[cppRuntime] Added config flags to configure use of zeromq communication in
simulation runtime.The ports for publish and subscribe can be configured. The
simulation runtime can then communicate over these ports with other applications via
zeroMQ.

13:25 Ticket #5690 (NF crashes when flattening algorithm with inconsistent types) closed by perost
fixed: Merged in 5121fa3.
13:24 Changeset in OpenModelica [e9fc5e1b]Added-citation-metadatamaintenance/v1.16maintenance/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 some Expression.map*Opt functions.

  • Fix mapOpt, mapShallowOpt and mapFoldOpt in Expression, which would return an uninitialized value when given a NONE().
13:09 Changeset in OpenModelica [29cbeffe] by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler/Compiler

fix for ticket:5689

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

Test the OMEdit diagrams

Renamed RunOMEditTestsuite to RunOMEditTestsuite.sh
Merged the browsing tests

12:27 Changeset in OpenModelica [5121fa3] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFExpression.mo

[NF] Fix some Expression.map*Opt functions.

  • Fix mapOpt, mapShallowOpt and mapFoldOpt in Expression, which would return an uninitialized value when given a NONE().
12:12 Ticket #5691 (OMEdit overlaps diagrams of different models) created by Andrea.Bartolini
Step to reproduce the issue: - open the attached package Test.mo
12:00 Changeset in OpenModelica [e676c396] by Adeel Asghar <adeel.asghar@…>
  • 4 edits
    7 moves in /

Test the OMEdit diagrams

Renamed RunOMEditTestsuite to RunOMEditTestsuite.sh
Merged the browsing tests

10:17 Changeset in OpenModelica [d7ceb15] by niklwors <niklas.worschech@…>
  • 23 edits in OMCompiler

[cppRuntime] Added config flags to configure use of zeromq communication in
simulation runtime.The ports for publish and subscribe can be configured. The
simulation runtime can then communicate over these ports with other applications via
zeroMQ.

09:32 Changeset in OpenModelica [1694d34]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 12 edits
    1 add
    2 deletes in /

Build and run OMEdit testsuite

Added a new Jenkins stage for it.
Run it using xvfb-run.

Note: See TracTimeline for information about the timeline view.