Directory modelica_parser/test/lexer/

Directory Created:
2001-11-23 14:38
Directory Deleted:
2010-11-11 14:24
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/modelica_parser/test/lexer
                Folder removed from repo testfiles (0 files, 0 lines)

Lines of Code

modelica_parser/test/lexer/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 21 (100.0%) 52 (100.0%) 2.4
dietmarw 4 (19.0%) 15 (28.8%) 3.7
ankar 6 (28.6%) 14 (26.9%) 2.3
adrpo 1 (4.8%) 14 (26.9%) 14.0
petar 1 (4.8%) 7 (13.5%) 7.0
sjoelund.se 8 (38.1%) 1 (1.9%) 0.1
levsa 1 (4.8%) 1 (1.9%) 1.0

Most Recent Commits

sjoelund.se 2010-11-11 14:24 Rev.: 6962

- Removed the old ANTLR2 parsers from the trunk (previously, only the walker was removed)

0 lines of code changed in 7 files:

  • modelica_parser/test/lexer: .cvsignore (del), Makefile (del), Makefile.in (del), Makefile.win (del), runtest.bat (del), test_lexer.cpp (del), testone.bat (del)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 1 file:

  • modelica_parser/test/lexer: Makefile.in (+1 -1)
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

15 lines of code changed in 4 files:

  • modelica_parser/test/lexer: Makefile.in (+2 -2), Makefile.win (+2 -2), test_lexer.cpp (+8 -8), testone.bat (+3 -3)
adrpo 2006-02-26 13:18 Rev.: 2169

Adrian Pop, 2006-02-26
- compilation on Linux, Cygwin, MSVC works now from SVN. All tests are OK.
- big changes to compilation result structure:
The compilation result has now the following structure:
build/bin (omc, OMShell, OMNotebook, ptplot.jar, Compile.bat, Compile, doPlot.bat, doPlot, omc_helptext.txt)
build/include (all the .h files from c_runtime)
build/lib (all the lib* and libf2c/lib* files from c_runtime)
build/doc (trunk/doc and Compiler/doc)
build/doc/testmodels (all the trunk/Examples/*.* files)
---------------------------------------------
- the makefiles now copy the needed files to the above structure after compilation
- changed the rml files to use this structure when compiling, or plotting.
- changed the rtest files to use the build structure when running tests
- changed the VC7 setup to use this structure when deploying
- changed mosh (changed its name to OMShell) to use this structure when running omc
- added an install to the root Makefile that installs in what was give to configure --prefix=path
or just ./install if none given.

The usage of OPENMODELICAHOME changed in this way:
- OPENMODELICAHOME/bin is used when running omc or calling scripts or searching for omc_helptext.txt
- OPENMODELICAHOME/lib is given as -L to compilation scripts
- OPENMODELICAHOME/include is given as -I to compilation scripts

helptext.txt and interactive_api.txt moved to Compiler/doc/omc_helptext.txt or omc_interactive_api.txt

Updated all README* accordingly.

These changes will make easier to move source directories around and
arrange the SVN as we like because the runtime structure is not
the same as the compilation structure anymore.
Also is easier to understand what is the result of a compilation
because all the needed files for running OMC are now in trunk/build
and not all over the source tree.

14 lines of code changed in 1 file:

  • modelica_parser/test/lexer: Makefile.in (+14 -7)
levsa 2004-04-25 12:01 Rev.: 1163

Fixed parser error in array constructor code in parser
Added more debug support (error message in parsestringexp)
Fixed some .cvsignore files

1 lines of code changed in 1 file:

  • modelica_parser/test/lexer: .cvsignore (new 1)
petar 2002-03-14 08:59 Rev.: 761

added Makefile.in, removed Makefile

7 lines of code changed in 1 file:

  • modelica_parser/test/lexer: Makefile.in (new 7)
ankar 2001-11-29 18:56 Rev.: 661

Changed ModelicaTokenTypes to modelicaTokenTypes.

1 lines of code changed in 1 file:

  • modelica_parser/test/lexer: test_lexer.cpp (+1 -1)
ankar 2001-11-23 14:38 Rev.: 632

Initial import of new modelica_parser.

13 lines of code changed in 5 files:

  • modelica_parser/test/lexer: Makefile (new), Makefile.win (new 2), runtest.bat (new), test_lexer.cpp (new 8), testone.bat (new 3)
Generated by StatSVN 0.7.0