Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 147 (100.0%) | 4080 (100.0%) | 27.7 |
x97davka | 110 (74.8%) | 2152 (52.7%) | 19.5 |
levsa | 32 (21.8%) | 1821 (44.6%) | 56.9 |
x98petro | 4 (2.7%) | 107 (2.6%) | 26.7 |
petar | 1 (0.7%) | 0 (0.0%) | 0.0 |
Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead
0 lines of code changed in 24 files:
Fixed parser error in array constructor code in parser
Added more debug support (error message in parsestringexp)
Fixed some .cvsignore files
1 lines of code changed in 1 file:
added Makefile.in, removed Makefile
0 lines of code changed in 1 file:
Minor fix.
0 lines of code changed in 1 file:
Minor
2 lines of code changed in 1 file:
Working at PELAB
4 lines of code changed in 1 file:
Latest from x98petro not committed or added
1814 lines of code changed in 4 files:
Array handling is probably broken in this version. Should be fixed in next version.
1999-03-19
Multiple return values from functions.
1999-03-23 Constant propagation in functions.
With only one output from functions the ouput varaible was
is consant only if all input parameters are constant.
With multiple return arguments from functions then some
output parameters may be constant if some input parameters
are. This should be checked in the future.
!! Check inst.rml::inst_eq_equation understand the rule
evaluation and extend it to multiple return values.
1999-03-26
Change of plans. Add an tuple type instead. This type is
not in the 1.1 spec. but will probably be there in the future.
1999-03-27
constant checking of the tuple?'s arguments is not done at
the moment. See PROP in staticexp.rml.
See staticexp.rml
Write a test and make sure that it passes.
1999-03-29
About updating rml code. For example uptadeting
Properties with Const. The old structure bool still works, just
code for the extre bool list?
1999-04-06
Tuples works. But it is not restricted to just functions,
like the modelica 1.1 specification. A bug is that Real x,y;
(x,y)=(1,2); Does not work but (x,y)=(1.0,3.0) works.
1999-04-06
Type convertion from int to real does not work correctly
with tuples. Real x,y; (x,y) = (1,2); does not work.
1999-03-19
Array size allowed in component claus.
(modelica_1_1_Type9.mo) Write a tests and make sure that
it passes. ok
done 1999-03-23
90 lines of code changed in 3 files:
Modifed the grammar to accept multiple return values from functions.
17 lines of code changed in 1 file:
Added ARRAY again
2 lines of code changed in 1 file:
Absyn.COMPONENT changed
2 lines of code changed in 1 file:
The [1,2,3] syntax is now a 1x3 matrix instead of a vector.
2 lines of code changed in 1 file:
*** empty log message ***
3 lines of code changed in 1 file:
snapshot
58 lines of code changed in 3 files:
Fixed IF in equations
22 lines of code changed in 1 file:
More tokens
5 lines of code changed in 1 file:
snapshot
18 lines of code changed in 3 files:
snapshot
4 lines of code changed in 1 file:
snapshot
20 lines of code changed in 1 file:
snapshot
24 lines of code changed in 2 files:
snapshot. Works, sort of.
137 lines of code changed in 2 files:
snapshot
32 lines of code changed in 3 files:
snapshot
64 lines of code changed in 1 file:
Snapshot of a significant overhaul
23 lines of code changed in 1 file:
Fixed for loops and array expressions
15 lines of code changed in 1 file:
Fixed component_reference
6 lines of code changed in 1 file:
*** empty log message ***
3 lines of code changed in 1 file:
Fixed redeclaration
39 lines of code changed in 1 file:
*** empty log message ***
4 lines of code changed in 1 file:
Enable use of both kinds of modifications
6 lines of code changed in 1 file:
Store reals in double instead of float.
1 lines of code changed in 1 file:
Worked some more static expression analysis.
8 lines of code changed in 1 file:
Fixed static analysis and constant propagation of expressions.
10 lines of code changed in 2 files:
Updated with ClassInf
9 lines of code changed in 1 file:
Use new Exp.Subscript definition
4 lines of code changed in 1 file:
# more tokens
3 lines of code changed in 1 file:
New path to rmlc
1 lines of code changed in 1 file:
Update according to changes in absyn.rml.
17 lines of code changed in 1 file:
Fixed include files.
1 lines of code changed in 1 file:
Added CONNECT
14 lines of code changed in 2 files:
(49 more)