[root]/modelica_parser/test/parser
testfiles
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 76 (100.0%) | 3.8 |
adrpo | 2 (10.0%) | 38 (50.0%) | 19.0 |
petar | 2 (10.0%) | 15 (19.7%) | 7.5 |
ankar | 4 (20.0%) | 11 (14.5%) | 2.7 |
dietmarw | 4 (20.0%) | 10 (13.2%) | 2.5 |
sjoelund.se | 7 (35.0%) | 1 (1.3%) | 0.1 |
levsa | 1 (5.0%) | 1 (1.3%) | 1.0 |
- Removed the old ANTLR2 parsers from the trunk (previously, only the walker was removed)
0 lines of code changed in 6 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
10 lines of code changed in 4 files:
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.
15 lines of code changed in 1 file:
2005-02-04 Adrian Pop, adrpo@ida.liu.se
fixed so it compiles with new the new changes in modelica_parser
23 lines of code changed in 1 file:
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:
Upgraded to complete 2.0 (according to spec
7 lines of code changed in 1 file:
added Makefile.in, removed Makefile
8 lines of code changed in 1 file:
Initial import of new modelica_parser.
11 lines of code changed in 4 files: