Directory OMNotebook/NotebookParser/

Directory Created:
2006-02-02 13:43
Directory Deleted:
2011-03-06 03:49
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/OMNotebook/NotebookParser

Lines of Code

OMNotebook/NotebookParser/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 101 (100.0%) 24098 (100.0%) 238.5
dietmarw 17 (16.8%) 9998 (41.5%) 588.1
x05andfe 24 (23.8%) 7276 (30.2%) 303.1
x06hener 12 (11.9%) 4481 (18.6%) 373.4
adrpo 26 (25.7%) 1993 (8.3%) 76.6
sjoelund.se 2 (2.0%) 350 (1.5%) 175.0
adeas31 20 (19.8%) 0 (0.0%) 0.0

Most Recent Commits

adeas31 2011-03-06 03:49 Rev.: 8111

- Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.

0 lines of code changed in 20 files:

  • OMNotebook/NotebookParser: AntlrNotebookLexer.cpp (del), AntlrNotebookLexer.hpp (del), AntlrNotebookParser.cpp (del), AntlrNotebookParser.hpp (del), AntlrNotebookParserTokenTypes.hpp (del), AntlrNotebookParserTokenTypes.txt (del), AntlrNotebookTreeParser.cpp (del), AntlrNotebookTreeParser.hpp (del), AntlrNotebookTreeParserTokenTypes.hpp (del), AntlrNotebookTreeParserTokenTypes.txt (del), NotebookParser.ncb (del), NotebookParser.vcproj (del), NotebookParser.vcxproj (del), NotebookParser.vcxproj.filters (del), ReadMe.txt (del), lexer.g (del), notebookgrammarTokenTypes.hpp (del), notebookgrammarTokenTypes.txt (del), parser.g (del), walker.g (del)
sjoelund.se 2011-01-09 19:37 Rev.: 7667

- Tabs to spaces

174 lines of code changed in 1 file:

  • OMNotebook/NotebookParser: notebookgrammarTokenTypes.hpp (+174 -174)
sjoelund.se 2011-01-07 10:33 Rev.: 7662

- Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs)
$ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l
4771
$ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l
13365
$ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l
17341
$ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l
582

176 lines of code changed in 1 file:

  • OMNotebook/NotebookParser: notebookgrammarTokenTypes.hpp (+176 -176)
adrpo 2010-06-29 08:10 Rev.: 5740

- update the Visual Studio projects to VS2010
- it seems vcproj has a vcxproj counterpart and there are some other new files too
- renamed ext.exe and ext.pdb to OMPlotWindow.exe and OMPlotWindow.pdb
- rebuild all Qt clients: OMShell, OMNotebook, OMPlotWindow

203 lines of code changed in 2 files:

  • OMNotebook/NotebookParser: NotebookParser.vcxproj (new 138), NotebookParser.vcxproj.filters (new 65)
adrpo 2008-12-08 07:24 Rev.: 3766

- fixed a mistake in Absyn.EQ/ALG_FAILURE/EQUALITY, they should
contain EquationItem and AlgorithmItem as built by the parser
- got rid of function removal on loading as we can do it based
on build time: Ceval, ClassLoader, Interactive, Inst, Static
- beautifying dumping of MetaModelica code and handle also the
equality and failure equations.
- remove the .sig and .srz files on clean
- fixed a bug with modifications merging (see Modification6.mo)
- System__hash improved plus now considering the entire string
+ RefinedSimpleCircuitValid.mo changes due to different hashing.
- more homogeneous function documentation strings here and there
- small changes to sendData, OMNotebook and ext(ernal plotter).

1521 lines of code changed in 9 files:

  • OMNotebook/NotebookParser: AntlrNotebookLexer.cpp (+40 -40), AntlrNotebookLexer.hpp (+58 -58), AntlrNotebookParser.cpp (+198 -198), AntlrNotebookParser.hpp (+80 -80), AntlrNotebookParserTokenTypes.hpp (+193 -193), AntlrNotebookTreeParser.cpp (+444 -444), AntlrNotebookTreeParser.hpp (+121 -121), AntlrNotebookTreeParserTokenTypes.hpp (+195 -195), notebookgrammarTokenTypes.hpp (+192 -192)
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

9998 lines of code changed in 17 files:

  • OMNotebook/NotebookParser: AntlrNotebookLexer.cpp (+1302 -1301), AntlrNotebookLexer.hpp (+58 -58), AntlrNotebookParser.cpp (+3230 -3229), AntlrNotebookParser.hpp (+76 -76), AntlrNotebookParserTokenTypes.hpp (+193 -193), AntlrNotebookParserTokenTypes.txt (+176 -175), AntlrNotebookTreeParser.cpp (+3680 -3679), AntlrNotebookTreeParser.hpp (+72 -72), AntlrNotebookTreeParserTokenTypes.hpp (+195 -195), AntlrNotebookTreeParserTokenTypes.txt (+178 -177), NotebookParser.vcproj (+293 -293), ReadMe.txt (+22 -21), lexer.g (+21 -20), notebookgrammarTokenTypes.hpp (+192 -192), notebookgrammarTokenTypes.txt (+175 -174), parser.g (+32 -31), walker.g (+103 -102)
adrpo 2008-10-02 20:55 Rev.: 3657

- updated OMSNotebook solution to MSVC 2008
- added the new 3D package based on Coin3D
- added and updated the Corba generated files to version MICO 2.3.13
- updated the readmes
- fixed a problem with URL links not being valid in the new Qt 4.4.2
- fixed a bunch of bugs
- moved the Qt 4.4.2, SoQt and Coin3D DLLs to OpenModelica\Compiler\VC7\Setup\bin

153 lines of code changed in 1 file:

  • OMNotebook/NotebookParser: NotebookParser.vcproj (+153 -79)
x06hener 2008-02-14 18:35 Rev.: 3187

*Added a toolbar in OMNotebook
*Added an external graphics window
*Misc. improvements to the plotting functionality

2 lines of code changed in 1 file:

  • OMNotebook/NotebookParser: NotebookParser.vcproj (+2 -1)
adrpo 2007-09-19 19:22 Rev.: 2925

- got rid of ANTLR project (not needed as is already in OMDev)
- updated walker.g to work with antlr 2.7.7
- regenerated the NotebookParser antlr files with antlr-2.7.7
- make the .pdb even for Release version
- updated projects to be able to build also a debug version.
- made the projects dependent on OMDev so peole don't have
to compile antlr and mico

116 lines of code changed in 14 files:

  • OMNotebook/NotebookParser: AntlrNotebookLexer.cpp (+82 -97), AntlrNotebookLexer.hpp (+1 -1), AntlrNotebookParser.cpp (+8 -15), AntlrNotebookParser.hpp (+1 -1), AntlrNotebookParserTokenTypes.hpp (+1 -1), AntlrNotebookParserTokenTypes.txt (+1 -1), AntlrNotebookTreeParser.cpp (+8 -8), AntlrNotebookTreeParser.hpp (+1 -1), AntlrNotebookTreeParserTokenTypes.hpp (+1 -1), AntlrNotebookTreeParserTokenTypes.txt (+1 -1), NotebookParser.vcproj (+8 -8), notebookgrammarTokenTypes.hpp (+1 -1), notebookgrammarTokenTypes.txt (+1 -1), walker.g (+1 -1)
x06hener 2007-02-20 17:35 Rev.: 2717

This makes Qt 4.2+ required for OMNotebook. Unfortunately this (Qt) breaks some features, e.g. text links

4479 lines of code changed in 11 files:

  • OMNotebook/NotebookParser: AntlrNotebookLexer.cpp (+237 -148), AntlrNotebookParser.cpp (+1706 -484), AntlrNotebookParser.hpp (+2 -2), AntlrNotebookParserTokenTypes.hpp (+171 -103), AntlrNotebookParserTokenTypes.txt (+171 -103), AntlrNotebookTreeParser.cpp (+1499 -141), AntlrNotebookTreeParser.hpp (+7 -4), AntlrNotebookTreeParserTokenTypes.hpp (+173 -105), AntlrNotebookTreeParserTokenTypes.txt (+173 -105), notebookgrammarTokenTypes.hpp (+170 -102), notebookgrammarTokenTypes.txt (+170 -102)
x05andfe 2006-03-24 14:37 Rev.: 2247

* fixed some small bugs in OMNotebook
* updated Mathematica parser in OMNotebook
* updated the OMNotebookHelp.onb documentation
* converted DrModelica to OMNotebook
// Anders Fernstr?m

147 lines of code changed in 3 files:

  • OMNotebook/NotebookParser: lexer.g (+25 -3), parser.g (+32 -12), walker.g (+90 -10)
x05andfe 2006-02-16 11:24 Rev.: 2133

updated version om OMNotebook.
// Anders Fernstr?m

333 lines of code changed in 3 files:

  • OMNotebook/NotebookParser: lexer.g (+85 -36), parser.g (+51 -2), walker.g (+197 -3)
x05andfe 2006-02-02 13:43 Rev.: 2069

added OMNotebook source code.
// Anders Fernstr?m

6796 lines of code changed in 18 files:

  • OMNotebook/NotebookParser: AntlrNotebookLexer.cpp (new 1227), AntlrNotebookLexer.hpp (new 58), AntlrNotebookParser.cpp (new 2014), AntlrNotebookParser.hpp (new 80), AntlrNotebookParserTokenTypes.hpp (new 125), AntlrNotebookParserTokenTypes.txt (new 107), AntlrNotebookTreeParser.cpp (new 2321), AntlrNotebookTreeParser.hpp (new 118), AntlrNotebookTreeParserTokenTypes.hpp (new 127), AntlrNotebookTreeParserTokenTypes.txt (new 109), NotebookParser.ncb (new), NotebookParser.vcproj (new 218), ReadMe.txt (new 21), lexer.g (new 36), notebookgrammarTokenTypes.hpp (new 124), notebookgrammarTokenTypes.txt (new 106), parser.g (new 2), walker.g (new 3)
Generated by StatSVN 0.7.0