Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 74 (100.0%) | 1624 (100.0%) | 21.9 |
sjoelund.se | 19 (25.7%) | 810 (49.9%) | 42.6 |
adrpo | 8 (10.8%) | 799 (49.2%) | 99.8 |
dietmarw | 30 (40.5%) | 15 (0.9%) | 0.5 |
alash325 | 17 (23.0%) | 0 (0.0%) | 0.0 |
--Move 4 template test files from testsiute/mytest to ../template and removed mytest test file from testsuite which contains outdated test files
0 lines of code changed in 17 files:
- Fix svn-eol-style on Makefiles
1 lines of code changed in 1 file:
- Changed output of a flat class from fclass to class (omc a.mo > a.mof; omc a.mof no longer causes a parsing error)
- All testcases have been updated
2 lines of code changed in 2 files:
- Added Unix make target "fix-svn-eol-style"
- Fixed line ending for all .mo and .mos-files in Compiler/ and testsuite/
807 lines of code changed in 16 files:
QUITE BIG CHANGES TO SUPPORT THE STREAM CONNECTORS
- stream connector support is not ready yet, still left to do generation of equations.
- added "stream" to:
+ the lexer and parser
+ the Absyn component attributes
+ the SCode component attributes
+ the Types attributes
- changed XMLDump to also dump the stream attribute of a variable
- changed DAE.VAR components to more meaningful names and used them also in Exp.VAR components
- add dummy variable as: der($dummy) = 0; instead der($dummy) = sin(time*6628.318530717);
the dummy derivative is now added ONLY if there are no other states!
- removed double new lines in the generated code from:
SimCodegen.generateInitializeDeinitializationDataStruc
- beautifying the generated code
- added tests for setting/reading "stream" attribute
- val(variable, integer) now returns a Real value as it should!
- made testsuite simulation rtest scripts more sensitive
to combined string and numbers differences
- now the records returned by interactive functions and
the simulation result are named! changed the testsuite
to agree with the changes.
- pushed the fixes for not needing ./ in the path by Robert [Robert.Wotzlaw \at web.de], thanks!
- fixed a bug when sample(0, Ts) will not generate any event at T=0
Thanks to Beat Arnet [beat.arnet \ at ieee.org] for reporting it!
8 lines of code changed in 4 files:
- seems that rtest* scripts had problem handling Windows line endings.
- due to changes by dietmarw I had to re-write parts of rtest* files.
now they should work with ANY Mac/Windows/Linux line endings.
791 lines of code changed in 4 files:
Formal clean up of all code files:
* applied svn:eol-style native to all files except Compiler/*.mo --> LF
* unified the eol-style of ALL files (this was necessary in order to set the svn properties
* unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
* make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
* FYI: script to remove trailing white spaces: http://is.gd/5A6B
15 lines of code changed in 30 files: