Directory Compiler/rml2sig/

Directory Deleted:
2014-10-26 02:06
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/Compiler/rml2sig

Lines of Code

Compiler/rml2sig/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 147 (100.0%) 4.4
adrpo 21 (63.6%) 113 (76.9%) 5.3
sjoelund.se 4 (12.1%) 18 (12.2%) 4.5
dietmarw 4 (12.1%) 10 (6.8%) 2.5
petar 1 (3.0%) 4 (2.7%) 4.0
x02lucpo 2 (6.1%) 1 (0.7%) 0.5
hudson 1 (3.0%) 1 (0.7%) 1.0

Most Recent Commits

adrpo 2014-10-26 02:06 Rev.: 22946

- more proper RML cleanup

0 lines of code changed in 9 files:

  • Compiler/rml2sig: .cvsignore (del), Makefile.in (del), Makefile.omdev.mingw (del), rml2sig.bat (del), rml2sig.lex (del), rmldep-new.sh (del), rmldep-old.sh (del), rmldep.sh (del), w32-rml2sig.exe (del)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

2 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+2 -2)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 2 files:

  • Compiler/rml2sig: Makefile.in (+1 -1)
sjoelund.se 2010-04-21 12:23 Rev.: 5345

- Updating linux makefiles (and rmldep-new.sh) to work without RMLHOME set (it is set by ./configure!)

15 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+15 -10)
dietmarw 2008-11-02 18:35 Rev.: 3732

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

10 lines of code changed in 4 files:

  • Compiler/rml2sig: Makefile.omdev.mingw (+4 -3), rml2sig.bat (+1 -1), rml2sig.lex (+5 -5)
adrpo 2007-07-16 04:25 Rev.: 2861

- cleaning up makefiles
- using rmldep-new.sh in Linux makefiles also

1 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+1 -1)
adrpo 2007-07-10 11:06 Rev.: 2854

- VC7 Setup fixes for new stuff in OMNotebook
- Parser fixes to handle multiple for iterators, both in array iterators and in for loops,
Have a look at Absyn.ForIterators
- Small changes in makefiles
- Fixed stringEqual in external-rml.c
- ptplot.jar dumps the plot image in $OPENMODELICAHOME/tmp/
- OMNotebook and OMShell in windows now starts in $OPENMODELICAHOME/tmp/

4 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+4 -8)
adrpo 2006-03-15 10:50 Rev.: 2217

small timing modifications

9 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+9 -7)
adrpo 2006-03-14 18:04 Rev.: 2215

- fixed Interactive.rml - get_class_information, missing a \" before class name in the returned string.
- fixed omc_interactive_api.txt to agree with latest changes
- fixed interactive_api_attributes.mos to agree with latest changes
- fixed loadFileInteractiveQualified.mos to agree with latest changes
- small modification to OMDev related Makefile.omdev.mingw and rml2sig/rmldep-new.sh

46 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+46 -40)
adrpo 2006-03-13 22:35 Rev.: 2211

changes to:
- .project (removed the MDT builder) (uses OpenModelica as project root)
- builder OMDev-MINGW-OpenModelicaBuilder.launch (now builds from mo directly and has as OMDev path /c/OMdev)
- Makefile.omdev.mingw (don't copy serialization files are they are not generated, print the dependency generation time)
- rml2sig/rmldep-new.sh give some messages and generation time

7 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+7 -6)
adrpo 2006-03-13 07:07 Rev.: 2209

- removed unused imports from .rml files
- fixed rml2sig/rmldep-new.sh to dump .sig instead of .rsig
- fixed Makefile.omdev.mingw to not copy *.sig only *.srz to omc_debug and omc_release

2 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (+2 -2)
adrpo 2006-02-02 14:12 Rev.: 2070

Adrian Pop, adrpo@ida.liu.se, 2006-02-02
- fixed so that Makefile.omdev.mingw use rml2sig/rmldep-new.sh instead of rmldep.sh
- fixed some text messages in the Makefile.omdev.mingw Makefiles that appear when
variables are not set

39 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep-new.sh (new 39)
petar 2006-02-02 11:12 Rev.: 2067

Removed adrians changes!

4 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep.sh (+4 -9)
adrpo 2006-02-01 18:09 Rev.: 2063

Adrian Pop, adrpo@ida.liu.se, 206-02-01
Fixed the rmldep.sh script. It had a little problem.

2 lines of code changed in 1 file:

  • Compiler/rml2sig: rmldep.sh (+2 -2)
adrpo 2006-02-01 15:56 Rev.: 2058

Adrian Pop, adrpo@ida.liu.se, 2006-02-01
- rmldep.sh changed so it is based on rml
- rmldep-old.sh is present also there if you need it.

0 lines of code changed in 2 files:

  • Compiler/rml2sig: rmldep.sh (changed)
adrpo 2006-02-01 15:54 Rev.: 2057

OMDev compilation files + Eclipse project + eclipse builder.
----
Adrian Pop, adrpo@ida.liu.se, 2006-02-01
----

3 lines of code changed in 2 files:

  • Compiler/rml2sig: Makefile.omdev.mingw (new 3), rmldep-old.sh (new)
x02lucpo 2005-07-13 09:19 Rev.: 1851

improved the simulation command to output to output.log

1 lines of code changed in 2 files:

  • Compiler/rml2sig: rml2sig.bat (+1 -1)
Generated by StatSVN 0.7.0