[root]/OMNotebook/DrModelica/Arrays
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 118 (100.0%) | 6507 (100.0%) | 55.1 |
x05andfe | 18 (15.3%) | 3693 (56.8%) | 205.1 |
alash325 | 31 (26.3%) | 1717 (26.4%) | 55.3 |
adrpo | 21 (17.8%) | 685 (10.5%) | 32.6 |
perost | 3 (2.5%) | 133 (2.0%) | 44.3 |
dietmarw | 15 (12.7%) | 103 (1.6%) | 6.8 |
mohsen | 1 (0.8%) | 92 (1.4%) | 92.0 |
sjoelund.se | 28 (23.7%) | 54 (0.8%) | 1.9 |
petfr | 1 (0.8%) | 30 (0.5%) | 30.0 |
Lock OMNotebook/OMPlot/OMShell for edits since they are being moved to the git repositories
18 lines of code changed in 18 files:
Fix for #2587:
- Added simplification rules -{e1, e2, ...} => {-e1, -e2, ...} and -[e1, e2, ...] => [-e1, e2, ...].
- Improved Static.elabMatrixCatTwoExp so it handles more cases.
12 lines of code changed in 1 file:
- Fixes for DrModelica.
121 lines of code changed in 2 files:
- Re-evalate DrModelica Notebook and Fix ticket#2101
201 lines of code changed in 10 files:
Monster kill!!!
- changed "simulation" to "simulate" in all DrModelica .onb files.
36 lines of code changed in 10 files:
- Updated DrModelica
297 lines of code changed in 10 files:
- Re-evaluating and update DrModelica simulation results
1219 lines of code changed in 11 files:
Duplicate variable names
Real [0,3] A;
Real A [:,:];
and
Real B[5,0];
Boolean B[:,:,:]; >> gave errors.
So, we changed the Real A[:,:] to Real A2[:,:]; and Boolean B[5,0] to Boolean B2[5,0];
92 lines of code changed in 1 file:
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
103 lines of code changed in 15 files:
A few small updates to 4 modules DrModelica. Now more testcases work than previously.
30 lines of code changed in 1 file:
- changed Makefiles to actually stop when an error happens
- added copyright to printimpl.c
- added some more includes for strlen, strcpy and malloc
- changed version number to 1.4.3 in settingsimpl.c
- changed version number, product code in Setup.vdproj
- changed the way MinGW and ModelicaLibrary are handled in the .msi release
now, they are packed like normal directories and files not exploded at
installation from mingw.tar.gz and ModelicaLib.tar.gz
I think this will fix some problems with the installation
- changed 1.4.2 to 1.4.3 into all .onb files
- wrote a small README-BUILD-RELEASE.txt on how to build a OpenModelica release
6 lines of code changed in 2 files:
- fixes by Peter F. to UG, DrModelica, omc_helptext.txt
- fixes by Anders Sandholm to val(name, time)
- addition of the BouncingBallExamples.mo/mos to the testsuite
so that this example is sure not to fail in the future (now fails)
37 lines of code changed in 2 files:
- updates to DrModelica by Peter F.
642 lines of code changed in 17 files:
* fixed some small bugs in OMNotebook
* updated Mathematica parser in OMNotebook
* updated the OMNotebookHelp.onb documentation
* converted DrModelica to OMNotebook
// Anders Fernstr?m
3693 lines of code changed in 18 files: