Timeline


and

2020-05-07:

23:43 Changeset in OpenModelica [2d534d49] by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFExpression.mo

Update NFExpression.mo

Fixed messup with regexps

23:30 Changeset in OpenModelica [263be8e] by johti <johti17@…>
  • 16 edits
    1 move in OMCompiler/Compiler

Using alias. Following NF style

22:53 Changeset in OpenModelica [5d1022e8]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 in /

Do not hardcode OPENMODELICAHOME in OMEdit

This resolves ticket:5640.

22:17 Ticket #5943 (Get rid of OPENMODELICAHOME (and OPENMODELICALIBRARY)) created by adrpo
Currently we use OPENMODELICAHOME to point to the OM installation in …
19:56 Changeset in OpenModelica [da707d52] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFEvalConstants.mo

Removed unused import

18:05 Changeset in OpenModelica [2e6ca036] by johti <johti17@…>
  • 16 edits in OMCompiler/Compiler/NFFrontEnd

The package NFCall simplified into uniontype NFCall

17:56 Changeset in OpenModelica [7c442bd]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@…>
  • 140 edits in testsuite

[testsuite] update for alias conflict dump

17:56 Changeset in OpenModelica [3e544c9a]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

[BE] update conflicting alias report

17:28 Changeset in OpenModelica [8e987aa] by niklwors <niklas.worschech@…>
  • 34 edits
    11 moves
    15 adds
    1 delete in OMCompiler

Restructured omsicpp system library to reduce cpp fmu size

17:25 Ticket #5942 (OMEdit log files are always put in system default temp directory) created by casella
I changed the working directory of OMEdit long time ago to a place of …
17:17 Changeset in OpenModelica [5a4d306b] by johti <johti17@…>
  • 6 edits
    1 add in OMCompiler/Compiler

Split CallAttributes from NFCall. Removed strange import

17:04 Changeset in OpenModelica [0656dfe1]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 6 edits
    6 adds in /

[NF] Check for out of bounds subscripts.

16:57 Changeset in OpenModelica [dc6f2049] by johti <johti17@…>
  • 2 edits
    1 add in OMCompiler/Compiler

Separated NFParameterTree from NFCall

16:54 Changeset in OpenModelica [ad9edee]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 4 edits
    1 add in OMCompiler/Compiler

Separated NFLookupTree from NFClassTree (#842)

  • Separated NFLookupTree from NFClassTree
16:18 Changeset in OpenModelica [254f6db] by Martin Sjölund <martin.sjolund@…>
  • 4 edits in /

Do not hardcode OPENMODELICAHOME in OMEdit

This resolves ticket:5640.

15:42 Changeset in OpenModelica [66fa2f2] by Per Östlund <perost86@…>
  • 6 edits
    6 adds in /

[NF] Check for out of bounds subscripts.

15:32 Changeset in OpenModelica [f4b9e7bb] by Karim Abdelhak <karim.abdelhak@…>
  • 140 edits in testsuite

[testsuite] update for alias conflict dump

14:54 Changeset in OpenModelica [4dfb471e] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFLookupTree.mo

Fixed indention

13:38 Changeset in OpenModelica [f081ee5] by johti <johti17@…>
  • 2 edits in OMCompiler/Compiler/NFFrontEnd

Another attempt for reference. Will fail

13:38 Changeset in OpenModelica [401b39b] by johti <johti17@…>
  • 2 edits in OMCompiler/Compiler/NFFrontEnd

Adjusted annotations. Added implicit imports

13:38 Changeset in OpenModelica [b331074] by johti <johti17@…>
  • 3 edits
    1 add in OMCompiler/Compiler

Separated NFLookupTree from NFClassTree

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

search external alias in removed equations, fix init of external vars (#831)

  • search external alias in removed equations, fix init of external vars
  • remove bindings of external objects if they are alias vars
  • Removed matchcontinue. Fixed indention

Co-authored-by: John <JKRT@…>

13:26 Changeset in OpenModelica [d35329f8] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/BackendDump.mo

Add error case for dump function

  • Dump functions should not be able to fail silently.
  • Added error message to dumpMarkedVarList
13:22 Changeset in OpenModelica [37ce5aa4]Added-citation-metadatamaintenance/v1.16maintenance/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/Parser/BaseModelica_Lexer.g

Do not output invalid UTF-8 for some lexer errors

13:19 Changeset in OpenModelica [19c4128b]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 /

[NF] Improve EvalConstants for if-expressions.

  • Do branch selection for if-expressions if the condition is a literal value after evaluating constants in it, to avoid having to evaluate constants in branches that would be removed anyway.
12:20 Changeset in OpenModelica [59b9a9e] by Per Östlund <perost86@…>
  • 2 edits in /

[NF] Improve EvalConstants for if-expressions.

  • Do branch selection for if-expressions if the condition is a literal value after evaluating constants in it, to avoid having to evaluate constants in branches that would be removed anyway.
12:15 Ticket #5452 (Numerical issues due to missing index reduction) closed by casella
fixed: It looks like the index reduction problem was solved long time ago. …
08:52 Ticket #5940 (MSL example model AIMC_InverterDrive fails to simulate) reopened by dietmarw
08:40 Changeset in OpenModelica [3e0b465e] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMCompiler/Parser/BaseModelica_Lexer.g

Do not output invalid UTF-8 for some lexer errors

02:40 Ticket #5941 (Metarecords in uniontypes that are used only in function output ...) closed by adrpo
fixed
02:39 Changeset in OpenModelica [7dc71fa]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 OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo

fix ticket:5941, handle metarecords in bindings of function inputs and outputs

02:08 Changeset in OpenModelica [0e9f9fe9] by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/BackendDAECreate.mo

Removed matchcontinue. Fixed indention

01:11 Changeset in OpenModelica [64818e5d] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/SimCode/SimCodeFunctionUtil.mo

fix ticket:5941, handle metarecords in bindings of function inputs and outputs

01:09 Ticket #5941 (Metarecords in uniontypes that are used only in function output ...) created by adrpo
Not working: […] Missing definition of […] in the .h file.

2020-05-06:

23:08 Ticket #5896 (Encrypted library in OMEdit) closed by adeas31
wontfix: > I'd suggest to disable the commands in the standard release or …
19:04 Ticket #5940 (MSL example model AIMC_InverterDrive fails to simulate) closed by dietmarw
duplicate: OK looks like this is a duplicate of #5452 then. Thanks for the pointer.
17:31 Ticket #5940 (MSL example model AIMC_InverterDrive fails to simulate) created by dietmarw
I noticed that the following MSL example fails to simulate: …
16:23 Ticket #5939 (variableFilter sometimes includes aliases of selected variables) created by christopher.schoelzel@…
The simulation option variableFilter sometimes includes variables that …
15:08 Changeset in OpenModelica [68e8900]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 4 edits in /

[NF] Handle if-expressions better.

  • Handle if-expressions that have branches with different dimensions better.
14:36 Changeset in OpenModelica [86452574] by Karim Abdelhak <karim.abdelhak@…>
  • 2 edits in OMCompiler/Compiler

[BE] update conflicting alias report

13:30 Changeset in OpenModelica [bcea7b20] by Per Östlund <perost86@…>
  • 4 edits in /

[NF] Handle if-expressions better.

  • Handle if-expressions that have branches with different dimensions better.
12:07 Ticket #5909 (Issue with OMEdit under Windows 10) closed by adeas31
fixed
11:52 Ticket #5933 (OMEdit needs libcurl-4.dll in the bin directory) closed by casella
fixed
11:43 Ticket #5938 (Add information about linearized model output) created by casella
When running the linearize API function (see attached test …
10:57 Changeset in OpenModelica [cf46c5d3]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/Modeling/LibraryTreeWidget.cpp

Clear the status bar message after loading mol

01:12 Changeset in OpenModelica [29cf5db] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Clear the status bar message after loading mol

00:08 Changeset in OpenModelica [59309e3]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits
    1 add in OMCompiler/Compiler

Split nested package in NF (#840)

2020-05-05:

22:43 Changeset in OpenModelica [cec0e6b] by johti <johti17@…>
  • 3 edits
    1 add in OMCompiler/Compiler

Split nested package in NF

22:13 Changeset in OpenModelica [be0d724c]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/NFTyping.mo

Update NFTyping.mo (#841)

21:37 Changeset in OpenModelica [4cd22ec6] by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFTyping.mo

Update NFTyping.mo

19:39 Changeset in OpenModelica [8c42856]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

fix encryption builds

  • use openssl 1.0 for semla (to not conflict with the msys/mingw based one)
  • cleanup some link flags for libOpenModelicaCompiler.dll
17:16 Changeset in OpenModelica [f8fd0139] by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler

fix encryption builds

  • use openssl 1.0 for semla (to not conflict with the msys/mingw based one)
  • cleanup some link flags for libOpenModelicaCompiler.dll
00:25 Ticket #5786 (OMEdit does not handle consecutive loading and unloading of mol files ...) closed by adeas31
fixed: Fixed in 1a3d110/OpenModelica.
00:12 Changeset in OpenModelica [1a3d110]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@…>
  • 7 edits in /

Create a unique folder to extract the contents of .mol

Fixes ticket:5786 do not mix the contents of .mol while extracting different versions.

Added a boolean parameter to loadEncryptedPackage to skip unziping of .mol

2020-05-04:

23:31 Changeset in OpenModelica [5b38c6e] by Adeel Asghar <adeel.asghar@…>
  • 7 edits in /

Create a unique folder to extract the contents of .mol

Fixes ticket:5786 do not mix the contents of .mol while extracting different versions.

Added a boolean parameter to loadEncryptedPackage to skip unziping of .mol

21:22 Changeset in OpenModelica [c83c1ae]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 3 edits in OMCompiler/Compiler

Allow bad within-clauses

Previously, we allowed case-insensitive matches for the package.mo; if
the subsequent classes are wrong we now also allow those (but only if
it is still a case-insensitive match).

20:59 Changeset in OpenModelica [5c03330]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@…>
  • 3 edits in OMCompiler

better fix for ticket:#5933, link libcurl statically on mingw

19:38 Changeset in OpenModelica [d68fffc]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/Modeling/LibraryTreeWidget.cpp

Default value for activate access annotation flag is all

18:59 Changeset in OpenModelica [88c4468c] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Default value for activate access annotation flag is all

17:42 Changeset in OpenModelica [b221ac3]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 4 edits in OMCompiler

Fix julia parsing (#506)

  • update external julia after module changes
  • load the required julia modules from the external C code
  • send the acceptedGram to julia parseFile as well
  • load Absyn module as well
17:18 Changeset in OpenModelica [032b8c9] by Adrian Pop <adrian.pop@…>
  • 3 edits in OMCompiler

better fix for ticket:#5933, link libcurl statically on mingw

17:06 Ticket #5937 (Parallel simulation) created by llucfigueras1@…
I am trying to use hpcom to simulate in parallel my model, but I don't …
17:03 Ticket #5936 (Simulation statistics) created by lluc@…
When running my model, I don't get the output file, even though …
16:56 Changeset in OpenModelica [4a553e5c] by johti <johti17@…>
  • 1 edit
    4 adds in testsuite/julia/MMToJuliaTestSuite

New testfiles

16:56 Changeset in OpenModelica [f91f2c1e] by johti <johti17@…>
  • 3 edits in OMCompiler/Compiler

Some bugfixes accounting for realising of crefs

16:56 Changeset in OpenModelica [b0b53b1e] by johti <johti17@…>
  • 12 edits
    4 adds in OMCompiler

Fixed issue with HT. Interface generation

16:56 Changeset in OpenModelica [3cb02aa] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/Util/System.mo

Use new style generics instead of old

16:56 Changeset in OpenModelica [6811d64e] by johti <johti17@…>
  • 6 edits in OMCompiler

Fixed import and constant reordering

16:56 Changeset in OpenModelica [e0b73504] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/NFTranslationTest/NewStyle.mo

Updated reference file

16:56 Changeset in OpenModelica [b7e01579] by johti <johti17@…>
  • 1 edit in OMCompiler/toJulia/formatGeneratedJuliaCode.jl

Almost able to format frontend

16:56 Changeset in OpenModelica [3ad91d3] by johti <johti17@…>
  • 1 edit in OMCompiler/toJulia/formatGeneratedJuliaCode.jl

Syntax of NF correct. Working on Semantics

16:56 Changeset in OpenModelica [c2aef6cd] by johti <johti17@…>
  • 8 edits in OMCompiler/Compiler

Fixed issue with Config.Language standard

16:56 Changeset in OpenModelica [28d1e02] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/Script/MMToJuliaUtil.mo

Added mirroring function for keywords

16:56 Changeset in OpenModelica [805df551] by johti <johti17@…>
  • 3 adds in OMCompiler/toJulia

Added conversion scripts

16:56 Changeset in OpenModelica [078afc3] by johti <johti17@…>
  • 11 edits
    1 add in OMCompiler

Various fixes

16:56 Changeset in OpenModelica [3740af3e] by johti <johti17@…>
  • 8 edits in OMCompiler/Compiler

Various updates

16:54 Changeset in OpenModelica [4912ff1a] by johti <johti17@…>
  • 4 edits in OMCompiler/Compiler

Fixed import paths and nested module occurances

16:54 Changeset in OpenModelica [8d202dc] by johti <johti17@…>
  • 5 edits
    1 add in testsuite/julia/MMToJuliaTestSuite

Updated tests to check for new style and enums

16:54 Changeset in OpenModelica [9e2324c0] by johti <johti17@…>
  • 1 edit in OMCompiler/toJulia/AbsynToSCode.mos

Change to the absyn script

16:54 Changeset in OpenModelica [ebcae2f4] by johti <johti17@…>
  • 7 edits in OMCompiler

Nested package refactoring seems to work. Issue with imports

16:54 Changeset in OpenModelica [36d2957c] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/Util/Util.mo

Added println function for ease of debugging

16:54 Changeset in OpenModelica [ab920ce4] by johti <johti17@…>
  • 1 edit in OMCompiler/Compiler/susan_codegen/TplCodegen.tpl

Proper assignments for susan

16:54 Changeset in OpenModelica [b78044c] by johti <johti17@…>
  • 3 edits in OMCompiler/Compiler

Added missing files

16:54 Changeset in OpenModelica [79775bb0] by johti <johti17@…>
  • 10 edits
    3 adds in OMCompiler/Compiler

Various updates

14:33 Changeset in OpenModelica [2c1976e] by Martin Sjölund <martin.sjolund@…>
  • 3 edits in OMCompiler/Compiler

Allow bad within-clauses

Previously, we allowed case-insensitive matches for the package.mo; if
the subsequent classes are wrong we now also allow those (but only if
it is still a case-insensitive match).

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

Improve error messages when a package does not exist

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

remove bindings of external objects if they are alias vars

12:28 Ticket #5935 (OMEdit Crash Report: Host dev.openmodelica.org not found) created by olivleno
After a crash caused by trying to load an encrypted Modelica library a …
12:01 Changeset in OpenModelica [5ea059bb] by Martin Sjölund <martin.sjolund@…>
  • 2 edits in OMCompiler/Compiler/Script

Improve error messages when a package does not exist

2020-05-03:

22:27 Changeset in OpenModelica [92e138a]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 OMCompiler/Makefile.omdev.mingw

copy libcurl dll and dependencies to build/bin

20:55 Changeset in OpenModelica [15b6c10] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Makefile.omdev.mingw

copy libcurl dll and dependencies to build/bin

18:16 Ticket #5934 (auxiliary state in der-call) created by phannebohm
Currently arguments of the der-call like in der(sin(x)*y) = 1
17:40 Changeset in OpenModelica [e6471342]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@…>
  • 26 edits in /

[SimCode] update linearize

  • linearizing a system provides information about states, inputs and outputs
  • ticket #5927

[testsuite] update

16:20 Changeset in OpenModelica [5cb380b8] by Karim Abdelhak <karim.abdelhak@…>
  • 26 edits in /

[SimCode] update linearize

  • linearizing a system provides information about states, inputs and outputs
  • ticket #5927

[testsuite] update

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

Fix dumping of (x y) z.

  • Fix algorithm for determining when parentheses are required so that is correctly handled.
15:21 Changeset in OpenModelica [47fdc063] by Per Östlund <perost86@…>
  • 4 edits in OMCompiler/Compiler

Fix dumping of (x y) z.

  • Fix algorithm for determining when parentheses are required so that is correctly handled.

2020-05-02:

19:28 Changeset in OpenModelica [3e339e2]Added-citation-metadatamaintenance/v1.16maintenance/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 5df0ad1...8e3e432 (1):

    Bump libraries

16:34 Ticket #5933 (OMEdit needs libcurl-4.dll in the bin directory) created by adrpo
See: …
14:18 Changeset in OpenModelica [b201452] by vwaurich <volker.waurich@…>
  • 2 edits in OMCompiler/Compiler/BackEnd

search external alias in removed equations, fix init of external vars

2020-05-01:

19:33 Changeset in OpenModelica [d5256b6]Added-citation-metadatamaintenance/v1.16maintenance/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 a48fc6a...5df0ad1 (1):

    Bump libraries

19:02 Ticket #5702 (NF Lookup issue with inner/outer) closed by casella
fixed: Replying to perost: > This no longer happens Good. > but …
17:00 Ticket #5932 (DLL needs to be in working directory) created by nnelsonwood@…
I have been working on creating a library for internal use at my …

2020-04-30:

20:28 Ticket #5931 (Use the same place for client settings and libraries in Windows) created by adrpo
Currently - the package manager uses: …
19:37 Changeset in OpenModelica [c9a097c]Added-citation-metadatamaintenance/v1.16maintenance/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 5938e23...a48fc6a (1):

    Bump libraries

15:26 Changeset in OpenModelica [855c238]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] Handle empty prefix in flattenBindingExp.

13:22 Changeset in OpenModelica [001089e] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo

[NF] Handle empty prefix in flattenBindingExp.

12:23 Ticket #5684 (IBPSA Integration - specifically with records for pump) closed by perost
fixed: It seems I fixed this issue two weeks ago in …
11:34 Changeset in OpenModelica [c89e9872]Added-citation-metadatamaintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 1 add in doc/UsersGuide/source/packagemanager.rst

Add the missing file for package manager documentation

09:16 Changeset in OpenModelica [4de4aae9] by Martin Sjölund <martin.sjolund@…>
  • 1 add in doc/UsersGuide/source/packagemanager.rst

Add the missing file for package manager documentation

Note: See TracTimeline for information about the timeline view.