Timeline
2012-10-11:
- 15:58 Ticket #1876 (Backend - Expandable connectors: wrong equations generation in Multibody) closed by
- fixed
- 14:19 Ticket #1880 (OMEdit - OMEdit: uses all CPU during simulation) created by
- When simulation is running the OMEdit GUI seems to busy poll and …
- 12:45 Ticket #1876 (Backend - Expandable connectors: wrong equations generation in Multibody) updated by
- I'll wait until the testsuite finishes until I close this bug.
- 12:44 Ticket #1876 (Backend - Expandable connectors: wrong equations generation in Multibody) updated by
- Hopefully fixed in r13313. Added test in r13314.
- 12:42 Ticket #1876 (Backend - Expandable connectors: wrong equations generation in Multibody) updated by
-
Status, Owner changed
- 12:15 Ticket #1878 (Code Generation - function copy_double_data_mem is missing in cpp runtine) closed by
- fixed
- 12:15 Ticket #1690 (Backend - initial algorithm aren't considered while the initialization) reopened by
- 12:06 Ticket #1690 (Backend - initial algorithm aren't considered while the initialization) closed by
- fixed: val(b, 0.0) = 9.0
- 11:54 Ticket #1585 (Backend - mixed system involving algorithms or other complex-equations) updated by
-
Cc, Status, Owner changed
- 11:51 Ticket #1585 (Backend - mixed system involving algorithms or other complex-equations) updated by
-
Description, Summary changed
- 11:49 Ticket #1585 (Backend - mixed system involving algorithms or other complex-equations) updated by
-
Cc, Priority, Component, Description, Type changed
- 09:54 Ticket #1879 (New Instantiation - Implement restrictions on pre) created by
- We currently don't check all the restrictions on pre, see #1835.
- 09:06 Ticket #1878 (Code Generation - function copy_double_data_mem is missing in cpp runtine) created by
- For the test Modelica.Mechanics.MultiBody.Frames.mos the function …
- 07:52 Ticket #1877 (Code Generation - Support size(cr)) closed by
- fixed: Fixed in r13307. Testcase in r13308.
- 07:52 Ticket #1877 (Code Generation - Support size(cr)) updated by
-
Status, Owner changed
- 07:51 Ticket #1877 (Code Generation - Support size(cr)) created by
-
size(cr)
(returning an integer array) is used by …
2012-10-10:
- 16:34 Ticket #1873 (Backend - Stack overflow introduced in backend) updated by
-
Status, Owner changed
As far as I see it's caused by preOptModule "removeSimpleEquations". - 13:58 Ticket #1876 (Backend - Expandable connectors: wrong equations generation in Multibody) created by
- While testing multibody library for MSL 3.2.1 I disovered that the …
- 13:28 Ticket #1807 (Run-time - Let assert() trigger during initialization) updated by
-
Status, Owner changed
- 10:14 Ticket #1875 (Frontend - Error printed although record instantiation succeeds) created by
- The following works, but produces an error-messages: […]
- 08:54 Ticket #1874 (Backend - Error sorting boolean variables) created by
- In Modelica.Blocks.Examples.BooleanNetwork1: […] Why doesn't this …
- 08:46 Ticket #1873 (Backend - Stack overflow introduced in backend) created by
- Sometime between r13263 and r13284 the backend started giving a stack …
2012-10-09:
- 21:15 Ticket #1690 (Backend - initial algorithm aren't considered while the initialization) updated by
-
Status, Owner, Component changed
- 15:48 Ticket #1868 (Backend - A couple of syntax errors in Compiler/Template/CodegenXML.tpl) closed by
- fixed: Fixed in revision 13277.
- 15:10 Ticket #1872 (Backend - Array-expression and when-statements do not work) closed by
- fixed: fixed in r13276
- 10:42 Ticket #1872 (Backend - Array-expression and when-statements do not work) updated by
-
Status changed
- 09:19 Ticket #1860 (Run-time - Multibody MSL models that use quaternions as states fail simulation) closed by
- fixed
- 08:25 Ticket #1872 (Backend - Array-expression and when-statements do not work) created by
-
[…]
The flattened code contains
when {b[1]}
(which is correct). …
2012-10-08:
- 14:00 Ticket #1870 (Code Generation - Using fail() outside a match/matchcontinue causes a crash) closed by
- fixed: Fixed in r13254.
- 11:49 Ticket #1860 (Run-time - Multibody MSL models that use quaternions as states fail simulation) updated by
-
Description, Summary changed
- 11:38 Ticket #1871 (Run-time - The FMI implementation contains int<->pointer casts) closed by
- fixed
- 10:14 Ticket #1871 (Run-time - The FMI implementation contains int<->pointer casts) created by
- The file Compiler/runtime/FMIImpl.c contains a couple of typecasts …
- 08:55 Ticket #1870 (Code Generation - Using fail() outside a match/matchcontinue causes a crash) created by
-
If you call a function that fails If instead of calling
fail()
then …
2012-10-07:
- 09:01 Ticket #1869 (Backend - detect completely constant parts) updated by
- No, it's not that complicated, but just to check for states and events …
2012-10-06:
- 23:34 Ticket #1868 (Backend - A couple of syntax errors in Compiler/Template/CodegenXML.tpl) updated by
-
Status, Owner changed
I'd also suggest renaming some of the functions depending on what they … - 20:56 Ticket #1843 (Run-time - MSL 3.2 Modelica.Mechanics.Rotational.Examples.LossyGearDemo* issues) updated by
- This is a big problem for us.
- 20:23 Ticket #1868 (Backend - A couple of syntax errors in Compiler/Template/CodegenXML.tpl) updated by
- 1. The xmlns expressions must be attributes on the top-level element, …
- 11:06 Ticket #1869 (Backend - detect completely constant parts) updated by
- This should not be too complicated. The systems are seperated by …
- 08:15 Ticket #1868 (Backend - A couple of syntax errors in Compiler/Template/CodegenXML.tpl) updated by
- 1. Regarding top level declaration If we look at the current …
- 01:28 Ticket #1869 (Backend - detect completely constant parts) created by
- We evaluate completely constant parts again an again, this should be …
2012-10-05:
- 19:22 Ticket #1868 (Backend - A couple of syntax errors in Compiler/Template/CodegenXML.tpl) created by
- CodegenXML.tpl gets the top-level declaration wrong, and has a couple …
- 11:08 Ticket #1867 (Backend - Don't throw with "Division by zero" if it's treatable) created by
- Change the division by zero thrown, so that it is only checked for …
2012-10-04:
- 18:09 Ticket #1866 (Backend - zero-crossings need to check for logical operator instead just for relation) updated by
-
Cc changed
- 18:03 Ticket #1866 (Backend - zero-crossings need to check for logical operator instead just for relation) created by
- For the example attached from: …
- 12:19 Ticket #1865 (Backend - Error extending Model) created by
- "Model2" in attached Package can't be instantiated. Is this not …
- 10:40 Ticket #1864 (Interactive Environment - Load libraries in the user's home directory by default) closed by
- fixed: Fixed in r13179
- 10:30 Ticket #1864 (Interactive Environment - Load libraries in the user's home directory by default) updated by
-
Status, Owner changed
- 10:28 Ticket #1864 (Interactive Environment - Load libraries in the user's home directory by default) created by
-
Currently we only load libraries from
/usr/lib/omlibrary
(or …
Note:
See TracTimeline
for information about the timeline view.