Timeline
2015-08-19:
- 12:32 Ticket #3401 (Interactive Environment - LeastSquares fails on GCC) closed by
- fixed: Fixed in 7079463. The issue was that …
- 09:21 Ticket #3361 (Build Environment - Build on OS X fails) updated by
- I have the same issue. I tried to compile on omc-bootstrapped and got …
2015-08-17:
- 16:38 Ticket #2553 (Backend - encapsulateWhenConditions creates wrong independent blocks) closed by
- fixed: Fixed by doing the partitioning again in …
- 16:28 Ticket #2093 (Backend - Optimization module removeEqualFunctionCalls needs to update EventInfo) closed by
- fixed: Fixed at least in …
- 13:42 ReleaseNotes/1.9.2 edited by
- (diff)
- 13:41 ReleaseNotes/1.9.2 edited by
- (diff)
- 13:41 ReleaseNotes/1.9.3 created by
- 13:34 Ticket #3411 (MetaModelica - Compiler does not detect unassigned variable in some cases with if ...) updated by
- See also #3412.
- 13:34 Ticket #3412 (MetaModelica - Create a warning for variables that are not used in all if branches) closed by
- duplicate: This is a duplicate of #3411.
- 13:33 Ticket #3412 (MetaModelica - Create a warning for variables that are not used in all if branches) created by
- With the …
- 13:26 Ticket #3411 (MetaModelica - Compiler does not detect unassigned variable in some cases with if ...) updated by
-
Description changed
- 13:25 Ticket #3411 (MetaModelica - Compiler does not detect unassigned variable in some cases with if ...) created by
- The compiler does not detect that b3 is not assigned and because of …
- 12:24 Ticket #3410 (Interactive Environment - listFile ignores listing nested classes) created by
-
If a class is contained in a package then
listFile
doesn't list the … - 05:50 Ticket #3409 (Frontend - Wrong array concatenation with zeros operator) created by
- This case is motivated by …
2015-08-14:
- 15:58 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
- Partial fix in …
- 12:43 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
- Yes, I've copied them from here and did the diff: GCC 5.2.0: …
- 12:36 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
-
I've gone through all of those optimization, and
-O1 -f$opt
works … - 11:29 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
- I have tried the omc with Matching.mo compiled with -O1 just on one …
- 10:31 Ticket #3408 (OMEdit - Unable to make connection from Modelica.Mechanics.MultiBody.Parts.PointMass) created by
- Graphically it is not possible to make connection from/to …
- 06:56 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
- If it's only Matching.mo, it is possible to script it. I could try in …
- 05:44 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
- The diffs between GCC 4.9.3 and GCC 5.2.0 with regards to -O2 …
- 05:20 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
- So is one of these that needs to be disabled (or a combination) for …
- 05:11 Ticket #3402 (Build Environment - Fix GCC 5.x issues so that it can be used in Windows) updated by
- Update: seems that if you compile Matching.mo with -O1 it works fine.
- 02:44 Ticket #3405 (Code Generation - Fix "implicit declaration" of functions) closed by
- invalid: This only happens for the code inside bootstrap-sources.tar.xz, not …
2015-08-13:
- 12:05 Ticket #3407 (*unknown* - Annex60 conversion script seems to need updates) updated by
- Same seems to hold true for Buildings library.
- 12:02 Ticket #3407 (*unknown* - Annex60 conversion script seems to need updates) created by
- As we can see here: https://test.openmodelica.org/libraries/trend.html …
- 09:02 Ticket #3406 (FMI - Problem with initial values / parameters in FMU generation from Simulink) updated by
- The attachment is missing. Attach the file using this link …
- 07:30 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) closed by
- fixed
- 07:30 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) updated by
-
Status, Owner, Milestone, Summary changed
- 07:29 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) updated by
- Should be fixed in …
- 07:24 Ticket #3406 (FMI - Problem with initial values / parameters in FMU generation from Simulink) created by
- Dear Sir/Madam, when generating FMUs with the Simulink coder target …
2015-08-12:
- 21:21 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) updated by
- I guess include change is to blame: …
- 19:43 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) updated by
- Seems also some models from PNLib are failing with this, i.e.: …
- 12:48 Ticket #3291 (Frontend - OMEdit: Simulation of Media.Examples.R134a produces Error) closed by
- fixed: Fixed in fd7495/OMCompiler
- 11:21 Ticket #3404 (OMEdit - Add an OMEdit menu option to open the working directory) updated by
-
Status changed
I could include option 1. I am not sure about option 2 but i will see … - 08:15 Ticket #3291 (Frontend - OMEdit: Simulation of Media.Examples.R134a produces Error) updated by
-
Status, Owner changed
- 08:12 Ticket #3291 (Frontend - OMEdit: Simulation of Media.Examples.R134a produces Error) updated by
-
Priority, Component changed
The same error shows up in the nightly tests. One reason is that … - 07:51 Ticket #3405 (Code Generation - Fix "implicit declaration" of functions) created by
- It seems that the .h file we include doesn't contain some functions …
- 07:07 Ticket #3404 (OMEdit - Add an OMEdit menu option to open the working directory) created by
- To make it easier for people to find the generated result files or to …
- 06:51 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) updated by
- Would probably be best to avoid using a macro named "time" regardless.
- 06:46 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) updated by
- As this library did not change then it means that some of the changes …
- 05:27 Ticket #3403 (Code Generation - Avoid using "time" as a macro variable) created by
- As far as I can see we define time in Model_model.h […] That has …
Note:
See TracTimeline
for information about the timeline view.