Timeline



2016-06-07:

17:38 Ticket #3953 (Interactive Environment - simulate(..) returns record instead of string) updated by Martin Sjölund
I think the full record should always be created, but when doing …
16:40 Ticket #3945 (Build Environment - OMC doesn't build with hdf5 1.10) updated by anonymous
The HDF5 library 1.10 contains compatibility macros to use older API …
15:59 Ticket #3953 (Interactive Environment - simulate(..) returns record instead of string) updated by Bernhard Thiele
OK. I just finished a commit that would change the return value to a …
15:37 Ticket #3953 (Interactive Environment - simulate(..) returns record instead of string) updated by anonymous
It is supposed to be a record that is passed. If the …
14:20 runSimulate.mos attached to Ticket #3953 by Bernhard Thiele
The mos script calling simulate(..)
14:19 Ticket #3953 (Interactive Environment - simulate(..) returns record instead of string) created by Bernhard Thiele
According the its signature the MOS scripting function simulate(..)
11:00 Ticket #3488 (Frontend - Vendor-specific annotations for advanced flags and options) updated by Adeel Asghar
I added support for __OpenModelica_simulationFlags annotation in …
10:27 Ticket #3952 (OMEdit - Opening result files when path contains swedish characters not working) closed by Adeel Asghar
duplicate: See #1883
09:42 Ticket #3952 (OMEdit - Opening result files when path contains swedish characters not working) created by arunkumar palanisamy
Error message: Scripting Error Failed to open simulation result …
09:28 Ticket #3951 (OMEdit - Availability of displayUnits in the Component Parameter windows) created by dennis.hu@…
Not for all units are the displayUnits with dimension avaiable. E.g. …
08:35 Ticket #3896 (Cpp Run-time - Cannot build Cpp runtime on OS X) updated by Henning Kiel
With PR #948 I can compile, but running the testsuite still does not …

2016-06-06:

05:05 Ticket #3950 (Build Environment - Cross compilation of FMUs under Windows) updated by Rüdiger Franke
Description changed
05:04 Ticket #3950 (Build Environment - Cross compilation of FMUs under Windows) created by Rüdiger Franke
Recently a 64bit Windows version of OpenModelica was introduced. A …

2016-06-04:

23:12 Ticket #3946 (FMI - Windows FMU depending on ModelicaTables depend on -lz -lhdf5) closed by Adrian Pop
fixed: Fixed in 4eaf6a/OMCompiler.
11:02 Ticket #3770 (Backend - clocked equations problem) closed by Rüdiger Franke
fixed: 8987eb249/OMCompiler finally fixes the treatment of start …

2016-06-03:

11:41 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) updated by Adrian Pop
I can also confirm this as fixed, the models no longer fail in the …
11:22 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) closed by Volker Waurich
fixed: That fixes the issue. Thank you for the quick response.
06:16 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) updated by Rüdiger Franke
Have a look at …
05:42 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) updated by Rüdiger Franke
Cc changed
05:41 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) updated by Rüdiger Franke
It was me who tweaked the ABI recently. I wanted to wait for the new …
05:39 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) updated by Rüdiger Franke
Status, Owner changed

2016-06-02:

22:03 Ticket #3949 (Susan (Templates) - Susan parses the same interface files several times included from ...) updated by Adrian Pop
As one can see in the attached file the same files are parsed all over …
22:02 CodegenFMUCppHpcom.mo.log attached to Ticket #3949 by Adrian Pop
22:01 Ticket #3949 (Susan (Templates) - Susan parses the same interface files several times included from ...) created by Adrian Pop
Currently Susan parses the same interface file included from different …
21:48 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) updated by Adrian Pop
Cc changed
21:47 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) updated by Adrian Pop
Cc, Status, Owner changed
21:47 Ticket #3948 (FMI - Compiling C++ FMU runtime and FMUs with -D_GLIBCXX_USE_CXX11_ABI=0 ...) created by Adrian Pop
We get linker errors if we compiled the C++ FMU runtime and FMU code …
21:44 Ticket #3942 (Cpp Run-time - Use C++11 on Windows for the C++ runtime) closed by Adrian Pop
fixed: Compiling with -std=c++11 works fine so I'll close this ticket. The …
21:39 Ticket #3947 (Cpp Run-time - Fix test using SID which is defined in the windows header) created by Adrian Pop
Test: …
19:34 Ticket #3946 (FMI - Windows FMU depending on ModelicaTables depend on -lz -lhdf5) updated by Adrian Pop
See also the discussion on: …
19:33 Ticket #3946 (FMI - Windows FMU depending on ModelicaTables depend on -lz -lhdf5) updated by Adrian Pop
Status, Owner changed
19:33 Ticket #3946 (FMI - Windows FMU depending on ModelicaTables depend on -lz -lhdf5) created by Adrian Pop
Models depending on ModelicaTables need to be linked with -lz -lhdf5. …
10:21 Ticket #3942 (Cpp Run-time - Use C++11 on Windows for the C++ runtime) updated by Adrian Pop
Should be fixed by 24669b/OMCompiler. I'll wait for the …

2016-06-01:

13:29 Ticket #3902 (Run-time - FMU compilation with minimal runtime fails for some models) updated by Adrian Pop
Hopefully final fix for this ticket ec6bb2/OMCompiler. The …
09:48 Ticket #3755 (Interactive Environment - PDEModelica extension keywords -- save simulation settings problem) closed by Jan Silar
fixed
09:31 Ticket #3943 (Cpp Run-time - Implement support for daeMode in the C++ runtime) updated by Adrian Pop
Status, Owner changed
06:27 Ticket #2959 (Frontend - Use of partial, non-redeclared classes is not reported by the front-end) updated by Christoph <buchner@…>
Thanks!
00:52 Ticket #3898 (FMI - FMU co-simulation issues) closed by Adrian Pop
fixed: I'll close this one as is working now.
00:25 Ticket #3902 (Run-time - FMU compilation with minimal runtime fails for some models) updated by Adrian Pop
Even more fixes in c7a21f/OMCompiler and added a test in …

2016-05-31:

23:09 Ticket #3902 (Run-time - FMU compilation with minimal runtime fails for some models) updated by Adrian Pop
More fixes in 3f4962/OMCompiler and …
21:19 Ticket #3902 (Run-time - FMU compilation with minimal runtime fails for some models) closed by Adrian Pop
fixed: Fixed in …
15:20 Ticket #3940 (Build Environment - Serious performance degradation on the latest Linux nightly builds ...) updated by Francesco Casella
I confirm that also the thermal power plant works as before on Ubuntu …
14:17 Ticket #3945 (Build Environment - OMC doesn't build with hdf5 1.10) created by Per Östlund
ModelicaExternalC is incompatible with the newest release of the hdf5 …
13:20 Ticket #3940 (Build Environment - Serious performance degradation on the latest Linux nightly builds ...) closed by Francesco Casella
worksforme: Update: the two Linux machines where this problem shows up run Ubuntu …
10:02 Ticket #3940 (Build Environment - Serious performance degradation on the latest Linux nightly builds ...) updated by Martin Sjölund
For your model, translateModel(E): || OMC version || Time (s) || || …
08:39 Ticket #3944 (New Instantiation - Check of models with partial Medium packages fails) updated by Christoph <buchner@…>
Cc changed
08:15 Ticket #3937 (Run-time - ScalableTestSuite...OneGeneratorStepLoad fails for IDA solver) updated by Francesco Casella
Priority changed
I don't want to start a priority war, and yes, blocker was too much, …
08:15 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by Lennart Ochel
Replying to Christoph <buchner@…>: > Ah, I was not aware …
08:13 Ticket #2959 (Frontend - Use of partial, non-redeclared classes is not reported by the front-end) updated by Francesco Casella
Replying to Christoph <buchner@…>: > When trying to build …
08:12 Ticket #3944 (New Instantiation - Check of models with partial Medium packages fails) created by Francesco Casella
Consider this simple model: […] Moving the issue to 2.1.0, as it …
07:02 Ticket #3939 (Backend - unitChecking does not always find mismatched units) updated by Christoph <buchner@…>
Ah, I was not aware that unit checking is still experimental (the …
06:05 Ticket #3943 (Cpp Run-time - Implement support for daeMode in the C++ runtime) updated by Adrian Pop
Cc changed
06:05 Ticket #3943 (Cpp Run-time - Implement support for daeMode in the C++ runtime) created by Adrian Pop
We have DAE mode for the C runtime implemented by wbraun but we don't …
06:03 Ticket #3942 (Cpp Run-time - Use C++11 on Windows for the C++ runtime) updated by Adrian Pop
Cc, Status, Owner changed
06:03 Ticket #3942 (Cpp Run-time - Use C++11 on Windows for the C++ runtime) created by Adrian Pop
Currently we have for the C++ runtime on Windows: […] We should …
05:58 Ticket #3941 (Testing Framework - Disable Modelica_Synchronous.WorkInProgress.* tests during coverage testing) closed by Adrian Pop
fixed
05:58 Ticket #3941 (Testing Framework - Disable Modelica_Synchronous.WorkInProgress.* tests during coverage testing) updated by Adrian Pop
Fixed in …
05:27 Ticket #3933 (Cpp Run-time - Cppruntime should use Sundials from 3rdParty) updated by Martin Sjölund
Replying to rfranke: > The change to CMakeLists.txt works, …
05:23 Ticket #3941 (Testing Framework - Disable Modelica_Synchronous.WorkInProgress.* tests during coverage testing) updated by Adrian Pop
Status changed
05:23 Ticket #3941 (Testing Framework - Disable Modelica_Synchronous.WorkInProgress.* tests during coverage testing) created by Adrian Pop
Modelica_Synchronous.WorkInProgress.* models are work in progress and …
05:07 Ticket #3933 (Cpp Run-time - Cppruntime should use Sundials from 3rdParty) updated by Rüdiger Franke
The change to CMakeLists.txt works, provided the definitions are moved …
Note: See TracTimeline for information about the timeline view.