[root]/tools/rml2mod
.externalToolBuilders
(0 files, 0 lines)
rml2mmod
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 109 (100.0%) | 11125 (100.0%) | 102.0 |
dietmarw | 44 (40.4%) | 9669 (86.9%) | 219.7 |
hudson | 10 (9.2%) | 1137 (10.2%) | 113.7 |
adrpo | 23 (21.1%) | 284 (2.6%) | 12.3 |
sjoelund.se | 32 (29.4%) | 35 (0.3%) | 1.0 |
Remove some RML stuff
0 lines of code changed in 29 files:
[Janitor mode] Fix tabs
1103 lines of code changed in 8 files:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
34 lines of code changed in 2 files:
[Janitor mode] Fix tabs
34 lines of code changed in 2 files:
- Fix svn-eol-style on Makefiles
1 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
9669 lines of code changed in 44 files:
- small update of RML to MetaModelica tool.
0 lines of code changed in 4 files:
- fixed so that pattern = arrayNth(arr, index); is dumped as:
pattern = arr[index + 1];
0 lines of code changed in 2 files:
- fixed the (x => y) option problem in the translator
- fixed better escaping of rml comments to MetaModelica strings.
228 lines of code changed in 13 files:
fixes local declaration when variables are actual val declarations
33 lines of code changed in 1 file:
Adrian Pop, adrpo@ida.liu.se, 2006-03-25
Quite some modifications to the setup project, the testsuite and RML to MetaModelica translator.
OMC Stuff:
==========
- taken out WinMosh from the modeq.sln (not needed).
- fixed a new Uninstall.ico, i hated the one before.
- added a link to OpenModelica website in the user menu, an icon for the url, etc.
- added the converted DrModelica onb files to the Setup.vdproj.
- made all .mo and .mos files have LF ending, otherwise Perl does not do well when checking the test results.
RML2METAMODELICA
================
- fixed variable types in rml2mod/rmltomod.rml, now a lot of Function Types are better.
18 lines of code changed in 1 file:
Fixed the imports as there are intermediate results from function calls
that require additional module imports. Please DO NOT TAKE THEM OUT.
Made the rml2mod translator run ~50% faster.
5 lines of code changed in 2 files: