Timeline


and

2013-03-05:

22:18 Changeset [15482] by ppriv
  • 4 edits in trunk
  • Fix to a possibly nasty error (I've got it) when platform specific external libraries are located in their platform specific folders (e.g., mingw32/ and win32/) The problem is when compiling simulation code with g++ on windows and a .lib version library is found before its .a version e.g., for MyExternal library, if there is Resources/Library/mingw32/libMyExternal.a and Resources/Library/win32/MyExternal.lib Previously, the Library paths generated in the makefile was in the opposite order, so that Resources/Library/win32/MyExternal.lib was picked first by g++ ((wtf??) the lib was compiled by MSVC 2010) In my case, the difference was that simulation failed in time = 0.5 because of NLS solution failed ... really weird
    • Now, the library paths are generated in the expected order (back again), from the most specific (stating with mingw32 on Windows) to the least specific (this "bug" was introduced only lately by changing the order with more sophisticated conditional cons-ing ...)
  • using extern inline in model_help.c to prevent MSVC making the functions static
  • an update to CodegenCSharp.tpl
22:18 Changeset in OpenModelica [48a0ffd8]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 Pavol Privitzer <ppriv@…>
  • 3 edits in /
  • Fix to a possibly nasty error (I've got it) when platform specific external libraries are located in their platform specific folders (e.g., mingw32/ and win32/) The problem is when compiling simulation code with g++ on windows and a .lib version library is found before its .a version e.g., for MyExternal library, if there is Resources/Library/mingw32/libMyExternal.a and Resources/Library/win32/MyExternal.lib Previously, the Library paths generated in the makefile was in the opposite order, so that Resources/Library/win32/MyExternal.lib was picked first by g++ ((wtf??) the lib was compiled by MSVC 2010) In my case, the difference was that simulation failed in time = 0.5 because of NLS solution failed ... really weird
    • Now, the library paths are generated in the expected order (back again), from the most specific (stating with mingw32 on Windows) to the least specific (this "bug" was introduced only lately by changing the order with more sophisticated conditional cons-ing ...)
  • using extern inline in model_help.c to prevent MSVC making the functions static
  • an update to CodegenCSharp.tpl

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

21:23 Changeset [15481] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/ProjectTabWidget.cpp
  • initialize the variable.
21:23 Changeset in OpenModelica [df438ea]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/ProjectTabWidget.cpp
  • initialize the variable.

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

19:26 Changeset [15480] by alash325
  • 2 edits in trunk/Compiler/Template

+ added XML code generation for

  • islinear
  • component reference for Optimica
  • builtin function sin, cos and exp

+ remove extra line spaces between templates

19:26 Changeset in OpenModelica [bff05d69]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

+ added XML code generation for

  • islinear
  • component reference for Optimica
  • builtin function sin, cos and exp

+ remove extra line spaces between templates

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

17:45 Changeset [15479] by sjoelund.se
  • 3 edits in trunk/OMEdit/OMEditGUI

Draw pretty SVG diagrams (no background; minimal bounding box)

17:45 Changeset in OpenModelica [3adf204a]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 OMEdit/OMEditGUI

Draw pretty SVG diagrams (no background; minimal bounding box)

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

15:28 Changeset [15478] by perost
  • 1 edit in trunk/Compiler/FrontEnd/ComponentReference.mo
  • Fixed bootstrapping.
15:28 Changeset in OpenModelica [e470f8d2]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/ComponentReference.mo
  • Fixed bootstrapping.

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

14:59 Changeset [15477] by arun3688
  • 1 edit in trunk/testsuite/openmodelica/rmlparser/SCRIPT.mos

path fix for test cases in SCRIPT.mos

12:31 Changeset [15476] by sjoelund.se
  • 1 edit in trunk/OMEdit/OMEditGUI/StringHandler.cpp

Fix OMEdit suffixes on Linux

12:31 Changeset in OpenModelica [c598cab]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in OMEdit/OMEditGUI/StringHandler.cpp

Fix OMEdit suffixes on Linux

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

11:56 Ticket #1406 (Better support for records in functions) closed by perost
invalid: The specification is now clear that functions may not contain …
11:50 Ticket #1977 (Better error messages for missing imports) closed by perost
fixed: Fixed in r15455.
11:48 Changeset [15475] by petar
  • 1 edit in trunk/Compiler/Util/VarTransform.mo
  • leftover from r15458 (VarTransform bug fix). This might cause performance problems since before the code was broken but now it works, which means that replacement rules will take longer time to create. If this is a serious problem, the VarTransform must be redesigned so that inverse rules are not kept as a list that must be taken the union of when updating rules. Instead a HashTable or avltree could be used. An alternative could be to have two data structures for variable replacements, one that is always kept transitive and one that doesn't have the transitive property.
11:48 Changeset in OpenModelica [c2dde9de]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 Peter Aronsson <peter.aronsson@…>
  • 1 edit in Compiler/Util/VarTransform.mo
  • leftover from r15458 (VarTransform bug fix). This might cause performance problems since before the code was broken but now it works, which means that replacement rules will take longer time to create. If this is a serious problem, the VarTransform must be redesigned so that inverse rules are not kept as a list that must be taken the union of when updating rules. Instead a HashTable or avltree could be used. An alternative could be to have two data structures for variable replacements, one that is always kept transitive and one that doesn't have the transitive property.

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

11:45 Ticket #1726 (Add support for multiple error sources) closed by perost
fixed: Fixed in r15455 with the introduction of Error.addMultiSourceMessage.
11:44 Changeset [15474] by petar
  • 5 edits in trunk/Compiler
  • Fixed stack overflow in r15458 (but left out change in VarTransform since I suspect that might cause performance problems, checked in separately to be able to verify).
11:44 Changeset in OpenModelica [6d1d4c0]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 Peter Aronsson <peter.aronsson@…>
  • 5 edits in Compiler
  • Fixed stack overflow in r15458 (but left out change in VarTransform since I suspect that might cause performance problems, checked in separately to be able to verify).

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

11:34 Ticket #2102 (Surfaces fails in new MSL) closed by perost
fixed: Fixed in r15473.
11:34 Changeset [15473] by perost
  • 1 edit in trunk/Compiler/FrontEnd/CevalFunction.mo

Fix for ticket #2102:

  • Fixed reduction iterator handling in CevalFunction.
11:34 Changeset in OpenModelica [861702f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/CevalFunction.mo

Fix for ticket #2102:

  • Fixed reduction iterator handling in CevalFunction.

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

11:15 WikiStart edited by sjoelund.se
(diff)
11:04 WikiStart edited by sjoelund.se
(diff)
10:56 Ticket #2099 (constant evaluation of array is transposed) closed by perost
fixed: Fixed in r15472.
10:53 Changeset [15472] by perost
  • 7 edits
    20 adds in trunk

Fix for ticket #2099:

  • Fixed simplification of array multiplication.
  • Changed behaviour of Expression.arrayContainZeroDimension to do what the name suggests it should do.
10:53 Changeset in OpenModelica [73141bc]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 3 edits in Compiler

Fix for ticket #2099:

  • Fixed simplification of array multiplication.
  • Changed behaviour of Expression.arrayContainZeroDimension to do what the name suggests it should do.

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

09:42 Changeset [15471] by sjoelund.se
  • 2 edits in trunk/testsuite/simulation/libraries
  • Update now simulating test IncompressibleFluidNetwork
  • Fixed the ModelTesting.mos script since an extra ".exe" was added when using Linux (Linux executables do not use the .exe suffix)
02:46 Changeset [15470] by nutaro
  • 2 edits in trunk/Compiler/Template

Added array assignments to code generated for residuals

02:46 Changeset in OpenModelica [75f0f149]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 Jim Nutaro <nutaro@…>
  • 1 edit in Compiler/Template/CodegenAdevs.tpl

Added array assignments to code generated for residuals

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

2013-03-04:

17:36 Changeset [15469] by adeas31
  • 5 edits in branches/OMEdit/OMEditGUI
  • simulations flags.
17:14 Changeset [15468] by sjoelund.se
  • 1 delete in trunk/doc/Compilation_omcd_omnotebook

Remove really old documentation

16:31 Changeset [15467] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/SimulationWidget.cpp
  • optional label
16:31 Changeset in OpenModelica [1168308]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/SimulationWidget.cpp
  • optional label

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

16:29 Changeset [15466] by adeas31
  • 4 edits in trunk/OMEdit/OMEditGUI
  • simulation flags.
16:29 Changeset in OpenModelica [c83f2328]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@…>
  • 4 edits in OMEdit/OMEditGUI
  • simulation flags.

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

15:48 Changeset [15465] by perost
  • 9 edits in trunk/Compiler/runtime
  • Fixed clang warnings in the compiler runtime.
15:48 Changeset in OpenModelica [a1ed8b86]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@…>
  • 9 edits in Compiler/runtime
  • Fixed clang warnings in the compiler runtime.

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

15:39 Ticket #2103 (code generation bug involving tuples and integers) closed by sjoelund.se
fixed: It's an unrelated problem that has been fixed in r15464.
15:39 Changeset [15464] by sjoelund.se
  • 1 edit in trunk/configure.in
  • Link with -llapack even if we don't find sundials
15:39 Changeset in OpenModelica [4a53786]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 configure.in
  • Link with -llapack even if we don't find sundials

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

15:21 Ticket #2103 (code generation bug involving tuples and integers) reopened by choeger
The fix seems to have changed too much. I get a missing ref tod gesv_ …
14:25 Changeset [15463] by jfrenkel
  • 3 edits
    1 delete in trunk

revert r15456, other tests fail because one function was changed to be tailrecursive

14:25 Changeset in OpenModelica [a2156b9]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
    1 delete in Compiler

revert r15456, other tests fail because one function was changed to be tailrecursive

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

13:59 Changeset [15462] by sjoelund.se
  • 6 edits in trunk/Compiler

Revert r15458 (causes stack overflows)

13:59 Changeset in OpenModelica [22c02d9]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@…>
  • 6 edits in Compiler

Revert r15458 (causes stack overflows)

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

13:50 Ticket #2103 (code generation bug involving tuples and integers) closed by sjoelund.se
fixed: Fixed in r15461
13:49 Changeset [15461] by sjoelund.se
  • 2 edits in trunk/Compiler/Template

#2103

  • Don't generate commented-out expressions in the C-code (/* Real */ will end the comment)
13:49 Changeset in OpenModelica [71b2bc4]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

#2103

  • Don't generate commented-out expressions in the C-code (/* Real */ will end the comment)

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

13:30 Ticket #2103 (code generation bug involving tuples and integers) created by choeger
There is a side-effect on the generation of comments when integers and …
13:15 Changeset [15460] by jfrenkel
  • 1 edit in trunk/Compiler/FrontEnd/ExpressionSimplify.mo
  • uncomment changes from r15456, to much flattening tests to update, see also #1754
13:15 Changeset in OpenModelica [6222a6f]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/FrontEnd/ExpressionSimplify.mo
  • uncomment changes from r15456, to much flattening tests to update, see also #1754

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

13:04 Changeset [15459] by leonardo.laguna
  • 1 edit in trunk/Compiler/Util/HashTable6.mo
  • Fixing minimal error on function
13:04 Changeset in OpenModelica [0e559ca]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Leonardo Laguna <leonardo.laguna@…>
  • 1 edit in Compiler/Util/HashTable6.mo
  • Fixing minimal error on function

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

11:53 Changeset [15458] by petar
  • 6 edits in trunk/Compiler
  • Fixed wrong type in component references (was considering subscripts, but it shouldn't)
  • Inst.mo Fixed bug when Ceval fails for functions. The binding equation was then removed from the dae, now it isn't.
  • Print_rml.c: Added initialization of buffer in saveAndClearBuf
  • HashTable6.mo used crefEqualNoStringCompare instead of crefEqual
  • VarTransform.mo: Fixed bug in inverse mapping for variable replacements. Before, inverse rules were broken, causing makeTransitive to not work properly.
11:53 Changeset in OpenModelica [d2be516]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 Peter Aronsson <peter.aronsson@…>
  • 6 edits in Compiler
  • Fixed wrong type in component references (was considering subscripts, but it shouldn't)
  • Inst.mo Fixed bug when Ceval fails for functions. The binding equation was then removed from the dae, now it isn't.
  • Print_rml.c: Added initialization of buffer in saveAndClearBuf
  • HashTable6.mo used crefEqualNoStringCompare instead of crefEqual
  • VarTransform.mo: Fixed bug in inverse mapping for variable replacements. Before, inverse rules were broken, causing makeTransitive to not work properly.

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

11:39 Changeset [15457] by sjoelund.se
  • 25 edits in trunk

Ran a pdf optimizer on our pdfs in an attempt to reduce the size of trunk

11:39 Changeset in OpenModelica [e5bcddd]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@…>
  • 8 edits in /

Ran a pdf optimizer on our pdfs in an attempt to reduce the size of trunk

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

11:29 Changeset [15456] by jfrenkel
  • 3 edits
    1 add in trunk
  • improve Simplification of Add operations by using HashTable instead of comparing all Elements in the list by List seach
11:29 Changeset in OpenModelica [14aead2]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
    1 add in Compiler
  • improve Simplification of Add operations by using HashTable instead of comparing all Elements in the list by List seach

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

11:22 Ticket #2102 (Surfaces fails in new MSL) created by sjoelund.se
Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces Error: …
10:40 Changeset [15455] by perost
  • 40 edits
    15 adds in trunk
  • Added Error.addMultiSourceMessage for errors with multiple sources.
  • Big update of new new instantiation.
10:40 Changeset in OpenModelica [df214ded]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@…>
  • 11 edits in Compiler
  • Added Error.addMultiSourceMessage for errors with multiple sources.
  • Big update of new new instantiation.

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

01:01 Changeset [15454] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI/OMC

Don't create extra class. Use OMCProxy.

00:56 Changeset [15453] by mahge930
  • 9 edits in trunk

+ Allow instantiation of connectors deriving from records.
+ Remove unnecessary error message.

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

+ Allow instantiation of connectors deriving from records.
+ Remove unnecessary error message.

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

00:41 Changeset [15452] by adeas31
  • 3 edits
    2 deletes in branches/OMEdit/OMEditGUI
  • Use the QHash with QList for OMC commands hashing instead of filling up the Heap.

2013-03-03:

22:04 Changeset [15451] by adeas31
  • 8 edits in branches/OMEdit/OMEditGUI
  • Clean up of OMCProxy.
  • Some documentation.
22:01 Changeset [15450] by jfrenkel
  • 53 adds in installers/windows/OMDev
  • add SparseSolver Library SuiteSparse
19:53 Changeset [15449] by adeas31
  • 3 edits
    2 adds in branches/OMEdit/OMEditGUI
  • Cache OMC Commands.
19:02 Changeset [15448] by adeas31
  • 10 edits in branches/OMEdit/OMEditGUI
  • Fixed the eventFilter methods for ModelWidgetContainer & PlotWindowContainer.
  • Show the Components for Model.
  • Handle the component double click event.
16:44 Changeset [15447] by perost
  • 1 edit in trunk/doc/bibliography/openmodelica.bib
  • Fix bibtex database syntax to make Hudson shut up.
16:44 Changeset in OpenModelica [deaabd1]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 bibliography/openmodelica.bib
  • Fix bibtex database syntax to make Hudson shut up.

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

16:33 Ticket #2101 (DrModelica notebook needs to be updated) created by perost
It seems like the DrModelica Notebook needs to be updated, since it …
15:59 Changeset [15446] by sjoelund.se
  • 38 edits in trunk/testsuite

Expected output

15:11 Changeset [15445] by sjoelund.se
  • 2 edits in trunk/libraries
  • Bump MSL (BuildModelRecursive says all models that used to work still do; the testsuite might need some new reference files)
12:40 Changeset [15444] by sjoelund.se
  • 3 edits in trunk/Compiler
  • When doing static scheduling, filter out empty systems
  • When creating the loop for equation systems to solve, if size=0 or 1, unroll the loop
12:40 Changeset in OpenModelica [c4d11c39]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits in Compiler
  • When doing static scheduling, filter out empty systems
  • When creating the loop for equation systems to solve, if size=0 or 1, unroll the loop

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

06:21 Changeset [15443] by adeas31
  • 1 edit in trunk/testsuite/openmodelica/interactive-API/interactive_api_annotations.mos

fixed interactive test since record Dialog is updated.

2013-03-02:

22:40 Changeset [15442] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendVarTransform.mo
  • add functions BackendVarTransform: replacementCurrentSize,replaceEquationsArr,dumpStatistics
22:40 Changeset in OpenModelica [be4809c0]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/BackendVarTransform.mo
  • add functions BackendVarTransform: replacementCurrentSize,replaceEquationsArr,dumpStatistics

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

20:58 Changeset [15441] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendVariable.mo
  • fix bug in copyVariables
20:58 Changeset in OpenModelica [d9f86c6]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 in copyVariables

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

20:34 Changeset [15440] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • fix algebraic loop in algorithm for undifferentiable subsets
20:34 Changeset in OpenModelica [2775756d]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
  • fix algebraic loop in algorithm for undifferentiable subsets

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

20:20 Changeset [15439] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • make Tarjans Algorithme O(N)
20:20 Changeset in OpenModelica [506b66ff]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
  • make Tarjans Algorithme O(N)

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

18:10 Changeset [15438] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendDAETransform.mo
  • remove useles listReverse, see what happens ;)
18:10 Changeset in OpenModelica [1427fde]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/BackEnd/BackendDAETransform.mo
  • remove useles listReverse, see what happens ;)

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

13:09 Changeset [15437] by sjoelund.se
  • 1536 edits in trunk

Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes

13:09 Changeset in OpenModelica [32d73fc]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@…>
  • 31 edits in OMNotebook/OMNotebookGUI/Resources

Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes

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

13:09 Changeset in OpenModelica [538a209]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 OMPlot/OMPlotGUI/Resources/icons/omplot.png

Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes

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

13:09 Changeset in OpenModelica [7164ee8]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@…>
  • 82 edits in OMEdit/OMEditGUI/Resources/icons

Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes

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

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

Ran PNGOUT to optimize png filesizes in order to reduce trunk and installation sizes

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

12:56 Changeset [15436] by alash325
  • 2 edits in trunk/doc/bibliography

-Trying to fix parsing error bibtex database by removing

12:56 Changeset in OpenModelica [72676f55]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 bibliography

-Trying to fix parsing error bibtex database by removing

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

07:21 Changeset [15435] by adeas31
  • 5 edits in trunk
  • get the modifiers for the derived classes.
  • New API calls, + getDerivedClassModifierNames + getDerivedClassModifierValue
07:21 Changeset in OpenModelica [106f53c]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
  • get the modifiers for the derived classes.
  • New API calls, + getDerivedClassModifierNames + getDerivedClassModifierValue

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

06:03 Changeset [15434] by adeas31
  • 1 edit in trunk/Compiler/FrontEnd/Constants.mo
  • Add the complete dialog record as defined in Modelica specs.
06:03 Changeset in OpenModelica [d7d70c9f]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/FrontEnd/Constants.mo
  • Add the complete dialog record as defined in Modelica specs.

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

05:41 Changeset [15433] by adeas31
  • 1 edit in trunk/SimulationRuntime/c/meta/meta_modelica_segv.c
  • fixed bootstrapped windows compilation.
05:41 Changeset in OpenModelica [dae62f44]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/meta/meta_modelica_segv.c
  • fixed bootstrapped windows compilation.

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

04:19 Changeset [15432] by alash325
  • 1 edit in trunk/doc/bibliography/openmodelica.bib
  • minor fix on parsing error bibtex database
04:19 Changeset in OpenModelica [42661d05]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 bibliography/openmodelica.bib
  • minor fix on parsing error bibtex database

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

01:42 Changeset [15431] by adeas31
  • 6 edits in branches/OMEdit/OMEditGUI
  • handle the component name change.
  • handle the %name and %class text annotations.
01:38 Changeset [15430] by alash325
  • 1 edit in trunk/doc/bibliography/papers.cite
  • Recorrect missed text from bibtext
01:38 Changeset in OpenModelica [6de417d]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 bibliography/papers.cite
  • Recorrect missed text from bibtext

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

01:33 Changeset [15429] by alash325
  • 2 edits in trunk/doc/bibliography
  • update Bibtex database
01:33 Changeset in OpenModelica [9064b48d]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 bibliography
  • update Bibtex database

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

01:23 Changeset [15428] by lochel
  • 2 edits
    12 adds in trunk/testsuite/simulation/modelica
  • put r15405 and r15406 back
    • added models provied by Francesco @openmodelicadevelopers mailing list

2013-03-01:

23:46 Changeset [15427] by alash325
  • 1 edit in trunk/doc/bibliography/openmodelica.bib

-fix parsing error bibtex database

23:46 Changeset in OpenModelica [685ed820]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 bibliography/openmodelica.bib

-fix parsing error bibtex database

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

23:45 Changeset [15426] by adeas31
  • 1 edit in branches/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp
  • don't add optimization restriction for now.
23:44 Changeset [15425] by adeas31
  • 4 edits in branches/OMEdit/OMEditGUI
  • get rid of widgets minimum size restriction.
23:20 Changeset [15424] by adeas31
  • 8 edits
    2 adds in branches/OMEdit/OMEditGUI
  • Component attributes dialog.
  • some minor fixes with the model switcher dialog.
22:23 Changeset [15423] by alash325
  • 1 edit in trunk/doc/bibliography/openmodelica.bib

-fix parsing error bibtex database again

22:23 Changeset in OpenModelica [26379c98]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 bibliography/openmodelica.bib

-fix parsing error bibtex database again

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

21:47 Changeset [15422] by alash325
  • 1 edit in trunk/doc/bibliography/openmodelica.bib

-fix parsing error bibtex database

21:47 Changeset in OpenModelica [cac2dec]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 bibliography/openmodelica.bib

-fix parsing error bibtex database

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

21:34 Changeset [15421] by sjoelund.se
  • 3 edits in trunk/doc/bibliography

Translitterate my name correctly

21:34 Changeset in OpenModelica [2596238]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 bibliography

Translitterate my name correctly

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

21:26 Changeset [15420] by alash325
  • 3 edits in trunk/doc/bibliography
  • Update bibtex database
21:26 Changeset in OpenModelica [642727c]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@…>
  • 3 edits in bibliography
  • Update bibtex database

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

18:37 Changeset [15419] by adeas31
  • 1 edit in trunk/Compiler/Script/Interactive.mo
  • Use the one defined in CevalScript.
18:37 Changeset in OpenModelica [ab855c6d]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/Script/Interactive.mo
  • Use the one defined in CevalScript.

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

16:38 Changeset [15418] by lochel
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mos
  • check not for "files not equal"!
16:36 Changeset [15417] by lochel
  • 2 edits in trunk/testsuite/simulation/libraries/msl32
  • two more ...
16:31 Changeset [15416] by lochel
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mos
  • fix one more test
16:28 Changeset [15415] by lochel
  • 31 edits in trunk/testsuite/simulation/libraries/msl32
  • fix some tests for bruno
16:24 Ticket #2100 (Nested modifiers cause duplicate elements error) created by perost
The following model causes the duplicate elements error to be …
16:20 Ticket #2099 (constant evaluation of array is transposed) created by jfrenkel
Hi, if the folowing Model is instantiated […] you get the …
16:07 Changeset [15414] by vitalij
  • 4 edits in trunk/SimulationRuntime/c/simulation
  • radau, lobatto code style
16:07 Changeset in OpenModelica [994fb6a]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 Vitalij Ruge <vitalij.ruge@…>
  • 4 edits in SimulationRuntime/c/simulation
  • radau, lobatto code style

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

15:04 Changeset [15413] by bruno
  • 1 edit in trunk/testsuite/simulation/libraries/common/Template.mos

removed dss and FPPluxExt from template

14:54 Changeset [15412] by bruno
  • 33 edits in trunk/testsuite/simulation/libraries

removed sinstShortCut from tests and template

14:35 Changeset [15411] by bruno
  • 34 edits in trunk/testsuite/simulation/libraries

Updated test script and some MSL 3.2.1 Multibody testcases

11:24 Changeset [15410] by hubert.thieriot
  • 3 edits in trunk/OMOptimBasis
  • minor corrections
11:23 Changeset [15409] by hubert.thieriot
  • 19 edits in trunk/OMOptim
  • added omc commandlineoption in OMOptimSettings
  • updated gnuplot monitor (no more singleton)
  • minor GUI updates
11:09 Changeset [15408] by lochel
  • 7 edits
    12 deletes in trunk
  • reverting revisions r15404-r15407 because Hudson complains of about 50 tests
11:09 Changeset in OpenModelica [117822f]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 Lennart Ochel <lennart.ochel@…>
  • 4 edits in Compiler/BackEnd
  • reverting revisions r15404-r15407 because Hudson complains of about 50 tests

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

10:12 Changeset [15407] by lochel
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/ReferenceFiles/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat
  • revert result file to keep Hudson happy?!
01:32 Ticket #2098 (MAT v. CSV output providing different simulation results) created by klenk@…
In the following model, I am getting different simulation results …
00:14 Changeset [15406] by wbraun
  • 4 edits
    1 add in trunk/testsuite/simulation/modelica/nonlinear_system
  • forgot one and clean up the result area
00:11 Changeset [15405] by wbraun
  • 2 edits
    11 adds in trunk/testsuite/simulation/modelica
  • added models provied by Francesco @openmodelicadevelopers mailing list

2013-02-28:

23:49 Changeset [15404] by jfrenkel
  • 4 edits in trunk/Compiler/BackEnd
  • try r15398 again but keep the order of variables with an additional listReverse
23:49 Changeset in OpenModelica [52b9aaac]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/BackEnd
  • try r15398 again but keep the order of variables with an additional listReverse

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

23:04 Changeset [15403] by lochel
  • 58 edits in trunk
  • remove Flags.SOLVE_INITIAL_SYSTEM (+d=solveinitialsystem)
  • simplify initialization to prepare prospective revisions
23:04 Changeset in OpenModelica [eea352df]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 Lennart Ochel <lennart.ochel@…>
  • 4 edits in Compiler
  • remove Flags.SOLVE_INITIAL_SYSTEM (+d=solveinitialsystem)
  • simplify initialization to prepare prospective revisions

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

22:27 Changeset [15402] by lochel
  • 4 edits in trunk/Compiler/BackEnd
  • revert r15398 to fix testsuite
22:27 Changeset in OpenModelica [23676dd]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 Lennart Ochel <lennart.ochel@…>
  • 4 edits in Compiler/BackEnd
  • revert r15398 to fix testsuite

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

22:10 Changeset [15401] by sjoelund.se
  • 1 edit in trunk/Parser/parse.c
  • Output at most one generic lexer error
22:10 Changeset in OpenModelica [954c265]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 Parser/parse.c
  • Output at most one generic lexer error

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

21:48 Changeset [15400] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI/GUI
  • remove the opacity property. Only required if we are making the animations.
21:31 Changeset [15399] by adeas31
  • 5 edits in branches/OMEdit/OMEditGUI/GUI
  • Get rid of mask as is not cross platform.
  • Use embedded widget.
  • Re-implemented some events to get the desired output. Default Qt stuff doesn't work as expected.
21:07 Changeset [15398] by jfrenkel
  • 4 edits in trunk/Compiler/BackEnd
  • fix bug in copyVariable
  • use varsSize to adjust the hashtables of Variables
  • bugfix infinit loop for undifferentiable subsets
21:07 Changeset in OpenModelica [3f1e6e9]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/BackEnd
  • fix bug in copyVariable
  • use varsSize to adjust the hashtables of Variables
  • bugfix infinit loop for undifferentiable subsets

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

19:11 Changeset [15397] by jfrenkel
  • 1 edit in trunk/Compiler/Util/List.mo
  • speed up List.flatten implementation, now the already flattened list is not traversed again and again
  • add List.uniqueIntNArr, basically the same as List.uniqueIntN but the user has to provide the flag array, this is faster because the flag array needs no to allocated each time the function is called
19:11 Changeset in OpenModelica [355c866]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/List.mo
  • speed up List.flatten implementation, now the already flattened list is not traversed again and again
  • add List.uniqueIntNArr, basically the same as List.uniqueIntN but the user has to provide the flag array, this is faster because the flag array needs no to allocated each time the function is called

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

18:39 Changeset [15396] by adeas31
  • 1 edit in branches/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp
  • Only mask dialog for Windows until a better opacity solution is implemented.
18:02 Changeset [15395] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/parser/MetaModelicaStringOpModelicaLexer.mo

Expected output

17:32 Changeset [15394] by adeas31
  • 5 edits in branches/OMEdit/OMEditGUI
  • some minor fixes for find/replace.
  • Don't use QFileInfo for normal strings. Can lead to unexpected issues.
  • Renamed RecentText struct to FindText.
17:31 Ticket #2097 (OMEdit 1.9.0 Bitmap import does not work) created by anonymous
Hello, I am using OMEdit 1.9.0 on WinXP. When I go to the icon layer …
16:45 Changeset [15393] by lochel
  • 2 edits in trunk/testsuite
  • minor fixes (format, typos, …)
16:11 Changeset [15392] by perost
  • 1 edit in trunk/OMEdit/OMEditGUI/DocumentationWidget.cpp
  • Fixed OMEdit compilation for me, lets see if anyone complains.
16:11 Changeset in OpenModelica [864b4b1]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 OMEdit/OMEditGUI/DocumentationWidget.cpp
  • Fixed OMEdit compilation for me, lets see if anyone complains.

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

15:47 Changeset [15391] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/parser/MetaModelicaStringOpModelicaLexer.mo

Expected output

15:21 Changeset [15390] by adeas31
  • 1 edit in branches/OMEdit/OMEditGUI/GUI/Widgets/ModelicaTextWidget.cpp
  • don't move the cursor to the start if search fails.
15:14 Changeset [15389] by bruno
  • 2 adds in trunk/testsuite

howto on testcases added

15:07 Changeset [15388] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI/GUI/Widgets
  • write documentation in CPP file.
  • changed the completer to case sensitive.
14:47 Changeset [15387] by alash325
  • 1 edit
    1 add in branches/OMEdit/OMEditGUI
  • add optimization-icon.png and remove unnecessary codes
14:45 Changeset [15386] by sjoelund.se
  • 1 edit in trunk/Parser/BaseModelica_Lexer.g

#2096

Added special lexer rules for &&,
, !, telling the user the proper Modelica keyword to use
14:45 Changeset in OpenModelica [3df5835]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 Parser/BaseModelica_Lexer.g

#2096

Added special lexer rules for &&,
, !, telling the user the proper Modelica keyword to use

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

14:11 Ticket #2096 (Lexer message could be clearer) closed by maltel
invalid: You are correct, there are indeed "\n"-s in the message. This was a …
12:55 Ticket #2096 (Lexer message could be clearer) created by maltel
This (incorrect) model gives a confusing error message: […] …
10:24 Changeset [15385] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/interactive-simulation/Makefile

And stay gone

09:49 Changeset [15384] by sjoelund.se
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos

Expected output

09:40 Ticket #2095 (Problems simulating simple nonlinear model) created by leonardo.laguna
I have the following simple nonlinear model […] This model cannot …
08:53 Ticket #2094 (Function testcase not covered by BuildModelRecursive.mos) created by sjoelund.se
The following testcase is part of ModelicaTest, but we never run it: …
08:31 Changeset [15383] by adrpo
  • 1 edit in trunk/Compiler/FrontEnd/ModelicaBuiltin.mo
  • this should have been part of r15029.
  • add all the new components to the CheckSettingsResult record (already populated by CevalScript.mo)
08:31 Changeset in OpenModelica [53a9614b]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/ModelicaBuiltin.mo
  • this should have been part of r15029.
  • add all the new components to the CheckSettingsResult record (already populated by CevalScript.mo)

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

07:39 Changeset [15382] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/meta/meta_modelica_segv.c

Fix OSX compilation for real

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

Fix OSX compilation for real

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

07:36 Changeset [15381] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/meta/meta_modelica_segv.c
  • OSX compilation
07:36 Changeset in OpenModelica [d63ee45e]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in SimulationRuntime/c/meta/meta_modelica_segv.c
  • OSX compilation

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

04:50 Changeset [15380] by alash325
  • 1 edit in trunk/Compiler/Script/Interactive.mo
  • Add a function that checks weather the referenced class has the restriction

\"Optimization\" or not

04:50 Changeset in OpenModelica [9bffeaac]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/Script/Interactive.mo
  • Add a function that checks weather the referenced class has the restriction

\"Optimization\" or not

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

04:16 Changeset [15379] by alash325
  • 16 edits in branches/OMEdit/OMEditGUI
  • Change FindReplaceDialog to Modeless
  • Add Wrap around search
  • Allow to remember user search texts across multiple OMEdit instances
  • Allow to load optimization in OMEdit(Not complete)
  • Add Modelica Unload from OMEdit.exe(Not completed)
02:43 Ticket #2093 (Optimization module removeEqualFunctionCalls needs to update EventInfo) created by wbraun
At least BackendDAE.EventInfo.whenClauses needs to be updated while …
01:09 Changeset [15378] by wbraun
  • 5 edits in trunk
  • added dependecy of hysteresis tolerance to relative tolerance
01:09 Changeset in OpenModelica [36a8fcb]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@…>
  • 4 edits in SimulationRuntime
  • added dependecy of hysteresis tolerance to relative tolerance

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

00:57 Changeset [15377] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI
  • use system font size for options.
00:38 Ticket #1655 (Omedit display of PID MSL component) closed by adeas31
fixed: Fixed in r15376.
00:36 Changeset [15376] by adeas31
  • 1 edit in trunk/OMEdit/OMEditGUI/Component.cpp

#1655

  • increment the index value in case of error.
00:36 Changeset in OpenModelica [b930f1a1]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/Component.cpp

#1655

  • increment the index value in case of error.

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

2013-02-27:

23:49 Ticket #2092 (Got type mismatch error, but matching types Integer) created by janssen
[…]
19:55 Changeset [15375] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/interactive-simulation/runInteractiveSimulation.mos

Last attempt to make runInteractiveSimulation.mos stop randomly failing. If it fails too often I will just disable it...

18:55 Changeset [15374] by lochel
  • 5 edits in trunk/testsuite/simulation/libraries
  • fix expected output
18:36 Changeset [15373] by lochel
  • 1 edit in trunk/SimulationRuntime/c/util/omc_error.h
  • disable USE_DEBUG_OUTPUT
18:36 Changeset in OpenModelica [1a049d1]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 Lennart Ochel <lennart.ochel@…>
  • 1 edit in SimulationRuntime/c/util/omc_error.h
  • disable USE_DEBUG_OUTPUT

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

18:35 Changeset [15372] by lochel
  • 5 edits in trunk/SimulationRuntime/c
  • get rid of compiler warnings for c-runtime
  • minor changes (typo, spaces, ...)
18:35 Changeset in OpenModelica [1d0c494]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 Lennart Ochel <lennart.ochel@…>
  • 5 edits in SimulationRuntime/c
  • get rid of compiler warnings for c-runtime
  • minor changes (typo, spaces, ...)

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

18:14 Changeset [15371] by lochel
  • 5 edits in trunk/SimulationRuntime/c/simulation
  • fix LOG_DEBUG
18:14 Changeset in OpenModelica [b2a5200]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 Lennart Ochel <lennart.ochel@…>
  • 5 edits in SimulationRuntime/c/simulation
  • fix LOG_DEBUG

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

17:43 Changeset [15370] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI/GUI

use http:// otherwise QDesktop services can't find the link.

17:41 Changeset [15369] by leonardo.laguna
  • 2 edits in trunk
  • Including new simple equations elimination for uncertainties
17:41 Changeset in OpenModelica [d5c9a820]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Leonardo Laguna <leonardo.laguna@…>
  • 1 edit in Compiler/BackEnd/Uncertainties.mo
  • Including new simple equations elimination for uncertainties

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

17:35 Changeset [15368] by adeas31
  • 1 edit in branches/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp

MAC_FONT_FACTOR. font size on MAC is too small.

17:24 Changeset [15367] by adeas31
  • 1 edit in branches/OMEdit/OMEditGUI/GUI/Dialogs/ModelicaClassDialog.cpp
  • use system font size.
17:07 Changeset [15366] by bruno
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mos

test updates

17:05 Changeset [15365] by bruno
  • 2 edits in trunk/testsuite/simulation/libraries

minor changes

16:59 Changeset [15364] by adeas31
  • 12 edits in branches/OMEdit/OMEditGUI
  • use system and monospaced fonts.
16:48 Changeset [15363] by bruno
  • 1 add
    1 delete in trunk/testsuite/simulation/libraries/common

minor changes

16:44 Changeset [15362] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/meta/meta_modelica_segv.c

Windows compilation

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

Windows compilation

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

16:44 Changeset [15361] by lochel
  • 46 edits in trunk/Compiler
  • remove some unused imported modules
16:44 Changeset in OpenModelica [e4eb8d4]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 Lennart Ochel <lennart.ochel@…>
  • 46 edits in Compiler
  • remove some unused imported modules

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

15:37 Changeset [15360] by bruno
  • 4 edits
    1 add in trunk/testsuite/simulation/libraries

test updated and script for automatic updating of tests created

15:21 Changeset [15359] by adeas31
  • 3 edits in branches/OMEdit/OMEditGUI/GUI
  • get rid of composite manager and use masking.
15:08 Changeset [15358] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/bootstrapping/main.c

Exit with error status if execution fails

14:59 Changeset [15357] by sjoelund.se
  • 5 edits
    2 adds in trunk
  • Added a nice little signal handler that can gracefully recover from stack overflows, but causes other segmentation faults to make the executable die.
  • Only implemented for the main function of the bootstrapped compiler. We will need to use some more code to make omc recover from a failed CORBA command or model instantiation, etc.
14:59 Changeset in OpenModelica [788e3efa]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits
    2 adds in SimulationRuntime/c
  • Added a nice little signal handler that can gracefully recover from stack overflows, but causes other segmentation faults to make the executable die.
  • Only implemented for the main function of the bootstrapped compiler. We will need to use some more code to make omc recover from a failed CORBA command or model instantiation, etc.

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

14:39 Changeset [15356] by lochel
  • 1 edit in trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp
  • small fixes for for-loops
14:39 Changeset in OpenModelica [e5b28d39]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 Lennart Ochel <lennart.ochel@…>
  • 1 edit in SimulationRuntime/c/simulation/simulation_runtime.cpp
  • small fixes for for-loops

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

14:13 Ticket #2091 (reinit(der(x), ...) should give better error message) created by petar
Validating this model: […] gives this error message: […] A …
13:07 Ticket #2088 (Mat results get corrupted with variable filters) closed by lochel
fixed: fixed in r15355
13:06 Changeset [15355] by lochel
  • 3 edits in trunk
13:06 Changeset in OpenModelica [bf560e38]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 Lennart Ochel <lennart.ochel@…>
  • 2 edits in SimulationRuntime/c/simulation

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

12:24 Changeset [15354] by jfrenkel
  • 2 edits in trunk/Compiler
  • flag for usage of countOperations
12:24 Changeset in OpenModelica [c9369efc]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
  • flag for usage of countOperations

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

11:26 Changeset [15353] by wbraun
  • 1 copy in branches/newDeriveModule

start new branch for rewritte the Derive modules and
symbolic jacobians and syncro them

11:23 Changeset [15352] by wbraun
  • 1 delete in branches/symbolicJacobian

delete old branch

11:22 Changeset [15351] by wbraun
  • 1 delete in branches/simulationRuntime

delete old branch

11:20 Changeset [15350] by bruno
  • 20 edits in trunk/testsuite/simulation/libraries/msl32

fixed some tests

10:38 Changeset [15349] by bruno
  • 22 edits
    1 delete in trunk/testsuite/simulation/libraries

Added experimental testcases made with new tests functionality

10:25 Changeset [15348] by sjoelund.se
  • 3 edits in trunk/Compiler/runtime
  • Revert r15347 (breaks Linux compilation, breaks setModelicaPath() API)
    • If this functionality is needed; do the caching for both Linux and Windows. And make sure setModelicaPath updates the cached path instead of just set the env.var
10:25 Changeset in OpenModelica [2f25bc6]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/runtime
  • Revert r15347 (breaks Linux compilation, breaks setModelicaPath() API)
    • If this functionality is needed; do the caching for both Linux and Windows. And make sure setModelicaPath updates the cached path instead of just set the env.var

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

10:10 Changeset [15347] by hkiel
  • 3 edits in trunk/Compiler/runtime
  • use cached WinLibPath (fixed)
10:10 Changeset in OpenModelica [8275f335]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@…>
  • 3 edits in Compiler/runtime
  • use cached WinLibPath (fixed)

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

07:31 Ticket #2090 (Stack overflow detection) created by sjoelund.se
Because OMEdit requires omc to never crash, we need a way to recover …
06:37 Changeset [15346] by sjoelund.se
  • 2 edits in trunk/testsuite/simulation/libraries/msl32

Expected use of the testcases

02:32 Changeset [15345] by adeas31
  • 8 edits in branches/OMEdit/OMEditGUI

#1859

  • Allow user to enable/disable syntax highlighting and line wrapping.
  • Fixed options window color dialog.
  • Fixed some issues with model switcher.

2013-02-26:

23:56 Changeset [15344] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI/GUI
  • Use a monospaced font for simulation output.
  • Don't show a model switcher when plotting view is active.
22:56 Changeset [15343] by adeas31
  • 1 edit in trunk/Compiler/runtime/settingsimpl.c
  • Don't make the winLibPath static. It will get garbage the next time since we free it in settings_rml.c:142.
22:56 Changeset in OpenModelica [9e04fde3]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/settingsimpl.c
  • Don't make the winLibPath static. It will get garbage the next time since we free it in settings_rml.c:142.

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

20:17 Changeset [15342] by wbraun
  • 9 edits in trunk
  • fixed mixedSystem solver by removing simulationInfo.found_solution as it was a source of strange bahavior.
20:17 Changeset in OpenModelica [e735ef4]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@…>
  • 8 edits in /
  • fixed mixedSystem solver by removing simulationInfo.found_solution as it was a source of strange bahavior.

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

20:15 Changeset [15341] by wbraun
  • 21 edits in trunk/testsuite/simulation/libraries/msl32

hoppfully now expected output

19:38 Changeset [15340] by wbraun
  • 20 edits in trunk/testsuite/simulation/libraries/msl32

expected output

18:25 Changeset [15339] by wbraun
  • 20 edits in trunk/testsuite/simulation/libraries/msl32
  • fixed path for new updated tests
16:43 Changeset [15338] by hkiel
  • 7 edits in trunk
  • add some "static" keywords
  • stop file compare when first difference occured
  • use cached WinLibPath
16:43 Changeset in OpenModelica [08434fb]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@…>
  • 7 edits in /
  • add some "static" keywords
  • stop file compare when first difference occured
  • use cached WinLibPath

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

16:27 Changeset [15337] by lochel
  • 1 edit
    1 add in trunk/testsuite/simulation/modelica/others

test for #2088

16:11 Changeset [15336] by bruno
  • 2 edits
    5 adds in trunk/testsuite/simulation/libraries

Fixed script for test generation

15:57 Changeset [15335] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/bootstrapping/SimCodeTest.mos

Expected output

15:00 Changeset [15334] by bruno
  • 23 edits
    2 deletes in trunk/testsuite/simulation/libraries

Updated some multibody tests and utilities for automatic tests creation

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

Some tail recursion

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

Some tail recursion

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

14:11 Changeset [15332] by adeas31
  • 2 edits in branches/OMEdit/OMEditGUI

Exit the application not the event loop.

13:18 Ticket #2089 (OMEdit loses connection to OMC if opening Modelica.Media.Examples) created by leo.gall@…
System: OpenModelica 1.9.0 beta4 + dev r15322 Windows 7 64bit If I …
12:58 Changeset [15331] by sjoelund.se
  • 2 edits in trunk/testsuite/openmodelica/parser

Expected output

11:48 Changeset [15330] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/interactive-simulation/runInteractiveSimulation.mos
  • Try to avoid the grep pipe disappearing
11:25 Changeset [15329] by sjoelund.se
  • 2 edits in trunk
  • Use static libraries on OSX
11:25 Changeset in OpenModelica [fea78539]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 2 edits in /
  • Use static libraries on OSX

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

11:15 Changeset [15328] by dhedberg
  • 1 edit in trunk/Compiler/FrontEnd/Dump.mo

Fixed bugs in unparsing of enumeration literals:

  • Allow enumerations with only one enumerator/literal.
  • Do not print a space after last literal if no comment is available.
11:15 Changeset in OpenModelica [06f4d98e]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 Daniel Hedberg <daniel@…>
  • 1 edit in Compiler/FrontEnd/Dump.mo

Fixed bugs in unparsing of enumeration literals:

  • Allow enumerations with only one enumerator/literal.
  • Do not print a space after last literal if no comment is available.

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

11:12 Changeset [15327] by jfrenkel
  • 5 edits in trunk
  • continue FMU for Cpp Runtime
11:12 Changeset in OpenModelica [a81e91aa]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 /
  • continue FMU for Cpp Runtime

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

10:57 Changeset [15326] by sjoelund.se
  • 2 edits in trunk

Attempt to make runInteractiveSimulation.mos fail less frequently

10:57 Changeset in OpenModelica [2d1f1df1]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in SimulationRuntime/interactive/client.cpp

Attempt to make runInteractiveSimulation.mos fail less frequently

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

10:39 Ticket #2088 (Mat results get corrupted with variable filters) created by lempinen
Mat file is corrupted with "A = B" equations, if B is filtered out. …
10:02 Changeset [15325] by sjoelund.se
  • 3 edits in trunk/Compiler

Don't generate the <operations> tag for the C target

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

Don't generate the <operations> tag for the C target

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

09:18 Ticket #2087 (Move generated functions) created by adeas31
At the moment, we generate code like: […] And call it from the …
09:10 Changeset [15324] by sjoelund.se
  • 2 edits in trunk/Compiler/Template

Make eq_functionXX static

09:10 Changeset in OpenModelica [5f32c3af]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

Make eq_functionXX static

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

08:43 Changeset [15323] by sjoelund.se
  • 1 edit in trunk/testsuite/simulation/libraries/msl32/Makefile

Adding EngineV6_analytic to testsuite

Note: See TracTimeline for information about the timeline view.