Directory tools/xml/modelicaxml/

Directory Created:
2006-05-15 02:43
Total Files:
37
Deleted Files:
1
Lines of Code:
27776

[root]/tools/xml/modelicaxml

Lines of Code

tools/xml/modelicaxml/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 111 (100.0%) 68225 (100.0%) 614.6
adrpo 52 (46.8%) 38735 (56.8%) 744.9
hudson 18 (16.2%) 18834 (27.6%) 1046.3
dietmarw 34 (30.6%) 10617 (15.6%) 312.2
sjoelund.se 7 (6.3%) 39 (0.1%) 5.5

Most Recent Commits

hudson 2014-04-16 11:06 Rev.: 20164

[Janitor mode] Fix whitespace

1105 lines of code changed in 4 files:

  • tools/xml/modelicaxml: ModelicaXML.cpp (+2 -2), modelica_lexer.cpp (+91 -91), modelica_parser.cpp (+314 -314), modelica_tree_parser.cpp (+698 -698)
hudson 2013-05-02 21:27 Rev.: 15965

[Janitor mode] Fix tabs

17691 lines of code changed in 8 files:

  • tools/xml/modelicaxml: ModelicaXML.cpp (+78 -78), ModelicaXML.h (+4 -4), MyAST.h (+11 -11), dirwalk.cpp (+126 -126), modelica_lexer.cpp (+1458 -1458), modelica_parser.cpp (+6755 -6755), modelica_tree_parser.cpp (+9233 -9233), token_names.cpp (+26 -26)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

38 lines of code changed in 6 files:

  • tools/xml/modelicaxml: ModelicaXML.cpp (+19 -19), ModelicaXML.h (+2 -2), MyAST.h (+4 -4), dirwalk.cpp (+5 -5), modelica_parser.cpp (+1 -1), modelica_tree_parser.cpp (+7 -7)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

38 lines of code changed in 6 files:

  • tools/xml/modelicaxml: ModelicaXML.cpp (+19 -19), ModelicaXML.h (+2 -2), MyAST.h (+4 -4), dirwalk.cpp (+5 -5), modelica_parser.cpp (+1 -1), modelica_tree_parser.cpp (+7 -7)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 1 file:

  • tools/xml/modelicaxml: Makefile (+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

10617 lines of code changed in 34 files:

  • tools/xml/modelicaxml: Makefile (+3 -2), Makefile.cygwin (+4 -3), Makefile_parser (+1), Makefile_parser.cygwin (+1), ModelicaXML.cpp (+52 -51), ModelicaXML.h (+68 -67), ModelicaXML.sln (+29 -29), ModelicaXML.vcproj (+321 -321), ModelicaXMLUtilities.cpp (+50 -49), ModelicaXMLUtilities.hpp (+32 -32), MyAST.h (+6 -5), README.txt (+7 -6), dirwalk.cpp (+35 -34), dirwalk.h (+22 -21), modelicaTokenTypes.hpp (+119 -119), modelicaTokenTypes.txt (+102 -101), modelica_lexer.cpp (+1752 -1751), modelica_lexer.g (+15 -14), modelica_lexer.hpp (+90 -90), modelica_parser.cpp (+5929 -5928), modelica_parser.g (+120 -119), modelica_parser.hpp (+281 -281), modelica_parserTokenTypes.hpp (+163 -163), modelica_parserTokenTypes.txt (+146 -145), modelica_tree_parser.cpp (+784 -783), modelica_tree_parser.hpp (+21 -21), modelica_tree_parserTokenTypes.txt (+1), modelicaxml-v2.dtd (+107 -107), parse_tree_dumper.cpp (+1), parse_tree_dumper.hpp (+8 -8), test.cpp (+2 -1), token_names.cpp (+2 -1), token_names.hpp (+1 -1), walker.g (+342 -341)
adrpo 2007-06-12 07:41 Rev.: 2825

- updates to makefiles for Linux
- makefiles for Cygwin
- readme on how to build ModelicaXml on Linux and Cygwin

169 lines of code changed in 5 files:

  • tools/xml/modelicaxml: Makefile (+4 -4), Makefile.cygwin (new 62), Makefile_parser (+5 -5), Makefile_parser.cygwin (new 63), README.txt (new 35)
adrpo 2006-12-25 20:38 Rev.: 2646

- new line at the end of file.

62 lines of code changed in 1 file:

  • tools/xml/modelicaxml: ModelicaXML.h (+62 -62)
adrpo 2006-12-25 20:33 Rev.: 2645

replaced ModelicaXml.h with ModelicaXML.h

66 lines of code changed in 1 file:

  • tools/xml/modelicaxml: ModelicaXML.h (new 66)
adrpo 2006-12-25 20:33 Rev.: 2644

removed to be replaced by ModelicaXML.h

0 lines of code changed in 1 file:

  • tools/xml/modelicaxml: ModelicaXml.h (del)
adrpo 2006-12-25 20:25 Rev.: 2643

- fixes to make modelicaxml work on Linux.

11124 lines of code changed in 10 files:

  • tools/xml/modelicaxml: Makefile (+18 -11), Makefile_parser (+3 -4), ModelicaXML.cpp (+419 -414), dirwalk.cpp (+326 -151), dirwalk.h (+10 -1), modelica_tree_parser.cpp (+9800 -9800), modelica_tree_parser.hpp (+220 -211), modelica_tree_parserTokenTypes.hpp (+167 -167), modelica_tree_parserTokenTypes.txt (+149 -149), walker.g (+12 -3)
adrpo 2006-05-15 02:43 Rev.: 2377

Updated the XML part with the latest version of ModelicaXML and FlatModelicaXML

27314 lines of code changed in 34 files:

  • tools/xml/modelicaxml: Makefile (new 54), Makefile_parser (new 64), ModelicaXML.cpp (new 511), ModelicaXML.ncb (new), ModelicaXML.sln (new 25), ModelicaXML.suo (new), ModelicaXML.vcproj (new 425), ModelicaXMLUtilities.cpp (new 48), ModelicaXMLUtilities.hpp (new 32), ModelicaXml.h (new), MyAST.h (new 157), dirwalk.cpp (new 163), dirwalk.h (new 13), modelicaTokenTypes.hpp (new 123), modelicaTokenTypes.txt (new 104), modelica_lexer.cpp (new 1693), modelica_lexer.g (new 199), modelica_lexer.hpp (new 94), modelica_parser.cpp (new 7391), modelica_parser.g (new 978), modelica_parser.hpp (new 254), modelica_parserTokenTypes.hpp (new 169), modelica_parserTokenTypes.txt (new 150), modelica_tree_parser.cpp (new 10339), modelica_tree_parser.hpp (new 351), modelica_tree_parserTokenTypes.hpp (new 173), modelica_tree_parserTokenTypes.txt (new 154), modelicaxml-v2.dtd (new 563), parse_tree_dumper.cpp (new 9), parse_tree_dumper.hpp (new 108), test.cpp (new 36), token_names.cpp (new 78), token_names.hpp (new 56), walker.g (new 2800)
Generated by StatSVN 0.7.0