Timeline


and

2021-03-02:

20:05 Ticket #6219 (OM 1.16.0 release fails to build on MacOS) closed by adrpo
fixed: PR: https://github.com/OpenModelica/OpenModelicaBuildScripts/pull/10
19:28 Changeset in OpenModelica [e578c4a] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Makefile.common

fix build on Ubuntu, use find to copy the sundials libs

18:59 Changeset in OpenModelica [a8ce1e1] by Per Östlund <perost86@…>
  • 11 edits in /

Simplify flattening of bindings

  • Always create FLAT_BINDINGs with the correct dimensions instead of just updating TYPED_BINDINGs in flattenBinding, to make handling of bindings simpler after the flattening phase.
  • Remove the isFlattened flag from TYPED_BINDING since it's no longer needed.
  • Add SourceInfo to FLAT_BINDING for better error messages.
18:40 Changeset in OpenModelica [b7f7e9dc]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 5 edits in /

[NF] prevent indexed functions as bindings (#7163)

  • fixes ticket #6267
    • if a scalarized binding would result in an indexed function -> don't do it!
18:12 Changeset in OpenModelica [e6bead83] by Karim Abdelhak <karim.abdelhak@…>
  • 3 edits in OMCompiler/Compiler

[BE] update max mixed index dump

15:39 Changeset in OpenModelica [d8c7bb59] by Karim Abdelhak <karim.abdelhak@…>
  • 5 edits in /

[NF] prevent indexed functions as bindings

  • fixes ticket #6267
  • if a scalarized binding would result in an indexed function -> don't do it!
14:24 Changeset in OpenModelica [bc72952] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Makefile.common

Use updated SEMLA cmake arguments

12:51 Changeset in OpenModelica [04e23a21] by Martin Sjölund <martin@…>
  • 1 edit in .CI/common.groovy

Fix install target for Jenkins

11:44 Changeset in OpenModelica [18d2b440] by Martin Sjölund <martin@…>
  • 3 edits in OMCompiler/Compiler

Treat names with only prerelease special

This makes the package manager treat 0.0.0-name as something any version
with that prerelease tag as matching.

Similarly, loadModel will do the same. This allows you to not have to know
which version "trunk" or "master" is at.

09:47 Ticket #6399 (OMPlot - Qt::yellow has no good contrast to white) created by openmodelica@…
OMPlot / Plot uses Qt::white as canvas background. It also uses …

2021-03-01:

23:01 Ticket #6391 (Use dynamic linking to speed up compilation in Windows) closed by casella
fixed: Tested this with OMC 1.17.0-dev.beta2 on Windows 10 64 bit, works fine.
20:33 Changeset in OpenModelica [ed8ef0a9]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits in /

more fixes for MacOS (#6306) (#7246)

  • use cp instead of non-portable find
  • display a list of executables and dylibs with their deps via Jenkinsfile to make it easier to debug rpaths
  • fix some more rpaths
19:02 Changeset in OpenModelica [4a887d05] by Adrian Pop <adrian.pop@…>
  • 3 edits in /

more fixes for MacOS (#6306)

  • use cp instead of non-portable find
  • display a list of executables and dylibs with their deps via Jenkinsfile to make it easier to debug rpaths
  • fix some more rpaths
13:22 Ticket #6398 (OMPlot save to SVG does not properly escape text in Title) created by openmodelica@…
How to reproduce: - OMEdit 1.16.2 - Create A plot with any signal - …
11:24 Changeset in OpenModelica [7a2b1690]maintenance/v1.17 by GitHub <noreply@…>
  • 1 edit in libraries

update libraries to have MSL 4.0.0 by default (#7244)

10:31 Changeset in OpenModelica [364ac72] by Adrian Pop <adrian.pop@…>
  • 1 edit in libraries

update libraries to have MSL 4.0.0 by default

10:24 Changeset in OpenModelica [f1e86334]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Makefile.omdev.mingw

forgot needed windows changes after changes for #6306 (#7243)

09:34 Changeset in OpenModelica [0225246d] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Makefile.omdev.mingw

forgot needed windows changes after changes for #6306

09:06 Changeset in OpenModelica [65bb214b]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 9 edits in /

attempt to fix MacOS builds #6306 (#7238)

  • use gfind instead of find for MacOS so it understands -xtype
  • use cp -a on MacOS to copy the symbolic links, not the targets, geez!
  • add path to gnu utilities
  • cmake on MacOS ignores -DLDFLAGS="some ld flags here" propagate @LDFLAGS@ via $(CMAKE)
  • using -stdlib=libstdc++ on Mac will not find #include <regex>
  • use libffi.dynlib from the system, not the static one as MacOS doesn't like it
  • move make install in the Jenkinsfile after building the qt clients and ignore the result on MacOS
  • fix rpath for all sundials libs
  • fix rpath for all SuiteSparse libs (again)
  • change configure.ac CMAKE_LDFLAGS="-Wl,-undefined -Wl,dynamic_lookup" to "-Wl,-U,libintl_gettext" as otherwise we will not get errors about undefined symbols
  • extra cmake flags on sundials for MacOS are needed (set by configure now): "-DSUNDIALS_F77_FUNC_CASE:String=lower -DSUNDIALS_F77_FUNC_UNDERSCORES:String=one"
  • use CMAKE_NO_CHECK_UNDEFINED only to compile SuiteSparse
  • OMEdit/Makefile generation is randomly failing on MacOS, it generates an empty Makefile, attempt to fix that
  • some more definitions in common.groovy for reuse
08:17 Changeset in OpenModelica [1e8ab8f] by Adrian Pop <adrian.pop@…>
  • 9 edits in /

attempt to fix MacOS builds #6306

  • use gfind instead of find for MacOS so it understands -xtype
  • use cp -a on MacOS to copy the symbolic links, not the targets, geez!
  • add path to gnu utilities
  • cmake on MacOS ignores -DLDFLAGS="some ld flags here" propagate @LDFLAGS@ via $(CMAKE)
  • using -stdlib=libstdc++ on Mac will not find #include <regex>
  • use libffi.dynlib from the system, not the static one as MacOS doesn't like it
  • move make install in the Jenkinsfile after building the qt clients and ignore the result on MacOS
  • fix rpath for all sundials libs
  • fix rpath for all SuiteSparse libs (again)
  • change configure.ac CMAKE_LDFLAGS="-Wl,-undefined -Wl,dynamic_lookup" to "-Wl,-U,libintl_gettext" as otherwise we will not get errors about undefined symbols
  • extra cmake flags on sundials for MacOS are needed (set by configure now): "-DSUNDIALS_F77_FUNC_CASE:String=lower -DSUNDIALS_F77_FUNC_UNDERSCORES:String=one"
  • use CMAKE_NO_CHECK_UNDEFINED only to compile SuiteSparse
  • OMEdit/Makefile generation is randomly failing on MacOS, it generates an empty Makefile, attempt to fix that
  • some more definitions in common.groovy for reuse

2021-02-28:

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

Updated libraries

  • libraries 7e2513b...c5f7048 (1):

    Bump libraries

19:24 Ticket #6215 (OMEdit fails to simulate) closed by adrpo
duplicate: Let's continue the discussion on #6306.
18:04 Changeset in OpenModelica [2e75be3]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in common/m4/qmake.m4

port patch for QT 5.11 on mac from: (#7240)

https://github.com/OpenModelica/OpenModelica-common/pull/2
by @traversaro

15:51 Changeset in OpenModelica [e154a13] by Adrian Pop <adrian.pop@…>
  • 1 edit in common/m4/qmake.m4

port patch for QT 5.11 on mac from:
https://github.com/OpenModelica/OpenModelica-common/pull/2
by @traversaro

2021-02-27:

20:24 Ticket #6397 (Simulations with -lv vendor annotation fail in the testsuite) created by casella
All simulations in …
19:19 ReleaseNotes/1.17.0 edited by casella
(diff)
18:56 ReleaseNotes/1.16.4 edited by casella
(diff)
18:55 ReleaseNotes/1.16.5 created by casella
18:54 ReleaseNotes/1.16.4 edited by casella
(diff)
18:52 ReleaseNotes/1.17.0 edited by casella
(diff)
18:47 ReleaseNotes/1.17.0 edited by casella
(diff)
18:47 ReleaseNotes/1.17.0 edited by casella
(diff)
18:42 ReleaseNotes/1.17.0 edited by casella
(diff)
18:40 ReleaseNotes/1.17.0 edited by casella
(diff)
07:04 Changeset in OpenModelica [7afc918]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Makefile.in

Fix typo in OMCompiler/Makefile.in (#7239)

2021-02-26:

23:57 Changeset in OpenModelica [d7326707] by GitHub <noreply@…>
  • 1 edit in OMCompiler/Makefile.in

Fix typo in OMCompiler/Makefile.in

s/SELMA_LIB/SEMLA_LIB/

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

Updated libraries

  • libraries d24e9c8...7e2513b (1):

    Bump libraries

18:14 Changeset in OpenModelica [5a7e86a9]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMSimulator

Update OMSimulator (#7236)

17:28 Changeset in OpenModelica [9f426dd] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMSimulator

Update OMSimulator

17:19 Milestone 1.16.5 completed
Hopefully last fix for 1.16.x
16:04 Changeset in OpenModelica [eafcaa7]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/OMS/ModelDialog.cpp

Set the focus on name when adding sub models (#7235)

Fixes #7150

15:25 Changeset in OpenModelica [4e73a1f] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/OMS/ModelDialog.cpp

Set the focus on name when adding sub models

Fixes #7150

15:21 Changeset in OpenModelica [95486da]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp

Utilize the vertical space (#7234)

14:58 Changeset in OpenModelica [61c4878] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp

Utilize the vertical space

14:49 Changeset in OpenModelica [88339b47]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 8 edits in /

Better integration of creation and opening of SSP models in menu (#7233)

  • Better integration of creation and opening of SSP models in menu
  • Show new SSP model window in OMEdit center

Updated usersguide

13:51 Changeset in OpenModelica [325e12ac] by Adeel Asghar <adeel.asghar@…>
  • 3 edits in /

Show new SSP model window in OMEdit center

Updated usersguide

12:55 Changeset in OpenModelica [bdbf9c8] by Adeel Asghar <adeel.asghar@…>
  • 6 edits in OMEdit/OMEditLIB

Better integration of creation and opening of SSP models in menu

2021-02-25:

22:03 ReleaseNotes/1.17.0 edited by casella
(diff)
21:35 Changeset in OpenModelica [b7ab7fc9]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by perost <perost86@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/BackendDAETransform.mo

Check array length in collapseArrayExpressions

  • Check that the length of the array actually matches the number of elements in the array that the cref represents.
21:23 Changeset in OpenModelica [d037f284]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp

Round the numbers to grid size

20:46 Changeset in OpenModelica [b5dd554d] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp

Round the numbers to grid size

20:41 Ticket #6396 (Fix FFI on Windows/mingw) closed by adrpo
fixed
20:39 Ticket #6395 (Some generated C code shows up in red in OMedit) closed by adrpo
fixed: PR https://github.com/OpenModelica/OpenModelica/pull/7229 does it.
20:39 Changeset in OpenModelica [4a6ae9f] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/BackendDAETransform.mo

Check array length in collapseArrayExpressions

  • Check that the length of the array actually matches the number of elements in the array that the cref represents.
20:39 Changeset in OpenModelica [997610d9]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 3 edits in /

fix ticket #6396

  • export all symbols from libOpenModelicaCompiler.dll
  • on Windows/mingw, if the function pointer cannot be found, search all loaded dlls in the current process
  • add more tests (ffi, meta) to sanity checking for the CI/MinGW label
20:38 Changeset in OpenModelica [6d8ee8c]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler

fix for #6395

20:28 Ticket #6394 (Selecting Parameters causes ThreeTanks to hang with "Enable ...) closed by adrpo
fixed
20:20 Changeset in OpenModelica [e33dc01d]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 5 edits in OMCompiler

fix rpath on dylibs

20:20 Changeset in OpenModelica [52fc6e4]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin+github@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

remove dead code on macOS

20:03 Ticket #6192 (Several ChillerCooled models in Buildings fail during initialization) closed by casella
fixed: After fixing #6203, the first example simulates successfully. The …
19:40 Changeset in OpenModelica [01cd7bb] by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler

fix for #6395

19:29 Ticket #6348 (Simulation works in Linux but not Windows) closed by adrpo
fixed: Done, PR https://github.com/OpenModelica/OpenModelica/pull/7219
19:15 Ticket #6203 (Some parameters seem to be never assigned in Buildings models) closed by perost
fixed: Fixed in f92fb52, see …
17:03 Changeset in OpenModelica [2990da74] by Henning Kiel <hkiel@…>
  • 5 edits in OMCompiler

fix rpath on dylibs

17:01 Changeset in OpenModelica [aa52140] by Henning Kiel <hkiel@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

remove dead code on macOS

15:42 Changeset in OpenModelica [603a99c] by Adrian Pop <adrian.pop@…>
  • 3 edits in /

fix ticket #6396

  • export all symbols from libOpenModelicaCompiler.dll
  • on Windows/mingw, if the function pointer cannot be found, search all loaded dlls in the current process
  • add more tests (ffi, meta) to sanity checking for the CI/MinGW label
14:48 Changeset in OpenModelica [b7aac4b]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 13 edits
    2 adds in /

Integrate the SSP models simulation output in Messages Browser (#7224)

  • Integrate the SSP models simulation output in Messages Browser
  • Show MessagesWidget
14:03 Changeset in OpenModelica [08172d0] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in doc/UsersGuide/source/omedit.rst

Updated users guide

13:56 Changeset in OpenModelica [77658af]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c

Save lambda while running the homotopy solver (#7227)

13:55 Changeset in OpenModelica [5282bf2] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB/Simulation

Utf-8

13:33 Changeset in OpenModelica [3a01fec] by Adeel Asghar <adeel.asghar@…>
  • 12 edits
    2 adds in OMEdit/OMEditLIB

Added a new widget for archived simulations

Is available from Simulation menu item
Fix Qt4 build

13:05 Changeset in OpenModelica [0ef6488] by Martin Sjölund <martin@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c

Save lambda while running the homotopy solver

12:57 Changeset in OpenModelica [1c19d06f]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMSimulator

Update OMSimulator (#7225)

12:52 Ticket #6396 (Fix FFI on Windows/mingw) created by adrpo
The new function evaluation via foreign function interface does not …
12:50 Changeset in OpenModelica [4f5f9620]maintenance/v1.17v1.17.0-dev.beta2v1.17.0-dev.beta3 by GitHub <noreply@…>
  • 5 edits in OMCompiler

Prepare for 117 beta2 (#7219)

  • cast constant used in variable argument list to the type expected in va_arg call
  • use variable OMC_LDFLAGS_LINK_TYPE to set the linker to static/dynamic, default: OMC_LDFLAGS_LINK_TYPE=dynamic for simulation executables, OMC_LDFLAGS_LINK_TYPE=static for FMI
  • use variable OMC_CFLAGS_OPTIMIZATION to set the optimization level, default to OMC_CFLAGS_OPTIMIZATION=-Os
  • these two variables can be overrided by the user if needed, we should support this in OMEdit
  • currently OMC_LDFLAGS_LINK_TYPE only affects windows/mingw, OMC_CFLAGS_OPTIMIZATION can be used in Linux as well
  • fixes for #5827, make the meta tests work again
12:08 Changeset in OpenModelica [c5ff7d2] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMSimulator

Update OMSimulator

09:55 Changeset in OpenModelica [c11c1125] by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/Template/CodegenCFunctions.tpl

fixes for #5827, make the meta tests work again

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

fixes for #5827 and ffi (#7221)

  • make the meta tests work again
  • fix the build of FFITestLib.dll for windows/mingw tests
  • remove -fPIC from linker flags, not needed for windows/mingw

2021-02-24:

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

Show MessagesWidget

19:18 Changeset in OpenModelica [dd348eaa] by Adeel Asghar <adeel.asghar@…>
  • 6 edits in OMEdit/OMEditLIB

Integrate the SSP models simulation output in Messages Browser

18:45 Changeset in OpenModelica [213056ef]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in doc/UsersGuide/source/porting.rst

Fixed typo (#7222)

17:59 Changeset in OpenModelica [3bf2063]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 7 edits in /

Remove obsolete api cancelSimulation_asynchronous (#7223)

17:32 Ticket #6395 (Some generated C code shows up in red in OMedit) created by casella
Simulate model Modelica.Blocks.Examples.Filter. Some red C code …
17:09 Changeset in OpenModelica [16f1d1cc] by Francesco Casella <francesco.casella@…>
  • 1 edit in doc/UsersGuide/source/porting.rst

Fixed typo

15:33 Changeset in OpenModelica [b286656e]maintenance/v1.17 by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Set the nfapi on startup (#7218)

15:33 Changeset in OpenModelica [890c286]maintenance/v1.17 by Adeel Asghar <adeel.asghar@…>
  • 3 edits in OMEdit/OMEditLIB

Keep the NFApi settings (#7215)

15:33 Changeset in OpenModelica [0572eb80]maintenance/v1.17 by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB

Ask the user which version of MSL to load and save that settings (#7211)

Fixes #6379
OMEdit shows a window on start up that asks the user which version of MSL to use.
The window is only shown once and the settings are saved for future use.

  • Text updates based on the feedback

Do not select any option by default
Fix Qt 4 build

  • More feedback changes
  • Fine tuning
  • Check if we are running testsuite
15:33 Changeset in OpenModelica [11fcab4]maintenance/v1.16v1.16.5 by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Set the nfapi on startup (#7218)

15:33 Changeset in OpenModelica [780a1a5]maintenance/v1.16 by Adeel Asghar <adeel.asghar@…>
  • 3 edits in OMEdit/OMEditLIB

Keep the NFApi settings (#7215)

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

Improve merging of modifiers with constraining type (#7220)

15:16 Changeset in OpenModelica [1576407] by Lennart Ochel <lennart.ochel@…>
  • 7 edits in /

Remove obsolete api cancelSimulation_asynchronous

14:59 Changeset in OpenModelica [cf838fb0] by Adrian Pop <adrian.pop@…>
  • 4 edits in /

fixes for #5827 and ffi

  • make the meta tests work again
  • fix the build of FFITestLib.dll for windows/mingw tests
  • remove -fPIC from linker flags, not needed for windows/mingw
14:42 Changeset in OpenModelica [f92fb52] by Per Östlund <perost86@…>
  • 4 edits in /

Improve merging of modifiers with constraining type

14:24 Changeset in OpenModelica [ddbb919a] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Set the nfapi on startup (#7218)

14:20 Changeset in OpenModelica [a972696] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Set the nfapi on startup (#7218)

12:41 Changeset in OpenModelica [2f3f0f0] by Adrian Pop <adrian.pop@…>
  • 3 edits in OMCompiler/Compiler

partial handling of ticket #5827 (#7183)

  • use variable OMC_LDFLAGS_LINK_TYPE to set the linker to static/dynamic, default: OMC_LDFLAGS_LINK_TYPE=dynamic for simulation executables, OMC_LDFLAGS_LINK_TYPE=static for FMI
  • use variable OMC_CFLAGS_OPTIMIZATION to set the optimization level, default to OMC_CFLAGS_OPTIMIZATION=-Os
  • these two variables can be overrided by the user if needed, we should support this in OMEdit
  • currently OMC_LDFLAGS_LINK_TYPE only affects windows/mingw, OMC_CFLAGS_OPTIMIZATION can be used in Linux as well
12:38 Changeset in OpenModelica [9458e73] by Adrian Pop <adrian.pop@…>
  • 2 edits in OMCompiler

fix for ticket #6348 (#7207)

  • cast constant used in variable argument list to the type expected in va_arg call
12:13 Changeset in OpenModelica [ae591ef]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Set the nfapi on startup (#7218)

11:54 Changeset in OpenModelica [af12e474]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in doc/UsersGuide/source/porting.rst

Added section on fully specified initial conditions to User's Guide (#7212)

  • Added section on fully specified initial conditions to User's Guide
  • Made the two examples more similar
  • Improved text
11:46 Changeset in OpenModelica [cd531ad] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Set the nfapi on startup

11:14 Ticket #5914 (OMSens dependencies as a part of OMEdit installation) closed by casella
fixed: As I understand, OMSens is now integrated in 1.17.0. There are issues …
10:55 Changeset in OpenModelica [f22b8ab0] by Adeel Asghar <adeel.asghar@…>
  • 3 edits in OMEdit/OMEditLIB

Keep the NFApi settings (#7215)

10:54 Changeset in OpenModelica [54bb899f] by Francesco Casella <francesco.casella@…>
  • 1 edit in doc/UsersGuide/source/porting.rst

Improved text

10:51 Changeset in OpenModelica [ea8cb42] by Adeel Asghar <adeel.asghar@…>
  • 3 edits in OMEdit/OMEditLIB

Keep the NFApi settings (#7215)

10:51 Changeset in OpenModelica [3f30631] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB

Ask the user which version of MSL to load and save that settings (#7211)

Fixes #6379
OMEdit shows a window on start up that asks the user which version of MSL to use.
The window is only shown once and the settings are saved for future use.

  • Text updates based on the feedback

Do not select any option by default
Fix Qt 4 build

  • More feedback changes
  • Fine tuning
  • Check if we are running testsuite
10:48 Changeset in OpenModelica [4fa0b4b]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits in OMEdit/OMEditLIB

Keep the NFApi settings (#7215)

10:43 Changeset in OpenModelica [f9d347e5]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 2 edits in OMEdit/OMEditLIB

Ask the user which version of MSL to load and save that settings (#7211)

Fixes #6379
OMEdit shows a window on start up that asks the user which version of MSL to use.
The window is only shown once and the settings are saved for future use.

  • Text updates based on the feedback

Do not select any option by default
Fix Qt 4 build

  • More feedback changes
  • Fine tuning
  • Check if we are running testsuite
09:21 Changeset in OpenModelica [6ceac479] by Adeel Asghar <adeel.asghar@…>
  • 3 edits in OMEdit/OMEditLIB

Keep the NFApi settings

09:06 Changeset in OpenModelica [b81e9ca] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Check if we are running testsuite

08:57 Changeset in OpenModelica [6b8b81d] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Fine tuning

08:36 Changeset in OpenModelica [f861c675]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/3rdParty

Add AC_CONFIG_AUX_DIR to libffi for EL7 (#7210)

08:17 Changeset in OpenModelica [558c01f]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 307 edits in /

Fixed obsolete warning messages (#7213)

04:51 Changeset in OpenModelica [74ceba5d] by Lennart Ochel <lennart.ochel@…>
  • 47 edits in testsuite/simulation/libraries/3rdParty

Expected output

2021-02-23:

23:55 Changeset in OpenModelica [19d6b798]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp

Do not use hard coded center values (#7214)

23:40 Changeset in OpenModelica [fb016813] by Francesco Casella <francesco.casella@…>
  • 1 edit in doc/UsersGuide/source/porting.rst

Made the two examples more similar

23:20 Changeset in OpenModelica [6be30305] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

More feedback changes

22:16 Changeset in OpenModelica [81c68fee] by Lennart Ochel <lennart.ochel@…>
  • 258 edits in testsuite

Expected output

18:44 Ticket #6393 (Nightly build broken - Error during update of libomcsimulation) closed by Andrea.Bartolini
fixed
17:58 Ticket #6394 (Selecting Parameters causes ThreeTanks to hang with "Enable ...) created by openmodelica@…
I updated to the daily build this morning and found that selecting …
17:29 Changeset in OpenModelica [8a5c0dd] by Francesco Casella <francesco.casella@…>
  • 2 edits in OMCompiler/Compiler/BackEnd

Fixed obsolete warning messages with reference to non-existing OMEdit option

17:23 Changeset in OpenModelica [3a86f14] by Francesco Casella <francesco.casella@…>
  • 1 edit in doc/UsersGuide/source/porting.rst

Added section on fully specified initial conditions to User's Guide

16:23 Changeset in OpenModelica [66ef70f] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp

Do not use hard coded center values

15:44 Changeset in OpenModelica [00a5161] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Text updates based on the feedback

Do not select any option by default
Fix Qt 4 build

14:31 Changeset in OpenModelica [6e5ee96] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB

Ask the user which version of MSL to load and save that settings

Fixes #6379
OMEdit shows a window on start up that asks the user which version of MSL to use.
The window is only shown once and the settings are saved for future use.

13:42 Changeset in OpenModelica [ba704db8]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/runtime/ffi_omc.c

Make FFI less crashy (#7209)

13:09 Changeset in OpenModelica [b7f753e2] by Martin Sjölund <martin@…>
  • 1 edit in OMCompiler/3rdParty

Add AC_CONFIG_AUX_DIR to libffi for EL7

13:01 Changeset in OpenModelica [e37bfc09]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits in OMCompiler/Compiler

partial handling of ticket #5827 (#7183)

  • use variable OMC_LDFLAGS_LINK_TYPE to set the linker to static/dynamic, default: OMC_LDFLAGS_LINK_TYPE=dynamic for simulation executables, OMC_LDFLAGS_LINK_TYPE=static for FMI
  • use variable OMC_CFLAGS_OPTIMIZATION to set the optimization level, default to OMC_CFLAGS_OPTIMIZATION=-Os
  • these two variables can be overrided by the user if needed, we should support this in OMEdit
  • currently OMC_LDFLAGS_LINK_TYPE only affects windows/mingw, OMC_CFLAGS_OPTIMIZATION can be used in Linux as well
12:44 Changeset in OpenModelica [31ad3c3] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/runtime/ffi_omc.c

Make FFI less crashy

12:07 Changeset in OpenModelica [fbab7ab]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo

Improve flattening of complex bindings (#7208)

11:23 Changeset in OpenModelica [651525f1]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 4 edits in OMEdit/OMEditLIB/OMS

Remove the 'old' signal filter (#7199)

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

Improve flattening of complex bindings

11:08 Changeset in OpenModelica [b90ae2e8] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMEdit/OMEditLIB/OMS/OMSSimulationDialog.cpp

Remove comment

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

fix for ticket #6348 (#7207)

  • cast constant used in variable argument list to the type expected in va_arg call
Note: See TracTimeline for information about the timeline view.