Timeline
2009-03-16:
- 19:19 Ticket #1037 (experimental new linux build) updated by
- Now that I have connection again for awhile... While working to clean …
- 16:13 Ticket #1085 (Frontend - Speedup check of Digital examples (from MathCore)) created by
- Running checkmodel on digital examples gives the follwing times (in …
- 16:11 Ticket #1084 ([MSL] [Machines] Building of SMEE_Gen fails (from MathCore)) created by
- (Old MathCore Track ID 1145) Checking the model …
- 16:10 Ticket #1083 ([MSL] [Machines] Differentiation of Abs not supported: AIMC_Inverter ...) created by
- (Old MathCore Track ID 1144) Initiation of …
- 16:09 Ticket #1082 (Derivatives on functions (from MathCore)) created by
- Allowing to specify derivatives on functions.
- 16:07 Ticket #1081 (Restrictions on redeclarations (from MathCore)) created by
- Implement the restrictions on redeclarations. (subtype, etc.)
- 16:06 Ticket #1080 (New Instantiation - Constraining type on redeclarations (from MathCore)) created by
- Check that the constraining type on redeclarations is not violated.
- 16:04 Ticket #1079 (Prevent users from adding components to short class definitions, ...) created by
- Today it is possible for the user to drop components on classes which …
- 16:03 Ticket #1078 (Frontend - Improve error message when trying to override a final ...) created by
- Here is a simple model where an illegal modification of a (final) unit …
- 16:00 Ticket #1077 (Make correct state selection for Machine examples (from MathCore)) created by
- Ticket #1145 and #1144 do not work because of problems both state …
- 15:58 Ticket #1076 (Modification of an unknown variable does not give an error (from MathCore)) created by
- When modifying a varible there is no check if that variable exists. …
- 15:56 Ticket #1075 (Modelica 3 (from MathCore)) created by
- (Old MathCore Track ID 1513) Update to MSL v3.0 and Modelica language …
- 15:55 Ticket #1074 (Backend - Lookup in inherited classes fail (from MathCore)) created by
- (May relate to #1483). The following main model does not work (cannot …
- 15:53 Ticket #1073 (Improve instantiation speed (from MathCore)) created by
- The major bottleneck in instantiation is that the flat DAE is …
- 15:52 Ticket #1072 (Backend - Detect modifiers on components declared as outer. (from MathCore)) created by
- OpenModelica allows modifiers on components declared as outer. …
- 15:51 Ticket #1071 (Detect and prevent multiple declarations with the same identifier. ...) created by
- In OpenModelica it possible to have multiple declarations with the …
- 15:50 Ticket #1070 (Comments in text view (from MathCore)) created by
- It should be possible to add Modelica comments in text view and keep …
- 15:48 Ticket #1069 (Allow to specify absolute or relative path for fileName in tables ...) created by
- Only the file name itself can be specified, e.g. "table.txt". It is …
- 15:43 Ticket #1068 (Backend - Subscript of ranges in arrays (from MathCore)) created by
- All possible subscripting of arrays: […] Implement in Static, …
- 15:42 Ticket #1067 (Reduction expressions (from MathCore)) created by
- 3.4.3.1 Reduction Expressions in specification. (Array comprehensions)
- 15:40 Ticket #1066 (Frontend - Restrictions on connections (from MathCore)) created by
- Check restrictions on connections.
- 15:39 Ticket #1065 (Backend - Modifiers are not completely implemented (from MathCore)) created by
- Not all modifiers included in the soecificication are implemented yet. …
- 15:38 Ticket #1064 (Don't allow outer without corresponding inner. (from MathCore)) created by
- What you see below should not be allowed according to the …
- 15:37 Ticket #1063 (Vectorised type does not work (from MathCore)) created by
- The following model is legal Modelica but it does not work in …
- 15:36 Ticket #1062 (Not so useful error message for an invalid model (from MathCore)) created by
- The below model is not valid and returns an error message: "Internal …
- 15:34 Ticket #1061 (Check of redeclaration of different type is not made (from MathCore)) created by
- In C2 a change to the type Integer is made, which is illegal (must be …
- 15:33 Ticket #1060 (Check of protected variables is not made when using ...) created by
- model C2 below returns no error but the parameter r is protected and …
- 15:32 Ticket #1059 (Illegal Modelica code is allowed (vectorized expression output from ...) created by
- The following class is illegal according to Modelica since it contains …
- 15:31 Ticket #1058 (terminate not supported (from MathCore)) created by
- The following model does not work probably due to terminate not …
- 15:30 Ticket #1057 (Implementing else_when (from MathCore)) created by
- Elsewhen should be implemented. Eg.g. the model below does not …
- 15:28 Ticket #1056 ([MSL] [Digital] Error in Multiplexer model (from MathCore)) created by
- The model Modelica.Electrical.Digital.Examples.Multiplexer does not …
- 15:26 Ticket #1055 (No warning produced for blocks with non-directional variables (from ...) created by
- A warning should be produced for blocks that has variables that are …
- 15:05 Ticket #1054 ([Tiller] Code generation of string compare (from MathCore)) created by
- (Old MathCore Track ID 723) As seen in the example …
- 15:01 Ticket #1053 (Backend - [Tiller] No constant binding for variable num (problem with record?) ...) created by
- Build fails when simulating the model …
- 14:58 Ticket #1052 (Error reporting for invalid when equations (from MathCore)) created by
- As topic says, add error reports for illegal when equations(body …
- 14:56 Ticket #1051 (Investigate the Media package (from MathCore)) created by
- Investiagation of what is needed to make the media package 1. Work …
- 14:43 Ticket #1050 (Introduce an annotation for toggling flipping of rectangular ...) created by
- Introduce a graphical (vendor) annotation for toggling flipping of …
- 14:40 Ticket #1049 (Tuple function calls with non tuple left side (from MathCore)) created by
- Modelica standard library uses first example below(from 3.0 spec) …
- 14:39 Ticket #1048 (Run-time - delay gives wrong result for discrete signals (from MathCore)) created by
- When using delay on discrete signals, the delay-signal is no longer …
- 14:37 Ticket #1047 (Update testsuite to Modelica 2.2 (from MathCore)) created by
- Update and write new tests to cover all features of Modelica 2.2
- 14:36 Ticket #1046 (Frontend - Slice operation (from MathCore)) created by
- Not correctly implemented. Change of crefs in slice expression needed.
- 14:35 Ticket #1045 (Array access (from MathCore)) created by
- Array acces, end operator. A[{1,2,4}]
- 14:34 Ticket #1044 (Second identical equation should be removed (from MathCore)) created by
- Color2 class below should be legal but both the check reports three …
- 14:32 Ticket #1043 (Checking for type mismatch (from MathCore)) created by
- We need to check for type mismatch. e.g. the following model is …
- 14:30 Ticket #1042 (Inheriting multiple definitions with different type should not work ...) created by
- The ErrorColor contains a multiple declaration of the red instance. …
- 14:28 Ticket #1041 (Unnecessary and unclear messages (from MathCore)) created by
- The below model returns strange and very long error messages when …
- 14:26 Ticket #1040 (Check Variability of declaration equation (from MathCore)) created by
- From the spec: "For an assignment v:=expr or declaration equation …
- 14:22 Ticket #1039 (Improved name lookup (from MathCore)) created by
- Consider the following model: […] This model should not work as …
- 14:16 Ticket #1038 (Backend - [ThermoPower] Problem with short class definition (from MathCore)) created by
- The package Modelica.Media.Water.StandardWater is used by models in …
2009-03-15:
- 07:34 Ticket #1037 (experimental new linux build) created by
- attached is an experimental qmake.pro build system for OpenModelica …
2009-03-11:
- 01:25 Ticket #1036 (linux configuration and builds) updated by
- Dr. Pop, Good to know. I'll take it up with my advisor tomorrow and …
2009-03-10:
- 21:58 Ticket #1036 (linux configuration and builds) updated by
- Hi, By all means, we would be really glad if you can make the build …
- 21:54 Ticket #1036 (linux configuration and builds) created by
- Hello, I am having a a rather difficult time building Open Modelica. …
- 21:44 Ticket #1035 (mk_* prototypes missing in build) updated by
- Dr. Pop, So if I understand you correctly I need an experimental …
- 03:51 Ticket #1035 (mk_* prototypes missing in build) updated by
- Hi, The mk_* functions are not missing. We moved them into RML, …
- 03:16 Ticket #1035 (mk_* prototypes missing in build) updated by
- The odd OMShell startup bug was caused by not rebooting or running …
- 03:10 Ticket #1035 (mk_* prototypes missing in build) created by
- Hello, I am working on building and installing OpenModelica on a …
Note:
See TracTimeline
for information about the timeline view.