[root]/OMNotebook/NotebookParser
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 |
- Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.
0 lines of code changed in 20 files:
- Tabs to spaces
174 lines of code changed in 1 file:
- 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:
- 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:
- 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:
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:
- 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:
*Added a toolbar in OMNotebook
*Added an external graphics window
*Misc. improvements to the plotting functionality
2 lines of code changed in 1 file:
- 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:
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:
* 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:
updated version om OMNotebook.
// Anders Fernstr?m
333 lines of code changed in 3 files:
added OMNotebook source code.
// Anders Fernstr?m
6796 lines of code changed in 18 files: