Timeline


and

2012-10-16:

23:52 Changeset [13417] by adeas31
  • 10 edits in trunk
  • Replaced the import FMU with the new functionality. importFMU => importFMUOld and importFMUNew => importFMU.
  • Updated some of the test cases. Few test cases still uses the old API.
23:52 Changeset in OpenModelica [801cd9d]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 Adeel Asghar <adeel.asghar@…>
  • 2 edits in Compiler
  • Replaced the import FMU with the new functionality. importFMU => importFMUOld and importFMUNew => importFMU.
  • Updated some of the test cases. Few test cases still uses the old API.

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

23:50 Changeset [13416] by adeas31
  • 2 edits in trunk/Compiler/Template
  • Handle the case when we have no events.
23:50 Changeset in OpenModelica [f4d1837b]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in Compiler/Template/CodegenFMU.tpl
  • Handle the case when we have no events.

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

23:50 Changeset [13415] by adeas31
  • 1 edit in trunk/Compiler/runtime/FMIWrapper.c
  • Differentiate among FMI warning, error and fatal error.
23:50 Changeset in OpenModelica [504a63bc]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in Compiler/runtime/FMIWrapper.c
  • Differentiate among FMI warning, error and fatal error.

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

23:50 Changeset [13414] by adeas31
  • 1 edit in trunk/Compiler/runtime/FMIImpl.c
  • If a variable doesn't have a start value attribute then don't ask for start value.
23:50 Changeset in OpenModelica [0e014414]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in Compiler/runtime/FMIImpl.c
  • If a variable doesn't have a start value attribute then don't ask for start value.

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

23:37 Changeset [13413] by wbraun
  • 26 edits in trunk
  • updates to generation of sparsity pattern and linearization
    • updates for correct sorting of the sparsety pattern
    • added API call linearize()
    • updates the linearization tests
23:37 Changeset in OpenModelica [0bf11d33]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@…>
  • 10 edits in Compiler
  • updates to generation of sparsity pattern and linearization
    • updates for correct sorting of the sparsety pattern
    • added API call linearize()
    • updates the linearization tests

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

22:01 Ticket #1890 (Flatten classes in SCodeInst) created by perost
Note to self: flatten the classes during instantiation so we don't …
21:57 Ticket #1889 (Handle String and Integer operators in new instantiation) created by perost
Using the builtin String operator causes the new instantiation to …
21:52 Ticket #1888 (Implement instantiation of all builtin functions in new instantiation) created by perost
The new instantiation can't handle builtin functions such as sum, …
21:15 Changeset [13412] by wbraun
  • 1 edit in trunk/SimulationRuntime/c/math-support/matrix.h
  • changed just warning message for mixed system
21:15 Changeset in OpenModelica [f44e7b8]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 SimulationRuntime/c/math-support/matrix.h
  • changed just warning message for mixed system

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

21:04 Ticket #1887 (Don't expand records as function parameters in new instantiation) created by perost
Currently we expand records that are function parameters, i.e. […] …
21:01 Changeset [13411] by perost
  • 7 edits
    1 add in trunk
  • Better handling of class extends in new instantiation.
21:01 Changeset in OpenModelica [8a76673]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@…>
  • 6 edits in Compiler
  • Better handling of class extends in new instantiation.

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

20:15 Ticket #1886 (Fix connections of connectors with different names in new instantiation) created by perost
The new instantiation connects connector components based on position, …
19:35 Changeset [13410] by perost
  • 1 edit in branches/OMEdit/OMEditGUI/ModelWidgetContainer.cpp
  • Fixed compilation of new OMEdit. Taking the address of a temporary is not allowed.
17:24 Changeset [13409] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • add cases for DAE.DEFINE and DAE.EQUEQUATION in BackendDAECreate.lowerWhenEq2
  • add missing case of alias exp "not a"
17:24 Changeset in OpenModelica [4efd73f]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
  • add cases for DAE.DEFINE and DAE.EQUEQUATION in BackendDAECreate.lowerWhenEq2
  • add missing case of alias exp "not a"

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

17:11 Changeset [13408] by jfrenkel
  • 2 edits in trunk/Compiler
  • System_strtok returns emtpy list in case of "" equal to rml version
  • BackendVariable: bugfix output Warning message
17:11 Changeset in OpenModelica [3f6e9b6]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
  • System_strtok returns emtpy list in case of "" equal to rml version
  • BackendVariable: bugfix output Warning message

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

16:50 Changeset [13407] by adeas31
  • 2 adds in branches/OMEdit
  • Added README.txt and Makefile.omdev.mingw.
16:43 Changeset [13406] by adeas31
  • 1 delete in branches/OMEditGUI
  • delete the OMEditGUI. Added by mistake.
16:34 Changeset [13405] by adeas31
  • 213 adds in branches/OMEdit
  • New OMEdit.
16:32 Changeset [13404] by adeas31
  • 212 adds in branches/OMEditGUI
  • A new OMEdit.
16:11 WikiStart edited by sjoelund.se
(diff)
15:43 Changeset [13403] by sjoelund.se
  • 1 edit in trunk/Examples/BuildModelRecursive.mos
  • Change BuildModelRecursive.mos to only run ModelicaTest if asked for (will be a separate report on test server from now on)
15:43 Changeset in OpenModelica [62b2cdac]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
  • Change BuildModelRecursive.mos to only run ModelicaTest if asked for (will be a separate report on test server from now on)

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

14:33 Changeset [13402] by perost
  • 1 edit in trunk/Compiler/runtime/FMIImpl.c
  • Apparently strndup is not supported by mingw, use strdup instead.
14:33 Changeset in OpenModelica [26867a6a]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/runtime/FMIImpl.c
  • Apparently strndup is not supported by mingw, use strdup instead.

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

14:08 Changeset [13401] by perost
  • 1 edit in trunk/Compiler/runtime/FMIImpl.c
  • Respect constness in FMIImpl.
14:08 Changeset in OpenModelica [5a36a44]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/runtime/FMIImpl.c
  • Respect constness in FMIImpl.

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

12:42 Ticket #1885 (generated FMI can not be simulated with FMUSDK) created by richti83
Since update from 1.8.1 to 1.9 r13381 the FMI Export seems to be …
11:09 Ticket #1836 (OMEdit: navigation buttons in documentation viewer) closed by hkiel
fixed
10:49 Changeset [13400] by hkiel
  • 5 edits in trunk/OMEdit

# 1836

  • added history of documentation viewer and backward/forward buttons to navigate
10:49 Changeset in OpenModelica [6d06e18]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@…>
  • 5 edits in OMEdit

# 1836

  • added history of documentation viewer and backward/forward buttons to navigate

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

00:30 Changeset [13399] by adrpo
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Makefile
  • moved Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos to wrong results.
00:07 Changeset [13398] by wbraun
  • 2 edits in trunk/Compiler/Template
  • fixed terminal error in new fmi import
00:07 Changeset in OpenModelica [522b1df]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/Template/CodegenFMU.tpl
  • fixed terminal error in new fmi import

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

2012-10-15:

23:22 Changeset [13397] by adeas31
  • 1 edit in trunk/Compiler/runtime/FMIImpl.c
  • don't allocate memory. a minor fix.
23:22 Changeset in OpenModelica [49a506de]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in Compiler/runtime/FMIImpl.c
  • don't allocate memory. a minor fix.

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

23:05 Changeset [13396] by adrpo
  • 3 edits in trunk/testsuite/openmodelica/benchmarks
  • get rid of .NNN warnings in HumModOMCTotal.mo
22:40 Changeset [13395] by adeas31
  • 3 edits in trunk/Compiler
  • use appropriate variable names.
  • only write duplicate functions once.
22:40 Changeset in OpenModelica [5b5c3ba0]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 Adeel Asghar <adeel.asghar@…>
  • 2 edits in Compiler
  • use appropriate variable names.
  • only write duplicate functions once.

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

18:18 Changeset [13394] by bruno
  • 1 edit
    1 add in trunk/testsuite/simulation/libraries/msl32

Wrong results in gyroscopic effects model and moved pointmasses2 moved to correct results

18:16 Changeset [13393] by adrpo
  • 1 edit
    1 delete in trunk/doc/performance/benchmarks
  • remove performance.ods and change the path in README.txt
18:16 Changeset in OpenModelica [e5a2b2a7]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 performance/benchmarks/README.txt
  • remove performance.ods and change the path in README.txt

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

18:15 Changeset [13392] by adrpo
  • 1 edit in trunk/doc/performance/benchmarks/performance.xlsx
  • performance update.
18:15 Changeset in OpenModelica [73c7e250]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 performance/benchmarks/performance.xlsx
  • performance update.

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

17:38 Changeset [13391] by jfrenkel
  • 9 edits in trunk
  • fix for nonlinear system/tearing, generate code for all equations
  • switch tearing on in some tests (still fail Modelica.Electrical.Analog.Examples.CauerLowPassSC msl221 and msl31 see #1804)
17:38 Changeset in OpenModelica [79f21a84]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/Template/CodegenC.tpl
  • fix for nonlinear system/tearing, generate code for all equations
  • switch tearing on in some tests (still fail Modelica.Electrical.Analog.Examples.CauerLowPassSC msl221 and msl31 see #1804)

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

17:04 Changeset [13390] by sjoelund.se
  • 7 edits in trunk
  • Update MSL 3.2.1 version for a spice3 fix
  • Fix some formatting in generated code
17:04 Changeset in OpenModelica [b554cb56]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/Template/CodegenC.tpl
  • Update MSL 3.2.1 version for a spice3 fix
  • Fix some formatting in generated code

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

14:57 Ticket #1873 (Stack overflow introduced in backend) closed by jfrenkel
fixed: fixed in r13389
14:56 Changeset [13389] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendVariable.mo
  • check for cyclic bindings in start values while merging alias variables
14:56 Changeset in OpenModelica [9c796c6f]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/BackendVariable.mo
  • check for cyclic bindings in start values while merging alias variables

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

13:56 Changeset [13388] by alash325
  • 1 edit in trunk/testsuite/Makefile
  • Update testsuite/Makefile for linear and non linear simulation tests
12:53 Changeset [13387] by adrpo
  • 1 edit in trunk/testsuite/openmodelica/bootstrapping/LinkMain.makefile.mingw
  • lib -lfmilib depends on -lshlwapi
12:23 Changeset [13386] by lochel
  • 3 edits
    2 deletes in trunk/testsuite/simulation/modelica
  • rename package for linear_system/MissV.mos
  • load model from string
12:12 Changeset [13385] by lochel
  • 15 edits
    5 moves
    4 adds
    3 deletes in trunk/testsuite/simulation/modelica
  • always test for getErrorString()
  • create test-folders for linear/nonlinear systems
  • move some linear/nonlinear tests
12:08 Changeset [13384] by sjoelund.se
  • 3 edits in trunk
  • Latest MSL 3.2.1 update
12:06 Changeset [13383] by sjoelund.se
  • 2 edits in trunk/libraries
  • Updated ModelicaReference from MSL trunk
11:36 Changeset [13382] by sjoelund.se
  • 3 edits in trunk/Compiler

#1883

  • Check that command-line arguments are UTF-8 encoded. Convert illegal UTF-8 into 7-bit ascii for the error-messages.
11:36 Changeset in OpenModelica [d5e063a]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 Compiler

#1883

  • Check that command-line arguments are UTF-8 encoded. Convert illegal UTF-8 into 7-bit ascii for the error-messages.

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

09:56 Ticket #1884 (incompatible types when assigning to type 'modelica_real' from type ...) created by anonymous
Caused by this model: […]

2012-10-14:

23:43 Changeset [13381] by jfrenkel
  • 1 edit in trunk/Compiler/Util/Error.mo
  • add missing thing for last commit
23:43 Changeset in OpenModelica [681192d6]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/Util/Error.mo
  • add missing thing for last commit

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

23:34 Changeset [13380] by jfrenkel
  • 4 edits in trunk/Compiler
  • check for derivatives of inputs
23:34 Changeset in OpenModelica [7b86774]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@…>
  • 4 edits in Compiler
  • check for derivatives of inputs

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

22:49 Changeset [13379] by wbraun
  • 2 edits in trunk/Compiler
  • fixed event handling in new fmi import
22:49 Changeset in OpenModelica [182ec2d]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@…>
  • 2 edits in Compiler
  • fixed event handling in new fmi import

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

18:59 Ticket #1883 (OMEdit has issues when opening files with special chars in them ...) created by adrpo
The file in c:/tö/ö/ägg/åter/file.mo will not be open and no error …
01:16 Changeset [13378] by adrpo
  • 2 edits in 3rdParty/libraries/WasteWater/ASM1
  • fully qualify some of the paths.
01:14 Ticket #1882 (Inside flow appear twice in the connection set in some weird cases) created by adrpo
As usual flow are added as inside connectors and generate x = 0 …

2012-10-13:

23:29 Changeset [13377] by adrpo
  • 1 edit in 3rdParty/libraries/SystemDynamics/SystemDynamics.mo
  • converted the library to Modelica 3.x, annotations to 3.x.
  • utf-8 conversion.
23:26 Changeset [13376] by adrpo
  • 68 adds in 3rdParty/libraries/SystemDynamics
23:19 Changeset [13375] by adrpo
  • 34 edits
    9 adds in 3rdParty/libraries/WasteWater
  • converted the library to Modelica 3.x, annotations to 3.x
  • very weird library, I don't even get what Modelica version it uses.
  • fixed a lot of "package X = A.B.C;" where it should have been: "import X = A.B.C;"
23:14 Changeset [13374] by adrpo
  • 583 adds in 3rdParty/libraries
23:09 Changeset [13373] by adrpo
  • 1 add in 3rdParty
  • a folder for 3rdParty libraries
21:32 Changeset [13372] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • derivatives of variables with type array are not arrays, because not all elements may diverentiated
21:32 Changeset in OpenModelica [6864c6c]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
  • derivatives of variables with type array are not arrays, because not all elements may diverentiated

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

21:04 Changeset [13371] by jfrenkel
  • 2 edits in trunk/testsuite/simulation/modelica/equations
  • make WhenNoRetCall working again
18:12 Changeset [13370] by alash325
  • 53 edits
    1 copy
    1 delete in trunk/testsuite
  • Deleted mosfiles-nosim form SVN since it has already moved to flattening/modelica
17:45 Changeset [13369] by alash325
  • 2 edits
    1 copy in trunk/testsuite
  • Moved mosfiles-nonsim directory to flattening/modelica
  • Update flattening/modelica/mosfiles/Makefile
  • Update testsuite/Makefile
15:44 Changeset [13368] by alash325
  • 1 delete in trunk/testsuite/mosfiles
  • Deleted mosfiles directory from SVN since they are already moved to testsuite/simulation/modelica
15:37 Changeset [13367] by alash325
  • 2 edits in trunk/testsuite/partest
  • Fixed runtest.pl- Change the link to ReferenceFiles
15:15 Changeset [13366] by alash325
  • 6 edits
    1 move in trunk/testsuite/simulation/libraries/3rdParty/siemens
  • Renaming ResultFiles to ReferenceFiles just to keep the same naming like others
  • Updating the test scripts path to ReferenceFiles
14:01 Changeset [13365] by alash325
  • 1 edit in trunk/testsuite/simulation/modelica/equations/Makefile
  • Added WhenNoRetCall test case to failing group
13:26 Changeset [13364] by alash325
  • 1 edit
    2 copies in trunk/testsuite/simulation/modelica/equations
  • WhenNoRetCall test case is copied from mosfiles to testsuite/simulation/modelica/equations directory
11:40 Changeset [13363] by adrpo
  • 1 edit in trunk/testsuite/openmodelica/omcc/SCRIPT.mos
  • duh, add the actual output to the SCRIPT.mos
00:45 Changeset [13362] by adrpo
  • 2 edits in trunk/testsuite/simulation/modelica
  • fix tests.

2012-10-12:

23:54 Ticket #1827 (BackendDAE cannot represent NORETCALL equations) closed by jfrenkel
fixed: - works in r13361, maybe EQ_NORETCALL needs information about buildin …
23:49 Changeset [13361] by jfrenkel
  • 5 edits in trunk
  • fix for #1827, maybe NORETCALL needs builtin attribut (if there is a buildin function with no return value)
23:49 Changeset in OpenModelica [d5de5893]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/Template/CodegenC.tpl
  • fix for #1827, maybe NORETCALL needs builtin attribut (if there is a buildin function with no return value)

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

23:27 Changeset [13360] by jfrenkel
  • 3 edits in trunk/Compiler/BackEnd
  • traverse NORETCALL in PartFn and BackendDAETransform correct
23:27 Changeset in OpenModelica [f4c7884]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@…>
  • 3 edits in Compiler/BackEnd
  • traverse NORETCALL in PartFn and BackendDAETransform correct

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

22:08 Changeset [13359] by adrpo
  • 4 edits
    1 add in trunk/testsuite/simulation
  • fix testsuite.
21:55 Changeset [13358] by adrpo
  • 1 edit in trunk/testsuite/partest/runtests.pl
  • directory has changed.
21:51 Changeset [13357] by adrpo
  • 40 edits in trunk/testsuite/simulation/modelica
  • kill tabs.
19:29 Changeset [13356] by adrpo
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEOptimize.mo
  • circumvent bug in MetaModelica/RML use else_ instead of _else as it seems the .srz parser has some issues
19:29 Changeset in OpenModelica [1aa9316]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/BackEnd/BackendDAEOptimize.mo
  • circumvent bug in MetaModelica/RML use else_ instead of _else as it seems the .srz parser has some issues

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

18:52 Changeset [13355] by adrpo
  • 1 edit in trunk/Compiler/BackEnd/BackendDAE.mo
  • fix Compiler/BackEnd/BackendDAE.mo
18:52 Changeset in OpenModelica [e563d84]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/BackEnd/BackendDAE.mo
  • fix Compiler/BackEnd/BackendDAE.mo

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

18:42 Changeset [13354] by jfrenkel
  • 2 edits in trunk/Compiler
  • use consOnTrue instead of Util.if_(res, e :: inAccum, inAccum)), save memory
  • fix bootstrapping
18:42 Changeset in OpenModelica [2559181b]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
  • use consOnTrue instead of Util.if_(res, e :: inAccum, inAccum)), save memory
  • fix bootstrapping

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

18:38 Changeset [13353] by alash325
  • 2 edits in trunk/testsuite/simulation/modelica
  • Makefile - Naming correction for HelloWorld.mos and LotkaVolterra.mos
18:30 Changeset [13352] by jfrenkel
  • 1 edit in trunk/Compiler/Template/CodegenC.tpl
  • coding stile
18:30 Changeset in OpenModelica [24df1964]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/Template/CodegenC.tpl
  • coding stile

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

18:27 Changeset [13351] by jfrenkel
  • 8 edits
    2 adds in trunk
  • support noretcall in when equation, add example but still not work because of undefined reference to `Modelica_Utilities_Streams_print'
18:27 Changeset in OpenModelica [1da8fc39]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@…>
  • 7 edits in Compiler
  • support noretcall in when equation, add example but still not work because of undefined reference to `Modelica_Utilities_Streams_print'

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

17:40 Changeset [13350] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • BackendDAECreate: - skipp asserts with condition=true
  • BackendDAEOptimize.removeSimpleEquations: remove asserts with condition=true from removed equations
17:40 Changeset in OpenModelica [39c18aa7]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
  • BackendDAECreate: - skipp asserts with condition=true
  • BackendDAEOptimize.removeSimpleEquations: remove asserts with condition=true from removed equations

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

17:16 Changeset [13349] by bruno
  • 1 edit
    1 add
    1 delete in trunk/testsuite/simulation/libraries/msl32

modified test case for oneAxis in multibody examples, now it simulates

17:14 Changeset [13348] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • use Expression.makeScalarArray for dynamicstate selection equations
17:14 Changeset in OpenModelica [32338ffd]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/IndexReduction.mo
  • use Expression.makeScalarArray for dynamicstate selection equations

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

17:13 Changeset [13347] by jfrenkel
  • 3 edits in trunk/Compiler/BackEnd
  • handle asserts in if-equations
  • removed unused code
17:13 Changeset in OpenModelica [c9e0167f]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@…>
  • 3 edits in Compiler/BackEnd
  • handle asserts in if-equations
  • removed unused code

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

16:03 Changeset [13346] by adeas31
  • 2 edits in trunk/Compiler/Template
  • handle the case when there are now continuous states and events.
16:03 Changeset in OpenModelica [cedaeaef]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in Compiler/Template/CodegenFMU.tpl
  • handle the case when there are now continuous states and events.

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

14:59 Changeset [13345] by alash325
  • 4 edits
    2 moves in trunk/testsuite
  • Java and uncertainties directories are moved from testsuite to testsuite/openmodelica directory
  • Updated Makefile for both
14:48 Changeset [13344] by sjoelund.se
  • 3 edits in trunk
  • Die tabs, die
14:44 Changeset [13343] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos
  • Expected output
14:42 Changeset [13342] by sjoelund.se
  • 1 edit in trunk/libraries/Modelica 3.2.1.patch
  • Fixing the patch
14:40 Changeset [13341] by sjoelund.se
  • 1 edit
    212 adds in trunk/libraries
  • Re-adding the removed directories, removed svn:externals for the parts that are not core MSL 3.2.1 for speed (svn doesn't do parallel update and communicates once per external resource, and doesn't handle files)
14:31 Changeset [13340] by sjoelund.se
  • 3 edits
    1 add
    6 deletes in trunk
  • New procedure to update MSL 3.2.1: Update the svn:externals revision and run make omlibrary-diff to create the patches. Update the copy in build/lib/omlibrary unless you want to commit the patch upstream to modelica.org (only possible if you have an account there)
14:31 Changeset in OpenModelica [52b029cb]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
  • New procedure to update MSL 3.2.1: Update the svn:externals revision and run make omlibrary-diff to create the patches. Update the copy in build/lib/omlibrary unless you want to commit the patch upstream to modelica.org (only possible if you have an account there)

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

13:41 Changeset [13339] by sjoelund.se
  • 3 edits in trunk
  • Update MSL 3.2.1 (order=2 fix, from our old MSL 3.1)
13:33 Changeset [13338] by sjoelund.se
  • 4 edits in trunk
  • Missing each (modelica.org MSL 3.2.1 r5599)
13:09 Changeset [13337] by alash325
  • 2 edits
    436 copies
    32 adds in trunk/testsuite
  • Mosfiles are copied to different directories under simulation/modelica
  • Create Makefile for each directories
  • Updated testsuite/Makefile
12:40 Changeset [13336] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/OMCProxy.cpp
  • Fix OMEdit for msl 3.2.1
12:40 Changeset in OpenModelica [2a7ba18f]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditGUI/OMCProxy.cpp
  • Fix OMEdit for msl 3.2.1

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

12:04 Changeset [13335] by alash325
  • 65 edits
    63 moves
    1 add in trunk/testsuite
  • Moved .mat files for ThermoSysPro to ReferenceFiles
  • Create a link for ThermoSysPro ReferenceFiles directory in runtest.pl
  • Update the .mat file path for ThermoSysPro test scripts
11:56 Changeset [13334] by sjoelund.se
  • 1 edit in trunk/Examples/BuildModelRecursive.mos
  • Also clean ModelicaTest
11:56 Changeset in OpenModelica [3b5d535]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
  • Also clean ModelicaTest

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

11:56 Changeset [13333] by adrpo
  • 1 edit in trunk/OMOptim/build/UpdateRevision.bat
  • update for do not exit with error even if it did not work! needed for the Hudson build.
11:49 Changeset [13332] by sjoelund.se
  • 1 edit in trunk/Examples/BuildModelRecursive.mos
  • Report also number of successful simulations
11:49 Changeset in OpenModelica [8533668d]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
  • Report also number of successful simulations

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

11:35 Changeset [13331] by adrpo
  • 1 edit in trunk/OMOptim/build/UpdateRevision.bat
  • do not exit with error even if it did not work!
  • needed for the Hudson build.
11:29 Changeset [13330] by adrpo
  • 1 edit in trunk/Makefile.common
  • keep the version with find even in msys as hudson SVN kit is 1.4 (ancient) and has .svn directories everywhere.
11:29 Changeset in OpenModelica [5531c7a3]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 Makefile.common
  • keep the version with find even in msys as hudson SVN kit is 1.4 (ancient) and has .svn directories everywhere.

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

10:52 Changeset [13329] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd

switch off equality equations to alias variables in BackendDAE.create phase (fix failing tests befor switch on again)

10:52 Changeset in OpenModelica [7795bd93]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

switch off equality equations to alias variables in BackendDAE.create phase (fix failing tests befor switch on again)

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

10:26 Changeset [13328] by adrpo
  • 1 edit in installers/windows/OpenModelicaSetup/BuildWindowsRelease.sh
  • update OpenModelica/Compiler/OpenModelicaSetup/BuildWindowsRelease.sh
09:21 Changeset [13327] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendDAECreate.mo
  • switch on equality equations to alias variables in BackendDAE.create phase
09:21 Changeset in OpenModelica [a974b382]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/BackendDAECreate.mo
  • switch on equality equations to alias variables in BackendDAE.create phase

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

08:52 Ticket #1881 (Glycol47 segfaults in LAPACK routine) created by sjoelund.se
In MSL 3.2.1 …
06:49 Changeset [13326] by wbraun
  • 5 edits in trunk
  • bug fix for mixed system solver


06:49 Changeset in OpenModelica [8289878]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@…>
  • 2 edits in /
  • bug fix for mixed system solver


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

04:32 Changeset [13325] by wbraun
  • 1 edit in trunk/Compiler/BackEnd/SimCodeUtil.mo
  • fix coding style
04:32 Changeset in OpenModelica [049db2ee]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/SimCodeUtil.mo
  • fix coding style

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

03:50 Changeset [13324] by wbraun
  • 22 edits in trunk
  • fixed coding style
  • fixed some warings in c runtime
  • fixed linearization test
03:50 Changeset in OpenModelica [56c21908]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@…>
  • 11 edits in /
  • fixed coding style
  • fixed some warings in c runtime
  • fixed linearization test

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

01:17 Changeset [13323] by wbraun
  • 24 edits in trunk
  • setup sparsty pattern calculation as postOptModule (not activated yet by defalt due to some issue with tearing module)
01:17 Changeset in OpenModelica [0138cbc]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@…>
  • 22 edits in /
  • setup sparsty pattern calculation as postOptModule (not activated yet by defalt due to some issue with tearing module)

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

2012-10-11:

22:19 Changeset [13322] by adeas31
  • 1 edit in trunk/SimulationRuntime/c/simulation/solver/model_help.c
  • fixed coding style.
22:19 Changeset in OpenModelica [4e6debd]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in SimulationRuntime/c/simulation/solver/model_help.c
  • fixed coding style.

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

18:45 Changeset [13321] by alash325
  • 2 edits in trunk/Compiler/Template
  • Fixed XML code generation
18:45 Changeset in OpenModelica [0310a082]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 Alachew Mengist <alash325@…>
  • 1 edit in Compiler/Template/CodegenXML.tpl
  • Fixed XML code generation

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

17:58 Ticket #1876 (Expandable connectors: wrong equations generation in Multibody) closed by adrpo
fixed
17:37 Changeset [13320] by jansilar
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Makefile

Another model removed from testsuit.

17:18 Changeset [13319] by arun3688
  • 1 edit in trunk/testsuite/openmodelica/omcc/Main.mo

main.mo modified - arun3688

17:13 Changeset [13318] by jansilar
  • 18 edits in trunk

Solving mixed strong components in runtime not in generated code.
Perhaps another bug comes out - some test moved to failingtests.

17:13 Changeset in OpenModelica [fbc2ab6]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 Jan Silar <jan.silar@…>
  • 11 edits in /

Solving mixed strong components in runtime not in generated code.
Perhaps another bug comes out - some test moved to failingtests.

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

16:56 Changeset [13317] by arun3688
  • 2 edits in trunk/testsuite/openmodelica/omcc_test

Omcc_test cases path corrected

16:55 Changeset [13316] by arun3688
  • 7 edits in trunk/testsuite/openmodelica/omcc

OMCCp bugs fixed with latest update - arun3688

16:19 Ticket #1880 (OMEdit: uses all CPU during simulation) created by hkiel
When simulation is running the OMEdit GUI seems to busy poll and …
15:30 Changeset [13315] by alash325
  • 2 edits in trunk/Compiler/Template
  • Fixed CodegenXML.tpl
15:30 Changeset in OpenModelica [c06fc35]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 Alachew Mengist <alash325@…>
  • 1 edit in Compiler/Template/CodegenXML.tpl
  • Fixed CodegenXML.tpl

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

14:40 Changeset [13314] by adrpo
  • 1 edit
    2 adds in trunk/testsuite/flattening/libraries/msl32
  • add flattening/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.*
14:33 Changeset [13313] by adrpo
  • 1 edit in trunk/Compiler/FrontEnd/Inst.mo
  • attempt to fix ticket #1876
  • remove any components already declared in the expandable connector as they will be added anyway.
14:33 Changeset in OpenModelica [4de934e5]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
  • attempt to fix ticket #1876
  • remove any components already declared in the expandable connector as they will be added anyway.

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

14:15 Ticket #1878 (function copy_double_data_mem is missing in cpp runtine) closed by niklwors
fixed
14:15 Ticket #1690 (initial algorithm aren't considered while the initialization) reopened by wbraun
14:11 Changeset [13312] by niklwors
  • 2 edits in trunk/Compiler/Template

fix #1878 for copy_double_data_mem

14:11 Changeset in OpenModelica [4fd98d4d]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 Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

fix #1878 for copy_double_data_mem

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

14:06 Ticket #1690 (initial algorithm aren't considered while the initialization) closed by lochel
fixed: val(b, 0.0) = 9.0
13:32 Changeset [13311] by adeas31
  • 8 edits in trunk/Compiler
  • Handle the new Windows system dependency of FMIL i.e shlwapi.
13:32 Changeset in OpenModelica [723d9001]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 Adeel Asghar <adeel.asghar@…>
  • 5 edits in Compiler
  • Handle the new Windows system dependency of FMIL i.e shlwapi.

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

13:17 Changeset [13310] by sjoelund.se
  • 2 edits in trunk/Compiler/Template
  • Use dots instead of $P in function context
13:17 Changeset in OpenModelica [f00e057]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/Template/CodegenC.tpl
  • Use dots instead of $P in function context

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

11:54 Ticket #1879 (Implement restrictions on pre) created by perost
We currently don't check all the restrictions on pre, see #1835.
11:09 Changeset [13309] by jfrenkel
  • 51 edits in trunk/testsuite/cppruntime/libraries/msl31
  • update path to reference files in cppruntime tests
11:06 Ticket #1878 (function copy_double_data_mem is missing in cpp runtine) created by jfrenkel
For the test Modelica.Mechanics.MultiBody.Frames.mos the function …
09:54 Changeset [13308] by sjoelund.se
  • 1 edit
    1 add in trunk/testsuite/mosfiles-nosim

#1877

  • Added testcase
09:52 Ticket #1877 (Support size(cr)) closed by sjoelund.se
fixed: Fixed in r13307. Testcase in r13308.
09:51 Changeset [13307] by sjoelund.se
  • 4 edits in trunk

#1877

  • Support size(cr) in codegen
09:51 Changeset in OpenModelica [6ee75dd]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 /

#1877

  • Support size(cr) in codegen

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

09:51 Ticket #1877 (Support size(cr)) created by sjoelund.se
size(cr) (returning an integer array) is used by …
09:40 Changeset [13306] by jfrenkel
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mos
  • expexted output
09:06 Changeset [13305] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendDAETransform.mo
  • bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression
09:06 Changeset in OpenModelica [2efbebb]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
  • bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression

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

06:00 Changeset [13304] by adrpo
  • 3 adds in trunk/testsuite/partest/windows
  • partest for Windows. still work to do on it.
05:17 Changeset [13303] by adrpo
  • 1 edit in trunk/testsuite/Makefile
  • start with slow.logs first.
05:13 Changeset [13302] by adrpo
  • 1 edit in trunk/testsuite/rtest
  • use full path after testsuite/FP to build up the /tmp/omc-rtest-*/FP this is to minimize the issues when running make -jN
03:45 Changeset [13301] by adrpo
  • 1 edit in trunk/Makefile.common
  • faster libraries copy on Windows Msys to build/lib/omlibrary
03:45 Changeset in OpenModelica [daf6f0b7]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 Makefile.common
  • faster libraries copy on Windows Msys to build/lib/omlibrary

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

03:20 Changeset [13300] by adrpo
  • 3 edits in installers/windows/OMDev/tools/rml
  • update to MetaModelica revision 250.
  • third try to make rml more fault tolerant when run in parallel on Windows.
02:58 Changeset [13299] by adrpo
  • 3 edits in installers/windows/OMDev/tools/rml
  • update to MetaModelica revision 249.
  • second try to make rml more fault tolerant when run in parallel on Windows.
02:34 Changeset [13298] by adrpo
  • 3 edits in installers/windows/OMDev/tools/rml
  • update to MetaModelica revision 248.
  • trying to make rml more fault tolerant when run in parallel on Windows.
00:36 Changeset [13297] by adrpo
  • 1 edit in trunk/Compiler/omc_release/Makefile.omdev.mingw
  • switch the places of libs as -lfmilib needs -lshlwapi.

2012-10-10:

23:45 Changeset [13296] by adeas31
  • 1 edit in installers/windows/OpenModelicaSetup/BuildWindowsRelease.sh
  • build clients with one instruction.
23:43 Changeset [13295] by adeas31
  • 10 edits
    1 delete in trunk
  • build all clients.
  • removed OMTools as is not required.
  • build instructions.
23:43 Changeset in OpenModelica [cb11c403]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 Adeel Asghar <adeel.asghar@…>
  • 2 edits
    2 deletes in /
  • build all clients.
  • removed OMTools as is not required.
  • build instructions.

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

21:08 Changeset [13294] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression
21:08 Changeset in OpenModelica [d1dadbc]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/IndexReduction.mo
  • bugfix for SimCodeUtil.calculateIndex, keep ComponentRef of Var and use not the one from call expression

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

17:04 Changeset [13293] by perost
  • 11 edits in trunk
  • Improvements to element redeclares in the new instantiation.
17:04 Changeset in OpenModelica [f06efbd1]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@…>
  • 10 edits in Compiler/FrontEnd
  • Improvements to element redeclares in the new instantiation.

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

15:58 Ticket #1876 (Expandable connectors: wrong equations generation in Multibody) created by bruno
While testing multibody library for MSL 3.2.1 I disovered that the …
14:57 Changeset [13292] by adeas31
  • 2 deletes in installers/windows/OMDev/tools/OMTools
  • Removed clients binaries and libs.
12:23 Changeset [13291] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • bugfix mergestartvalue for alias variables, use the value from the variable with less dots in the name according to MSL
  • bugfix variable operations for alias var
12:23 Changeset in OpenModelica [507c2de7]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
  • bugfix mergestartvalue for alias variables, use the value from the variable with less dots in the name according to MSL
  • bugfix variable operations for alias var

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

12:14 Ticket #1875 (Error printed although record instantiation succeeds) created by sjoelund.se
The following works, but produces an error-messages: […]
11:38 Changeset [13290] by hubert.thieriot
  • 5 edits in trunk/OMOptim
  • moomc get comment function
  • optobjective filled fields
11:38 Changeset [13289] by hubert.thieriot
  • 2 edits in trunk/OMOptimBasis
  • corrected variableResult scan vector
11:09 Changeset [13288] by sjoelund.se
  • 1 edit in trunk/3rdParty
  • Bump FMIL version
10:54 Ticket #1874 (Error sorting boolean variables) created by sjoelund.se
In Modelica.Blocks.Examples.BooleanNetwork1: […] Why doesn't this …
10:46 Ticket #1873 (Stack overflow introduced in backend) created by sjoelund.se
Sometime between r13263 and r13284 the backend started giving a stack …
09:24 Changeset [13287] by jfrenkel
  • 2 edits in trunk/testsuite/simulation/modelica/msl22
  • expexted output
09:14 Changeset [13286] by sjoelund.se
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
  • Expected output
09:09 Changeset [13285] by sjoelund.se
  • 232 edits in trunk
  • svn eol-style
00:11 Changeset [13284] by jfrenkel
  • 5 edits in trunk
  • fix bug for mergestartvalue, add missing negate of start value in case of a = -b
  • fix tests (delete some wrong warnings, see my last commit)
00:11 Changeset in OpenModelica [14c36aa0]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/BackendVariable.mo
  • fix bug for mergestartvalue, add missing negate of start value in case of a = -b
  • fix tests (delete some wrong warnings, see my last commit)

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

2012-10-09:

22:52 Changeset [13283] by perost
  • 2 edits in trunk/testsuite/flattening/modelica/declarations
  • Move Discrete2 test case to failing, and DoubleDeclaration to working.
22:47 Changeset [13282] by jfrenkel
  • 3 edits in trunk/Compiler/BackEnd
  • check if expression is equal before report warning about different start values in case of alias variables.
22:47 Changeset in OpenModelica [2b6d157]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@…>
  • 3 edits in Compiler/BackEnd
  • check if expression is equal before report warning about different start values in case of alias variables.

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

20:39 Changeset [13281] by perost
  • 30 edits
    23 moves
    1 add in trunk/testsuite
  • Move reference result files in msl32 to ReferenceFiles directory, so it has the same structure as msl31.
  • Fixed some broken tests.
19:26 Changeset [13280] by alash325
  • 1 edit in trunk/testsuite/partest/runtest.pl
  • Fix testsuite- Linking msl32 on runtest.pl
19:03 Changeset [13279] by perost
  • 2 edits
    2 moves
    2 adds in trunk/testsuite
  • Move XML dumping tests to their own folder.
18:43 Changeset [13278] by adrpo
  • 1 edit in trunk/testsuite/partest/runtest.pl
  • trying to fix the testsuite, add msl32 to runtest.pl to do the linking
17:48 Ticket #1868 (A couple of syntax errors in Compiler/Template/CodegenXML.tpl) closed by janssen
fixed: Fixed in revision 13277.
17:47 Changeset [13277] by janssen
  • 2 edits in trunk/Compiler/Template

fix for issue #1868 -- problems with CodegenXML.tpl

17:47 Changeset in OpenModelica [b8269efe]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 Bill Janssen <janssen@…>
  • 1 edit in Compiler/Template/CodegenXML.tpl

fix for issue #1868 -- problems with CodegenXML.tpl

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

17:10 Ticket #1872 (Array-expression and when-statements do not work) closed by wbraun
fixed: fixed in r13276
17:09 Changeset [13276] by wbraun
  • 3 edits
    2 adds in trunk
  • added BugFix for #1872 Bugfix is for now a workaround that prevents the collation of STMT_WHEN conditions. Since I want to rewrite some of that helpVar stuff with regarding to Ticket #1866, this should work for now.
17:09 Changeset in OpenModelica [219dce8]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@…>
  • 2 edits in Compiler
  • added BugFix for #1872 Bugfix is for now a workaround that prevents the collation of STMT_WHEN conditions. Since I want to rewrite some of that helpVar stuff with regarding to Ticket #1866, this should work for now.

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

17:09 Changeset [13275] by alash325
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Makefile
  • Update testsuite/simulation/libraries/msl32/Makefile for multibody test cases MSL 3.2.1
16:22 Changeset [13274] by bruno
  • 50 adds in trunk/testsuite/simulation/libraries/msl32

Added multibody test cases MSL 3.2.1

14:42 Changeset [13273] by adeas31
  • 4 edits in trunk/Compiler
  • Terminate the FMI slave and model.
  • Free the slave and model instances.
14:42 Changeset in OpenModelica [101924f5]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 Adeel Asghar <adeel.asghar@…>
  • 3 edits in Compiler
  • Terminate the FMI slave and model.
  • Free the slave and model instances.

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

14:16 Changeset [13272] by jfrenkel
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mos
  • fix test DrumBoiler
13:56 Changeset [13271] by adeas31
  • 5 edits in trunk
  • build instructions.
13:56 Changeset in OpenModelica [3b516e3a]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMShell/README.txt
  • build instructions.

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

13:56 Changeset in OpenModelica [52a0b2e]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMNotebook/README.txt
  • build instructions.

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

13:56 Changeset in OpenModelica [d659a55b]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMPlot/README.txt
  • build instructions.

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

13:56 Changeset in OpenModelica [e6cdf79e]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/README.txt
  • build instructions.

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

13:56 Changeset in OpenModelica [fa3ccef]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in README-BUILD-RELEASE-NSIS.txt
  • build instructions.

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

13:38 Changeset [13270] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendVariable.mo
  • prever variable with long names as alias variables and keep variables with short names in system
13:38 Changeset in OpenModelica [443ee3ee]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/BackendVariable.mo
  • prever variable with long names as alias variables and keep variables with short names in system

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

12:43 Changeset [13269] by adeas31
  • 2 edits in installers/windows/OpenModelicaSetup
  • build OMClients for the nightly builds.
12:26 Changeset [13268] by adeas31
  • 3 edits
    7 adds in trunk
  • windows make files for OMClients.
12:26 Changeset in OpenModelica [95dc7eea]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMNotebook/OMNotebookGUI/OMNotebookGUI.pro
  • windows make files for OMClients.

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

12:26 Changeset in OpenModelica [f057bd3]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditGUI/OMEditGUI.pro
  • windows make files for OMClients.

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

12:26 Changeset in OpenModelica [f3bd494e]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 Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMShell/OMShellGUI/OMShellGUI.pro
  • windows make files for OMClients.

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

11:19 Ticket #1860 (Multibody MSL models that use quaternions as states fail simulation) closed by bruno
fixed
10:25 Ticket #1872 (Array-expression and when-statements do not work) created by sjoelund.se
[…] The flattened code contains when {b[1]} (which is correct). …
09:38 Changeset [13267] by sjoelund.se
  • 7 edits in trunk
  • Fix UTF-8/Tab errors
09:38 Changeset in OpenModelica [33233fb8]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@…>
  • 4 edits in /
  • Fix UTF-8/Tab errors

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

08:15 Changeset [13266] by alash325
  • 2 edits in trunk
  • Fix OpenModelica CODING STYLE
08:15 Changeset in OpenModelica [8d7a56f]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 Alachew Mengist <alash325@…>
  • 2 edits in /
  • Fix OpenModelica CODING STYLE

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

06:23 Changeset [13265] by adrpo
  • 1 edit in installers/windows/OpenModelicaSetup/BuildWindowsRelease.sh
  • use sh instead of bash as for some reason bash fails very weirdly
  • print some more info
05:28 Changeset [13264] by adrpo
  • 1 edit in installers/windows/OpenModelicaSetup/BuildWindowsRelease.sh
  • make clean enabled.
  • change EOL to Linux.
Note: See TracTimeline for information about the timeline view.