Timeline


and

2020-09-07:

22:39 Ticket #6093 (Parameter records are not displayed correctly in Diagram View) closed by casella
fixed: I confirm that. The only remaining issue is that "%m" shows up …
18:22 Changeset in OpenModelica [818a8f24]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 48 edits
    14 deletes in OMCompiler

Revert "CMake configuration support for OMCompiler (#6648)"
This reverts commit 3256d6895da8c3d07ebc1a4cc135856a349e9b6b.

18:16 Changeset in OpenModelica [bf9e3c5] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 2 edits
    2 adds in OMCompiler

[cmake] Selectively include old/new cmake source.

  • The CMakeLists.txt in SimulationRuntime/c is actually used for compilation of simulationruntimemsvc library. Therefor we need to keep it for now.

To do this we include one of the old or new cmake sources in the
main CMakelists.tx file in c/ folder based on a variable that is
either defined or undefined depening on which compilation
(new cmake or makefile.omdev.mingw) is used.

17:18 Ticket #6107 (OMEdit adds invalid annotation) closed by adeas31
fixed: Fixed in b21b8d5/OpenModelica.
17:16 Changeset in OpenModelica [b21b8d54]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 5 edits in OMEdit/OMEditLIB

Remove the unknown simulation flag outputFormat

Fixes ticket:6107

16:57 Ticket #5972 (Bad display of diagrams in plot perspective when inheritance is involved) closed by adeas31
fixed: This works fine with current master. I guess was fixed as part of some …
16:51 Ticket #6104 (Icon generator does not properly handle connectors when generating the ...) closed by adeas31
fixed: Fixed in dfcb35f/OpenModelica and 9e8b7ca/OMPython.
16:49 Changeset in OpenModelica [c32cfafb] by Adeel Asghar <adeel.asghar@…>
  • 5 edits in OMEdit/OMEditLIB

Remove the unknown simulation flag outputFormat

Fixes ticket:6107

16:46 Ticket #5841 (Erroneous bounding rectangle and starting size of Diagram window size) closed by adeas31
fixed: This can be closed now. The fix will be part of 1.16 release.
16:45 Ticket #5846 (Omedit changes diagram appearance while dragging) closed by adeas31
fixed
16:34 Changeset in OpenModelica [4ca4a48] by Adrian Pop <adrian.pop@…>
  • 48 edits
    14 deletes in OMCompiler

Revert "CMake configuration support for OMCompiler (#6648)"
This reverts commit 3256d6895da8c3d07ebc1a4cc135856a349e9b6b.

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

Fixed the overlapping display issue of connectors (#6729)

  • Write errors when icon generator test fails
  • Use a newer build-deps for the latest OMPython
  • Update the test output

Co-authored-by: Martin Sjölund <martin.sjolund@…>

14:52 Changeset in OpenModelica [f694016]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by perost <perost86@…>
  • 3 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Fix function variability.

14:48 Changeset in OpenModelica [2d0db2f5] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos

More updates

14:17 Ticket #6111 (Support for "visible" attribute missing in graphical annotation ...) created by dietmarw
Currently the presents of visible attributes in an a graphical …
14:09 Ticket #6110 (OMEdit does not render graphical annotations if "closure" annotation ...) created by dietmarw
If a graphical annotation contains the closure attribute anywhere …
13:39 Changeset in OpenModelica [d6fbab92] by Per Östlund <perost86@…>
  • 3 edits in OMCompiler/Compiler/NFFrontEnd

[NF] Fix function variability.

12:14 Changeset in OpenModelica [23f6822] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos

Update the test output

11:09 Ticket #6109 ([NF] Function pure/impure checking affects result variability) created by adrpo
[…] If you comment out the calls to …
10:57 Changeset in OpenModelica [3256d68]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by GitHub <noreply@…>
  • 48 edits
    14 adds in OMCompiler

CMake configuration support for OMCompiler (#6648)

  • [cmake] Initial cmake configuration support.
  • [cmake] Add OMParser to compilation.
  • Uses two macros for generating the C files from the antlr sources. One is used for antlr files that depend on base_modelica_lexer. The other is used for only Modelica.g right now.
  • [cmake] Move the antlr target macros new file.
  • They clutter things in the main cmake file.
  • [cmake] Add CMake support for OMCompiler/runtime.
  • OMCompiler/runtime cannow be compiled using cmake.
    • Right now there is missing symbols from dgsev. I am not sure yet where to add them. Maybe dgsev can be added to simulationRuntime/c libraries. Other than that OMCompiler/runtime can be compiled with all symbols found at the moment.
  • We now use proper qualified names for libraries, e.g. omc::3rd::gc for the gc-lib in 3rdParty/gc. These names are added as aliases to the actual library. Use these everywhere. There should not be a single use of the actual library names.
  • [cmake] Update 3rdParty submodule.
  • Changes have been made to the submodule on mahge/cmake_config. It is mostly some minor fixes and a 3rdParty top level CMakeLists.txt
  • [cmake] Add prefixes to 3rdParty cmake options.
  • CMinPack shared library option is prefixed so that it does not conflict with other libraries build types.
    • BUILD_SHARED_LIBS -> CMINPACK_BUILD_SHARED_LIBS
  • Sundials options are prefixed so that they do not conflict with other libraries.
    • KLU_ENABLE -> SUNDIALS_KLU_ENABLE
    • LAPACK_ENABLE -> SUNDIALS_LAPACK_ENABLE
  • [cmake] Prefix 3rdParty/sundials CMake variables
  • More 3rdParty/sundials CMake variables have been prefixed and the submodule updated. See the commit on the submodule.
  • [cmake] Add Susan to MetaModelica compilation.
  • A macro is added for compiling a given susan template file to a MetaModelica .mo file using omc.

For convenience, a list of all the generated mo files is added
to the cmake variable TPL_OUTPUT_MO_FILES by the macro.

  • [cmake] Add runtime/omcbackendruntime compilation.
  • [cmake] Added an interface include to fmilib.
  • There is an inteface include directory defined for fmilib in 3rdParty/CMakeLists.txt. That means we do not need to explicitly add the include directory here. Until FMIL sorts out their configuration usage we can deal with it like this.
  • 3rdParty module is updated.
  • [cmake] Remove the temporary template target.
  • It was added just for testing whiled developing.
  • The generated mo files are now used by the libOpenModelica target. So the tpl files will be translated to mo if the mo files are missing.
  • [cmake] Add alias target for libomparse
  • OMCompiler/Parser (omparse) -> omc::parser
  • [CMake] Add runtime/omcgraphstream.
  • Add compilation for libomcgraphstream. Links to 3rdParty/graphstream libnetstream.a
  • [cmake] Clarify BootstrappingHeader inclusion.
  • We include OpenModelicaBootstrappingHeader.h with a relative path now.
  • If OMC_BOOTSTRAPPING is defined it is included from Compiler/boot/tarball-include. Otherwise include it from Compiler/.

We can, of course, give OMCompiler/Compiler dir as an include directory to
the libraries in runtime.
However, there is an omc_fil.h in Compiler/Util (it should not be there but it is there for now)
there is also an omc_file.h in SimulationRuntime/c/util.

We link to OpenModelicaRuntime which is built in SimulationRuntime/c/ and we
automatically provide SimulationRuntime/c/ as an include dir for things that link
to this library. This means for example runtime/omcruntime.a will get SimulationRuntime/c/
as an include dir automatically when linking to OpenModelicaRuntime.

If we give both Compiler/ and SimulationRuntime/c/ we essentially have two
files that can be reached as #include "util/omc_file.h". We should try to avoid
manually adding target_include dirs anyway. for this reason OMCompiler/Compiler/ is
not given as an include dir now. It was only needed for OpenModelicaBootstrappingHeader.h.
OpenModelicaBootstrappingHeader.h is now included by relative path.

  • [cmake] Relative OpenModelicaBootstrappingHeader.h
  • Fix OpenModelicaBootstrappingHeader inclusion on Parser/. If OMC_BOOTSTRAPPING is defined include it from Compiler/boot/tarball-include. Otherwise include it from Compiler/.
  • Some target_include_directories are not needed anymore. include directory propagation is managed by what libraries a target links to, i.e., cmake will automatically propagate the public include directories of a given library when the library is linked to some other target.
  • [cmake] Add ModelicaExternalC compilation.
  • Library aliases: omc::3rd::modelica_external_c -> ModelicaExternalC omc::3rd::modelica_mat_io -> ModelicaMatIO omc::3rd::modelica_io -> ModelicaIO
  • [cmake] Link omcruntime to blas.
  • I am not sure which blas we are supposed to use. There are some sources in 3rdParty/dgesv. I will check later if they need to be used somewhere.
  • [cmake] Do not report antlr analysis.
  • There is no need to report antlr grammar info every time the files are recompiled. The information just clutters the output.
  • [cmake] Initial MetaModelica compilation support.
  • [cmake] Move CMake related files to a subdirectory
  • [cmake] Add missing susan template targets.
  • Some susan template files were not being translated to MetaModelica because they were not added to the cmake file. They are added now.
  • [cmake] Remove non-existing package from TypeView.
  • There was a definition for a package named 'Connect' in DAEDumpTV.mo. There is no package named 'Connect' in the MetaModelica sources. There is one nested in DAE package (DAE.Connect). This was not detected as error because the package is not used in DAEDumpTpl.tpl anyway. So I guess the remove-unused-packages scrip removed it anyway.
  • [cmake] Update 3rdParty
  • Intel TBB does not exist yet on OM 3rdParty. It is disabled in the CMakeLists file for now.
  • [cmake] Define OMC_BOOTSTRAPPING for bootstrapping.
  • OMC_BOOTSTRAPPING is defined when compiling the runtime libs for bootstrapping. This define is used to pick the correct OpenModelicaBootstrappingHeader.h.
  • [cmake] Fix the directory where file is expected.
  • [cmake] Reduce info printed during configure step.
  • [cmake] Cleanup unused files.
  • The compilation of susan template targets is now handled by the CMakeLists file in OMCompiler.
  • [cmake] Move compilation out of boot folder
  • We used to configure and compile the MetaModelica files from the perspective of the Compiler/boot folder. this was done just to simplify things at the begining since it made it easier to compare things with the old approach which works from that folder.

Now MetaModelica related compilations are done from the perspective
of the Compiler/ folder. This is more logical.

07:36 Changeset in OpenModelica [5e913d51] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Jenkinsfile

Use a newer build-deps for the latest OMPython

2020-09-05:

16:20 Changeset in OpenModelica [ca9ff5fb]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in OMCompiler/Compiler/SimCode/SimCodeMain.mo

[SimCode] fix small bug in simcode timing

2020-09-04:

23:17 Ticket #6103 (CombiTime Table usage) closed by casella
invalid: TimeTable has a scalar output, while CombiTimeTable has a 1D array …
20:51 Ticket #6108 (The tearing algorithm should not select nonlinear variables with start ...) created by casella
Please check the attached test package. The equations in Test1 are …
20:20 Ticket #6107 (OMEdit adds invalid annotation) created by casella
When the "Save simulation flags inside model" option is checked, …
18:06 Changeset in OpenModelica [742adec8] by Karim Abdelhak <karim.abdelhak@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSolverHomotopy.c

[C] remove wrong convergence check in NLShomotopy

  • fixes ticket #6106
  • the old code only checks error in residuals not in variables
  • always need at least one step to ensure variable error tolerance
18:04 Ticket #6106 (The default nonlinear solver accepts solutions which are not ...) created by casella
Consider the attached test package. The test case represents a simple …
17:53 Changeset in OpenModelica [d632dddf]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by GitHub <noreply@…>
  • 1 edit in OMSimulator

Update OMSimulator (#6730)

15:55 Ticket #6105 (Got type mismatch error, but matching types - ***COMPILER BUG***) created by Dingo
Working on extension to Modelica.Media.Interfaces.PartialMedium() …
15:45 Ticket #6104 (Icon generator does not properly handle connectors when generating the ...) created by gerrer@…
generate_icons.py piles the component connectors. Example on …
14:30 Changeset in OpenModelica [0bc80eae] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit
    8 moves
    2 adds
    3 deletes in OMCompiler/Compiler

[cmake] Move compilation out of boot folder

  • We used to configure and compile the MetaModelica files from the perspective of the Compiler/boot folder. this was done just to simplify things at the begining since it made it easier to compare things with the old approach which works from that folder.

Now MetaModelica related compilations are done from the perspective
of the Compiler/ folder. This is more logical.

12:21 Changeset in OpenModelica [83f602a] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 2 deletes in OMCompiler/Compiler/Template

[cmake] Cleanup unused files.

  • The compilation of susan template targets is now handled by the CMakeLists file in OMCompiler.
12:16 Changeset in OpenModelica [2c7c22fe] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Compiler/boot/.cmake/template_compilation.cmake

[cmake] Reduce info printed during configure step.

12:12 Changeset in OpenModelica [73c791f0] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 2 edits in OMCompiler/Compiler/boot

[cmake] Fix the directory where file is expected.

10:46 Changeset in OpenModelica [1b5511e7] by Martin Sjölund <martin.sjolund@…>
  • 1 edit in testsuite/openmodelica/icon-generator/GenerateMSLIcons.mos

Write errors when icon generator test fails

10:43 Changeset in OpenModelica [7a10236] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Compiler/runtime/Makefile.common

[cmake] Define OMC_BOOTSTRAPPING for bootstrapping.

  • OMC_BOOTSTRAPPING is defined when compiling the runtime libs for bootstrapping. This define is used to pick the correct OpenModelicaBootstrappingHeader.h.
10:43 Changeset in OpenModelica [44760b4f] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/3rdParty

[cmake] Update 3rdParty

  • Intel TBB does not exist yet on OM 3rdParty. It is disabled in the CMakeLists file for now.
10:42 Changeset in OpenModelica [014214d4] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Compiler/Template/DAEDumpTV.mo

[cmake] Remove non-existing package from TypeView.

  • There was a definition for a package named 'Connect' in DAEDumpTV.mo. There is no package named 'Connect' in the MetaModelica sources. There is one nested in DAE package (DAE.Connect). This was not detected as error because the package is not used in DAEDumpTpl.tpl anyway. So I guess the remove-unused-packages scrip removed it anyway.
10:42 Changeset in OpenModelica [c64a0f8d] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 2 edits in OMCompiler/Compiler/boot/.cmake

[cmake] Add missing susan template targets.

  • Some susan template files were not being translated to MetaModelica because they were not added to the cmake file. They are added now.
10:42 Changeset in OpenModelica [92496741] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit
    3 moves
    1 add in OMCompiler/Compiler/boot

[cmake] Move CMake related files to a subdirectory

10:42 Changeset in OpenModelica [b6c5af26] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 5 edits
    10 adds in OMCompiler/Compiler

[cmake] Initial MetaModelica compilation support.

10:42 Changeset in OpenModelica [9a73fab8] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Parser/omc_antlr_target_macros.cmake

[cmake] Do not report antlr analysis.

  • There is no need to report antlr grammar info every time the files are recompiled. The information just clutters the output.
10:42 Changeset in OpenModelica [d64f80e7] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Compiler/runtime/CMakeLists.txt

[cmake] Link omcruntime to blas.

  • I am not sure which blas we are supposed to use. There are some sources in 3rdParty/dgesv. I will check later if they need to be used somewhere.
10:42 Changeset in OpenModelica [3dc5cd8] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/3rdParty

[cmake] Add ModelicaExternalC compilation.

  • Library aliases: omc::3rd::modelica_external_c -> ModelicaExternalC omc::3rd::modelica_mat_io -> ModelicaMatIO omc::3rd::modelica_io -> ModelicaIO
10:42 Changeset in OpenModelica [c25a7f1b] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 4 edits in OMCompiler

[cmake] Relative OpenModelicaBootstrappingHeader.h

  • Fix OpenModelicaBootstrappingHeader inclusion on Parser/. If OMC_BOOTSTRAPPING is defined include it from Compiler/boot/tarball-include. Otherwise include it from Compiler/.
  • Some target_include_directories are not needed anymore. include directory propagation is managed by what libraries a target links to, i.e., cmake will automatically propagate the public include directories of a given library when the library is linked to some other target.
10:42 Changeset in OpenModelica [ccbb499] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 13 edits in OMCompiler

[cmake] Clarify BootstrappingHeader inclusion.

  • We include OpenModelicaBootstrappingHeader.h with a relative path now.
  • If OMC_BOOTSTRAPPING is defined it is included from Compiler/boot/tarball-include. Otherwise include it from Compiler/.

We can, of course, give OMCompiler/Compiler dir as an include directory to
the libraries in runtime.
However, there is an omc_fil.h in Compiler/Util (it should not be there but it is there for now)
there is also an omc_file.h in SimulationRuntime/c/util.

We link to OpenModelicaRuntime which is built in SimulationRuntime/c/ and we
automatically provide SimulationRuntime/c/ as an include dir for things that link
to this library. This means for example runtime/omcruntime.a will get SimulationRuntime/c/
as an include dir automatically when linking to OpenModelicaRuntime.

If we give both Compiler/ and SimulationRuntime/c/ we essentially have two
files that can be reached as #include "util/omc_file.h". We should try to avoid
manually adding target_include dirs anyway. for this reason OMCompiler/Compiler/ is
not given as an include dir now. It was only needed for OpenModelicaBootstrappingHeader.h.
OpenModelicaBootstrappingHeader.h is now included by relative path.

10:42 Changeset in OpenModelica [f731b06] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 3 edits in OMCompiler

[CMake] Add runtime/omcgraphstream.

  • Add compilation for libomcgraphstream. Links to 3rdParty/graphstream libnetstream.a
10:42 Changeset in OpenModelica [2ac86f9] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Parser/CMakeLists.txt

[cmake] Add alias target for libomparse

  • OMCompiler/Parser (omparse) -> omc::parser
10:42 Changeset in OpenModelica [9eaccad] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 2 edits in OMCompiler/Compiler/Template

[cmake] Remove the temporary template target.

  • It was added just for testing whiled developing.
  • The generated mo files are now used by the libOpenModelica target. So the tpl files will be translated to mo if the mo files are missing.
10:42 Changeset in OpenModelica [4376d93] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 2 edits in OMCompiler

[cmake] Added an interface include to fmilib.

  • There is an inteface include directory defined for fmilib in 3rdParty/CMakeLists.txt. That means we do not need to explicitly add the include directory here. Until FMIL sorts out their configuration usage we can deal with it like this.
  • 3rdParty module is updated.
10:42 Changeset in OpenModelica [30886521] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 10 edits in OMCompiler/Compiler/runtime

[cmake] Add runtime/omcbackendruntime compilation.

10:42 Changeset in OpenModelica [16c3857] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit
    2 adds in OMCompiler/Compiler

[cmake] Add Susan to MetaModelica compilation.

  • A macro is added for compiling a given susan template file to a MetaModelica .mo file using omc.

For convenience, a list of all the generated mo files is added
to the cmake variable TPL_OUTPUT_MO_FILES by the macro.

10:42 Changeset in OpenModelica [be14bcf] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/3rdParty

[cmake] Prefix 3rdParty/sundials CMake variables

  • More 3rdParty/sundials CMake variables have been prefixed and the submodule updated. See the commit on the submodule.
10:42 Changeset in OpenModelica [f0446250] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/Makefile.common

[cmake] Add prefixes to 3rdParty cmake options.

  • CMinPack shared library option is prefixed so that it does not conflict with other libraries build types.
    • BUILD_SHARED_LIBS -> CMINPACK_BUILD_SHARED_LIBS
  • Sundials options are prefixed so that they do not conflict with other libraries.
    • KLU_ENABLE -> SUNDIALS_KLU_ENABLE
    • LAPACK_ENABLE -> SUNDIALS_LAPACK_ENABLE
10:42 Changeset in OpenModelica [091fc044] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit in OMCompiler/3rdParty

[cmake] Update 3rdParty submodule.

  • Changes have been made to the submodule on mahge/cmake_config. It is mostly some minor fixes and a 3rdParty top level CMakeLists.txt
10:42 Changeset in OpenModelica [270d78c9] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 27 edits in OMCompiler

[cmake] Add CMake support for OMCompiler/runtime.

  • OMCompiler/runtime cannow be compiled using cmake.
    • Right now there is missing symbols from dgsev. I am not sure yet where to add them. Maybe dgsev can be added to simulationRuntime/c libraries. Other than that OMCompiler/runtime can be compiled with all symbols found at the moment.
  • We now use proper qualified names for libraries, e.g. omc::3rd::gc for the gc-lib in 3rdParty/gc. These names are added as aliases to the actual library. Use these everywhere. There should not be a single use of the actual library names.
10:42 Changeset in OpenModelica [1693af3] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 1 edit
    1 add in OMCompiler/Parser

[cmake] Move the antlr target macros new file.

  • They clutter things in the main cmake file.
10:42 Changeset in OpenModelica [823601e0] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 4 edits in OMCompiler

[cmake] Add OMParser to compilation.

  • Uses two macros for generating the C files from the antlr sources. One is used for antlr files that depend on base_modelica_lexer. The other is used for only Modelica.g right now.
10:42 Changeset in OpenModelica [57c496d4] by Mahder Gebremedhin <mahder.gebremedhin@…>
  • 10 edits
    3 adds in OMCompiler

[cmake] Initial cmake configuration support.

10:05 Ticket #6103 (CombiTime Table usage) created by marco.rossoni@…
I'm trying to use the CombiTime Table source as input of a …

2020-09-02:

15:24 Ticket #6102 (IDAS sensitivity yields absurd results) created by gerrer@…
I run forward sensitivity analysis using IDA …
14:51 Changeset in OpenModelica [6028d7f3] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMSimulator

Update OMSimulator

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

Fixed the overlapping display issue of connectors

07:43 Changeset in OpenModelica [77246831]Added-citation-metadatamaintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 4 edits
    14 deletes in OMCompiler/SimulationRuntime

disabled omc C- API library in cpp runtime build and removed C-API library and reduce dae code from cpp folder

2020-09-01:

12:15 Ticket #6101 (Issue with arrays of components containing conditional components in the NF) created by casella
Please consider the attached package, also reported here for …

2020-08-31:

15:58 Ticket #6100 (OM does not read correctly StackRC from MSL. 4.0) created by ceraolo
Model from MSL 4.0: …
Note: See TracTimeline for information about the timeline view.