Timeline


and

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

2013-02-20:

21:04 ReleaseNotes/1.9.0 edited by sjoelund.se
(diff)
21:03 ReleaseNotes/1.9.0 edited by sjoelund.se
(diff)
18:44 Ticket #2073 (reading of info XML invalid) created by janssen
Attached is a model file which when simulated gives the error …
17:22 Ticket #2072 (intialization of output formal parameters in modelica functions) closed by sjoelund.se
fixed: Fixed (patched MSL) in r15249. I also started checking for unassigned …
16:57 Changeset [15251] by jfrenkel
  • 1 edit in trunk/Compiler/BackEnd/IndexReduction.mo
  • add array information to stateset.x variable
16:57 Changeset in OpenModelica [c938b16d]Added-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
  • add array information to stateset.x variable

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

16:24 Changeset [15250] by sjoelund.se
  • 1 edit in trunk/README.Linux.txt

Bump a file to re-run everything in hudson and make sure the server works fine before I leave for home

16:24 Changeset in OpenModelica [e6eec91]Added-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 README.Linux.txt

Bump a file to re-run everything in hudson and make sure the server works fine before I leave for home

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

15:58 Changeset [15249] by sjoelund.se
  • 96 edits in trunk

#2072

  • Started looking for undefined outputs of record components in functions
  • Patched MSL 3.2.1 in the places we had these (mostly Spice3, some Fluid)
  • Updated tests that use this (mosty ThermoSysPro and Modelica 3.1; I don't care enough to make them run without warning)
15:58 Changeset in OpenModelica [057630d0]Added-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

#2072

  • Started looking for undefined outputs of record components in functions
  • Patched MSL 3.2.1 in the places we had these (mostly Spice3, some Fluid)
  • Updated tests that use this (mosty ThermoSysPro and Modelica 3.1; I don't care enough to make them run without warning)

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

08:01 Changeset [15248] by sjoelund.se
  • 2 edits in trunk/Compiler/Template
  • Also remove the preExp
08:01 Changeset in OpenModelica [b9d0391]Added-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
  • Also remove the preExp

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

07:14 Changeset [15247] by sjoelund.se
  • 4 edits in trunk

Don't add unused vardecls to the code

07:14 Changeset in OpenModelica [56c25a3a]Added-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 /

Don't add unused vardecls to the code

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

03:31 Ticket #2072 (intialization of output formal parameters in modelica functions) created by wbraun
I guess we should set an implicit default value for formal output …
02:27 Changeset [15246] by wbraun
  • 2 edits in trunk/testsuite/simulation/libraries/msl32
  • expacted output
01:42 Changeset [15245] by wbraun
  • 4 edits in trunk/testsuite/simulation/libraries/msl32
  • expected output and added verified results

2013-02-19:

22:22 Changeset [15244] by sjoelund.se
  • 2 edits in trunk/Compiler
  • Fix LibraryDirectory and IncludeDirectory defaults
22:22 Changeset in OpenModelica [6ce9cb3e]Added-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/BackEnd/SimCodeUtil.mo
  • Fix LibraryDirectory and IncludeDirectory defaults

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

18:01 Changeset [15243] by ppriv
  • 3 edits in trunk/SimulationRuntime/c/util
  • fix: simulation_options.c deleted non-existing options in FLAG_DETAILED_DESC and FLAG_TYPE that was already deleted previously from FLAG_NAME and FLAG_DESC very strangely: it was not discovered by GCC ... but MSVC (2012)
  • an extern "C" enclosing in simulation_options.h for C++
  • simulation_options.c/.h added to CMakeLists.txt
18:01 Changeset in OpenModelica [120ce43a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 3 edits in SimulationRuntime/c/util
  • fix: simulation_options.c deleted non-existing options in FLAG_DETAILED_DESC and FLAG_TYPE that was already deleted previously from FLAG_NAME and FLAG_DESC very strangely: it was not discovered by GCC ... but MSVC (2012)
  • an extern "C" enclosing in simulation_options.h for C++
  • simulation_options.c/.h added to CMakeLists.txt

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

16:19 Ticket #1400 (Support for package.order files (from MathCore)) closed by sjoelund.se
fixed: Oh, we added support for this about half a year ago
15:38 Changeset [15242] by perost
  • 1 edit in trunk/Compiler/Template/CodegenFMU.tpl
  • Fix syntax in generated modelica code for FMI co-simulation.
15:38 Changeset in OpenModelica [e5ca95e]Added-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/CodegenFMU.tpl
  • Fix syntax in generated modelica code for FMI co-simulation.

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

15:32 Ticket #2071 (Template error: ExpressionDumpTpl.dumpExp: Unknown expression.) closed by sjoelund.se
worksforme: Do make clean or checkout a clean trunk and you'll see that it …
15:23 Ticket #2071 (Template error: ExpressionDumpTpl.dumpExp: Unknown expression.) created by cschubert
Hi, our very simple model of a Pendulum does not work with the …
14:54 Ticket #1195 (Probable issue with nested min/max functions) closed by perost
fixed: This was probably fixed a long time ago, the model now compiles and …
14:46 Ticket #1046 (Slice operation (from MathCore)) closed by perost
fixed: Since the original issue seems to have been solved and I'm not aware …
14:43 Ticket #1038 ([ThermoPower] Problem with short class definition (from MathCore)) closed by perost
fixed: checkModel of Modelica.Media.Water.StandardWater works with both MSL …
14:41 Ticket #1034 (The Servercertificate needs to be updated) closed by perost
fixed: Not sure which server this is about, but I'm going to guess it's been …
14:33 Ticket #1006 (www.openmodelica.org/<subdirectory> doesn't work.) closed by perost
fixed: openmodelica.org is the main domain used now, and the ida.liu.se …
14:27 Ticket #1001 (Text formatting of Modelica files is not saved.) closed by perost
wontfix: list works as intended since it's supposed to do pretty-printing, so …
14:11 Ticket #2056 (Problems with Modelica.Math.Matrices.inv()) closed by perost
fixed: The segmentation faults should hopefully be fixed in r15241, at least …
14:03 Changeset [15241] by perost
  • 5 edits
    2 adds
    2 deletes in trunk

Fix for #2056:

  • Use 32-bit integer arrays for external fortran functions.
  • Added test case LapackInverse, and removed incomplete and broken test case JoinThreeVectors2.
14:03 Changeset in OpenModelica [166629b]Added-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@…>
  • 4 edits in /

Fix for #2056:

  • Use 32-bit integer arrays for external fortran functions.
  • Added test case LapackInverse, and removed incomplete and broken test case JoinThreeVectors2.

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

13:43 Changeset [15240] by ppriv
  • 8 edits in trunk/Compiler/Template

Please, do not commit old generated files back (to Lennart Lochel - lochel)

11:13 Changeset [15239] by sjoelund.se
  • 1 edit in trunk/Examples/BuildModelRecursive.mos

Use background color instead of foreground to get a better contrast for yellow

11:13 Changeset in OpenModelica [595530c5]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Examples/BuildModelRecursive.mos

Use background color instead of foreground to get a better contrast for yellow

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

10:29 Changeset [15238] by sjoelund.se
  • 3 edits in trunk/Compiler

Some tail recursion

10:29 Changeset in OpenModelica [baab5bb]Added-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/FrontEnd

Some tail recursion

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

09:05 Changeset [15237] by sjoelund.se
  • 2 edits in trunk/Compiler

Bring back the last part of r15233 (but fixed so it works)

09:05 Changeset in OpenModelica [4e1a57a]Added-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/Inst.mo

Bring back the last part of r15233 (but fixed so it works)

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

08:09 Changeset [15236] by sjoelund.se
  • 2 edits in trunk/Compiler

Bring back part of r15233

08:09 Changeset in OpenModelica [7749cda8]Added-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/Inst.mo

Bring back part of r15233

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

06:50 Changeset [15235] by sjoelund.se
  • 1 edit in trunk/Compiler/FrontEnd/Inst.mo

Revert r15233. I'll fix the problems later and recommit it.

06:50 Changeset in OpenModelica [b235e097]Added-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/Inst.mo

Revert r15233. I'll fix the problems later and recommit it.

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

2013-02-18:

22:50 Changeset [15234] by sjoelund.se
  • 3 edits in trunk/Compiler

Some more tail recursion

22:50 Changeset in OpenModelica [cc2355d0]Added-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/FrontEnd

Some more tail recursion

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

22:32 Changeset [15233] by sjoelund.se
  • 2 edits in trunk/Compiler

Reduce size of stack for a few functions

22:32 Changeset in OpenModelica [f0863f7]Added-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/Inst.mo

Reduce size of stack for a few functions

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

21:41 Changeset [15232] by sjoelund.se
  • 3 edits in trunk/Compiler

Huge performance increase to the new hashing (factor >500 for MetaModelica expressions)

21:41 Changeset in OpenModelica [1ad6867]Added-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/FrontEnd

Huge performance increase to the new hashing (factor >500 for MetaModelica expressions)

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

21:01 Changeset [15231] by sjoelund.se
  • 2 edits in trunk/Compiler

Try to make bootstrapping work with less stack

21:01 Changeset in OpenModelica [b679880e]Added-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/BaseHashTable.mo

Try to make bootstrapping work with less stack

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

19:52 Changeset [15230] by sjoelund.se
  • 4 edits in trunk/Compiler

Fix bootstrapping/tail recursion

19:52 Changeset in OpenModelica [eb1f9b8]Added-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

Fix bootstrapping/tail recursion

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

19:35 Changeset [15229] by wbraun
  • 1 edit in trunk/Compiler/BackEnd/BackendDAEOptimize.mo
  • a small tweak to transposeSparsePattern
19:35 Changeset in OpenModelica [4e60107]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Willi Braun <wbraun@…>
  • 1 edit in Compiler/BackEnd/BackendDAEOptimize.mo
  • a small tweak to transposeSparsePattern

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

18:34 Changeset [15228] by lochel
  • 10 edits in trunk
  • fix uninitialized timers
18:34 Changeset in OpenModelica [42949c2]Added-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
  • fix uninitialized timers

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

17:28 Changeset [15227] by wbraun
  • 3 edits in trunk
  • rewritten of getSparsePattern
  • suppress execStat while instialization
17:28 Changeset in OpenModelica [33696737]Added-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 /
  • rewritten of getSparsePattern
  • suppress execStat while instialization

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

16:42 Changeset [15226] by sjoelund.se
  • 22 edits in trunk/testsuite/simulation/libraries/msl32

Expected output

16:41 Changeset [15225] by sjoelund.se
  • 9 edits in trunk/testsuite/simulation/libraries/msl32

Expected output

16:35 Changeset [15224] by sjoelund.se
  • 19 edits in trunk/testsuite/simulation/libraries/msl32

Expected output

16:17 Changeset [15223] by sjoelund.se
  • 4 edits in trunk/testsuite/simulation/libraries/msl32

Expected output

16:14 Changeset [15222] by sjoelund.se
  • 10 edits in trunk/testsuite/simulation/libraries/msl32

Expected output

16:11 Changeset [15221] by sjoelund.se
  • 9 edits in trunk/testsuite/simulation/libraries/3rdParty/Exercises

Expected output

15:25 Changeset [15220] by sjoelund.se
  • 11 edits in trunk

Include the MSL 3.2.1 patch for initial equation warning about the new fluid system

15:15 Changeset [15219] by sjoelund.se
  • 2 edits in trunk/libraries

Remove patch that was fixed in MSL already

14:22 Changeset [15218] by sjoelund.se
  • 6 edits in trunk

Bump MSL revision to latest. Some things will break. Let's fix them.

13:36 Changeset [15217] by sjoelund.se
  • 3 deletes in trunk

Remove some stuff that is probably too old to run

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

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

13:24 Changeset [15215] by sjoelund.se
  • 1 edit in trunk/Examples/BuildModelRecursive.mos

Provide more information for BuildModelRecursive.mos

13:24 Changeset in OpenModelica [9e6971c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Examples/BuildModelRecursive.mos

Provide more information for BuildModelRecursive.mos

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

12:32 Changeset [15214] by sjoelund.se
  • 1 edit in trunk/Examples/GenerateDoc.mos

Respect package.order

12:32 Changeset in OpenModelica [66f04cbd]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Martin Sjölund <martin.sjolund@…>
  • 1 edit in Examples/GenerateDoc.mos

Respect package.order

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

11:17 Changeset [15213] by petar
  • 18 edits in trunk/Compiler

-Implemented ComponentReference.hashComponentRef that performs hashing of component reference without printing the cref, instead it hashes each part individually and accumulates.
-Implemented Expression.hashExp in the same fashion (TODO: hashing of metamodelica expressions).
-Changed all affected hashtable modules to use these instead.

11:17 Changeset in OpenModelica [227e4eef]Added-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@…>
  • 18 edits in Compiler

-Implemented ComponentReference.hashComponentRef that performs hashing of component reference without printing the cref, instead it hashes each part individually and accumulates.
-Implemented Expression.hashExp in the same fashion (TODO: hashing of metamodelica expressions).
-Changed all affected hashtable modules to use these instead.

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

08:56 Changeset [15212] by sjoelund.se
  • 1 edit in trunk/doc/bibliography/openmodelica.bib

Fix parsing errors for the bibtex database

08:56 Changeset in OpenModelica [e8704e4]Added-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 bibliography/openmodelica.bib

Fix parsing errors for the bibtex database

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

01:46 Changeset [15211] by adeas31
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • block the installer until uninstall is not finished.

2013-02-17:

23:52 Changeset [15210] by adeas31
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • use execwait.
23:43 Changeset [15209] by adeas31
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • update instead of upgrade.
23:41 Changeset [15208] by adeas31
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • quit in case of cancel.
17:41 Changeset [15207] by ppriv
  • 1 edit in trunk/Compiler/Template/Tpl.mo

more fix bootstrapping (complete tplCallWithFailError2, too)

17:41 Changeset in OpenModelica [f833686]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 1 edit in Compiler/Template/Tpl.mo

more fix bootstrapping (complete tplCallWithFailError2, too)

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

17:18 Changeset [15206] by sjoelund.se
  • 1 edit in trunk/Compiler/Template/Tpl.mo

Fix bootstrapping

17:18 Changeset in OpenModelica [e59c8b84]Added-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/Tpl.mo

Fix bootstrapping

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

16:45 Changeset [15205] by adeas31
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • Auto uninstall.
16:37 Changeset [15204] by adeas31
  • 1 edit in installers/windows/OpenModelicaSetup/OpenModelicaSetup.nsi
  • Only try to delete files once.
  • Don't mark them for deletion later on.
14:15 Changeset [15203] by ppriv
  • 1 edit in trunk/Compiler/Template/Tpl.mo

Trying to satisfy bootstraping tests

14:15 Changeset in OpenModelica [17de475]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 1 edit in Compiler/Template/Tpl.mo

Trying to satisfy bootstraping tests

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

13:42 Changeset [15202] by ppriv
  • 2 edits in trunk/SimulationRuntime/c
  • simulation_input_xml.cpp / doOverride() function uses omc_ModelInput in a mutable way which saves one copy constructor/destructor call (a lot of reallocations, all of the loaded params/vars, so a lot of time for HumMod model)
  • a small correction of SimulationRuntime/c/CMakeLists.txt (paths in macros now works also for an out-of-trunk cmake call)



13:42 Changeset in OpenModelica [fce8c42]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 2 edits in SimulationRuntime/c
  • simulation_input_xml.cpp / doOverride() function uses omc_ModelInput in a mutable way which saves one copy constructor/destructor call (a lot of reallocations, all of the loaded params/vars, so a lot of time for HumMod model)
  • a small correction of SimulationRuntime/c/CMakeLists.txt (paths in macros now works also for an out-of-trunk cmake call)



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

13:22 Changeset [15201] by ppriv
  • 1 edit in trunk/SimulationRuntime/c/util/omc_msvc.c
  • a fix of asprintf() for MSVC snprintf() replaced with vsnprintf()
13:22 Changeset in OpenModelica [886aa22c]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 1 edit in SimulationRuntime/c/util/omc_msvc.c
  • a fix of asprintf() for MSVC snprintf() replaced with vsnprintf()

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

13:18 Changeset [15200] by ppriv
  • 2 edits in trunk/Compiler/Template
  • fix: template functionInitialResidual() a stronger test for no residual equations it could produce an empty array initialization when there is only an "initial algorithm" section and no "initial equation" in the model (so that residualEquations is not empty {}, but it has no SES_RESIDUAL())
  • fix: a copy/paste typo error in template literalExpConst() to properly count lengths of the unescaped strings
13:18 Changeset in OpenModelica [2967495]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 1 edit in Compiler/Template/CodegenC.tpl
  • fix: template functionInitialResidual() a stronger test for no residual equations it could produce an empty array initialization when there is only an "initial algorithm" section and no "initial equation" in the model (so that residualEquations is not empty {}, but it has no SES_RESIDUAL())
  • fix: a copy/paste typo error in template literalExpConst() to properly count lengths of the unescaped strings

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

12:59 Changeset [15199] by ppriv
  • 1 edit in trunk/Compiler/Template/Tpl.mo

Susan now reports a template call failure as an error (to prevent confusion from other reasons of failure, e.g., simulation fail)

  • fortunately, it was not observed in current templates when some day a call of a function from within a template will fail, the added error message will say it happened (I've tested it will)
12:59 Changeset in OpenModelica [c6610131]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 1 edit in Compiler/Template/Tpl.mo

Susan now reports a template call failure as an error (to prevent confusion from other reasons of failure, e.g., simulation fail)

  • fortunately, it was not observed in current templates when some day a call of a function from within a template will fail, the added error message will say it happened (I've tested it will)

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

2013-02-16:

18:48 Changeset [15198] by adrpo
  • 2 edits in trunk
  • there is NO "c" target, just "C"!
18:48 Changeset in OpenModelica [e3fc4eb8]Added-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/Util/Flags.mo
  • there is NO "c" target, just "C"!

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

17:23 Changeset [15197] by sjoelund.se
  • 1 edit in trunk/Compiler/boot/bootstrap-sources.tar.xz
  • Updated compiler sources (bootstrapping should work with 4MB stack now)
11:45 Changeset [15196] by ppriv
  • 20 edits in trunk/Compiler
  • Susan does not generate unreachable match cases for map expressions (a clean-up)
11:45 Changeset in OpenModelica [fa49e9f2]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 6 edits in Compiler
  • Susan does not generate unreachable match cases for map expressions (a clean-up)

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

09:44 Changeset [15195] by ppriv
  • 21 edits in trunk/Compiler
  • Susan uses "match" instead "matchcontinue" in generated template code
  • this is for Hudson test (I've tested locally that terstsuite run the same)

Be aware: template imported functions MUST NOT fail to render the running template (imported functions are those imported via SimCodeTV.mo), otherwise the whole template call fails

09:44 Changeset in OpenModelica [28bec13a]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Pavol Privitzer <ppriv@…>
  • 7 edits in Compiler
  • Susan uses "match" instead "matchcontinue" in generated template code
  • this is for Hudson test (I've tested locally that terstsuite run the same)

Be aware: template imported functions MUST NOT fail to render the running template (imported functions are those imported via SimCodeTV.mo), otherwise the whole template call fails

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

01:46 Changeset [15194] by adeas31
  • 11 edits in branches/OMEdit/OMEditGUI
  • Also add UTF-8 to static strings.
00:50 Changeset [15193] by adeas31
  • 12 edits
    2 moves in branches/OMEdit/OMEditGUI
  • use helper class for static strings.
  • renamed OptionsWidget to OptionsDialog.

2013-02-15:

19:50 Changeset [15192] by sjoelund.se
  • 1 edit in trunk/Compiler/Template/SimCodeTV.mo

Die tabs, die!

19:50 Changeset in OpenModelica [6c1952b]Added-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/SimCodeTV.mo

Die tabs, die!

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

18:13 Changeset [15191] by adrpo
  • 3 edits in trunk/SimulationRuntime/c/simulation/results
  • more fixes to CMakeLists.txt (no more _empty.c)
  • ANSI C (variable declarations are at the top of the function!)
18:13 Changeset in OpenModelica [4a2125b]Added-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@…>
  • 3 edits in SimulationRuntime/c/simulation/results
  • more fixes to CMakeLists.txt (no more _empty.c)
  • ANSI C (variable declarations are at the top of the function!)

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

18:09 Changeset [15190] by wbraun
  • 6 edits in trunk/Compiler
  • added really all equations to *_info.xml what fixes the reading of the *_info.xml
18:09 Changeset in OpenModelica [336bc4ca]Added-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 Compiler
  • added really all equations to *_info.xml what fixes the reading of the *_info.xml

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

17:08 Changeset [15189] by wbraun
  • 2 edits in trunk/SimulationRuntime/c/util
  • removed simulation options that aren't used anymore more
17:08 Changeset in OpenModelica [378a179f]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Willi Braun <wbraun@…>
  • 2 edits in SimulationRuntime/c/util
  • removed simulation options that aren't used anymore more

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

17:00 Changeset [15188] by adrpo
  • 1 edit in trunk/SimulationRuntime/c/simulation/results/CMakeLists.txt
  • fix CMakeLists.txt due to changes from cpp to c.
17:00 Changeset in OpenModelica [5b2ea72]Added-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/results/CMakeLists.txt
  • fix CMakeLists.txt due to changes from cpp to c.

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

16:44 Changeset [15187] by adeas31
  • 7 edits
    2 moves in branches/OMEdit/OMEditGUI
  • dock the messages widget.
16:38 Changeset [15186] by wbraun
  • 5 edits in trunk/SimulationRuntime/c

#2065

  • removed LOG_ENDJAC
16:38 Changeset in OpenModelica [8c61f42b]Added-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@…>
  • 5 edits in SimulationRuntime/c

#2065

  • removed LOG_ENDJAC

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

16:37 Changeset [15185] by adrpo
  • 2 edits in trunk/SimulationRuntime/interactive
  • fix builds
16:37 Changeset in OpenModelica [a42a65a]Added-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/interactive/Makefile.in
  • fix builds

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

16:20 Ticket #2064 (c-runtime: linear/non-linear solver warnings/errors) closed by wbraun
fixed: fixed in r15153 and r15169.
15:20 Changeset [15184] by wbraun
  • 10 edits
    2 deletes in trunk
  • attempt to fix interactive test
15:20 Changeset in OpenModelica [a82b4d5]Added-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
  • attempt to fix interactive test

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

15:19 Changeset [15183] by sjoelund.se
  • 1 edit in trunk/SimulationRuntime/c/simulation/solver/solver_main.c
  • Be able to link without sundials/kinsol
15:19 Changeset in OpenModelica [bf38a0b6]Added-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/solver/solver_main.c
  • Be able to link without sundials/kinsol

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

13:05 Changeset [15182] by sjoelund.se
  • 12 edits
    2 moves
    1 add
    1 delete in trunk/SimulationRuntime/c
  • Made result-file interface pure C instead of C++
  • Matlab code still uses a C++ implementation but csv and plt now use only C-code
13:05 Changeset in OpenModelica [55ffa29]Added-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@…>
  • 11 edits
    1 move
    2 adds
    2 deletes in SimulationRuntime/c
  • Made result-file interface pure C instead of C++
  • Matlab code still uses a C++ implementation but csv and plt now use only C-code

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

10:53 Changeset [15181] by hkiel
  • 13 edits in trunk

ignore generated files

10:37 Changeset [15180] by hkiel
  • 9 edits in trunk/SimulationRuntime
  • fix some prototypes
  • add "static" keyword for local functions
10:37 Changeset in OpenModelica [6c5da28f]Added-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@…>
  • 9 edits in SimulationRuntime
  • fix some prototypes
  • add "static" keyword for local functions

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

03:53 Changeset [15179] by wbraun
  • 14 edits in trunk
  • attempt to fix interactive mode
    • basic functions like start, pause, change parameter should work now
  • splitted solver_main therefore in smaller parts
03:53 Changeset in OpenModelica [90dce96]Added-citation-metadatamaintenance/v1.14maintenance/v1.15maintenance/v1.16maintenance/v1.17maintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by Willi Braun <wbraun@…>
  • 10 edits in SimulationRuntime
  • attempt to fix interactive mode
    • basic functions like start, pause, change parameter should work now
  • splitted solver_main therefore in smaller parts

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

Note: See TracTimeline for information about the timeline view.