Timeline
2016-10-07:
- 17:12 Ticket #4031 (OMEdit - Issues with OMEdit and components from the PowerSystems library) updated by
 - 
          7. 0901cc3/OMCompiler adds the unit 
deg, the display … - 11:56 Ticket #4031 (OMEdit - Issues with OMEdit and components from the PowerSystems library) updated by
 - 1. This is a problem in Qt 5.6.0 …
 - 11:50 Ticket #4066 (Code Generation - multiple external function calls for multiple outputs) updated by
 - Ok. I will try to use Algorithm-codegeneration for this. Before, I …
 - 11:40 Ticket #4031 (OMEdit - Issues with OMEdit and components from the PowerSystems library) updated by
 - 
          Description changed
 - 11:32 Ticket #4031 (OMEdit - Issues with OMEdit and components from the PowerSystems library) updated by
 - 
          Description changed
 - 10:33 Ticket #4062 (Frontend - External Object Alias) updated by
 - Maybe you can add a test with simulation too as the test I added just …
 - 10:27 Ticket #4066 (Code Generation - multiple external function calls for multiple outputs) updated by
 - Simple solution: Only generate 1 equation (just like an algorithm block)
 - 10:26 Ticket #4062 (Frontend - External Object Alias) closed by
 - fixed
 - 10:26 Ticket #4062 (Frontend - External Object Alias) updated by
 - Thanks a lot for the quick fix. I have added functionality to assign …
 - 10:24 Ticket #4066 (Code Generation - multiple external function calls for multiple outputs) created by
 - Hi, In […] you will find the equation: […] Since the function …
 
2016-10-06:
- 15:07 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - We shouldn't need to. I think we have use cases for constructing …
 - 14:21 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - Shall we check whether the inputs to the constructor are constant and …
 - 14:06 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - The value in there seems to be ignored by some other FMI function. …
 - 12:26 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - The problem is in CodegenFMU.tpl: ScalarVariableTypeFMU. I'll fix it :)
 - 12:24 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - Oh..misunderstanding. The commit fixes the problem but breaks other …
 - 12:15 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - 
          That works just fine with your commit 889d1e and becomes 
COM3. I get … - 12:08 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - 
          In 
MDD_test_01.exp.c :: MDD_test_callExternalObjectConstructors… - 11:48 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - 
          CREF does not need any 
mmc_mk_sconcall (bootstrapping works just … - 11:21 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - 
          Priority, Status, Owner changed
 - 11:20 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - For DAE.SCONST inputs to external constructor calls, it works fine. …
 
2016-10-05:
- 22:38 Ticket #4005 (Backend - EncapsulateWhenConditions scales as O(N^3) in models where a when ...) updated by
 - The problem is addressed by …
 - 16:30 Ticket #4062 (Frontend - External Object Alias) updated by
 - 
          Status, Owner changed
@vwaurich: the front-end part of this is done, you can play with the … - 16:20 Ticket #4062 (Frontend - External Object Alias) updated by
 - Added test in bea3e6/OpenModelica-testsuite.
 - 15:52 Ticket #4062 (Frontend - External Object Alias) updated by
 - Fixed in: bb8669/OMCompiler. We now generate also the …
 - 12:30 Ticket #4043 (OMEdit - The uses annotation should not be set by default in each individual model) closed by
 - fixed: Fixed in 489670a/OMEdit. The uses annotation is only added …
 
2016-10-04:
- 10:49 Ticket #2661 (OMEdit - annotation(Dialog(enable = ...)) is not working correctly) updated by
 - As a workaround all parameters are enabled. 04e3776/OMEdit.
 
2016-10-02:
- 11:18 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - @ceraolo: this is a problem in the code generation template handling …
 - 10:54 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - 
          Replying to lochel:
> The model 
ComplexFillEqsworks, … 
2016-09-30:
- 18:27 Ticket #4043 (OMEdit - The uses annotation should not be set by default in each individual model) updated by
 - 
          Milestone changed
 - 13:59 Ticket #4065 (Interactive Environment - Linebreaks, comments in component argument list are mangled after moving it) updated by
 - I just realized that also spaces in the argument list are …
 - 13:52 Ticket #4065 (Interactive Environment - Linebreaks, comments in component argument list are mangled after moving it) created by
 - I often align the arguments in a component instantiation with …
 - 13:26 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - I think I found it, …
 - 12:24 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - In …
 - 12:23 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - So the problem is with start-values in FMUs, I guess?
 - 11:54 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - The attached file was wrong, Iv found the mmc_mk_scon. The runtime …
 - 11:50 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - Use the model from #4062 with: {{{translateModelFMU(MDD_test, …
 - 10:20 Ticket #4064 (Code Generation - string inputs to external object constructor) updated by
 - What code in FMUs get this code? All Modelica function calls take …
 - 10:10 Ticket #4064 (Code Generation - string inputs to external object constructor) created by
 - Hi, String arguments to external object constructors are usually …
 - 09:34 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - 
          The model 
ComplexFillEqsworks, because the equation is evaluated … - 09:25 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - I am afraid that I will not have time for this in the next two weeks.
 - 09:22 Ticket #2751 (Backend - CombiTables do not work for MSL trunk) closed by
 - fixed: I think we can close this one.
 - 08:14 Ticket #4062 (Frontend - External Object Alias) updated by
 - @vwaurich: you go to Preferences and select language to English. Then …
 - 07:58 Ticket #4055 (Code Generation - Wrong code generation template for complex numbers in algorithms) updated by
 - ehm... may I ask if someone plans to have a look at this ticket in the …
 - 07:28 Ticket #4063 (Frontend - checkModel returns wrong number of equations) updated by
 - Just a few more models for debugging: …
 - 07:19 Ticket #4063 (Frontend - checkModel returns wrong number of equations) created by
 - I just saw a couple of MSL models (e.g. …
 - 06:25 Ticket #4062 (Frontend - External Object Alias) updated by
 - The mos file: […]
 - 06:18 Ticket #4062 (Frontend - External Object Alias) updated by
 - […]
 - 06:16 Ticket #4062 (Frontend - External Object Alias) updated by
 - Sorry, cannot attache files due to "IndexError: pop from empty list"
 - 06:13 Ticket #4062 (Frontend - External Object Alias) created by
 - Hi, In the attached Model, 2 objects are connected with the following …
 - 05:05 Ticket #4061 (Backend - Not well-posed models not always rejected) closed by
 - fixed: Fixed with …
 
  Note:
 See   TracTimeline
 for information about the timeline view.
    