Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 18 (100.0%) | 217 (100.0%) | 12.0 |
sjoelund.se | 13 (72.2%) | 185 (85.3%) | 14.2 |
perost | 1 (5.6%) | 22 (10.1%) | 22.0 |
wbraun | 1 (5.6%) | 6 (2.8%) | 6.0 |
adrpo | 3 (16.7%) | 4 (1.8%) | 1.3 |
Make hudson trim trailing whitespace in addition to replacing tabs with spaces
- rtest was updated to allow whitespace at the end of a line
28 lines of code changed in 1 file:
- fix windows build
- no idea why CC=gcc from trunk/Makefile.omdev.mingw is not propagated when making omc-diff
1 lines of code changed in 1 file:
Changes for FreeBSD compilation
1 lines of code changed in 1 file:
Changed realString to be thread-safe (using the old routines, but %.16g so results are mostly the same as dtoa).
NOTE: You need rml-mmc r268 for all results to be the same (else ~8 will fail)
2 lines of code changed in 1 file:
- Made the dumping of external declarations better.
- Changed so that only constant complex equations are constant evaluated in
InstSection.instEqEquation2.
- Added handling of integers in omc-diff, so that integers are compared exactly
(otherwise we allow a relative error for line numbers in errors).
22 lines of code changed in 1 file:
- added bugfix for dassl tolerance
- added relative comparison for testsuite
6 lines of code changed in 1 file:
- Fix svn-eol-style on Makefiles
1 lines of code changed in 1 file:
- Fix difftool
2 lines of code changed in 1 file:
- Added testcase for parsing/unparsing of FullModelica3.1.mo
17 lines of code changed in 1 file:
- feeding my need of alignment
2 lines of code changed in 1 file:
- More user-friendly omc-diff format
- New
expected: x
got : y
- Old
< x
> y
2 lines of code changed in 1 file:
- Added check for omc-diff in rtest (it now won't run any tests if it can't find omc-diff since the errors generated were too confusing)
7 lines of code changed in 1 file:
- Fix for omc-diff when we have a negative non-number that we lex.
2 lines of code changed in 1 file:
- removed the double quote.
1 lines of code changed in 1 file:
- Fix MetaModelicaDev testcases.
- Better error message from omc-diff when a real differs > eps.
2 lines of code changed in 1 file:
- Fix makefile target
1 lines of code changed in 1 file:
- Added new tool omc-diff for rtest to use while doing diff's.
- This one catches some errors previosuly not detected, e.g.:
* Empty line was the same as a line with empty quotes ("").
* However, it does nag more about whitespace, so make sure those are correct.
- omc-diff should be faster than what we did before (diff, and if that fails,
parse everything in Perl).
- omc-diff is written in a single flex file, no external C sources.
120 lines of code changed in 2 files: