Timeline


and

2012-06-25:

22:55 WikiStart edited by adrpo
(diff)
22:55 WikiStart edited by adrpo
(diff)
22:54 WikiStart edited by adrpo
(diff)
15:39 Ticket #1759 (Erroneous warning in function) created by sjoelund.se
[…] Error-message: […] Which is obviously wrong (c is not part …
12:01 Changeset [12203] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/InstSymbolTable.mo
  • Only look for duplicates in the current scope when adding elements
12:01 Changeset in OpenModelica [6e0ef54]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/InstSymbolTable.mo
  • Only look for duplicates in the current scope when adding elements

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

11:51 Changeset [12202] by perost
  • 2 edits in trunk/Compiler/Template
  • Added variable declarations to function_sampleInit.
11:51 Changeset in OpenModelica [bf7c4b4]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/Template/CodegenC.tpl
  • Added variable declarations to function_sampleInit.

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

09:41 Changeset [12201] by sjoelund.se
  • 5 edits in trunk/Compiler
  • Some more function typing
09:41 Changeset in OpenModelica [34fafea]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 4 edits in Compiler/FrontEnd
  • Some more function typing

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

2012-06-24:

14:00 Changeset [12200] by Frenkel TUD
  • 2 edits in trunk/Compiler/BackEnd
  • fix partitionIndependentBlocks for nowrappereqns
  • continue nowrappereqns
14:00 Changeset in OpenModelica [7be649f7]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
  • fix partitionIndependentBlocks for nowrappereqns
  • continue nowrappereqns

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

13:00 Changeset [12199] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendVarTransform.mo
  • fix testsuite
13:00 Changeset in OpenModelica [d9f46ec]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
  • fix testsuite

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

12:19 Changeset [12198] by Frenkel TUD
  • 2 edits in trunk/Compiler
  • fix bootstrapp compilation
12:19 Changeset in OpenModelica [510b5856]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
  • fix bootstrapp compilation

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

08:24 Changeset [12197] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEUtil.mo
  • fix bootstrapp compilation
08:24 Changeset in OpenModelica [0c31730]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/BackendDAEUtil.mo
  • fix bootstrapp compilation

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

02:03 Changeset [12196] by Frenkel TUD
  • 14 edits in trunk/Compiler

ExpressionSimplify.mo: add simplifyList1, condsymplify
Expression:mo : add replaceCref
DAEUtil.mo: add replaceCref
BackendVarTransform.mo: replaceEquations tailrecursive and with less simplify of expressions
BackendEquation.mo: add equationSize, equationOptSize, equationLstSize
BackendDAEUtil.mo: add equationArraySize, incidenceMatrixScalar
BackendDAEOptimize:mo: rename lateInline to lateInlineFunction
BackendDAECreate.mo: use inlineVar not inlineVarOpt
Inline.mo: do less simplify (simplify not if there was nothing do inline)
continue to get rid of wrapper equations

02:03 Changeset in OpenModelica [e1a0b1b]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@…>
  • 14 edits in Compiler

ExpressionSimplify.mo: add simplifyList1, condsymplify
Expression:mo : add replaceCref
DAEUtil.mo: add replaceCref
BackendVarTransform.mo: replaceEquations tailrecursive and with less simplify of expressions
BackendEquation.mo: add equationSize, equationOptSize, equationLstSize
BackendDAEUtil.mo: add equationArraySize, incidenceMatrixScalar
BackendDAEOptimize:mo: rename lateInline to lateInlineFunction
BackendDAECreate.mo: use inlineVar not inlineVarOpt
Inline.mo: do less simplify (simplify not if there was nothing do inline)
continue to get rid of wrapper equations

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

2012-06-23:

23:59 Changeset [12195] by adrpo
  • 21 edits in trunk/testsuite/libraries/msl31/fluid/simulate
  • update the Fluid simulation tests, still all fail for now.
10:35 Changeset [12194] by Frenkel TUD
  • 18 edits in trunk/Compiler
  • start to ged rid of the wrapper equations
10:35 Changeset in OpenModelica [58342803]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@…>
  • 18 edits in Compiler
  • start to ged rid of the wrapper equations

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

10:33 Changeset [12193] by Frenkel TUD
  • 2 edits in trunk/Compiler/Util
  • BaseHashTable.mo: print also key string in case of an error
  • Util.mo: add function consN to concate n times an ellement
10:33 Changeset in OpenModelica [4649fe6]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/Util
  • BaseHashTable.mo: print also key string in case of an error
  • Util.mo: add function consN to concate n times an ellement

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

2012-06-22:

13:08 Changeset [12192] by niklwors
  • 1 edit in trunk/SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt
  • fix in cmake file for Modelica system
13:08 Changeset in OpenModelica [35225bb]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in SimulationRuntime/cpp/Source/System/Modelica/CMakeLists.txt
  • fix in cmake file for Modelica system

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

11:03 Changeset [12191] by Frenkel TUD
  • 2 edits in trunk/Compiler/FrontEnd
  • ComponentReference.printComponentRefStr us match
  • ExpressionDump.printListStr use stringDelimitList and List.map
11:03 Changeset in OpenModelica [181efac]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/FrontEnd
  • ComponentReference.printComponentRefStr us match
  • ExpressionDump.printListStr use stringDelimitList and List.map

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

10:35 Changeset [12190] by Frenkel TUD
  • 1 edit in trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp

remove tabs

10:35 Changeset in OpenModelica [395fe120]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 SimulationRuntime/cpp/Source/SimManager/Main.cpp

remove tabs

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

08:58 Changeset [12189] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • remove last idea for dynamic state selection
08:58 Changeset in OpenModelica [469a679a]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
  • remove last idea for dynamic state selection

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

2012-06-21:

20:37 Changeset [12188] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • bugfix dynamic state selection
20:37 Changeset in OpenModelica [ed5eb02]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/BackEnd/IndexReduction.mo
  • bugfix dynamic state selection

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

20:27 Changeset [12187] by niklwors
  • 4 edits in trunk

-fix for linking new windows boost libraries in Simulation.exe

20:27 Changeset in OpenModelica [58c5b51]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 3 edits in /

-fix for linking new windows boost libraries in Simulation.exe

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

19:32 Changeset [12186] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • finish symbolic calculation of determinant of a square matrix
19:32 Changeset in OpenModelica [cda4cb34]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
  • finish symbolic calculation of determinant of a square matrix

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

17:42 Changeset [12185] by Frenkel TUD
  • 2 edits in trunk/Compiler/BackEnd
  • switch to dummyderivative
  • remove unneeded code
17:42 Changeset in OpenModelica [7c4ee0d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 2 edits in Compiler/BackEnd
  • switch to dummyderivative
  • remove unneeded code

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

17:41 Changeset [12184] by Frenkel TUD
  • 2 edits in trunk/Compiler/BackEnd
  • try improved dynamic state selection
17:41 Changeset in OpenModelica [6c6c59e2]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
  • try improved dynamic state selection

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

17:10 Changeset [12183] by niklwors
  • 12 adds in installers/windows/OMDev/lib/3rdParty/boost-1_49/lib

-Added new boost 1.49 libraries for visual studio

17:01 Changeset [12182] by perost
  • 2 edits in trunk/Compiler
  • Added comments to InstSymbolTable and BaseHashTable.
17:01 Changeset in OpenModelica [2917868]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 2 edits in Compiler
  • Added comments to InstSymbolTable and BaseHashTable.

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

16:38 Changeset [12181] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/cpp/Source/SimManager/Main.cpp
  • Tab cleansing - use burning fire
16:38 Changeset in OpenModelica [8c72acd0]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/cpp/Source/SimManager/Main.cpp
  • Tab cleansing - use burning fire

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

15:42 Changeset [12180] by niklwors
  • 6 adds in installers/windows/OMDev/lib/3rdParty/Sundials/lib/release/mingw
  • Added sundials 2.5
15:40 Changeset [12179] by niklwors
  • 53 edits
    5 adds in installers/windows/OMDev/lib/3rdParty/Sundials

-Updated sundials to 2.5

15:36 Changeset [12178] by niklwors
  • 1 delete in installers/windows/OMDev/lib/3rdParty/boost_1_45_0
  • Removed old boost version
15:33 Changeset [12177] by hubert.thieriot
  • 1 edit in trunk/OMOptim/GUI/Widgets/WidgetMooPointsList.ui
  • rename layout
15:28 Changeset [12176] by niklwors
  • 4 edits
    4 adds in trunk
  • Added cppruntime test folder
15:28 Changeset in OpenModelica [64bab5b]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 4 edits in /
  • Added cppruntime test folder

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

14:46 Changeset [12175] by niklwors
  • 6 adds in installers/windows/OMDev/lib/3rdParty/boost-1_49/lib
  • Added boost mingw 1.49 libs
14:35 Changeset [12174] by niklwors
  • 9762 adds in installers/windows/OMDev/lib/3rdParty/boost-1_49
  • Added new boost version 1.49
14:22 Changeset [12173] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEUtil.mo
  • and switch back to dummyderivative
14:22 Changeset in OpenModelica [35592593]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/BackendDAEUtil.mo
  • and switch back to dummyderivative

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

14:21 Changeset [12172] by Frenkel TUD
  • 3 edits in trunk/Compiler/BackEnd
  • remove Old getVar helpfunctions
  • fix bug for dummy state selection
  • try dummystateselection
14:21 Changeset in OpenModelica [b3820ba]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 3 edits in Compiler/BackEnd
  • remove Old getVar helpfunctions
  • fix bug for dummy state selection
  • try dummystateselection

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

13:57 Changeset [12171] by niklwors
  • 4 edits in trunk/SimulationRuntime/cpp/Source
  • modified boost version to 1.49 for windows compilation
13:57 Changeset in OpenModelica [7edba3c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 4 edits in SimulationRuntime/cpp/Source
  • modified boost version to 1.49 for windows compilation

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

12:44 Changeset [12170] by mahge930
  • 1 edit in trunk/testsuite/3rdParty/ThermoSysPro/simulation/Makefile
  • move unstable test. It passes on my machine, It fails on Hudson.
11:04 Changeset [12169] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendDAETransform.mo
  • print more information in case of pure discrete equation systems
11:04 Changeset in OpenModelica [5c98b7e]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
  • print more information in case of pure discrete equation systems

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

10:45 Ticket #1758 (Wrong Type Information in ComponentReference) created by Frenkel TUD
For the Model …
08:16 Changeset [12168] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEUtil.mo
  • and switch back to the old dummyderivative
08:16 Changeset in OpenModelica [2fa354c]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/BackendDAEUtil.mo
  • and switch back to the old dummyderivative

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

08:14 Changeset [12167] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEUtil.mo
  • try dynamic state selection
08:14 Changeset in OpenModelica [69122342]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/BackendDAEUtil.mo
  • try dynamic state selection

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

08:12 Changeset [12166] by Frenkel TUD
  • 1 edit in trunk/Compiler/FrontEnd/ComponentReference.mo
  • fix expandCref for Records
08:12 Changeset in OpenModelica [5450e13]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/ComponentReference.mo
  • fix expandCref for Records

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

02:43 Changeset [12165] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • fix expandCref for Records
02:43 Changeset in OpenModelica [b57bced0]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 expandCref for Records

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

02:43 Changeset [12164] by Frenkel TUD
  • 1 edit in trunk/Compiler/FrontEnd/ComponentReference.mo
  • fix expandCref for Records
02:43 Changeset in OpenModelica [0013def]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/ComponentReference.mo
  • fix expandCref for Records

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

01:40 Changeset [12163] by Frenkel TUD
  • 1 edit in trunk/Compiler/FrontEnd/ComponentReference.mo
  • fix expandCref for Records
01:40 Changeset in OpenModelica [569873a8]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/ComponentReference.mo
  • fix expandCref for Records

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

00:37 Changeset [12162] by Frenkel TUD
  • 1 edit in trunk/Compiler/Makefile.common

fix compilation

00:37 Changeset in OpenModelica [0accc51b]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/Makefile.common

fix compilation

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

2012-06-20:

23:35 Changeset [12161] by Frenkel TUD
  • 12 edits
    1 add in trunk
  • speedup expandDer
  • improve BackendVariable.getVar
  • rewrote a fiew functions tailrecursive in SimCode.mo
23:35 Changeset in OpenModelica [1e4f28e]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@…>
  • 11 edits
    1 add in Compiler
  • speedup expandDer
  • improve BackendVariable.getVar
  • rewrote a fiew functions tailrecursive in SimCode.mo

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

19:58 Changeset [12160] by Frenkel TUD
  • 10 edits in trunk/Compiler/Template
  • move a fiew functions to CodegenUtil.mo
  • add some dependencies in makefile
19:58 Changeset in OpenModelica [1e1e6f84]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@…>
  • 5 edits in Compiler/Template
  • move a fiew functions to CodegenUtil.mo
  • add some dependencies in makefile

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

19:48 Changeset [12159] by adrpo
  • 1 edit in trunk/testsuite/mosfiles/MeasureTime.mos
  • changes to the index of the function, now is 3 instead of 1006.
19:40 Changeset [12158] by Frenkel TUD
  • 1 edit in trunk/testsuite/3rdParty/ThermoSysPro/simulation/ThermoSysPro.Examples.SimpleExamples.TestWaterHammer.mos
  • fix tests
19:38 Changeset [12157] by adrpo
  • 3 edits in trunk
  • add Compiler/BackEnd/MathematicaDump.mo to testsuite/bootstrapping/LoadCompilerSources.mos
  • fix output parameters in Compiler/BackEnd/MathematicaDump.mo
19:38 Changeset in OpenModelica [4df27f0]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in Compiler/BackEnd
  • add Compiler/BackEnd/MathematicaDump.mo to testsuite/bootstrapping/LoadCompilerSources.mos
  • fix output parameters in Compiler/BackEnd/MathematicaDump.mo

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

19:07 Changeset [12156] by Frenkel TUD
  • 3 edits in trunk/testsuite
  • fix tests
18:25 Changeset [12155] by hubert.thieriot
  • 10 edits
    3 adds in trunk/OMOptim
  • optimization Variables removed when remove corresponding model
  • register meta types
18:12 Changeset [12154] by Frenkel TUD
  • 1 edit in trunk/Compiler/Script/CevalScript.mo
  • remove print from call simulate
18:12 Changeset in OpenModelica [478d803]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/Script/CevalScript.mo
  • remove print from call simulate

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

18:08 Changeset [12153] by Frenkel TUD
  • 5 edits in trunk

fix tests

18:08 Changeset in OpenModelica [0615b00f]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 SimulationRuntime/cpp/Source/Utils/extension/impl/library_impl.hpp

fix tests

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

18:04 Changeset [12152] by Frenkel TUD
  • 1 edit in trunk/SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp

-fix loading of settings file in cpp runtime

18:04 Changeset in OpenModelica [c35b460c]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 SimulationRuntime/cpp/Source/SettingsFactory/Implementation/Factory.cpp

-fix loading of settings file in cpp runtime

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

16:56 Changeset [12151] by adrpo
  • 1 edit in trunk/SimulationRuntime/OpenTurns/invoke.cmd
  • use only Windows commands to get rid of "pause" in pyot.bat.
16:56 Changeset in OpenModelica [7696341]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in SimulationRuntime/OpenTurns/invoke.cmd
  • use only Windows commands to get rid of "pause" in pyot.bat.

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

16:49 Changeset [12150] by Frenkel TUD
  • 6 edits in trunk/Compiler/Template

-fixed linker path in cpp template

16:49 Changeset in OpenModelica [8b0083c8]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/Template

-fixed linker path in cpp template

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

16:28 Changeset [12149] by adrpo
  • 1 edit in trunk/Compiler/BackEnd/MathematicaDump.mo
  • tab removal.
16:28 Changeset in OpenModelica [5438bcb0]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/BackEnd/MathematicaDump.mo
  • tab removal.

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

15:53 Changeset [12148] by niklwors
  • 1 edit in trunk/testsuite/bootstrapping/LoadCompilerSources.mos

fix bootstrapped compilaton

15:47 Changeset [12147] by niklwors
  • 2 edits in trunk/Compiler/Template
  • fix equationInfo field
15:47 Changeset in OpenModelica [970705d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/Template/CodegenC.tpl
  • fix equationInfo field

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

15:29 Changeset [12146] by Frenkel TUD
  • 14 edits in trunk

-fixed dynamic libarary loading with path names

15:29 Changeset in OpenModelica [aef4431]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@…>
  • 13 edits in /

-fixed dynamic libarary loading with path names

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

15:25 Changeset [12145] by Frenkel TUD
  • 1 edit in trunk/Compiler/Template/CodegenCpp.tpl

-fix include names in cpp template

15:25 Changeset in OpenModelica [ce37188]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 1 edit in Compiler/Template/CodegenCpp.tpl

-fix include names in cpp template

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

14:55 Changeset [12144] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/SCodeExpand.mo
  • More expansion of functions
14:55 Changeset in OpenModelica [51fb58f9]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/SCodeExpand.mo
  • More expansion of functions

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

14:28 Changeset [12143] by niklwors
  • 14 edits
    2 adds in trunk/Compiler
  • fix testsuite
  • add CodegenUtil.tpl/.mo
14:28 Changeset in OpenModelica [9d6cd1c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 8 edits
    1 add in Compiler
  • fix testsuite
  • add CodegenUtil.tpl/.mo

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

14:24 Changeset [12142] by sjoelund.se
  • 6 edits in trunk/Compiler
  • Start of function expansion
14:24 Changeset in OpenModelica [1c52a61]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 Compiler/FrontEnd
  • Start of function expansion

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

14:20 Changeset [12141] by petar
  • 2 adds in trunk/doc/uncertainties

Added user guide for uncertainty computations.

14:20 Changeset in OpenModelica [cd4907c]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 add in uncertainties/Uncertainties.docx

Added user guide for uncertainty computations.

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

14:07 Changeset [12140] by leonardo.laguna
  • 6 edits
    1 add in trunk
  • Implemented MathematicaDump.mo for uncertainty calculations
14:07 Changeset in OpenModelica [66acada]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@…>
  • 5 edits
    1 add in Compiler
  • Implemented MathematicaDump.mo for uncertainty calculations

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

13:28 Changeset [12139] by perost
  • 1 edit in trunk/Compiler/FrontEnd/SCodeInst.mo
  • Fixed compilation.
13:28 Changeset in OpenModelica [2e98d0e]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/SCodeInst.mo
  • Fixed compilation.

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

13:27 Changeset [12138] by perost
  • 5 edits in trunk/Compiler
  • Added some List utility functions.
  • Progagate more Absyn.Info in SCodeInst.
  • Fixed propagation of visibility for extends in SCodeInst.
  • Added arguments to builtin Connections functions.
13:27 Changeset in OpenModelica [9f2d46d7]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@…>
  • 5 edits in Compiler
  • Added some List utility functions.
  • Progagate more Absyn.Info in SCodeInst.
  • Fixed propagation of visibility for extends in SCodeInst.
  • Added arguments to builtin Connections functions.

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

12:28 Changeset [12137] by niklwors
  • 2 edits in trunk/Compiler/Template

fix tests

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

fix tests

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

12:03 Changeset [12136] by sjoelund.se
  • 4 edits in trunk/Compiler
  • Fix compilation
12:03 Changeset in OpenModelica [acfec95]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/FrontEnd
  • Fix compilation

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

11:10 Changeset [12135] by niklwors
  • 2 edits
    1 delete in trunk/Compiler

fix tests

11:10 Changeset in OpenModelica [01b1c86]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit
    1 delete in Compiler

fix tests

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

11:00 Ticket #1757 (loadFile of package.mo with encoding="Windows-1252" only applies to ...) created by adrpo
[…] will only load package.mo with that encoding, not all in the …
10:59 Changeset [12134] by niklwors
  • 2 edits
    18 moves
    1 add in trunk/Compiler
  • move tpl from susan_codegen to Template
10:59 Changeset in OpenModelica [c7b91e6]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit
    17 moves
    1 add
    1 delete in Compiler
  • move tpl from susan_codegen to Template

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

10:55 Changeset [12133] by Frenkel TUD
  • 3 edits in trunk/Compiler

-fix for calling cpp simulation exceutable

10:55 Changeset in OpenModelica [bbf4a5ff]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

-fix for calling cpp simulation exceutable

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

10:33 Changeset [12132] by sjoelund.se
  • 15 edits in trunk/Compiler
  • Make string escaping also handle Windows-style newlines
10:33 Changeset in OpenModelica [7852a63]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@…>
  • 10 edits in Compiler
  • Make string escaping also handle Windows-style newlines

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

09:47 Ticket #1750 (inheritance in protected section not propagated to components) closed by perost
fixed: Fixed in r12108, see test case mofiles/ExtendsVisibility.mo.
09:32 Changeset [12131] by petar
  • 1 edit in trunk/Compiler/BackEnd/OpenTURNS.mo

Fixed bug with parameter being evaluated when building openTurns interface.

09:32 Changeset in OpenModelica [3ce6b809]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/BackEnd/OpenTURNS.mo

Fixed bug with parameter being evaluated when building openTurns interface.

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

09:14 Changeset [12130] by niklwors
  • 2 edits in trunk/Compiler
  • fix for algloop include names
09:14 Changeset in OpenModelica [e95a418f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/susan_codegen/SimCode/CodegenCpp.tpl
  • fix for algloop include names

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

09:09 Changeset [12129] by Frenkel TUD
  • 2 edits in trunk/Compiler
  • fix testsuite
09:09 Changeset in OpenModelica [630a8dc7]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/susan_codegen/SimCode/CodegenC.tpl
  • fix testsuite

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

08:59 Changeset [12128] by niklwors
  • 2 edits in trunk/Compiler

-fixed include names in cpp template

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

-fixed include names in cpp template

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

07:11 Changeset [12127] by sjoelund.se
  • 1 edit in trunk/testsuite/mosfiles-nosim/Makefile

iconv.mos was removed since it is pointless

2012-06-19:

19:05 Changeset [12126] by perost
  • 1 edit in trunk/testsuite/mofiles/drmodelica/ColoredPointLegalMod.mo
  • Updated test.
18:54 Changeset [12125] by hubert.thieriot
  • 25 edits
    1 add in trunk/OMOptim
  • Added MOVectors and converting functions
  • Corrected MEDimValue initialization
  • Added Moomc and ModItemsTree functions
18:34 Changeset [12124] by Frenkel TUD
  • 1 edit in trunk/Compiler/susan_codegen/SimCode/CodegenC.tpl
  • fix testsuite
18:34 Changeset in OpenModelica [f5567984]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/susan_codegen/SimCode/CodegenC.tpl
  • fix testsuite

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

18:25 Changeset [12123] by adrpo
  • 1 edit in trunk/SimulationRuntime/OpenTurns/wrapper_template.c
  • remove some extra checks.
18:25 Changeset in OpenModelica [3462e9ec]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in SimulationRuntime/OpenTurns/wrapper_template.c
  • remove some extra checks.

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

18:01 Changeset [12122] by niklwors
  • 1 edit in trunk/SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt

-fix in Euler CMakefile additional library dependencies

18:01 Changeset in OpenModelica [95145e06]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in SimulationRuntime/cpp/Source/Solver/Euler/Implementation/CMakeLists.txt

-fix in Euler CMakefile additional library dependencies

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

17:55 Changeset [12121] by adrpo
  • 4 edits in trunk
  • fixes to OpenTurns to support parallel execution.
17:55 Changeset in OpenModelica [e24d4370]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 2 edits in SimulationRuntime/OpenTurns
  • fixes to OpenTurns to support parallel execution.

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

17:32 Changeset [12120] by Frenkel TUD
  • 1 edit in trunk/SimulationRuntime/cpp/Source/CMakeLists.txt
  • fix cpp installation
17:32 Changeset in OpenModelica [1fd2900f]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 SimulationRuntime/cpp/Source/CMakeLists.txt
  • fix cpp installation

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

17:29 Changeset [12119] by Frenkel TUD
  • 23 edits in trunk/SimulationRuntime/cpp

fix runtime cpp for compilation Makefile Source/*.*

17:29 Changeset in OpenModelica [458b21cb]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@…>
  • 23 edits in SimulationRuntime/cpp

fix runtime cpp for compilation Makefile Source/*.*

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

16:04 Changeset [12118] by mahge930
  • 19 edits in trunk
  • Fix for unallocated arrays in records. And some passing tests.
16:04 Changeset in OpenModelica [334a7721]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
  • Fix for unallocated arrays in records. And some passing tests.

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

16:00 Changeset [12117] by niklwors
  • 2 edits in trunk/Compiler
  • fix testsuite
16:00 Changeset in OpenModelica [af4d6d4d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 1 edit in Compiler/susan_codegen/SimCode/CodegenC.tpl
  • fix testsuite

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

15:53 Changeset [12116] by sjoelund.se
  • 2 edits in trunk/OMEdit/OMEditGUI
  • Provide UTF-8 interface for OMEdit
15:53 Changeset in OpenModelica [2ac2856]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 OMEdit/OMEditGUI
  • Provide UTF-8 interface for OMEdit

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

15:31 Changeset [12115] by sjoelund.se
  • 1 delete in trunk/testsuite/mosfiles-nosim/iconv.mos
  • Remove the iconv test as it is not useful any longer
15:30 Changeset [12114] by sjoelund.se
  • 1 edit
    2 adds in trunk/testsuite/mosfiles-nosim
  • Added testcase for iconv/ISO-8859-1 encoding errors
15:05 Changeset [12113] by sjoelund.se
  • 1 edit in trunk/Parser/BaseModelica_Lexer.g
  • Fix iconv errors
15:05 Changeset in OpenModelica [4eed977d]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
  • Fix iconv errors

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

15:03 Ticket #1756 (OMEdit should be able to convert files to UTF-8) created by perost
OMEdit refuses to load files that are not encoded as UTF-8, which is …
15:00 Changeset [12112] by sjoelund.se
  • 4 edits
    1 copy in trunk
  • Add a HT
15:00 Changeset in OpenModelica [67c7e9d]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
    1 add in Compiler
  • Add a HT

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

14:40 Changeset [12111] by Frenkel TUD
  • 3 edits in trunk/SimulationRuntime/cpp/Source

replaced includes of Settingsfactory with SettingsFactory

14:40 Changeset in OpenModelica [ccce539e]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 3 edits in SimulationRuntime/cpp/Source

replaced includes of Settingsfactory with SettingsFactory

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

14:32 Changeset [12110] by Frenkel TUD
  • 21 edits in trunk/SimulationRuntime/cpp/Source

replaced all utils/extension includes with Utils/extension

14:32 Changeset in OpenModelica [0a02ede]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@…>
  • 21 edits in SimulationRuntime/cpp/Source

replaced all utils/extension includes with Utils/extension

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

14:17 Changeset [12109] by perost
  • 1 edit in trunk/testsuite/mofiles/InheritanceProtected.mo
  • Updated testsuite.
14:10 Changeset [12108] by perost
  • 3 edits
    1 add in trunk

Fix for bug #1750:

  • Fixed propagation of visibility for extends.
14:10 Changeset in OpenModelica [038cbb30]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 2 edits in Compiler/FrontEnd

Fix for bug #1750:

  • Fixed propagation of visibility for extends.

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

13:48 Changeset [12107] by sjoelund.se
  • 2 edits in trunk/Compiler
  • Finished propagation of FunctionHashTable
13:48 Changeset in OpenModelica [400994e]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
  • Finished propagation of FunctionHashTable

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

11:45 Changeset [12106] by sjoelund.se
  • 1 edit in trunk/OMNotebook/OMNotebookGUI/notebook.cpp
  • Fix OMNotebook compilation
11:45 Changeset in OpenModelica [9416899]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 OMNotebook/OMNotebookGUI/notebook.cpp
  • Fix OMNotebook compilation

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

11:36 Changeset [12105] by Frenkel TUD
  • 1 edit in trunk/Makefile.common
  • add targets for runtimeCPP
11:36 Changeset in OpenModelica [73da0ea1]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 Makefile.common
  • add targets for runtimeCPP

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

11:33 Changeset [12104] by Frenkel TUD
  • 3 adds in trunk/SimulationRuntime/cpp
  • add make files for cpp runtime call cmake
11:33 Changeset in OpenModelica [c0ca49e]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 add in SimulationRuntime/cpp/Makefile
  • add make files for cpp runtime call cmake

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

11:28 Changeset [12103] by sjoelund.se
  • 2 edits in trunk/Compiler
  • Propagate functions further
11:28 Changeset in OpenModelica [2caac13c]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
  • Propagate functions further

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

10:50 Changeset [12102] by Frenkel TUD
  • 1 delete in trunk/SimulationRuntime/cpp/Build
  • delete not needed directory Build
10:49 Changeset [12101] by sjoelund.se
  • 4 edits in trunk
  • Updated copyright holder
10:49 Changeset in OpenModelica [5db3873]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 OMNotebook/OMNotebookGUI/notebook.cpp
  • Updated copyright holder

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

10:49 Changeset in OpenModelica [e87e118]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 /
  • Updated copyright holder

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

10:49 Changeset in OpenModelica [fe5c44eb]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/mainwindow.cpp
  • Updated copyright holder

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

10:20 Changeset [12100] by sjoelund.se
  • 1 edit in trunk/OSMC-License.txt
  • Updated OSMC License
10:20 Changeset in OpenModelica [a52e23f]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 OSMC-License.txt
  • Updated OSMC License

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

10:15 Changeset [12099] by Frenkel TUD
  • 3 edits in trunk/Compiler
  • fix testsuite
10:15 Changeset in OpenModelica [f9aed17]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
  • fix testsuite

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

09:57 Changeset [12098] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/SimCode.mo
  • fix tests linearization
09:57 Changeset in OpenModelica [7aa712a]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/SimCode.mo
  • fix tests linearization

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

09:45 Ticket #1336 (Implement a preprocessing phase from SCode to SCode that simplifies ...) closed by perost
fixed: This has mostly been implemented, and the parts not yet implemented …
08:33 Ticket #1755 (Redeclare causes additional flow-equations) created by choeger
[…] If you instantiate Test2.X and Test2.Y you get two different …
08:29 Changeset [12097] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/cpp/Source/CMakeLists.txt
  • cmake is stupid and evil, and people write as poor cross-platform files as make, why use it?
08:29 Changeset in OpenModelica [45b1d24]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/cpp/Source/CMakeLists.txt
  • cmake is stupid and evil, and people write as poor cross-platform files as make, why use it?

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

01:00 Changeset [12096] by Frenkel TUD
  • 6 edits in trunk/Compiler
  • generate for each equation only one function in c code
01:00 Changeset in OpenModelica [9cea235]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@…>
  • 5 edits in Compiler
  • generate for each equation only one function in c code

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

2012-06-18:

20:15 Changeset [12095] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEUtil.mo
  • use state index direct instead of search for it in markStateEquations
20:15 Changeset in OpenModelica [5377f98]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/BackendDAEUtil.mo
  • use state index direct instead of search for it in markStateEquations

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

16:50 Changeset [12094] by niklwors
  • 13 edits
    27 adds in trunk/SimulationRuntime/cpp/Source

Moved boost::extension to Source/utils/ folder

16:50 Changeset in OpenModelica [8500608]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Niklas Worschech <niklas.worschech@…>
  • 13 edits
    24 adds in SimulationRuntime/cpp/Source

Moved boost::extension to Source/utils/ folder

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

16:39 Changeset [12093] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/SCodeInst.mo
  • Propagate more functions
16:39 Changeset in OpenModelica [331b859d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/SCodeInst.mo
  • Propagate more functions

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

16:01 Changeset [12092] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/SCodeInst.mo
  • Fix bootstrap compilation
16:01 Changeset in OpenModelica [a50e841d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/SCodeInst.mo
  • Fix bootstrap compilation

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

15:58 Changeset [12091] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/SimCode.mo
  • continue to implement uniqueEqIndex for simcode
15:58 Changeset in OpenModelica [57acd81]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/SimCode.mo
  • continue to implement uniqueEqIndex for simcode

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

14:56 Changeset [12090] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/SimCode.mo
  • start to implement uniqueEqIndex for simcode
14:56 Changeset in OpenModelica [f7d4236]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/SimCode.mo
  • start to implement uniqueEqIndex for simcode

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

14:45 Changeset [12089] by hubert.thieriot
  • 1 edit in trunk/OMOptim/Core/Optim/EA/Monitor/MyEoGnuplot1DMonitor.cpp
  • gnuplot objective ploting correction
13:34 Changeset [12088] by sjoelund.se
  • 1 edit in trunk/Makefile.common
  • Don't install-openturns on sane systems
13:34 Changeset in OpenModelica [4d47482e]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Makefile.common
  • Don't install-openturns on sane systems

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

12:33 Changeset [12087] by sjoelund.se
  • 7 edits in trunk/Compiler
  • Propagate more functions
12:33 Changeset in OpenModelica [8931a07f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/FrontEnd/SCodeInst.mo
  • Propagate more functions

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

12:25 Changeset [12086] by adrpo
  • 4 adds in trunk/SimulationRuntime/OpenTurns
  • fix windows compilation.
12:25 Changeset in OpenModelica [4256d35a]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@…>
  • 4 adds in SimulationRuntime/OpenTurns
  • fix windows compilation.

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

12:19 Changeset [12085] by Frenkel TUD
  • 1 edit in trunk/testsuite/libraries/msl31/simulate/Modelica.Blocks.Examples.ShowLogicalSources.mat
  • fix testsuite
11:49 Changeset [12084] by Frenkel TUD
  • 4 edits in trunk
  • add index to each SimEqSystem
11:49 Changeset in OpenModelica [0077476]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 3 edits in Compiler
  • add index to each SimEqSystem

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

11:24 Ticket #1754 (Change ADD/MUL to n-ary expressions) created by sjoelund.se
Change ADD/MUL to n-ary expressions in order to simplify …
10:21 Ticket #1695 (SCodeFlatten causes scripting API to stop working) closed by sjoelund.se
fixed: This was fixed by not inserting code that causes SCode to fail
10:18 Ticket #1742 (11890 won't compile to the end) closed by sjoelund.se
fixed
10:16 Ticket #1753 (typo in OMShell "does not exits" --> "does not exist") closed by sjoelund.se
fixed: This was fixed in the trunk while migrating from codebeamer to trac
10:16 Ticket #1751 (Wrong code generation for getEnvironmentVariable) closed by sjoelund.se
fixed
09:56 Changeset [12083] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/ModelicaExternalC/ModelicaInternal.c

#1751

  • Changed the ModelicaInternal_getenv definition to match the declaration
09:56 Changeset in OpenModelica [97e830fc]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/ModelicaExternalC/ModelicaInternal.c

#1751

  • Changed the ModelicaInternal_getenv definition to match the declaration

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

09:40 Changeset [12082] by Frenkel TUD
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEUtil.mo
  • fix bug in calculaton of jacobian, in case of state jacobian have to generated for der(x) not for x
09:40 Changeset in OpenModelica [f19610c]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/BackendDAEUtil.mo
  • fix bug in calculaton of jacobian, in case of state jacobian have to generated for der(x) not for x

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

02:42 Changeset [12081] by adrpo
  • 10 edits
    1 move
    7 deletes in trunk
  • finishing up the OpenTURNS wrapper.
  • templates in share/omc/scripts/OpenTurns with all the needed stuff
  • added runOpenTURNSPythonScript to run the python file
  • everything works fine now on windows, can be easily adapted for Linux!
  • see testsuite/uncertainties/CantileverBeam.mos
  • fixed warning in solver/solver_main.c
02:42 Changeset in OpenModelica [fa0fa4e]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@…>
  • 8 edits
    6 deletes in /
  • finishing up the OpenTURNS wrapper.
  • templates in share/omc/scripts/OpenTurns with all the needed stuff
  • added runOpenTURNSPythonScript to run the python file
  • everything works fine now on windows, can be easily adapted for Linux!
  • see testsuite/uncertainties/CantileverBeam.mos
  • fixed warning in solver/solver_main.c

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

Note: See TracTimeline for information about the timeline view.