Timeline


and

2014-10-10:

19:18 Changeset [22722] by hudson
  • 1 edit in trunk/Makefile.libraries

commit 32dabfdafaf36f837d6b54adabd0cb6c11f79e34
Author: Hudson Janitor <build@…>
Date: Fri Oct 10 19:06:54 2014 +0200

Bump libraries


  • https://github.com/modelica/PowerSystems.git branch master updated to 5bf6ed639c21b88121dccac76334a33d48c90fe2.
    • 5bf6ed6 Merge pull request #2 from sjoelund/master
    • c402e79 Removed the parameter prefix from record components - Parameter records should be declared as parameter rather than each field being a parameter (because you can then assign to these components in functions other than the record constructor) - Note that previous changes added the parameter prefix to the declaration of the components (since a record where all fields are parameters is not a parameter)
19:07 Ticket #1223 (plot with horizontal lines) closed by adeas31
invalid: Replying to lochel: > How can one reproduce that issue? I …
16:54 Ticket #124 (Compiling *.mof Files) closed by sjoelund.se
wontfix: Closing as wontfix because I don't see how it can be done currently. …
16:32 Changeset [22721] by adeas31
  • 4 edits in branches/OMEdit/OMEditGUI
  • Default text for each new TLM file.
15:27 Changeset [22720] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/ConnectUtil.mo

Handle connections of subtype of basic (Real)

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

Handle connections of subtype of basic (Real)

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

14:34 Changeset [22719] by perost
  • 2 edits in trunk/testsuite/flattening/modelica
  • Updated testcases.
14:18 Changeset [22718] by perost
  • 1 edit in trunk/Compiler/FrontEnd/NFSCodeDependency.mo
  • Reverted part of r22716, fix wasn't good enough.
14:18 Changeset in OpenModelica [fe688a6]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/NFSCodeDependency.mo
  • Reverted part of r22716, fix wasn't good enough.

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

14:14 Ticket #2881 (NFScodeDependency stack overflow) reopened by sjoelund.se
Stupid Hudson and new broken tests :) The fix solves this issue …
14:09 Ticket #2881 (NFScodeDependency stack overflow) closed by sjoelund.se
fixed: Fixed in r22716 (the library has plenty of other issues though)
13:45 Changeset [22717] by hudson
  • 1 edit in trunk/Compiler/FrontEnd/NFSCodeDependency.mo

[Janitor mode] Fix whitespace

13:45 Changeset in OpenModelica [a4c55be8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 1 edit in Compiler/FrontEnd/NFSCodeDependency.mo

[Janitor mode] Fix whitespace

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

13:44 Changeset [22716] by perost
  • 4 edits in trunk/Compiler

Fix for #2881:

  • Skip analysing recursive modifiers in NFSCodeDependency.
  • Fixed order of conditional expression and constraining class in SCodeDumpTpl.
  • Allow redeclare of non-replaceable components if the type isn't changed.
13:44 Changeset in OpenModelica [09965cd7]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Per Östlund <per.ostlund@…>
  • 3 edits in Compiler

Fix for #2881:

  • Skip analysing recursive modifiers in NFSCodeDependency.
  • Fixed order of conditional expression and constraining class in SCodeDumpTpl.
  • Allow redeclare of non-replaceable components if the type isn't changed.

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

13:00 Changeset [22715] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/Static.mo

Handle arrays of mixed Integer and subtype of basic type (Real)

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

Handle arrays of mixed Integer and subtype of basic type (Real)

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

12:08 Changeset [22714] by bthiele
  • 5 edits
    2 adds in branches/modelicaStateMachines/Compiler

Starting with State Machines

12:00 Changeset [22713] by bthiele
  • 1 copy in branches/modelicaStateMachines

Creating branch for Modelica State Machine prototyping

11:46 Changeset [22712] by hudson
  • 2 edits in trunk/doc/PDEInModelica

[Janitor mode] Set auto-props

11:45 Changeset [22711] by jansilar
  • 4 edits
    2 adds in trunk/doc/PDEInModelica

PDE extension
Documenting simplified version

11:45 Changeset in OpenModelica [babae436]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jan Silar <jan.silar@…>
  • 4 edits
    2 adds in PDEInModelica

PDE extension
Documenting simplified version

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

11:32 Ticket #2881 (NFScodeDependency stack overflow) created by sjoelund.se
FCSys.Assemblies.Cells.Cell gives a stack overflow in the dependency …
09:44 Changeset [22710] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/ExpressionSimplify.mo

Fix simplify {a,b,c}*0.0{0.0,0.0,0.0} instead of 0.0

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

Fix simplify {a,b,c}*0.0{0.0,0.0,0.0} instead of 0.0

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

09:19 Changeset [22709] by sjoelund.se
  • 1 edit in trunk/Compiler/Script/CevalScript.mo

Use --version for for checkSettings since -v is verbose in clang

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

Use --version for for checkSettings since -v is verbose in clang

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

04:12 Changeset [22708] by adeas31
  • 3 edits in branches/OMEdit/OMEditGUI
  • Generate unique new names for MetaModels when user selects new TLM File option.

2014-10-09:

21:39 Changeset [22707] by sjoelund.se
  • 2 edits in trunk/Compiler/FrontEnd

Simplify vector() expressions

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

Simplify vector() expressions

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

19:18 Changeset [22706] by hudson
  • 1 edit in trunk/Makefile.libraries

commit 62e1976ba66ed9a478262d2bf5f478ec7bf1b872
Author: Hudson Janitor <build@…>
Date: Thu Oct 9 19:06:46 2014 +0200

Bump libraries


  • svn/MSL 3.2.1 has been updated to r7879.
    • m:r7879 Merged fix of undefined output in Polynomials_Temp.integral to 3.2.1 branch. (#1583)


  • svn/MSL trunk has been updated to r7878.


16:47 Ticket #2879 (Saving a file with multine strings inserts spacing when saved) closed by perost
fixed: Properly fixed in r22705, better implementation and also handles …
16:46 Changeset [22705] by perost
  • 7 edits in trunk

Fix for #2879:

  • Better implementation of r22703.
  • Also handles multiline strings in comments.
16:46 Changeset in OpenModelica [4723729]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Per Östlund <per.ostlund@…>
  • 4 edits in Compiler/Template

Fix for #2879:

  • Better implementation of r22703.
  • Also handles multiline strings in comments.

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

16:15 Ticket #2879 (Saving a file with multine strings inserts spacing when saved) reopened by perost
Actually not quite fixed yet, since I only fixed it for comments and …
15:53 Changeset [22704] by hudson
  • 2 edits in trunk/testsuite/openmodelica/interactive-API

[Janitor mode] Set auto-props

15:48 Ticket #2879 (Saving a file with multine strings inserts spacing when saved) closed by perost
fixed: Fixed in r22703. Also fixed the same issue for saveTotalModel and …
15:47 Changeset [22703] by perost
  • 9 edits
    2 adds in trunk

Fix for #2879:

  • Fixed Absyn, SCode and DAE dumping of multiline comments.
15:47 Changeset in OpenModelica [bf0ffe21]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Per Östlund <per.ostlund@…>
  • 6 edits in Compiler

Fix for #2879:

  • Fixed Absyn, SCode and DAE dumping of multiline comments.

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

14:40 Ticket #2873 (Implement for-loop for arrays) closed by sjoelund.se
fixed: Fixed in r22702 (none of the pattern-matching on array elements as it …
14:39 Changeset [22702] by sjoelund.se
  • 5 edits
    1 add in trunk

#2873 Implemented for-loop for MM arrays

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

#2873 Implemented for-loop for MM arrays

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

14:23 Changeset [22701] by petfr
  • 2 edits in trunk/doc

Updated 1.9.1 release description

13:33 Ticket #2880 (allow save plot to file from script) created by Alexander <alexander_rusako@…>
Dear Colleagues, I tried to find out any command or option which can …
12:44 Ticket #2879 (Saving a file with multine strings inserts spacing when saved) created by leonardo.laguna
Take the following model and paste it in the text view. […] Make …
12:22 Changeset [22700] by sjoelund.se
  • 3 edits in trunk

#2318 Use _ instead of {} in lhs of equations

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

#2318 Use _ instead of {} in lhs of equations

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

11:27 Ticket #2691 (code generation error when profiling) closed by lochel
fixed
11:11 Ticket #2695 (can't translate models with interdependence) closed by sjoelund.se
fixed: This is fixed by Adrian's larger changes in beta3/beta4 as well as the …
11:10 Changeset [22699] by sjoelund.se
  • 2 edits
    1 add in trunk

Fix #2695, add testcase

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

Fix #2695, add testcase

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

10:53 Ticket #2070 (Make simulation helptext available from OMNotebook) closed by lochel
fixed
09:51 Changeset [22698] by hudson
  • 2 edits in trunk/testsuite/simulation/modelica/hpcom

[Janitor mode] Set auto-props

09:49 Changeset [22697] by vwaurich
  • 3 adds in trunk/testsuite/simulation/modelica/hpcom
  • added new test model for partlintornsystem
08:18 Changeset [22696] by hudson
  • 2 edits in trunk/Compiler/BackEnd

[Janitor mode] Fix whitespace

08:18 Changeset in OpenModelica [6c91ee9]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 2 edits in Compiler/BackEnd

[Janitor mode] Fix whitespace

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

08:16 Changeset [22695] by vwaurich
  • 2 edits in trunk/Compiler/BackEnd
  • some optimization for partlintornsystem to get less equations
08:16 Changeset in OpenModelica [24a9ea52]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 2 edits in Compiler/BackEnd
  • some optimization for partlintornsystem to get less equations

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

06:58 Changeset [22694] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/ModelicaBuiltin.mo

1.9.1 beta4 was released

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

1.9.1 beta4 was released

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

02:39 Ticket #2878 (compiled model crashes for some integration times) created by alexander_rusako@…
Hi, I am a bit new to open modelica. I built my model and see that …
01:59 Changeset [22693] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI
  • Separate Modelica & TLM actions in the File menu.
01:42 Changeset [22692] by adrpo
  • 1 edit in trunk/testsuite/simulation/modelica/arrays/Makefile
  • fix missing separator

2014-10-08:

21:55 Ticket #1529 (It should be possible to use non-fixed parameters as array indices) closed by lochel
fixed: Both models work as expected.
21:48 Ticket #2125 (Update codegen for delay) closed by lochel
fixed: I think the initialization handles delay correctly. If there are …
21:43 Ticket #2496 (adding proper support of arrays to Susan language) closed by lochel
fixed
21:39 Ticket #2534 (simulation results. How to handle the first data point?) closed by lochel
fixed
19:57 Changeset [22691] by hudson
  • 1 edit in trunk/Compiler/FrontEnd/CheckModel.mo

[Janitor mode] Fix whitespace

19:57 Changeset in OpenModelica [1c98030]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 1 edit in Compiler/FrontEnd/CheckModel.mo

[Janitor mode] Fix whitespace

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

19:56 Changeset [22690] by hudson
  • 1 edit in trunk/testsuite/simulation/modelica/algorithms_functions/bug_2452.mos

[Janitor mode] Set auto-props

19:37 Ticket #2452 (wrong calculation of the number of variables and equations) closed by mahge930
fixed: Fixed in r22689. We needed to differentiate between […] which is …
19:35 Changeset [22689] by mahge930
  • 11 edits in trunk

+ Improve r22851. Fix 2452.
+ Proper counting of algorithm section outputs. Make sure we don't count sections from array components multiple times.

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

+ Improve r22851. Fix 2452.
+ Proper counting of algorithm section outputs. Make sure we don't count sections from array components multiple times.

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

19:18 Changeset [22688] by hudson
  • 1 edit in trunk/Makefile.libraries

commit 8b40345c13bef44197e6e73faf55edde2daa75d4
Author: Hudson Janitor <build@…>
Date: Wed Oct 8 19:06:03 2014 +0200

Bump libraries


15:35 Changeset [22687] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/InstSection.mo

Keep flattening operation for array equations

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

Keep flattening operation for array equations

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

14:27 Ticket #1531 (expanding array equation in when clauses) closed by lochel
fixed: This got fixed in the meantime.
13:25 Changeset [22686] by vwaurich
  • 1 edit in trunk/testsuite/openmodelica/debugDumps/optdaedump.mos
  • updated test
13:11 Changeset [22685] by vwaurich
  • 4 edits in trunk/Compiler
  • moved partlintornsystem to the post-opt-modules
13:11 Changeset in OpenModelica [61f7c21]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 4 edits in Compiler
  • moved partlintornsystem to the post-opt-modules

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

12:06 Changeset [22684] by niklwors
  • 15 edits in trunk

expected output

12:06 Changeset in OpenModelica [0a904fea]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

expected output

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

11:11 Changeset [22683] by hudson
  • 1 edit in trunk/Makefile.libraries

commit 62db7692da93b0178040ddbc82ed8eefb46cf58e
Author: Martin Sjölund <martin.sjolund@…>
Date: Wed Oct 8 10:44:37 2014 +0200

DESLib and NCLib now parse in OpenModelica

11:10 Changeset [22682] by lochel
  • 3 edits in trunk/testsuite
  • remove obsolete flag from test files
10:56 Changeset [22681] by lochel
  • 2 edits in trunk/testsuite/simulation/libraries/ModelicaTest
  • use default settings for ModelicaTest
10:32 Changeset [22680] by hudson
  • 1 edit in trunk/Makefile.libraries

commit a7911bd712fa04999ab7cf7f5118b2c8bcad24c8
Author: Martin Sjölund <martin.sjolund@…>
Date: Wed Oct 8 10:02:58 2014 +0200

Adding ObjectStab, QCalc, and XogenyTest to the libraries

10:10 Changeset [22679] by sjoelund.se
  • 1 edit in trunk/testsuite/simulation/modelica/hpcom/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos

Revert to using C target since there is a different test for cpp runtime (and the cpp version blocks execution, never exits)

09:18 Changeset [22678] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/simulation/libf2c/f2c.h

Revert r22674 f2c.h changes

09:15 Changeset [22677] by hudson
  • 1 edit in trunk/Compiler/BackEnd/HpcOmEqSystems.mo

[Janitor mode] Fix whitespace

09:15 Changeset in OpenModelica [e6f2e765]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 1 edit in Compiler/BackEnd/HpcOmEqSystems.mo

[Janitor mode] Fix whitespace

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

08:42 Changeset [22676] by hudson
  • 4 edits in trunk

[Janitor mode] Fix whitespace

08:42 Changeset in OpenModelica [d346797e]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 3 edits in Compiler/Template

[Janitor mode] Fix whitespace

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

08:42 Changeset [22675] by vwaurich
  • 1 edit in trunk/Compiler/BackEnd/HpcOmEqSystems.mo
  • fix for partlintornsystem
08:42 Changeset in OpenModelica [62abd92c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 1 edit in Compiler/BackEnd/HpcOmEqSystems.mo
  • fix for partlintornsystem

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

08:34 Changeset [22674] by mflehmig
  • 8 edits in trunk
  • Begin of MPI parallelization in HPCOM module.
08:34 Changeset in OpenModelica [a1d9f8a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Flehmig <martin.flehmig@…>
  • 4 edits in /
  • Begin of MPI parallelization in HPCOM module.

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

03:55 Changeset [22673] by hudson
  • 1 edit in trunk/testsuite/flattening/libraries/3rdParty/Buildings/DewPointTemperatureDerivativeCheck_amb.mo

[Janitor mode] Fix whitespace

03:49 Ticket #2853 (Annex60 model fails after new lookup) closed by adrpo
fixed: Fixed in r22672.
03:49 Changeset [22672] by adrpo
  • 3 edits
    1 add in trunk

Fix bug: #2853

  • more careful reverse lookup for functions
03:49 Changeset in OpenModelica [6cfb6f5]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in Compiler

Fix bug: #2853

  • more careful reverse lookup for functions

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

01:59 Changeset [22671] by adeas31
  • 42 edits in branches/OMEdit
01:49 Changeset [22670] by adeas31
  • 3 edits
    1 add
    1 delete in branches/OMEdit/OMEditGUI
  • Use SVG icons instead of PNG.
01:17 Ticket #2877 (saveTotalSCode with +showAnnotations generates bad file) created by adrpo
Just try omc +showAnnotations on this: […] There are several …
00:36 Ticket #2876 (Write parameters in the csv file (or maybe in another file with only ...) created by adrpo
Currently is not possible to write parameters to anything but the .mat …
00:06 Changeset [22669] by adrpo
  • 1 edit in trunk/Compiler/runtime/config.h
  • back to 1.9.1+dev
00:06 Changeset in OpenModelica [9084d05a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/runtime/config.h
  • back to 1.9.1+dev

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

00:05 Changeset [22668] by adrpo
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • back to 1.9.1Nightly

2014-10-07:

22:23 Changeset [22667] by adrpo
  • 1 copy in tags/OPENMODELICA_1_9_1_BETA_4
  • tag the beta4
22:07 Changeset [22666] by adrpo
  • 1 edit in trunk/Compiler/runtime/config.h
  • update version to 1.9.1Beta4.
22:07 Changeset in OpenModelica [40487f5a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/runtime/config.h
  • update version to 1.9.1Beta4.

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

22:06 Changeset [22665] by adrpo
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • update version to 1.9.1Beta4.
21:31 Changeset [22664] by adrpo
  • 1 edit in trunk/testsuite/openmodelica/interactive-API/Bug2871.mos
  • fix test status
21:14 Ticket #2871 (Models that work on command line and OMShell do not work in OMEdit) closed by adrpo
fixed
21:13 Changeset [22663] by adrpo
  • 4 edits
    1 add in trunk

Fix bug #2871

  • as the new env has references and destructive updates we need to clone it when returning it in Builtin.intialGraph
21:13 Changeset in OpenModelica [9615d45]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 3 edits in Compiler

Fix bug #2871

  • as the new env has references and destructive updates we need to clone it when returning it in Builtin.intialGraph

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

20:28 Changeset [22662] by vitalij
  • 1 edit in trunk/Compiler/FrontEnd/Expression.mo

small changes for expAdd and expDiv

20:28 Changeset in OpenModelica [da5f753]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Vitalij Ruge <vitalij.ruge@…>
  • 1 edit in Compiler/FrontEnd/Expression.mo

small changes for expAdd and expDiv

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

20:12 Ticket #2875 (Compilation errors when using nightly build) closed by sjoelund.se
duplicate: Assumed duplicate of #2871
20:11 Changeset [22661] by sjoelund.se
  • 2 edits in trunk/libraries

Bump MSL revision

19:46 Ticket #2875 (Compilation errors when using nightly build) created by andreabr@…
Hi, my models were running fine with OpenModelica release 1.9.1 …
19:21 Changeset [22660] by hudson
  • 1 edit in trunk/Makefile.libraries

commit bfb44c149428d88a5a75911644d6b9fd7e331044
Author: Hudson Janitor <build@…>
Date: Tue Oct 7 19:07:02 2014 +0200

Bump libraries


  • svn/MSL 3.2.1 has been updated to r7875.
    • m:r7875 refs #1580: avoid platform dependency of ModelicaInternal_readLine
    • m:r7874 refs #1580: avoid platform dependency of ModelicaInternal_readLine


  • svn/MSL trunk has been updated to r7876.
    • m:r7876 Merged revision(s) 7874,7875 from Modelica/branches/maintenance/3.2.1:refs #1580: avoid platform dependency of ModelicaInternal_readLine........



18:13 Changeset [22659] by hudson
  • 9 edits in trunk/OMEdit/OMEditGUI/Resources/nls

[Janitor mode] Update OMEdit language files

18:11 Ticket #2872 (OMEdit - better omeditcommands.log) closed by adeas31
fixed: Done in r22658. Btw the omeditcommands.log file name is changed to …
18:10 Changeset [22658] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/OMC/OMCProxy.cpp

#2872

  • Added getErrorString after every command except quit().
18:10 Changeset in OpenModelica [79e29af]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditGUI/OMC/OMCProxy.cpp

#2872

  • Added getErrorString after every command except quit().

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

18:05 Changeset [22657] by vitalij
  • 1 edit in trunk/Compiler/BackEnd/BackendEquation.mo

remove workaround inside equationToScalarResidualForm

18:05 Changeset in OpenModelica [e98009ce]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Vitalij Ruge <vitalij.ruge@…>
  • 1 edit in Compiler/BackEnd/BackendEquation.mo

remove workaround inside equationToScalarResidualForm

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

17:13 Changeset [22656] by hudson
  • 9 edits in trunk/OMEdit/OMEditGUI/Resources/nls

[Janitor mode] Update OMEdit language files

17:04 Changeset [22655] by adeas31
  • 3 edits in trunk/OMEdit/OMEditGUI

#2872

  • Created a new file omeditcommands.mos
17:04 Changeset in OpenModelica [126e9854]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 3 edits in OMEdit/OMEditGUI

#2872

  • Created a new file omeditcommands.mos

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

16:58 Ticket #2874 (Implement threaded for-loops in MetaModelica) created by perost
We currently have threaded reductions, it would be nice to have the …
16:46 Ticket #2873 (Implement for-loop for arrays) created by perost
It would be nice to be able to loop over arrays in the bootstrapped …
16:08 Ticket #2872 (OMEdit - better omeditcommands.log) created by adrpo
I would be really cool to be able to run omeditcommands.log by just …
15:40 Changeset [22654] by vitalij
  • 1 edit in trunk/Compiler/BackEnd/BackendEquation.mo

fixed BackendEquation.solveEquation for RESIDUAL_EQUATION

15:40 Changeset in OpenModelica [6e4eecc]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Vitalij Ruge <vitalij.ruge@…>
  • 1 edit in Compiler/BackEnd/BackendEquation.mo

fixed BackendEquation.solveEquation for RESIDUAL_EQUATION

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

14:40 Changeset [22653] by vwaurich
  • 1 edit in trunk/Compiler/BackEnd/BackendDAECreate.mo
  • add functionpath to parameter crefs in function calls to get unique parameter crefs, only for CPP runtime
14:40 Changeset in OpenModelica [6f34b0ef]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 1 edit in Compiler/BackEnd/BackendDAECreate.mo
  • add functionpath to parameter crefs in function calls to get unique parameter crefs, only for CPP runtime

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

14:35 Ticket #2871 (Models that work on command line and OMShell do not work in OMEdit) created by adrpo
See: …
14:27 Ticket #2396 (unit expressions) closed by lochel
fixed: Now, there is a module that does unit checking in the back end …
13:18 Ticket #2452 (wrong calculation of the number of variables and equations) reopened by lochel
Upps. This is still not working properly (e.g., …
13:13 Changeset [22652] by lochel
  • 2 edits in trunk/testsuite/simulation/modelica/arrays
  • fix expected output, even if it still get handled wrong (see #2452)
13:05 Ticket #2452 (wrong calculation of the number of variables and equations) closed by lochel
fixed
12:54 Ticket #2405 (Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint ...) closed by lochel
fixed: I changed the matching algorithm back to the default one. It works …
12:53 Changeset [22651] by lochel
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mos
  • revert RevoluteConstraint back to default settings (#2405)
12:45 Changeset [22650] by niklwors
  • 2 edits in trunk/testsuite/simulation/libraries/msl32_cpp

expected output

12:25 Changeset [22649] by hudson
  • 2 edits in trunk/Compiler

[Janitor mode] Fix whitespace

12:25 Changeset in OpenModelica [38a1dffc]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 2 edits in Compiler

[Janitor mode] Fix whitespace

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

12:24 Changeset [22648] by hudson
  • 1 edit in trunk/testsuite/openmodelica/cruntime/optimization/basic/TFCtestFlag.mos

[Janitor mode] Set auto-props

12:22 Changeset [22647] by vitalij
  • 5 edits
    1 add in trunk
  • added new flag for dyn. optimization
    • greating dyn. optimization became more user friendly with OMEdite
    • change default values like numberOfIntervals for dyn. optimization
    • added test for it
  • update application optimize
12:22 Changeset in OpenModelica [8239c18e]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Vitalij Ruge <vitalij.ruge@…>
  • 4 edits in Compiler
  • added new flag for dyn. optimization
    • greating dyn. optimization became more user friendly with OMEdite
    • change default values like numberOfIntervals for dyn. optimization
    • added test for it
  • update application optimize

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

12:09 Ticket #2404 (Iteration variables with default zero) closed by lochel
fixed: The message were changed sometime in the past. There is no message for …
12:03 Ticket #2870 (Non-linear solver is unable to handle HeatingSystem (msl32) properly) created by lochel
The non-linear solver is not able to proper handle a system of …
11:59 Ticket #2869 (Wrong prefix on binding) created by sjoelund.se
In the attached model …
11:43 Changeset [22646] by hudson
  • 1 edit in trunk/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp

[Janitor mode] Fix whitespace

11:43 Changeset in OpenModelica [5e59cebf]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 1 edit in SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp

[Janitor mode] Fix whitespace

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

11:31 Changeset [22645] by niklwors
  • 1 edit in trunk/SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp

fix in kinsol of cpp runtime for kinsol vectors

11:31 Changeset in OpenModelica [21de29f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in SimulationRuntime/cpp/Solver/Kinsol/Kinsol.cpp

fix in kinsol of cpp runtime for kinsol vectors

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

10:28 Changeset [22644] by hudson
  • 1 edit in trunk/Compiler/BackEnd/SimCodeUtil.mo

[Janitor mode] Fix whitespace

10:28 Changeset in OpenModelica [880e7724]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 1 edit in Compiler/BackEnd/SimCodeUtil.mo

[Janitor mode] Fix whitespace

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

10:28 Changeset [22643] by hudson
  • 2 edits in trunk/testsuite/simulation/modelica/others

[Janitor mode] Set auto-props

10:27 Ticket #2432 (no support for mixed systems containing algorithms) closed by lochel
fixed: Fixed and test added in r22641.
10:27 Ticket #1728 (findDiscreteEquation failed for algorithm) closed by lochel
fixed: Fixed and test added in r22641.
10:26 Changeset [22642] by niklwors
  • 38 edits in trunk/testsuite/simulation/libraries/msl32_cpp

expected output

10:25 Changeset [22641] by lochel
  • 23 edits
    2 adds in trunk
  • handle mixed systems using tearing (new approach)
  • remove poor handling of mixed systems from the back end (old approach)
  • remove unused record BackendDAE.MIXEDEQUATIONSYSTEM
  • remove flag +d=MixedTearing
  • update two result files
  • break Modelica.Fluid.Examples.HeatingSystem (msl32) due to non-linear solver issues
  • fix #1728, #2432 (and probably more)
10:25 Changeset in OpenModelica [45e92f33]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 14 edits in Compiler
  • handle mixed systems using tearing (new approach)
  • remove poor handling of mixed systems from the back end (old approach)
  • remove unused record BackendDAE.MIXEDEQUATIONSYSTEM
  • remove flag +d=MixedTearing
  • update two result files
  • break Modelica.Fluid.Examples.HeatingSystem (msl32) due to non-linear solver issues
  • fix #1728, #2432 (and probably more)

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

09:48 Changeset [22640] by mwalther
  • 2 edits in trunk/SimulationRuntime/cpp
  • disabled parallel write output to fix clang tests
09:48 Changeset in OpenModelica [0f55ac7]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Marcus Walther <marcus.walther@…>
  • 2 edits in SimulationRuntime/cpp
  • disabled parallel write output to fix clang tests

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

09:33 Changeset [22639] by mwalther
  • 6 edits in trunk/SimulationRuntime/cpp
  • fixed log and parallel writeOutput
  • parallel writeOutput is now enabled if boost::threads are found
09:33 Changeset in OpenModelica [6ad1c0d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Marcus Walther <marcus.walther@…>
  • 6 edits in SimulationRuntime/cpp
  • fixed log and parallel writeOutput
  • parallel writeOutput is now enabled if boost::threads are found

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

09:12 Ticket #2868 (Slightly different simulation results) created by lochel
If tearing is activated, then LinearColdWater and …
09:11 Ticket #2867 (Generation of symbolic jacobians fail) created by lochel
If tearing is activated, then the generation of symbolic jacobians …
09:10 Changeset [22638] by hudson
  • 1 edit in trunk/Compiler/Template/CodegenCpp.tpl

[Janitor mode] Fix whitespace

09:10 Changeset in OpenModelica [8425086]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

[Janitor mode] Fix whitespace

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

09:08 Changeset [22637] by lochel
  • 33 edits in trunk
  • enable tearing for all systems
09:08 Changeset in OpenModelica [e7c9fd3a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Lennart Ochel <lennart.ochel@…>
  • 1 edit in Compiler/BackEnd/Tearing.mo
  • enable tearing for all systems

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

09:08 Changeset [22636] by niklwors
  • 2 edits in trunk/Compiler/Template

fix for tmp vars in cpp template

09:08 Changeset in OpenModelica [2d59380]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

fix for tmp vars in cpp template

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

03:13 Changeset [22635] by adrpo
  • 1 edit in trunk/Compiler/runtime/config.h
  • back to 1.9.1+dev
03:13 Changeset in OpenModelica [4ed0e67]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/runtime/config.h
  • back to 1.9.1+dev

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

03:12 Changeset [22634] by adrpo
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • back to 1.9.1Nightly
00:43 Changeset [22633] by adrpo
  • 1 copy in tags/OPENMODELICA_1_9_1_BETA_3
  • tag 1.9.1 beta3
00:40 Changeset [22632] by adrpo
  • 1 edit in trunk/Compiler/runtime/config.h
  • update version to 1.9.1Beta3.
00:40 Changeset in OpenModelica [14e6bd83]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/runtime/config.h
  • update version to 1.9.1Beta3.

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

00:39 Changeset [22631] by adrpo
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • update version to 1.9.1Beta3.
00:24 Changeset [22630] by adrpo
  • 3 edits in trunk/testsuite
  • Env.mo doesn't want to go away :)
  • updated tests after some error messages that should not have been there now aren't
00:09 Changeset [22629] by adrpo
  • 1 edit in trunk/Compiler/FrontEnd/InstUtil.mo
  • forgot some bad lines in there.
00:09 Changeset in OpenModelica [b279e11]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/FrontEnd/InstUtil.mo
  • forgot some bad lines in there.

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

2014-10-06:

23:53 Changeset [22628] by adrpo
  • 9 edits
    1 delete in trunk/Compiler
  • remove Compiler/FrontEnd/Env.mo (bye bye, you served us well for quite some years now) (replaced everywhere by Compiler/FrontEnd/FGraph.mo and Compiler/FrontEnd/FCore.mo)
  • other minor changes
  • let's see how it goes and a 1.9.1 Beta3 will come next
23:53 Changeset in OpenModelica [4e3b149]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 9 edits
    1 delete in Compiler
  • remove Compiler/FrontEnd/Env.mo (bye bye, you served us well for quite some years now) (replaced everywhere by Compiler/FrontEnd/FGraph.mo and Compiler/FrontEnd/FCore.mo)
  • other minor changes
  • let's see how it goes and a 1.9.1 Beta3 will come next

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

23:40 Changeset [22627] by hudson
  • 9 edits in trunk/OMEdit/OMEditGUI/Resources/nls

[Janitor mode] Update OMEdit language files

23:39 Changeset [22626] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
  • cleanup
22:48 Changeset [22625] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
  • Fixed the number of arguments of QString.
22:19 Changeset [22624] by adrpo
  • 1 edit in trunk/OMEdit/OMEditGUI/Debugger/GDB/GDBAdapter.cpp
  • fix builds?
19:18 Changeset [22623] by hudson
  • 1 edit in trunk/Makefile.libraries

commit f40502abab154f7382d794b74750f5c3c1ce5e0a
Author: Hudson Janitor <build@…>
Date: Mon Oct 6 19:05:08 2014 +0200

Bump libraries

  • svn/MSL 3.2.1 has been updated to r7873.
    • m:r7873 Fix typo (default component name world1)
    • m:r7870 Fixed bug of wrong temperature propagation in transformer ambient model; see #1579


  • svn/MSL trunk has been updated to r7870.
17:54 Changeset [22622] by hudson
  • 9 edits in trunk/OMEdit/OMEditGUI/Resources/nls

[Janitor mode] Update OMEdit language files

17:54 Ticket #2866 (initial() influences DAE) created by vitalij
Consider this example […] In nls we creating a nonlinear …
17:45 Changeset [22621] by adeas31
  • 4 edits in trunk/OMEdit/OMEditGUI

#2865

  • Fixed the paths used in email.
17:45 Changeset in OpenModelica [e72eef49]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 3 edits in OMEdit/OMEditGUI

#2865

  • Fixed the paths used in email.

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

17:19 Ticket #2865 (OMEdit crash reports needs better handling) created by adrpo
We get emails like these which are useless […] People never …
16:51 Changeset [22620] by mwalther
  • 4 edits in trunk/Compiler/Template
  • small msvc fix for hpcom code based on openmp
16:51 Changeset in OpenModelica [86489508]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Marcus Walther <marcus.walther@…>
  • 2 edits in Compiler/Template
  • small msvc fix for hpcom code based on openmp

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

16:04 Changeset [22619] by hudson
  • 3 edits in trunk/testsuite/simulation/modelica/resolveLoops

[Janitor mode] Set auto-props

15:40 Changeset [22618] by vwaurich
  • 1 edit
    5 adds in trunk/testsuite/simulation/modelica/resolveLoops
  • added tests for reshufflePost module
15:28 Changeset [22617] by vwaurich
  • 1 edit in trunk/testsuite/openmodelica/debugDumps/optdaedump.mos
  • updated test
15:08 Changeset [22616] by vwaurich
  • 4 edits in trunk/Compiler
  • moved reshuffling of systems of equations from Tearing.mo to ResolveLoops.mo, added post-opt module for this
15:08 Changeset in OpenModelica [4c66278c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 4 edits in Compiler
  • moved reshuffling of systems of equations from Tearing.mo to ResolveLoops.mo, added post-opt module for this

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

14:38 Changeset [22615] by vwaurich
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEOptimize.mo
  • remove resolveLoopsInCOmps from BackendDAEOptimize.mo
14:38 Changeset in OpenModelica [37dfab03]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 1 edit in Compiler/BackEnd/BackendDAEOptimize.mo
  • remove resolveLoopsInCOmps from BackendDAEOptimize.mo

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

14:19 Ticket #2864 (Replace homotopy with actual expression in non-initial sections) created by sjoelund.se
We need to replace homotopy with actual expression in non-initial …
14:15 Changeset [22614] by vitalij
  • 2 edits in trunk

added rule atan2(0,x) = 0

14:15 Changeset in OpenModelica [a299497]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Vitalij Ruge <vitalij.ruge@…>
  • 1 edit in Compiler/FrontEnd/ExpressionSimplify.mo

added rule atan2(0,x) = 0

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

13:24 Changeset [22613] by sjoelund.se
  • 1 add in trunk/testsuite/simulation/libraries/3rdParty/Annex60/Annex60.Fluid.Movers.BaseClasses.Characteristics.pressure.mos

Add missing file...

13:09 Changeset [22612] by sjoelund.se
  • 1 edit in trunk/testsuite/simulation/libraries/3rdParty/Annex60/Makefile

Correct filename

12:34 Ticket #2862 (Size expression from wrong scope ends up in generate function code) closed by sjoelund.se
fixed: Fixed in r22610. Testcase added in r22611.
12:33 Changeset [22611] by sjoelund.se
  • 1 edit
    3 adds in trunk/testsuite

#2862 Add testcase

12:14 Changeset [22610] by sjoelund.se
  • 6 edits in trunk

#2862 - testing performance of not replacing size(exp, 1) with a non-constant expressions

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

#2862 - testing performance of not replacing size(exp, 1) with a non-constant expressions

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

12:05 Ticket #2863 (NFSCodeDependency removes used constant) created by adrpo
It seems that when you have redeclares for types of the components in …
11:41 Ticket #2862 (Size expression from wrong scope ends up in generate function code) created by sjoelund.se
The attached function …
11:35 Ticket #2857 (loadFile does not handle '\\' equivalent to '/') closed by lochel
fixed: Probably fixed some time ago.
11:11 Changeset [22609] by sjoelund.se
  • 3 edits in trunk

Fail at once if encapsulateWhenConditions fails.
Print more error-messages on opt-module failures.

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

Fail at once if encapsulateWhenConditions fails.
Print more error-messages on opt-module failures.

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

10:33 Changeset [22608] by sjoelund.se
  • 4 edits in trunk

Add line numbers to error-messages from RemoveSimpleEquations

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

Add line numbers to error-messages from RemoveSimpleEquations

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

10:29 Changeset [22607] by vwaurich
  • 1 edit in trunk/Compiler/BackEnd/Tearing.mo
  • comment out columark and mark in Tearing.tearingBFS
10:29 Changeset in OpenModelica [65a1588]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 1 edit in Compiler/BackEnd/Tearing.mo
  • comment out columark and mark in Tearing.tearingBFS

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

08:41 Ticket #2861 (test IfEquation5.mos has never worked correctly) created by lochel
The test was added in r14587 a long time ago. I fixed the expected …
08:41 Changeset [22606] by lochel
  • 2 edits in trunk/testsuite/simulation/modelica/equations
  • test IfEquation5.mos has never worked correctly
08:17 Changeset [22605] by vwaurich
  • 1 edit in trunk/Compiler/BackEnd/HpcOmTaskGraph.mo
  • rewritten HpcOmTaskGraph.updateContinuousEntriesInList
08:17 Changeset in OpenModelica [3f0ccdd]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Volker Waurich <volker3189@…>
  • 1 edit in Compiler/BackEnd/HpcOmTaskGraph.mo
  • rewritten HpcOmTaskGraph.updateContinuousEntriesInList

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

06:31 Changeset [22604] by hudson
  • 9 edits in trunk/OMEdit/OMEditGUI/Resources/nls

[Janitor mode] Update OMEdit language files

03:51 Changeset [22603] by adeas31
  • 2 edits in trunk/OMEdit/OMEditGUI/Component
  • Don't check the components list when making decision about default annotation.
03:51 Changeset in OpenModelica [736144a9]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditGUI/Component
  • Don't check the components list when making decision about default annotation.

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

00:05 Changeset [22602] by hudson
  • 7 edits in trunk/testsuite/flattening/modelica

[Janitor mode] Fix whitespace

2014-10-05:

22:53 Changeset [22601] by adrpo
  • 7 edits in trunk
  • ignore illegal components in records and give a warning
  • display the restriction first, then the path in Types.unparseType
  • fix typo in testsuite/flattening/modelica/redeclare/Makefile
  • update test (Linux has 64 bit, use that)
22:53 Changeset in OpenModelica [181b5d0]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 4 edits in Compiler
  • ignore illegal components in records and give a warning
  • display the restriction first, then the path in Types.unparseType
  • fix typo in testsuite/flattening/modelica/redeclare/Makefile
  • update test (Linux has 64 bit, use that)

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

20:15 Ticket #2784 (Lost parameter value with replaceable/redeclare) closed by adrpo
fixed: Fixed in r22600 (well, earlier but now there are tests for it).
20:15 Ticket #2727 (Inherited modifications are lost when redeclaring a component.) closed by adrpo
fixed: Fixed in r22600 (well, earlier but now there are tests for it).
20:14 Ticket #2739 (Redeclared functions do not get a new name) closed by adrpo
fixed: Fixed in r22600 (well, earlier but now there are 2 tests for it).
20:13 Changeset [22600] by adrpo
  • 2 edits
    9 adds in trunk/testsuite/flattening/modelica

Added tests for fixed Trac bugs and some other bugs which were not in Trac:

20:03 Changeset [22599] by sjoelund.se
  • 1 edit in trunk/Compiler/Template/CodegenC.mo

Fix after merge

19:23 Changeset [22598] by sjoelund.se
  • 2 edits in trunk/Compiler/Template

Handle array-reductions with more than one dimension (as long as the inner dimensions have known sizes)

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

Handle array-reductions with more than one dimension (as long as the inner dimensions have known sizes)

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

19:20 Changeset [22597] by hudson
  • 4 edits in trunk/testsuite/flattening/modelica

[Janitor mode] Fix whitespace

19:18 Changeset [22596] by adrpo
  • 11 edits in trunk
  • properly propagate attributes of components on redeclare
  • properly fill cref subscripts in Static.fillCrefSubscripts (still stuck in old days with T_ARRAY of only one dim)
  • show the connector components when there is a connection mismatch
19:18 Changeset in OpenModelica [f04d176]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 7 edits in Compiler
  • properly propagate attributes of components on redeclare
  • properly fill cref subscripts in Static.fillCrefSubscripts (still stuck in old days with T_ARRAY of only one dim)
  • show the connector components when there is a connection mismatch

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

18:33 Changeset [22595] by hudson
  • 9 edits in trunk/OMEdit/OMEditGUI/Resources/nls

[Janitor mode] Update OMEdit language files

18:24 Ticket #2792 (Connection lines are floating in diagram view of OMEdit) closed by adeas31
fixed: Fixed in r22594.
18:23 Changeset [22594] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp

#2792

  • Don't allow movement of complete connection lines through mouse or keyboard.
18:23 Changeset in OpenModelica [6d432de]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditGUI/Annotations/LineAnnotation.cpp

#2792

  • Don't allow movement of complete connection lines through mouse or keyboard.

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

15:59 Changeset [22593] by sjoelund.se
  • 2 edits in trunk/Compiler/Template

Print an error in the template instead of when compiling code

15:59 Changeset in OpenModelica [1808e46]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/Template/CodegenC.tpl

Print an error in the template instead of when compiling code

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

14:52 Changeset [22592] by sjoelund.se
  • 12 edits in trunk

Change array_alloc_x_array to take array_t as input instead of array_t* (solves codegen issues for MSL trunk)

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

Change array_alloc_x_array to take array_t as input instead of array_t* (solves codegen issues for MSL trunk)

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

14:51 Changeset [22591] by sjoelund.se
  • 2 edits in trunk/Compiler

Switch the default flag for evalConstFuncs to true (+d=noevalConstFuncs now disables instead of +d=evalConstFuncs disabling (logic error))

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

Switch the default flag for evalConstFuncs to true (+d=noevalConstFuncs now disables instead of +d=evalConstFuncs disabling (logic error))

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

05:38 Changeset [22590] by adrpo
  • 4 edits in trunk/Compiler
  • add proper error messages in some cases where print was used
  • handle DAE.INITIAL_NORETCALL in the BackEnd/BackendDAECreate.mo and FrontEnd/DAEUtil.mo (thanks to go to models: Buildings.Fluid.Chillers.Examples.ElectricEIR|ElectricReformulatedEIR)
05:38 Changeset in OpenModelica [b3bcf473]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 4 edits in Compiler
  • add proper error messages in some cases where print was used
  • handle DAE.INITIAL_NORETCALL in the BackEnd/BackendDAECreate.mo and FrontEnd/DAEUtil.mo (thanks to go to models: Buildings.Fluid.Chillers.Examples.ElectricEIR|ElectricReformulatedEIR)

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

03:42 Changeset [22589] by adrpo
  • 2 edits in trunk/testsuite/simulation/libraries/msl32
  • update tests
03:28 Changeset [22588] by adrpo
  • 23 edits in trunk
  • partial fix for #2858 (does not yet work with for iterators indexing the array of records)
    • some tests are now actually giving correct results
  • partial support for Connections.uniqueRoot and Connections.uniqueRootIndexes
  • changed the way array types are printed out to be easier to follow
03:28 Changeset in OpenModelica [1290f9c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 17 edits in Compiler
  • partial fix for #2858 (does not yet work with for iterators indexing the array of records)
    • some tests are now actually giving correct results
  • partial support for Connections.uniqueRoot and Connections.uniqueRootIndexes
  • changed the way array types are printed out to be easier to follow

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

2014-10-04:

19:18 Changeset [22587] by hudson
  • 1 edit in trunk/Makefile.libraries

commit 356f44cfd7a2fd7490997f461365dff44e80d302
Author: Hudson Janitor <build@…>
Date: Sat Oct 4 19:04:11 2014 +0200

Bump libraries

05:44 Changeset [22586] by adrpo
  • 7 edits in trunk
  • all MSL 3.2.1 now compiles
  • add the previously failing tests to the testsuite
05:44 Changeset in OpenModelica [b4d050d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in Compiler
  • all MSL 3.2.1 now compiles
  • add the previously failing tests to the testsuite

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

2014-10-03:

19:55 Ticket #2860 (Don't always autorescale for new variables in plot) created by Adam Dershowitz <dersh@…>
I sometimes view some variables in a plot, then add or remove a …
19:18 Changeset [22585] by hudson
  • 1 edit in trunk/Makefile.libraries

commit c75d2d1abcec08885473b84c89fe89ef85b82c31
Author: Hudson Janitor <build@…>
Date: Fri Oct 3 19:04:03 2014 +0200

Bump libraries


16:54 Changeset [22584] by hudson
  • 1 edit in trunk/doc/PDEInModelica/models/string2state.mo

[Janitor mode] Set auto-props

16:52 Changeset [22583] by jansilar
  • 12 edits
    2 adds in trunk/doc/PDEInModelica

PDE extension
Documenting simplified version

16:52 Changeset in OpenModelica [6a8a8d8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by Jan Silar <jan.silar@…>
  • 12 edits
    2 adds in PDEInModelica

PDE extension
Documenting simplified version

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

16:23 Changeset [22582] by hudson
  • 1 edit in trunk/Compiler/FrontEnd/CheckModel.mo

[Janitor mode] Fix whitespace

16:23 Changeset in OpenModelica [dd8afe7]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22omlib-staging by OpenModelica Hudson <openmodelica@…>
  • 1 edit in Compiler/FrontEnd/CheckModel.mo

[Janitor mode] Fix whitespace

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

16:19 Changeset [22581] by mahge930
  • 5 edits
    1 add in trunk

Fix #2452. Improve #2271 (and also #2112 maybe ?). Counting of algorithm section equation outputs involving arrays and records.

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

Fix #2452. Improve #2271 (and also #2112 maybe ?). Counting of algorithm section equation outputs involving arrays and records.

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

16:14 Changeset [22580] by sjoelund.se
  • 4 edits in trunk/Compiler

Change the build script to not symlink or copy files into the build directory
Note: You will need to update the omc version that you are using to compile omc. The old one is unable to bootstrap omc. (It should also be possible to use the Makefile.sources from the tarball in order to skip this step as a temporary workaround if you do not want to bootstrap from the tarball.)

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

Change the build script to not symlink or copy files into the build directory
Note: You will need to update the omc version that you are using to compile omc. The old one is unable to bootstrap omc. (It should also be possible to use the Makefile.sources from the tarball in order to skip this step as a temporary workaround if you do not want to bootstrap from the tarball.)

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

14:18 Changeset [22579] by sjoelund.se
  • 2 edits in trunk/Compiler/FrontEnd

Simplify some record references in reductions
Used in MSL trunk Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.SynchronousMachines.SMR_CurrentSource.
No test-case was added because models saved with saveTotalModel worked.

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

Simplify some record references in reductions
Used in MSL trunk Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.SynchronousMachines.SMR_CurrentSource.
No test-case was added because models saved with saveTotalModel worked.

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

12:22 Changeset [22578] by sjoelund.se
  • 1 edit in trunk/Compiler/FFrontEnd/FGraph.mo

Do not create a version scope for operator records

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

Do not create a version scope for operator records

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

10:56 Changeset [22577] by sjoelund.se
  • 1 edit in trunk/testsuite/flattening/modelica/statemachines/ConferenceTut1.mo

Expected output

10:02 Ticket #2332 (Thread-safe runtime system) closed by sjoelund.se
fixed
09:57 Ticket #2495 (Looking for a function ... but found a RECORD) closed by sjoelund.se
fixed
09:32 Ticket #2737 (Handle inherited replaceable functions called in functions) closed by sjoelund.se
fixed: Working after Adrian's changes.
05:17 Ticket #2859 (Wrong generation of record bindings when defining record components ...) created by adrpo
[…] Internally d gets binding {{{Data(MM = {C1.MM, …
Note: See TracTimeline for information about the timeline view.