Timeline


and

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

2013-02-25:

23:30 Changeset [15322] by lochel
  • 24 edits in trunk
  • fix impure testcase by adding the keyword impure
  • add Boolean isImpure to DAE.CALL_ATTR
  • protect impure functions from evaluating to constant values
23:30 Changeset in OpenModelica [878156e]Added-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@…>
  • 22 edits in Compiler
  • fix impure testcase by adding the keyword impure
  • add Boolean isImpure to DAE.CALL_ATTR
  • protect impure functions from evaluating to constant values

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

19:20 Changeset [15321] by sjoelund.se
  • 3 edits in trunk/testsuite/simulation/libraries/msl32

Expected output

18:28 Changeset [15320] by bruno
  • 1 edit in trunk/testsuite/simulation/libraries/common/ModelTesting.mos

fixed unnecessary complicated statement

17:49 Changeset [15319] by bruno
  • 1 edit
    3 adds in trunk/testsuite/simulation/libraries/common

Script for automatic test cases generation updated, now it is possible to automatically generate tests with OpenModelicaModelTesting.Kind functionality.
cleanAll utility added, modelTesting script modified, now it works on windows 7

17:31 Changeset [15318] by sjoelund.se
  • 2 edits in trunk

Switch back to using static simulation runtime until the FMI code is fixed (probably required to get OSX to run FMUs better anyway)

17:31 Changeset in OpenModelica [e61aa41]Added-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 /

Switch back to using static simulation runtime until the FMI code is fixed (probably required to get OSX to run FMUs better anyway)

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

17:24 Changeset [15317] by bruno
  • 3 edits in trunk/testsuite/simulation/libraries/msl32

new test scripts with OpenModelicaModeltesting.Kind functionality
Experimental test cases
Will add more test cases and python test generator if these are ok

16:35 Changeset [15316] by sjoelund.se
  • 1 edit in trunk/Compiler/runtime/printimpl.c

Fix bootstrapping

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

Fix bootstrapping

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

15:38 Changeset [15315] by sjoelund.se
  • 3 edits
    1 move in trunk/Compiler

Fixes for bootstrapping

15:38 Changeset in OpenModelica [efacaf7]Added-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 move in Compiler

Fixes for bootstrapping

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

15:22 Changeset [15314] by sjoelund.se
  • 1 edit in trunk/Compiler/runtime/printimpl.c
  • Fix the print buffers
15:22 Changeset in OpenModelica [d8e9db8]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Compiler/runtime/printimpl.c
  • Fix the print buffers

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

14:42 Changeset [15313] by vitalij
  • 6 edits in trunk
  • fixed lobatto solver
14:42 Changeset in OpenModelica [a105abc]Added-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@…>
  • 2 edits in SimulationRuntime/c/simulation/solver
  • fixed lobatto solver

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

14:37 Changeset [15312] by perost
  • 2 edits in trunk/Compiler/Util
  • Added missing flag +scalarizeMinMax.
14:37 Changeset in OpenModelica [725c447]Added-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/Util
  • Added missing flag +scalarizeMinMax.

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

14:25 Changeset [15311] by sjoelund.se
  • 1 edit in trunk/Makefile.common
  • Compile FMIL before C-runtime
14:25 Changeset in OpenModelica [79013a3]Added-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
  • Compile FMIL before C-runtime

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

14:22 Changeset [15310] by petar
  • 1 edit in trunk/Compiler/Template/Tpl.mo

-Changed to using Print.saveAndClearBuf and Print.restoreBuf in function textString.

14:22 Changeset in OpenModelica [fb9af63]Added-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/Template/Tpl.mo

-Changed to using Print.saveAndClearBuf and Print.restoreBuf in function textString.

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

14:08 Changeset [15309] by perost
  • 2 edits
    1 add in trunk
  • Added flag +scalarizeMinMax to enable scalarization of min/max reductions.
14:08 Changeset in OpenModelica [6a02fca]Added-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/ExpressionSimplify.mo
  • Added flag +scalarizeMinMax to enable scalarization of min/max reductions.

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

13:51 Changeset [15308] by sjoelund.se
  • 2 edits in trunk/Compiler
  • Add new API setCFlags(str)/getCFlags
13:51 Changeset in OpenModelica [0cab705d]Added-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
  • Add new API setCFlags(str)/getCFlags

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

13:37 Changeset [15307] by perost
  • 2 edits
    2 adds in trunk
  • Make +orderConnections=false work as intended.
13:37 Changeset in OpenModelica [4617f01d]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Per Östlund <per.ostlund@…>
  • 1 edit in Compiler/FrontEnd/ConnectUtil.mo
  • Make +orderConnections=false work as intended.

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

13:27 Changeset [15306] by sjoelund.se
  • 9 edits
    3 moves
    1 add in trunk
  • Clean-up location of FMI runtime library
  • It's now a library linked separate from other (not part of Compiler/runtime, which includes System.mo; not what we need for FMI stand-alone simulations)
  • Still, FMI for model exchange segfaults in testsuite, but it seems to be a valid error since a NULL pointer is sent around. Couldn't use valgrind to find it because the FMU template doesn't accept changing CFLAGS using env.vars (illegal instructions if using -O2)...
  • Probably messed up some Makefiles. I moved things around a lot
13:27 Changeset in OpenModelica [07b9c815]Added-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
    3 moves in /
  • Clean-up location of FMI runtime library
  • It's now a library linked separate from other (not part of Compiler/runtime, which includes System.mo; not what we need for FMI stand-alone simulations)
  • Still, FMI for model exchange segfaults in testsuite, but it seems to be a valid error since a NULL pointer is sent around. Couldn't use valgrind to find it because the FMU template doesn't accept changing CFLAGS using env.vars (illegal instructions if using -O2)...
  • Probably messed up some Makefiles. I moved things around a lot

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

11:52 Changeset [15305] by lochel
  • 1 edit
    1 add in trunk/testsuite/simulation/modelica/others
  • first simulation test for impure
10:58 Changeset [15304] by sjoelund.se
  • 4 edits in trunk

Generate smaller executables by using dynamic libraries in Linux/OSX

10:58 Changeset in OpenModelica [41173e1]Added-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 /

Generate smaller executables by using dynamic libraries in Linux/OSX

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

10:34 Changeset [15303] by adrpo
  • 4 edits in trunk/testsuite/openmodelica/omcc
  • fix omcc test
10:12 Ticket #2085 (OMEdit 1.9.0 crashes frequently) closed by perost
duplicate: Duplicate of #2086.
09:35 Ticket #2086 (OMEdit 1.9.0 crashes frequently) created by anonymous
When I go to the Icon layer and want to access the text properties by …
09:33 Ticket #2085 (OMEdit 1.9.0 crashes frequently) created by anonymous
When I go to the Icon layer and want to access the text properties by …
09:22 Changeset [15302] by adrpo
  • 3 edits in trunk
  • fix tests and a minor printout of the ClassInf.STATE
09:22 Changeset in OpenModelica [1d82356a]Added-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/ClassInf.mo
  • fix tests and a minor printout of the ClassInf.STATE

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

08:31 Changeset [15301] by sjoelund.se
  • 2 edits in trunk
  • Fix bootstrapping
  • Fail earlier if bootstrapping fails
08:08 Changeset [15300] by adrpo
  • 34 edits
    2 adds in trunk

Implement task: #2084, CHANGES TO FrontEnd interfaces!

Parser/*

  • add pure/impure keywords to the lexer/parser

Absyn.mo

  • add Absyn.PURE/Absyn.IMPURE to Absyn.mo (inside function restriction)

SCode.mo

  • add Boolean isImpure inside SCode.R_FUNCTION to SCode.mo

DAE.mo

  • add DAE.FUNCTION.isImpure Boolean add DAE.T_FUNCTION.isImpure Boolean (rename DAE.T_FUNCTION.isPure to isOpenModelicaPure)

testsuite/openmodelica/parser/PureImpure.*

  • tests.

NOT implemented yet:

  • propagation of pure/impure because of function calls
  • checks that an impure function can be called only inside an impure function and only inside a when equ/alg.
08:08 Changeset in OpenModelica [fb23d276]Added-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@…>
  • 31 edits in /

Implement task: #2084, CHANGES TO FrontEnd interfaces!

Parser/*

  • add pure/impure keywords to the lexer/parser

Absyn.mo

  • add Absyn.PURE/Absyn.IMPURE to Absyn.mo (inside function restriction)

SCode.mo

  • add Boolean isImpure inside SCode.R_FUNCTION to SCode.mo

DAE.mo

  • add DAE.FUNCTION.isImpure Boolean add DAE.T_FUNCTION.isImpure Boolean (rename DAE.T_FUNCTION.isPure to isOpenModelicaPure)

testsuite/openmodelica/parser/PureImpure.*

  • tests.

NOT implemented yet:

  • propagation of pure/impure because of function calls
  • checks that an impure function can be called only inside an impure function and only inside a when equ/alg.

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

05:44 Ticket #2084 (Add Modelica 3.3 impure/pure in the front-end Absyn, SCode, DAE) created by adrpo
See Modelica 3.3 pure/impure
02:03 Changeset [15299] by adeas31
  • 7 edits in branches/OMEdit/OMEditGUI

#1765

  • Don't mark the text area read-only. instead show a message to the user that the file he is editing is read-only.
  • Removed the PlainTextEdit class.
01:16 Changeset [15298] by adrpo
  • 1 edit in trunk/Compiler/runtime/config.h
  • attempt to fix Windows simulations (always link with -llapack-mingw -ltmglib-mingw -lblas-mingw for runtime)
01:16 Changeset in OpenModelica [25fd4fbe]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in Compiler/runtime/config.h
  • attempt to fix Windows simulations (always link with -llapack-mingw -ltmglib-mingw -lblas-mingw for runtime)

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

2013-02-24:

23:25 Changeset [15297] by adeas31
  • 7 edits in branches/OMEdit/OMEditGUI

#1756 OMEdit should be able to convert files to UTF-8.
Now users can open the files by specifying the encoding they want.
#1762
#1857

14:13 Changeset [15296] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/math-support/CMakeLists.txt

Silly Windows crap

14:13 Changeset in OpenModelica [6e0d7e06]Added-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/math-support/CMakeLists.txt

Silly Windows crap

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

13:30 Changeset [15295] by wbraun
  • 16 edits in trunk/testsuite/simulation/libraries

-fixed testsuite

13:04 Changeset [15294] by sjoelund.se
  • 2 edits
    1 delete in trunk/SimulationRuntime/c

Remove dgesv_aux

13:04 Changeset in OpenModelica [348cd0b]Added-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
    1 delete in SimulationRuntime/c

Remove dgesv_aux

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

12:25 Changeset [15293] by wbraun
  • 6 edits in trunk/SimulationRuntime/c
  • switched to lapack library instead using internal copy
  • fixed some compiling warning (clang)
12:25 Changeset in OpenModelica [c1aebce]Added-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@…>
  • 6 edits in SimulationRuntime/c
  • switched to lapack library instead using internal copy
  • fixed some compiling warning (clang)

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

09:32 Changeset [15292] by jfrenkel
  • 5 edits in trunk
  • if BackendDAE.NO_INDEX_REDUCTION() is selected use NONE() for index reduction method
09:32 Changeset in OpenModelica [e2bb3100]Added-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
  • if BackendDAE.NO_INDEX_REDUCTION() is selected use NONE() for index reduction method

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

00:15 Changeset [15291] by jfrenkel
  • 7 edits in trunk/Compiler
  • remove old tearing Implementation
  • remove old index reduction algorithm
  • remove unused flags TEARING,RELAXATION,TEARING_AND_RELAXATION
00:15 Changeset in OpenModelica [312843f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Jens Frenkel <jens.frenkel@…>
  • 7 edits in Compiler
  • remove old tearing Implementation
  • remove old index reduction algorithm
  • remove unused flags TEARING,RELAXATION,TEARING_AND_RELAXATION

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

2013-02-23:

22:53 Changeset [15290] by jfrenkel
  • 4 edits in trunk
  • update tests
22:47 Changeset [15289] by jfrenkel
  • 3 edits in trunk/Compiler/BackEnd
  • minor improvements
22:47 Changeset in OpenModelica [0bcc037c]Added-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
  • minor improvements

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

22:08 Changeset [15288] by jfrenkel
  • 7 edits in trunk
  • update Tests
  • remove old functions
22:08 Changeset in OpenModelica [e3dfb26]Added-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
  • update Tests
  • remove old functions

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

20:21 Changeset [15287] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/EvaluateParameter.mo
  • fix for unevaluatable fixed attribute
20:21 Changeset in OpenModelica [66a0ee4]Added-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/EvaluateParameter.mo
  • fix for unevaluatable fixed attribute

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

18:45 Changeset [15286] by jfrenkel
  • 2 edits in trunk/Compiler
  • switch to new evaluate parameter implementation
18:45 Changeset in OpenModelica [b0fad439]Added-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
  • switch to new evaluate parameter implementation

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

18:06 Changeset [15285] by jfrenkel
  • 2 edits in trunk/Compiler/BackEnd
  • fix warning
18:06 Changeset in OpenModelica [aead67e3]Added-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 warning

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

15:29 Changeset [15284] by jfrenkel
  • 6 edits
    1 add in trunk
  • reimplement evaluation of parameters (final and annotation Evaluate)
    • not yet aktivated
    • do evaluation of final and annotation Evaluate parameters together
  • improve BackendEquation.listEquation, less time and memory
  • add function BackendVariable.setVarAt
15:29 Changeset in OpenModelica [4df56eb]Added-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
    1 add in Compiler
  • reimplement evaluation of parameters (final and annotation Evaluate)
    • not yet aktivated
    • do evaluation of final and annotation Evaluate parameters together
  • improve BackendEquation.listEquation, less time and memory
  • add function BackendVariable.setVarAt

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

2013-02-22:

22:41 Changeset [15283] by nutaro
  • 1 edit in trunk/Compiler/Template/CodegenAdevs.tpl

Fixed state selection and initialization problem in the adevs backend

22:41 Changeset in OpenModelica [005d569]Added-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

Fixed state selection and initialization problem in the adevs backend

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

20:43 Changeset [15282] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/interactive-simulation/runInteractiveSimulation.mos

Expected output

18:30 Changeset [15281] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEOptimize.mo
  • minor changes, parameter evaluation, SparsePattern
18:30 Changeset in OpenModelica [f4f3c05]Added-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/BackendDAEOptimize.mo
  • minor changes, parameter evaluation, SparsePattern

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

16:57 Ticket #2083 (Graphical annotations enable, tab, and group not supported by OMEdit) created by casella
The annotations enable, tab, and group are widely used in the MSL to …
16:10 Changeset [15280] by sjoelund.se
  • 3 edits in trunk
  • At least kill the damn executable after the interactive simulation runs (I found no way to actually make the executable exit...)
16:10 Changeset in OpenModelica [018d4ce]Added-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/socket_unix.cpp
  • At least kill the damn executable after the interactive simulation runs (I found no way to actually make the executable exit...)

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

15:52 Ticket #2082 (Annotation relative to models not in their proper place) created by casella
I have created some simple models with OMEdit, and the annotation with …
15:33 Changeset [15279] by wbraun
  • 70 edits in trunk/testsuite/simulation/libraries/msl32
  • updated all MSL32 tests that checked for "Files not Equal"
14:52 Ticket #2081 (Conditional connectors not handled by OMEdit) created by casella
Since cardinality was deprecated a few years ago, conditional …
14:43 Ticket #1497 (OM Installer: Installer fails if drive "c:" does not exist / is not ...) closed by adeas31
fixed: Fixed in r15278.
14:43 Changeset [15278] by adeas31
  • 1 edit
    1 add in installers/windows/OpenModelicaSetup

#1497
Get the user drives instead of assuming that he/she has c drive.
Separated the custom functions.

14:07 Changeset [15277] by jfrenkel
  • 8 edits in trunk/Compiler
  • speed up generation of linear systems by improve getRhsSystem funktions, generate zero replacements only once
  • do not clear matching twice
14:07 Changeset in OpenModelica [5010c4d]Added-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@…>
  • 8 edits in Compiler
  • speed up generation of linear systems by improve getRhsSystem funktions, generate zero replacements only once
  • do not clear matching twice

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

13:39 Ticket #2076 (simulation command-line arguments have changed) closed by lochel
fixed: No, the flags were changes to what I wrote in the beginning (3 types). …
13:32 Changeset [15276] by lochel
  • 2 edits in trunk/SimulationRuntime/c/simulation
  • minor (static and const) fixes
13:32 Changeset in OpenModelica [2405061]Added-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
  • minor (static and const) fixes

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

13:28 Changeset [15275] by lochel
  • 7 edits in trunk
  • revise command line arguments for c-runtime (third part)
    • better warnings. If a flag is used twice, we will now report an error. Previously we considered only the first one without any notification.
    • consistence check. If new flags are added without a description, we get an error (during simulation – that should be improved to an error during compilation).
    • it is no longer possible to introduce flags that do not occur in the help-text
    • now all flags (with values) can be used with <-f=value> as well as <-f value>
    • new debug-output to verify used and interpreted command line options (runtime needs to be compiled with #define USE_DEBUG_OUTPUT)
13:28 Changeset in OpenModelica [3492485]Added-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@…>
  • 7 edits in /
  • revise command line arguments for c-runtime (third part)
    • better warnings. If a flag is used twice, we will now report an error. Previously we considered only the first one without any notification.
    • consistence check. If new flags are added without a description, we get an error (during simulation – that should be improved to an error during compilation).
    • it is no longer possible to introduce flags that do not occur in the help-text
    • now all flags (with values) can be used with <-f=value> as well as <-f value>
    • new debug-output to verify used and interpreted command line options (runtime needs to be compiled with #define USE_DEBUG_OUTPUT)

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

13:14 Ticket #2080 (Mechanics.MultiBody.Examples.Constraints.PrismaticJoint) created by sjoelund.se
Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainPrismaticJoi …
12:40 Changeset [15274] by jfrenkel
  • 3 edits
    1 add in trunk
  • speedup inlining of bind exp from parameters with chaching
12:40 Changeset in OpenModelica [d95eb3ae]Added-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
  • speedup inlining of bind exp from parameters with chaching

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

12:31 Changeset [15273] by sjoelund.se
  • 2 edits in trunk/Compiler
  • Improve error-messages when ModelicaBuiltin.mo cannot be found
  • Force correct OPENMODELICAHOME while building the bootstrapping header
12:31 Changeset in OpenModelica [c520accd]Added-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
  • Improve error-messages when ModelicaBuiltin.mo cannot be found
  • Force correct OPENMODELICAHOME while building the bootstrapping header

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

11:45 Changeset [15272] by sjoelund.se
  • 4 edits in trunk

Bump MSL version

11:14 Changeset [15271] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/util/rtclock.c

Use CLOCK_MONOTONIC_RAW only if the platform has it available

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

Use CLOCK_MONOTONIC_RAW only if the platform has it available

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

10:38 Changeset [15270] by sjoelund.se
  • 1 edit in trunk/Compiler/Util/System.mo

Typo

10:38 Changeset in OpenModelica [9fd19ab]Added-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/Util/System.mo

Typo

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

10:04 Changeset [15269] by sjoelund.se
  • 5 edits
    7 deletes in trunk

#2070
Create help-text for "topics" and made that the default from scripting/interactive

10:04 Changeset in OpenModelica [6e75b8bc]Added-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
    1 delete in Compiler

#2070
Create help-text for "topics" and made that the default from scripting/interactive

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

09:36 Ticket #2079 (OMEdit does not handle replaceable classes and components) created by casella
Many models in the MSL and in other Modelica libraries heavily rely on …
09:06 Ticket #2078 (Inner/outer not working in algorithm section) created by sjoelund.se
Inner/outer not working in algorithm section (if we change the …
07:00 Ticket #2077 (override flag broken) closed by sjoelund.se
fixed: Fixed in r15268.
07:00 Changeset [15268] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/simulation/simulation_input_xml.cpp

Fix usage of override flags in runtime

07:00 Changeset in OpenModelica [bad30f51]Added-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/simulation/simulation_input_xml.cpp

Fix usage of override flags in runtime

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

04:06 Changeset [15267] by adrpo
  • 1 edit in trunk/SimulationRuntime/c/simulation/solver/radau.c
  • move assignments *AFTER* all the variable definitions to please ANSI C (MSVC).
04:06 Changeset in OpenModelica [e0dd886]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Adrian Pop <adrian.pop@…>
  • 1 edit in SimulationRuntime/c/simulation/solver/radau.c
  • move assignments *AFTER* all the variable definitions to please ANSI C (MSVC).

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

03:34 Changeset [15266] by nutaro
  • 2 edits in trunk/Compiler/Template

State selection seems to work.

03:34 Changeset in OpenModelica [6a61661f]Added-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

State selection seems to work.

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

01:54 Changeset [15265] by wbraun
  • 6 edits
    13 adds
    2 deletes in trunk
  • slightly changes to the implicit radau codes
  • added initial testset for radau codes
01:54 Changeset in OpenModelica [9260697f]Added-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@…>
  • 3 edits in SimulationRuntime/c/simulation/solver
  • slightly changes to the implicit radau codes
  • added initial testset for radau codes

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

2013-02-21:

23:04 Changeset [15264] by nutaro
  • 1 edit in trunk/Compiler/Template/CodegenAdevs.tpl

Corrected problem with array allocation.

23:04 Changeset in OpenModelica [a7a2b72]Added-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

Corrected problem with array allocation.

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

22:06 Ticket #2077 (override flag broken) created by janssen
OK, I can now compile camelbrake.mo, but when I try to run it with CSV …
20:05 Changeset [15263] by sjoelund.se
  • 2 edits in trunk

Use svg thumbnails for measureTime (fewer gnuplot warnings, smaller filesize)

20:05 Changeset in OpenModelica [09d9600]Added-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 svg thumbnails for measureTime (fewer gnuplot warnings, smaller filesize)

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

19:37 Changeset [15262] by sjoelund.se
  • 1 edit in trunk/testsuite/simulation/modelica/built_in_functions/MeasureTime.mos

Changed MeasureTime.mos to not consider gnuplot warnings

18:10 Ticket #2076 (simulation command-line arguments have changed) created by janssen
Until recently (1.9.0b3) the generated C simulation programs could be …
17:38 Changeset [15261] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/simulation/CMakeLists.txt

Windows crap

17:38 Changeset in OpenModelica [3bc88c4]Added-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/simulation/CMakeLists.txt

Windows crap

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

17:06 Changeset [15260] by sjoelund.se
  • 7 edits in trunk
  • Bump MSL revision
  • Fix measureTime count graphs
17:06 Changeset in OpenModelica [64517eee]Added-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/simulation/modelinfo.c
  • Bump MSL revision
  • Fix measureTime count graphs

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

14:52 Ticket #2075 (FMU for co-simulation import warnings) created by schteppe@…
When I try importing my own FMU (for co-simulation), I get the …
14:40 Changeset [15259] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/simulation/simulation_runtime.cpp
  • Don't cast char* to string*
14:40 Changeset in OpenModelica [11dea7d5]Added-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/simulation/simulation_runtime.cpp
  • Don't cast char* to string*

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

14:20 Changeset [15258] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/util/rtclock.c

Fix Windows/OSX

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

Fix Windows/OSX

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

14:18 Ticket #2073 (reading of info XML invalid) closed by sjoelund.se
fixed: Fixed in r15257.
14:18 Changeset [15257] by sjoelund.se
  • 2 edits in trunk/Compiler/Template

#2073

  • Only output one <equation> for a block of statements
14:18 Changeset in OpenModelica [68b8bb8]Added-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/SimCodeDump.tpl

#2073

  • Only output one <equation> for a block of statements

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

14:17 ReleaseNotes/1.9.0 edited by sjoelund.se
(diff)
14:04 Changeset [15256] by sjoelund.se
  • 1 edit in trunk/testsuite/openmodelica/parser/ParseFullModelica3.2.mos

Expected output

13:59 Changeset [15255] by vitalij
  • 4 edits in trunk/SimulationRuntime/c/simulation
  • added some implicit solver

-- used kinsol for nlp

13:59 Changeset in OpenModelica [cf5b432]Added-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
  • added some implicit solver

-- used kinsol for nlp

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

13:16 Changeset [15254] by sjoelund.se
  • 2 edits in trunk/libraries
  • Bump MSL (ModelicaTest)
12:22 Changeset [15253] by sjoelund.se
  • 7 edits
    1 move in trunk/SimulationRuntime/c
  • Converted options.cpp to C89 code, and made it more memory-efficient
  • Added option -clock=CPU (or -clock=RT) for the simulation executable (in case the user wants a different clock on Linux)
12:22 Changeset in OpenModelica [a4250b3]Added-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
    1 move in SimulationRuntime/c
  • Converted options.cpp to C89 code, and made it more memory-efficient
  • Added option -clock=CPU (or -clock=RT) for the simulation executable (in case the user wants a different clock on Linux)

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

12:08 Ticket #2074 (Massive jump in timeTemplates) created by cschubert
Hi, since the commit […] timeTemplates is now 10 times bigger! …
03:30 Changeset [15252] by nutaro
  • 2 edits in trunk/Compiler/Template

Fixed (I think) definition of and indexing into array variables in the adevs backend.

03:30 Changeset in OpenModelica [a307afc]Added-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

Fixed (I think) definition of and indexing into array variables in the adevs backend.

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

Note: See TracTimeline for information about the timeline view.