Timeline


and

2013-04-23:

21:11 Changeset [15895] by adrpo
  • 1 edit in trunk/Compiler/FrontEnd/NFSCodeDependency.mo
  • fixes to support ExternalMediaLibrary better.
  • fixes to SCode dependency to not remove package constants that appear in external function declaration some external functions do not have any annotation but they do have external arguments in external "C": Example:

replaceable function getCriticalPressure

output AbsolutePressure pc;
external "C" pc = TwoPhaseMedium_getCriticalPressure_(mediumName, libraryName, substanceName);

end getCriticalPressure;

21:11 Changeset in OpenModelica [1ab0e77]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Compiler/FrontEnd/NFSCodeDependency.mo
  • fixes to support ExternalMediaLibrary better.
  • fixes to SCode dependency to not remove package constants that appear in external function declaration some external functions do not have any annotation but they do have external arguments in external "C": Example:

replaceable function getCriticalPressure

output AbsolutePressure pc;
external "C" pc = TwoPhaseMedium_getCriticalPressure_(mediumName, libraryName, substanceName);

end getCriticalPressure;

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15895 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

18:38 Changeset [15894] by mahge930
  • 13 edits in trunk

+ revert r15893.

18:38 Changeset in OpenModelica [cd36f902]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Mahder Alemseged Gebremedhin <mahge930@…>
  • 10 edits in /

+ revert r15893.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15894 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

17:39 Changeset [15893] by mahge930
  • 13 edits in trunk

+ Preparing the run-time for multi-thread execution.
+ Moved performSimulation from simulation runtime to generated code.
+ Fixed omp undefined references.
+ Generate extra equation info. Just the crefs used in equation. To build graphs later.
+ Hope nothing fails.

17:39 Changeset in OpenModelica [37464d00]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Mahder Alemseged Gebremedhin <mahge930@…>
  • 10 edits in /

+ Preparing the run-time for multi-thread execution.
+ Moved performSimulation from simulation runtime to generated code.
+ Fixed omp undefined references.
+ Generate extra equation info. Just the crefs used in equation. To build graphs later.
+ Hope nothing fails.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15893 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:55 Ticket #2167 (Missing parenthesis in the flattened output of some if-expressions) created by perost
The flattened output of the following model is missing the parentheses …
16:21 WikiStart edited by adrpo
(diff)
12:25 Ticket #2166 (Snap to curve in OMEdit plot) created by perost
At the moment OMEdit shows the time and value at the mouse cursor when …
11:46 Ticket #2165 (Within crashes OMEdit) created by perost
Using 'within' can cause OMEdit to crash. Steps to reproduce: 1) …
11:43 Ticket #2126 (symmetric code generation error) closed by sjoelund.se
worksforme
11:37 Ticket #2141 (Mix of some upper and lower menu entries in german translation) closed by sjoelund.se
fixed: Fixed in r15892 (in addition to some more translation strings I am …
11:37 Changeset [15892] by sjoelund.se
  • 10 edits in trunk/OMEdit/OMEditGUI

#2141 Update localisation for german OMEdit

11:37 Changeset in OpenModelica [47e20fd]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMEdit/OMEditGUI/GUI/Containers/ModelWidgetContainer.cpp

#2141 Update localisation for german OMEdit

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15892 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:22 Changeset [15891] by hkiel
  • 5 edits in trunk
  • fix message string (DELETE_AND_LOAD) to display the referenced filename
11:22 Changeset in OpenModelica [84aecc2]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Henning Kiel <h.kiel@…>
  • 1 edit in SimulationRuntime/c/util/real_array.h
  • fix message string (DELETE_AND_LOAD) to display the referenced filename

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:22 Changeset in OpenModelica [b3ec9a4]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Henning Kiel <h.kiel@…>
  • 4 edits in OMEdit/OMEditGUI
  • fix message string (DELETE_AND_LOAD) to display the referenced filename

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15891 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

10:58 ReleaseNotes/1.9.0 edited by sjoelund.se
(diff)
10:50 Ticket #2146 (Add support for default off debug-flags) closed by sjoelund.se
fixed
10:45 Changeset [15890] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/util/memory_pool.c

Pretty code

10:45 Changeset in OpenModelica [fc8553e8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in SimulationRuntime/c/util/memory_pool.c

Pretty code

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15890 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

10:11 Changeset [15889] by adrpo
  • 1 edit in trunk/SimulationRuntime/c/util/memory_pool.c
  • ANSI C an unnamed C compiler said :)
10:11 Changeset in OpenModelica [2a3e488c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 SimulationRuntime/c/util/memory_pool.c
  • ANSI C an unnamed C compiler said :)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:34 Changeset [15888] by sjoelund.se
  • 1 edit in trunk/testsuite/simulation/modelica/parallel/ParallelPRV.mos

Disable the parallel stuff since the test server cannot handle it

09:05 Changeset [15887] by sjoelund.se
  • 4 edits in trunk

Fix test for clang

09:05 Changeset in OpenModelica [4d37fb2d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits in /

Fix test for clang

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15887 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:00 Changeset [15886] by adrpo
  • 89 edits in trunk
09:00 Changeset in OpenModelica [8c02217]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Compiler/FrontEnd/Inst.mo

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15886 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

08:19 Changeset [15885] by sjoelund.se
  • 18 edits in trunk

(OpenMP) Use the memory pool of the current thread

08:19 Changeset in OpenModelica [7d2713c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 12 edits in /

(OpenMP) Use the memory pool of the current thread

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15885 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

07:27 Changeset [15884] by adrpo
  • 6 edits
    1 add in trunk

#2129

  • handle the projection of actual arguments to formal arguments better in functions with unknown dimensions that depend on the input parameters
  • better message when we cannot evaluate a structural parameter
  • added AdvancedDimensions.mo test (derived from some AVM model).
07:27 Changeset in OpenModelica [ab7eb560]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Compiler

#2129

  • handle the projection of actual arguments to formal arguments better in functions with unknown dimensions that depend on the input parameters
  • better message when we cannot evaluate a structural parameter
  • added AdvancedDimensions.mo test (derived from some AVM model).

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15884 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2013-04-22:

18:05 Changeset [15883] by sjoelund.se
  • 15 edits in trunk/testsuite

Expected output

17:09 Changeset [15882] by sjoelund.se
  • 2 edits
    1 add in trunk

Adding new makefile Makefile.libraries

  • Try make GITLIBRARIES=Yes to check out the new build system for libraries
17:09 Changeset in OpenModelica [1b66bde0]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Makefile.common

Adding new makefile Makefile.libraries

  • Try make GITLIBRARIES=Yes to check out the new build system for libraries

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15882 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:27 Changeset [15881] by leonardo.laguna
  • 1 edit in trunk/Compiler/FrontEnd/Static.mo
  • (recommit) Eliminating error message when the StaticScript.elabCallInteractive succeds
16:27 Changeset in OpenModelica [b3b07e2]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Leonardo Laguna <leonardo.laguna@…>
  • 1 edit in Compiler/FrontEnd/Static.mo
  • (recommit) Eliminating error message when the StaticScript.elabCallInteractive succeds

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15881 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:13 Changeset [15880] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
  • expected output
16:12 Changeset [15879] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mos
  • increase tolerances
14:50 Changeset [15878] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Makefile

move Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mos to the failingtests for now.

14:46 Changeset [15877] by adrpo
  • 2 edits in trunk/testsuite/simulation
  • make testsuite 100% (hopefully)
14:08 Changeset [15876] by sjoelund.se
  • 1 edit in trunk/Examples/BuildModelRecursive.mos

Nicer BuildModelRecursive script (easier to change the library we build; prints the name and version of that library)

14:08 Changeset in OpenModelica [c68246f5]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Examples/BuildModelRecursive.mos

Nicer BuildModelRecursive script (easier to change the library we build; prints the name and version of that library)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15876 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:57 Changeset [15875] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • remove unnecessary lines of code
13:57 Changeset in OpenModelica [18a7d9aa]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 2 edits in Compiler/BackEnd
  • remove unnecessary lines of code

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15875 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:37 Ticket #2159 (Non-stream component becomes stream and fails to connect) closed by perost
fixed
13:33 Changeset [15874] by perost
  • 172 edits
    1 add in trunk

Fix for #2159:

  • Sort connector components before connecting them, to make sure that their order doesn't matter.
13:33 Changeset in OpenModelica [012ec58]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/InstSection.mo

Fix for #2159:

  • Sort connector components before connecting them, to make sure that their order doesn't matter.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

10:58 Changeset [15873] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendDAETransform.mo
  • remove unnecessary line of code
10:58 Changeset in OpenModelica [75b813bf]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/BackEnd/BackendDAETransform.mo
  • remove unnecessary line of code

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15873 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:26 Ticket #2156 (OMEdit cannot browse Modelica.Media.Water) closed by anonymous
duplicate: Duplicate of #2089
07:41 Ticket #2150 (Copy back data from external integer arrays) closed by sjoelund.se
fixed: Fixed in r15872
07:40 Changeset [15872] by sjoelund.se
  • 4 edits in trunk

#2150 pack/unpack external C integer array

07:40 Changeset in OpenModelica [7173e4f8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 3 edits in /

#2150 pack/unpack external C integer array

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15872 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2013-04-21:

22:32 Changeset [15871] by adrpo
  • 35 edits in trunk
  • fixed some Media tests by adding +d=scodeInstShortcut and regenerating result files where MSL changed
  • correctly split non-const modifiers out of redeclare
  • fixed PropagateRedeclareMod1.mo (part of ParameterBug.mos) + as far as I can understand from the spec the modifier on the chain is discarded (only the original mod is kept, plus the one given from the top)

but we should check this a bit more

22:32 Changeset in OpenModelica [e8f00e6]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Compiler/FrontEnd
  • fixed some Media tests by adding +d=scodeInstShortcut and regenerating result files where MSL changed
  • correctly split non-const modifiers out of redeclare
  • fixed PropagateRedeclareMod1.mo (part of ParameterBug.mos) + as far as I can understand from the spec the modifier on the chain is discarded (only the original mod is kept, plus the one given from the top)

but we should check this a bit more

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15871 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:13 Changeset [15870] by sjoelund.se
  • 7 edits in trunk/Compiler

Protect from stack overflow in partialInstClassIn and instDerivedClasses

  • Sadly, the error-messages are rolled back in most cases, but it is better than getting a stack overflow in OMEdit
13:13 Changeset in OpenModelica [2ab07ad3]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 7 edits in Compiler

Protect from stack overflow in partialInstClassIn and instDerivedClasses

  • Sadly, the error-messages are rolled back in most cases, but it is better than getting a stack overflow in OMEdit

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15870 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2013-04-20:

21:01 Changeset [15869] by sjoelund.se
  • 2 edits in trunk

Allow non-structural parameters to be used as conditions in if-equations

21:01 Changeset in OpenModelica [9bc4a519]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/InstSection.mo

Allow non-structural parameters to be used as conditions in if-equations

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15869 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:48 Ticket #2155 (Cannot declare constant record) closed by sjoelund.se
fixed: Fixed in r15868
16:22 Changeset [15868] by sjoelund.se
  • 2 edits
    1 add in trunk

#2155 Allow declaring a record component constant even if the elements have bindings

16:22 Changeset in OpenModelica [aefba3b]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/Inst.mo

#2155 Allow declaring a record component constant even if the elements have bindings

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15868 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2013-04-19:

21:03 Ticket #1553 (Hiding annotations in OMEDIT) closed by ceraolo
wontfix
18:53 Ticket #2159 (Non-stream component becomes stream and fails to connect) reopened by perost
And unfixed in r15867, since it broke some test cases that I missed …
18:48 Changeset [15867] by perost
  • 48 edits
    1 delete in trunk
  • Reverted r15866, since it broke some testcases.
18:48 Changeset in OpenModelica [12f65992]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/Inst.mo
  • Reverted r15866, since it broke some testcases.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15867 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

18:02 Ticket #2159 (Non-stream component becomes stream and fails to connect) closed by perost
fixed: Fixed in r15866. The issue was that we sort elements during …
17:58 Ticket #2164 (RoomCO2WithControls goes into infinite loop during simulation) created by perost
The model Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls …
17:52 Changeset [15866] by perost
  • 48 edits
    1 add in trunk

Fix for #2159:

  • Only consider components in modifiers when sorting elements during instantiation.
17:52 Changeset in OpenModelica [96efeb23]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/Inst.mo

Fix for #2159:

  • Only consider components in modifiers when sorting elements during instantiation.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:50 Changeset [15865] by wbraun
  • 1 edit in trunk/Compiler/BackEnd/SimCodeMain.mo

#2136

  • generate _info.xml file also for FMU
15:50 Changeset in OpenModelica [879c931d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Willi Braun <wbraun@…>
  • 1 edit in Compiler/BackEnd/SimCodeMain.mo

#2136

  • generate _info.xml file also for FMU

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15865 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:48 Ticket #2147 (simulation fails with buildModel(), but works with simulate()) closed by wbraun
invalid: This one is invalid, the simulation settings were different.
14:48 Changeset [15864] by sjoelund.se
  • 3 edits in trunk/testsuite/simulation/libraries/msl32

Expected output

13:05 Changeset [15863] by sjoelund.se
  • 7 edits in trunk

Bump MSL version

12:02 Changeset [15862] by perost
  • 5 edits in trunk
  • Handle arrays of records inside records correctly in DAEDump.
12:02 Changeset in OpenModelica [362202ea]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/DAEDump.mo
  • Handle arrays of records inside records correctly in DAEDump.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15862 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:13 Changeset [15861] by hubert.thieriot
  • 14 edits in trunk/OMOptim/Core
  • some functions now const
11:13 Changeset [15860] by hubert.thieriot
  • 13 edits in trunk/OMOptimBasis
  • some functions now const
07:25 Ticket #2163 (A new case of erroneous equation counting) created by ceraolo
In enclose two files; QSAsma.mo and NW10.mo. NW10 is a package …
03:50 Changeset [15859] by adrpo
  • 2 edits in trunk/Compiler
  • don't build the initial env all the time.
03:50 Changeset in OpenModelica [42a0f2fb]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Compiler
  • don't build the initial env all the time.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15859 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2013-04-18:

23:30 Changeset [15858] by adrpo
  • 1 edit in trunk/Compiler/runtime/systemimpl.c
  • fix System.realpath on Windozz/Mingwz, was broken since its inception.
23:30 Changeset in OpenModelica [a98fd3a4]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Compiler/runtime/systemimpl.c
  • fix System.realpath on Windozz/Mingwz, was broken since its inception.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15858 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

20:39 Changeset [15857] by sjoelund.se
  • 1 edit in trunk/Compiler/Script/CevalScript.mo
  • Fix tests by only rolling back language version if a temporary was requested
20:39 Changeset in OpenModelica [ff80ffab]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/Script/CevalScript.mo
  • Fix tests by only rolling back language version if a temporary was requested

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15857 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

20:15 Changeset [15856] by perost
  • 2 edits in trunk/testsuite/flattening/libraries
  • Updated test cases.
19:40 Changeset [15855] by perost
  • 2 edits
    1 add in trunk
  • Don't replace enum dimensions with integers when checking the binding type.
19:40 Changeset in OpenModelica [3fdcb163]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/Inst.mo
  • Don't replace enum dimensions with integers when checking the binding type.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15855 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

19:29 Ticket #2162 (A case of repeatable OMEdit crash) created by ceraolo
the following short test sequence invariably causes OMEdit to crash …
19:19 Ticket #2161 (Syntax highlighting issues in OMedit) created by ceraolo
I've found the following issues in OMEdit syntax highlighting: 1) use …
18:21 Changeset [15854] by sjoelund.se
  • 5 edits in trunk

GenerateDoc.mos now creates documentation for all loaded packages

18:21 Changeset in OpenModelica [c362dd79]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 5 edits in /

GenerateDoc.mos now creates documentation for all loaded packages

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15854 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

17:51 Changeset [15853] by sjoelund.se
  • 9 edits in trunk

Updated BioChem to 1.0.1

17:51 Changeset in OpenModelica [953886e]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Makefile.common

Updated BioChem to 1.0.1

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15853 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:23 Ticket #2160 (HTML description strings) created by sjoelund.se
OMEdit does not display html description strings as html […]
11:03 Changeset [15852] by sjoelund.se
  • 2 edits in trunk
  • Do not increase the recursion depth for the binary operators or if-expressions (1+2+...+n is represented as an n-deep expression in omc)
11:03 Changeset in OpenModelica [05ca6e20]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits in /
  • Do not increase the recursion depth for the binary operators or if-expressions (1+2+...+n is represented as an n-deep expression in omc)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15852 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

07:05 Changeset [15851] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/Ceval.mo

Fix the recursive build model test (recursion depth was calculated for each expression in reductions instead of the depth)

07:05 Changeset in OpenModelica [cc52102]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/Ceval.mo

Fix the recursive build model test (recursion depth was calculated for each expression in reductions instead of the depth)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15851 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

2013-04-17:

22:39 Ticket #2158 (Stack overflow with cyclic dimensions) closed by sjoelund.se
fixed: Fixed in r15850
22:39 Changeset [15850] by sjoelund.se
  • 14 edits in trunk

#2158 Add a maximum recursion depth for Ceval.ceval

22:39 Changeset in OpenModelica [d5733f83]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 14 edits in /

#2158 Add a maximum recursion depth for Ceval.ceval

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15850 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

18:05 Changeset [15849] by sjoelund.se
  • 1 edit in trunk/Examples/GenerateDoc.mos

Generate UTF-8 meta tag since apache doesn't host as UTF-8 by default

18:05 Changeset in OpenModelica [0080a4c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Examples/GenerateDoc.mos

Generate UTF-8 meta tag since apache doesn't host as UTF-8 by default

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15849 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:38 Changeset [15848] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/Static.mo

Revert r15847 (breaks testsuite badly)

16:38 Changeset in OpenModelica [41b7112]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/Static.mo

Revert r15847 (breaks testsuite badly)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15848 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

15:02 Changeset [15847] by leonardo.laguna
  • 1 edit in trunk/Compiler/FrontEnd/Static.mo
  • Added an error rollback when calling elabCall. In interactive mode some functions are elaborated by StaticScript.elabCall but the error messages are kept.
15:02 Changeset in OpenModelica [0946a134]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Leonardo Laguna <leonardo.laguna@…>
  • 1 edit in Compiler/FrontEnd/Static.mo
  • Added an error rollback when calling elabCall. In interactive mode some functions are elaborated by StaticScript.elabCall but the error messages are kept.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15847 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:10 Changeset [15846] by perost
  • 4 edits
    1 add in trunk
  • Handle more cases for prefixing inner/outer arrays.
14:10 Changeset in OpenModelica [e32e10a0]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 3 edits in Compiler/FrontEnd
  • Handle more cases for prefixing inner/outer arrays.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15846 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:58 Changeset [15845] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mos
  • use another matching algorithm
13:37 Ticket #2159 (Non-stream component becomes stream and fails to connect) created by sjoelund.se
Non-stream component becomes stream and fails to connect: […] git: …
12:57 Ticket #2158 (Stack overflow with cyclic dimensions) created by sjoelund.se
Remove the binding from n and the code works as expected. With it, we …
12:29 Ticket #2157 (Automatic generation of HTML documentation from Modelica packages) created by casella
The Modelica language has been designed to make the automatic …
11:18 Changeset [15844] by adrpo
  • 1 edit in trunk/testsuite/flattening/libraries/msl32/Makefile
  • add the test from previous commit to the makefile.
11:15 Ticket #2139 (Error in counting equations?) closed by adrpo
fixed: Fixed in r15843.
11:15 Changeset [15843] by adrpo
  • 1 edit
    2 adds in trunk

Fix bug #2139

  • better handling of if equations counting if false then eq; end if;
  • add test for it: testsuite/flattening/libraries/msl32/testquasi.mo testsuite/flattening/libraries/msl32/testquasi.mos
11:15 Changeset in OpenModelica [a903b440]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Compiler/FrontEnd/CheckModel.mo

Fix bug #2139

  • better handling of if equations counting if false then eq; end if;
  • add test for it: testsuite/flattening/libraries/msl32/testquasi.mo testsuite/flattening/libraries/msl32/testquasi.mos

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15843 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:13 Changeset [15842] by sjoelund.se
  • 1 edit in trunk/Compiler/runtime/systemimpl.c

Also look for symlinks in the parser

11:13 Changeset in OpenModelica [4503757]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/runtime/systemimpl.c

Also look for symlinks in the parser

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15842 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:51 Changeset [15841] by adrpo
  • 1 edit in trunk/Parser/Makefile.common
  • include to f2c.h
09:51 Changeset in OpenModelica [1807a2ca]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/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 Parser/Makefile.common
  • include to f2c.h

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

09:32 Changeset [15840] by adrpo
  • 15 edits in trunk
  • use the appropriate types everywhere in SimulationRuntime/c/ f2c defines subroutine as typedef /* Subroutine */ int (*S_fp)(...); so use that as the type of the functions sent in to the solvers.
  • enable -Wall in MinGW makefiles and get rid of most of the -Wall warnings.
09:32 Changeset in OpenModelica [412f060f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 13 edits in SimulationRuntime/c
  • use the appropriate types everywhere in SimulationRuntime/c/ f2c defines subroutine as typedef /* Subroutine */ int (*S_fp)(...); so use that as the type of the functions sent in to the solvers.
  • enable -Wall in MinGW makefiles and get rid of most of the -Wall warnings.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15840 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

07:55 Ticket #2156 (OMEdit cannot browse Modelica.Media.Water) created by sjoelund.se
OMEdit cannot browse Modelica.Media.Water, connection closes.
07:29 Ticket #2155 (Cannot declare constant record) created by sjoelund.se
Cannot declare constant record: […]

2013-04-16:

19:32 Changeset [15839] by sjoelund.se
  • 1 edit in trunk/Examples/GenerateDoc.mos

Build some more documentation if the libraries are available

19:32 Changeset in OpenModelica [cf765cb]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Examples/GenerateDoc.mos

Build some more documentation if the libraries are available

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15839 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

19:21 Changeset [15838] by sjoelund.se
  • 2 edits in trunk/Compiler

Change the parser to allow 31/63-bit unsigned integers as version numbers, max 6 levels deep (previous limit was 7-bit integers, max 4 levels)

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

Change the parser to allow 31/63-bit unsigned integers as version numbers, max 6 levels deep (previous limit was 7-bit integers, max 4 levels)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15838 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

17:27 Ticket #2154 (Connecting arrays of constants or parameters does not generate asserts) closed by perost
fixed: Fixed in r15837. The fix should be available in the nightly builds …
17:24 Changeset [15837] by perost
  • 3 edits
    1 add in trunk
  • Fixed generation of asserts for constant/parameter arrays in connectors.
17:24 Changeset in OpenModelica [970617b]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 2 edits in Compiler/FrontEnd
  • Fixed generation of asserts for constant/parameter arrays in connectors.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15837 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

16:27 Changeset [15836] by perost
  • 1 edit in trunk/testsuite/flattening/modelica/enums/EnumFor2.mo
  • Forgot to baseline new test.
16:03 Ticket #2154 (Connecting arrays of constants or parameters does not generate asserts) created by perost
The following model does not generate the correct assert equations for …
15:38 Changeset [15835] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat
  • geez, i updated the wrong result file before Translational instead of Rotational.
14:30 Changeset [15834] by perost
  • 206 edits
    1 add in trunk
  • Preserve the comment for the flattened class in the flattened output.
  • Don't translate enumeration literals to integers when simplifying asubs.
14:30 Changeset in OpenModelica [5c1efe8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 3 edits in Compiler/FrontEnd
  • Preserve the comment for the flattened class in the flattened output.
  • Don't translate enumeration literals to integers when simplifying asubs.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15834 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

14:27 Changeset [15833] by adrpo
  • 14 edits in trunk
  • partial fix for bug #2002 handle constant modifiers in class redeclare modifiers
  • update some tests
14:27 Changeset in OpenModelica [d5c187a1]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 10 edits in Compiler/FrontEnd
  • partial fix for bug #2002 handle constant modifiers in class redeclare modifiers
  • update some tests

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15833 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

13:42 Changeset [15832] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.Translational.Examples.HeatLosses.mat
  • update result file.
13:35 Changeset [15831] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Blocks.Examples.RealNetwork1.mat
  • update result file.
13:03 Changeset [15830] by jfrenkel
  • 2 edits in trunk/doc/backend
  • Update Documentation BackEnd
13:03 Changeset in OpenModelica [9160af29]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 2 edits in backend
  • Update Documentation BackEnd

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk/doc@15830 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

12:48 Changeset [15829] by adrpo
  • 1 edit in trunk/Compiler/Template/CodegenCpp.mo
  • the CodegenCpp.tpl template has been changed by Niklas in r15811 but the CodegenCpp.mo has not been committed.
11:15 Changeset [15828] by perost
  • 2 edits
    1 add in trunk
  • Fixed connecting components of deleted arrays.
11:15 Changeset in OpenModelica [1fc5d89]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/ConnectUtil.mo
  • Fixed connecting components of deleted arrays.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15828 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

11:14 Changeset [15827] by sjoelund.se
  • 1 edit in trunk/Examples/GenerateDoc.mos

Generate correct documentation for UTF-8

11:14 Changeset in OpenModelica [d6c55d85]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Examples/GenerateDoc.mos

Generate correct documentation for UTF-8

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15827 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

10:54 Ticket #2137 (GUI based FMU import does not extract the .fmu on its own) closed by sjoelund.se
worksforme
04:23 Changeset [15826] by adrpo
  • 1 edit in trunk/libraries
  • use %20 in the URL instead of \[space].
Note: See TracTimeline for information about the timeline view.