Directory XML_IMPORT/IMP_TREE/

Directory Created:
2003-09-12 14:45
Directory Deleted:
2020-04-01 17:21
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/XML_IMPORT/IMP_TREE

Lines of Code

XML_IMPORT/IMP_TREE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 709 (100.0%) 15.4
yadhu 10 (21.7%) 656 (92.5%) 65.6
westram 36 (78.3%) 53 (7.5%) 1.4

Most Recent Commits

westram 2020-04-01 17:21 Rev.: 18426


* reintegrates 'unittest' into 'trunk'
* adds: log:branches/unittest@18363:18425

0 lines of code changed in 9 files:

  • XML_IMPORT/IMP_TREE: Makefile (del), MySAXHandler.cxx (del), MySAXHandler.hxx (del), sax2Handler.cxx (del), sax2Handler.hxx (del), testParser.cxx (del), testParser.hxx (del), xmlParser.cxx (del), xmlParser.hxx (del)
westram 2017-11-28 19:22 Rev.: 16766


* reintegrates 'gcc' into 'trunk'
- mostly cosmetics changes
* adds: log:branches/gcc@16655,16741:16743,16752:16765

35 lines of code changed in 8 files:

  • XML_IMPORT/IMP_TREE: MySAXHandler.cxx (+12 -27), MySAXHandler.hxx (+1 -2), sax2Handler.cxx (+13 -32), sax2Handler.hxx (+1 -2), testParser.cxx (+2 -4), testParser.hxx (+2 -4), xmlParser.cxx (+2 -4), xmlParser.hxx (+2 -4)
westram 2017-08-09 14:59 Rev.: 16223


* reintegrates 'cover' into 'trunk'
- fixes compilation with COVERAGE
* ARB perl module failed to load (since [13739])
* linking executables broken (apparently since [14038])
* adds: log:branches/cover@16213:16222

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2015-01-23 15:19 Rev.: 13443


* reintegrates 'vectorize' into 'trunk'
- adds vectorization check for gcc 4.9.x / NDEBUG compile
* adds:
- log:branches/vectorize@13428:13442

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2013-10-31 15:10 Rev.: 10996


* use cflags before cxxflags

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2013-10-30 16:58 Rev.: 10974


* renamed include variables

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2013-10-29 13:55 Rev.: 10956


* made A_CC and A_CXX consistent
- A_CXX previously contained cxxflags
- cxxflags are now passed down and used separately

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2013-10-29 13:23 Rev.: 10955


- renamed
* ACC -> A_CC
* CPP -> A_CXX (misleading atm, since it contains c++flags)

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2013-10-29 12:43 Rev.: 10954


- document mechanism used by ARB to export variables to submakefiles
- document most important variables

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2013-02-09 14:36 Rev.: 9522


- explicit override destructors of classes derived from virtual base classes
- skipped directories WINDOW and PROBE (should be done in branches gtk and ptsfix)

2 lines of code changed in 2 files:

  • XML_IMPORT/IMP_TREE: MySAXHandler.hxx (+1 -1), sax2Handler.hxx (+1 -1)
westram 2011-08-08 01:01 Rev.: 7811


merge from dev [7748] [7749] [7750]
* comments (C->C++ style)
* fixed umlauts in TREEGEN

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: MySAXHandler.cxx (+1 -1)
westram 2010-10-25 18:10 Rev.: 7044


* fixed include wrappers (merges [7006] [7007])
- use gcc-style include-wrappers
- use same convention for local wrappers in TREEGEN as rest of ARB

2 lines of code changed in 2 files:

  • XML_IMPORT/IMP_TREE: MySAXHandler.hxx (+1 -1), sax2Handler.hxx (+1 -1)
westram 2010-09-18 17:20 Rev.: 6866


* compiler-messages (merges [6848] [6849] [6850] [6851] [6853] [6855] [6856] [6860] from refactor)
- errors get listed before warnings
- pipe all compilations through postcompile filter
- optionally filter warnings and/or stop at 1st error (controllable by POST_COMPILE in ARB Makefile)
- no warnings for ptpan (too many; version in trunk is outdated)

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2010-03-17 15:08 Rev.: 6526


- use gcov to print test-coverage information

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2010-01-13 17:38 Rev.: 6348


- continues [6347]

0 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: MySAXHandler.cxx (-17)
westram 2009-08-14 16:29 Rev.: 6141


* spellchecked all (phew)

2 lines of code changed in 2 files:

  • XML_IMPORT/IMP_TREE: testParser.cxx (+1 -1), xmlParser.cxx (+1 -1)
westram 2009-04-29 13:20 Rev.: 5872


* Changed variable transfer to sub-makefiles
- most variables are now exported via environment (using SOURCE_TOOLS/export2sub or AISC/export2sub)
- only variables that contain different values for different sub-makefile-calls are passed by cl (e.g. cflags, MAIN)
- changed flavour of exported variables (recursively expanded -> simply expanded variables). Please use VAR := VALUE in Makefiles (not VAR = VALUE). See http://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors for details
* removed/fixed all undefined variables in Makefiles (using 'make --warn-undefined-variables')
* changed names of compile-logs generated in GDE subdir
* added target 'xmlin' (broken, print warning)

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
westram 2008-03-11 20:07 Rev.: 5225

- changed names of linker commands

1 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+1 -1)
yadhu 2003-12-23 17:03 Rev.: 2307

Feature to import xml format trees!!

325 lines of code changed in 4 files:

  • XML_IMPORT/IMP_TREE: sax2Handler.cxx (new 165), sax2Handler.hxx (new 45), xmlParser.cxx (new 83), xmlParser.hxx (new 32)
yadhu 2003-10-16 15:32 Rev.: 2127

Updates for files related to read xml format tree!!!

3 lines of code changed in 1 file:

  • XML_IMPORT/IMP_TREE: Makefile (+3 -3)
yadhu 2003-09-12 14:45 Rev.: 1818

To import xml format trees in to ARB Database.

328 lines of code changed in 5 files:

  • XML_IMPORT/IMP_TREE: Makefile (new 30), MySAXHandler.cxx (new 139), MySAXHandler.hxx (new 45), testParser.cxx (new 83), testParser.hxx (new 31)
Generated by StatSVN 0.7.0