[med-svn] [castxml] branch upstream updated (c37bb0e -> aed4a62)
    Gert Wollny 
    gert-guest at moszumanska.debian.org
       
    Sun Jan 31 15:39:07 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a change to branch upstream
in repository castxml.
      from  c37bb0e   Imported Upstream version 0.1+git20150807
       new  aed4a62   Imported Upstream version 0.1+git20160131
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
 CMakeLists.txt                                     |   12 +-
 README.rst                                         |    2 +-
 doc/manual/castxml.1.rst                           |   37 +-
 share/castxml/{detect_vs.cpp => detect_vs.c}       |   18 +-
 share/castxml/detect_vs.cpp                        |   12 +
 {test/input => share/castxml}/empty.c              |    0
 src/CMakeLists.txt                                 |    1 +
 src/Detect.cxx                                     |   71 +-
 src/Options.h                                      |    6 +-
 src/Output.cxx                                     |  184 +-
 src/Output.h                                       |    2 +-
 src/RunClang.cxx                                   |  199 +-
 src/Utils.cxx                                      |   40 +-
 src/Utils.h                                        |    5 +-
 src/Version.cmake                                  |   14 +-
 src/Version.h.in                                   |    5 +-
 src/castxml.cxx                                    |   11 +-
 src/kwsys/.gitattributes                           |   16 +
 src/kwsys/Base64.c                                 |  279 -
 src/kwsys/Base64.h.in                              |  120 -
 src/kwsys/CMakeEmptyInputFile.in                   |    1 -
 src/kwsys/CMakeLists.txt                           |   29 +-
 src/kwsys/CONTRIBUTING.rst                         |   35 +
 src/kwsys/CPU.h.in                                 |  129 -
 src/kwsys/CTestConfig.cmake                        |   17 -
 src/kwsys/CommandLineArguments.cxx                 |  859 ----
 src/kwsys/CommandLineArguments.hxx.in              |  286 --
 src/kwsys/Configure.hxx.in                         |  179 -
 src/kwsys/Directory.cxx                            |  253 -
 src/kwsys/Directory.hxx.in                         |   91 -
 src/kwsys/DynamicLoader.cxx                        |  527 --
 src/kwsys/DynamicLoader.hxx.in                     |  112 -
 src/kwsys/Encoding.hxx.in                          |   87 -
 src/kwsys/EncodingC.c                              |   18 +-
 src/kwsys/EncodingCXX.cxx                          |  184 -
 src/kwsys/ExtraTest.cmake.in                       |    1 -
 src/kwsys/FStream.cxx                              |   76 -
 src/kwsys/FStream.hxx.in                           |  188 -
 src/kwsys/FundamentalType.h.in                     |  146 -
 src/kwsys/Glob.cxx                                 |  513 --
 src/kwsys/Glob.hxx.in                              |  117 -
 src/kwsys/IOStream.cxx                             |  282 -
 src/kwsys/IOStream.hxx.in                          |  142 -
 src/kwsys/MD5.c                                    |  523 --
 src/kwsys/MD5.h.in                                 |  107 -
 src/kwsys/Process.h.in                             |  138 +-
 src/kwsys/ProcessUNIX.c                            |  707 ++-
 src/kwsys/ProcessWin32.c                           | 1103 ++--
 src/kwsys/README.txt                               |    2 +
 src/kwsys/RegularExpression.cxx                    | 1244 -----
 src/kwsys/RegularExpression.hxx.in                 |  453 --
 src/kwsys/SharedForward.h.in                       |  922 ----
 src/kwsys/String.c                                 |  115 -
 src/kwsys/String.h.in                              |   67 -
 src/kwsys/String.hxx.in                            |   65 -
 src/kwsys/System.c                                 |  585 +--
 src/kwsys/System.h.in                              |   98 -
 src/kwsys/SystemInformation.cxx                    | 5374 --------------------
 src/kwsys/SystemInformation.hxx.in                 |  159 -
 src/kwsys/SystemTools.cxx                          | 5201 -------------------
 src/kwsys/SystemTools.hxx.in                       |  959 ----
 src/kwsys/Terminal.c                               |  433 --
 src/kwsys/Terminal.h.in                            |  159 -
 src/kwsys/auto_ptr.hxx.in                          |  219 -
 src/kwsys/hash_fun.hxx.in                          |  149 -
 src/kwsys/hash_map.hxx.in                          |  461 --
 src/kwsys/hash_set.hxx.in                          |  445 --
 src/kwsys/hashtable.hxx.in                         | 1296 -----
 src/kwsys/kwsysHeaderDump.pl                       |   50 -
 src/kwsys/kwsysPlatformTestsCXX.cxx                |   17 +
 src/kwsys/kwsys_cstddef.hxx.in                     |   35 -
 src/kwsys/kwsys_ios_fstream.h.in                   |   46 -
 src/kwsys/kwsys_ios_iosfwd.h.in                    |   49 -
 src/kwsys/kwsys_ios_iostream.h.in                  |   99 -
 src/kwsys/kwsys_ios_sstream.h.in                   |  199 -
 src/kwsys/kwsys_stl.hxx.in                         |   49 -
 src/kwsys/kwsys_stl_string.hxx.in                  |  123 -
 src/kwsys/testAutoPtr.cxx                          |  166 -
 src/kwsys/testCommandLineArguments.cxx             |  187 -
 src/kwsys/testCommandLineArguments1.cxx            |  108 -
 src/kwsys/testDynamicLoader.cxx                    |  129 -
 src/kwsys/testDynload.c                            |   22 -
 src/kwsys/testEncode.c                             |   76 -
 src/kwsys/testEncoding.cxx                         |  199 -
 src/kwsys/testFStream.cxx                          |  190 -
 src/kwsys/testFail.c                               |   35 -
 src/kwsys/testHashSTL.cxx                          |   75 -
 src/kwsys/testIOS.cxx                              |  167 -
 src/kwsys/testProcess.c                            |  548 --
 src/kwsys/testSharedForward.c.in                   |   36 -
 src/kwsys/testSystemInformation.cxx                |  118 -
 src/kwsys/testSystemTools.bin                      |  Bin 766 -> 0 bytes
 src/kwsys/testSystemTools.cxx                      |  650 ---
 src/kwsys/testSystemTools.h.in                     |   21 -
 src/kwsys/testTerminal.c                           |   31 -
 test/CMakeLists.txt                                |  211 +-
 test/cc-gnu.c                                      |   21 +-
 test/cc-msvc.c                                     |   19 +-
 ...14.result.txt => cmd.cc-gnu-bad-cmd.result.txt} |    0
 test/expect/cmd.cc-gnu-bad-cmd.stderr.txt          |    3 +
 test/expect/cmd.cc-gnu-c-E.stdout.txt              |    2 -
 ....result.txt => cmd.cc-gnu-c-bad-cmd.result.txt} |    0
 test/expect/cmd.cc-gnu-c-bad-cmd.stderr.txt        |    3 +
 test/expect/cmd.cc-gnu-c-src-c-E.stdout.txt        |    6 +
 ...tderr.txt => cmd.cc-gnu-c-src-c-cmd.stderr.txt} |    0
 test/expect/cmd.cc-gnu-c-std-c11.stderr.txt        |    1 +
 test/expect/cmd.cc-gnu-c-std-c89.stderr.txt        |    1 +
 test/expect/cmd.cc-gnu-c-std-c99.stderr.txt        |    1 +
 test/expect/cmd.cc-gnu-c-std-gnu11.stderr.txt      |    1 +
 test/expect/cmd.cc-gnu-c-std-gnu89.stderr.txt      |    1 +
 test/expect/cmd.cc-gnu-c-std-gnu99.stderr.txt      |    1 +
 test/expect/cmd.cc-gnu-cxx-E.stdout.txt            |    2 -
 ...ng.result.txt => cmd.cc-gnu-src-c-E.result.txt} |    0
 test/expect/cmd.cc-gnu-src-c-E.stderr.txt          |    1 +
 test/expect/cmd.cc-gnu-src-cxx-E.stdout.txt        |    7 +
 ...tderr.txt => cmd.cc-gnu-src-cxx-cmd.stderr.txt} |    0
 test/expect/cmd.cc-gnu-std-c++11.stderr.txt        |    1 +
 test/expect/cmd.cc-gnu-std-c++14.stderr.txt        |    1 +
 test/expect/cmd.cc-gnu-std-c++98.stderr.txt        |    1 +
 test/expect/cmd.cc-gnu-std-explicit.stderr.txt     |    1 +
 test/expect/cmd.cc-gnu-std-gnu++11.stderr.txt      |    1 +
 test/expect/cmd.cc-gnu-std-gnu++14.stderr.txt      |    1 +
 test/expect/cmd.cc-gnu-std-gnu++98.stderr.txt      |    1 +
 ...g.result.txt => cmd.cc-msvc-bad-cmd.result.txt} |    0
 test/expect/cmd.cc-msvc-bad-cmd.stderr.txt         |    3 +
 test/expect/cmd.cc-msvc-c-E.stdout.txt             |    2 -
 ...result.txt => cmd.cc-msvc-c-bad-cmd.result.txt} |    0
 test/expect/cmd.cc-msvc-c-bad-cmd.stderr.txt       |    3 +
 test/expect/cmd.cc-msvc-c-src-c-E.stdout.txt       |    6 +
 ...derr.txt => cmd.cc-msvc-c-src-c-cmd.stderr.txt} |    0
 test/expect/cmd.cc-msvc-c-std-c89.stderr.txt       |    1 +
 test/expect/cmd.cc-msvc-cxx-E.stdout.txt           |    2 -
 ...g.result.txt => cmd.cc-msvc-src-c-E.result.txt} |    0
 test/expect/cmd.cc-msvc-src-c-E.stderr.txt         |    1 +
 test/expect/cmd.cc-msvc-src-cxx-E.stdout.txt       |    7 +
 ...derr.txt => cmd.cc-msvc-src-cxx-cmd.stderr.txt} |    0
 test/expect/cmd.cc-msvc-std-c++11.stderr.txt       |    1 +
 test/expect/cmd.cc-msvc-std-c++14.stderr.txt       |    1 +
 test/expect/cmd.cc-msvc-std-c++98.stderr.txt       |    1 +
 test/expect/cmd.cc-msvc-std-explicit.stderr.txt    |    1 +
 test/expect/cmd.gccxml-and-c++14.stderr.txt        |    1 -
 test/expect/cmd.predefined-macros.stdout.txt.in    |    9 +
 ...g.result.txt => cmd.std-c++98-src-c.result.txt} |    0
 test/expect/cmd.std-c++98-src-c.stderr.txt         |    1 +
 ...g.result.txt => cmd.std-c89-src-cxx.result.txt} |    0
 test/expect/cmd.std-c89-src-cxx.stderr.txt         |    1 +
 ...s.xml.txt => gccxml.any.Class-annotate.xml.txt} |    4 +-
 test/expect/gccxml.any.Class-base-offset.xml.txt   |   11 +
 test/expect/gccxml.any.Class-base-typedef.xml.txt  |    2 +-
 ...ny.Class-implicit-member-access-mutable.xml.txt |    2 +-
 ...gccxml.any.Class-implicit-member-access.xml.txt |    2 +-
 ...cxml.any.Class-implicit-member-bad-base.xml.txt |    2 +-
 ...txt => gccxml.any.Constructor-annotate.xml.txt} |    4 +-
 ...lass.xml.txt => gccxml.any.Constructor.xml.txt} |    4 +-
 ...l.txt => gccxml.any.Converter-annotate.xml.txt} |    4 +-
 ...-Class.xml.txt => gccxml.any.Converter.xml.txt} |    4 +-
 ....txt => gccxml.any.Destructor-annotate.xml.txt} |   10 +-
 ...Class.xml.txt => gccxml.any.Destructor.xml.txt} |   10 +-
 .../expect/gccxml.any.Enumeration-annotate.xml.txt |    8 +
 ...s.xml.txt => gccxml.any.Field-annotate.xml.txt} |    4 +-
 ... gccxml.any.Function-Argument-Annotate.xml.txt} |    4 +-
 ...ml.txt => gccxml.any.Function-annotate.xml.txt} |    5 +-
 ...unction-calling-convention-ms-annotate.xml.txt} |   10 +-
 ....xml.txt => gccxml.any.Method-annotate.xml.txt} |    4 +-
 test/expect/gccxml.any.Method-overrides.xml.txt    |   38 +
 ...> gccxml.any.OperatorFunction-annotate.xml.txt} |    4 +-
 ... => gccxml.any.OperatorMethod-annotate.xml.txt} |    4 +-
 test/expect/gccxml.any.RValueReferenceType.xml.txt |    6 +-
 ...embers.xml.txt => gccxml.any.TypeAlias.xml.txt} |    0
 ...ml.txt => gccxml.any.TypeAliasTemplate.xml.txt} |    0
 ...xml.txt => gccxml.any.Typedef-annotate.xml.txt} |    4 +-
 ...ml.txt => gccxml.any.Variable-annotate.xml.txt} |    4 +-
 .../gccxml.any.invalid-decl-for-type.xml.txt       |   32 +
 .../gccxml.any.using-declaration-class.xml.txt     |    2 +-
 test/expect/gccxml.c++11.Class-bases.xml.txt       |    4 +-
 .../gccxml.c++11.Class-template-bases.xml.txt      |    4 +-
 ...es.xml.txt => gccxml.c++14.Class-bases.xml.txt} |    4 +-
 ...t => gccxml.c++14.Class-template-bases.xml.txt} |    4 +-
 test/expect/gccxml.c++98.Class-bases.xml.txt       |    4 +-
 .../gccxml.c++98.Class-template-bases.xml.txt      |    4 +-
 test/expect/gccxml.c++98.TypeAlias.stderr.txt      |    1 +
 .../gccxml.c++98.TypeAliasTemplate.stderr.txt      |    1 +
 test/expect/gccxml.c89.GNU-float128.xml.txt        |    2 +-
 test/input/Class-annotate.cxx                      |    1 +
 test/input/Class-base-offset.cxx                   |    4 +
 test/input/Constructor-annotate.cxx                |    3 +
 ...plicit-member-reference.cxx => Constructor.cxx} |    2 -
 test/input/Converter-annotate.cxx                  |    3 +
 test/input/Converter.cxx                           |    3 +
 test/input/Destructor-annotate.cxx                 |    3 +
 ...ss-implicit-member-array.cxx => Destructor.cxx} |    2 +-
 test/input/Enumeration-annotate.cxx                |    3 +
 test/input/Field-annotate.cxx                      |    3 +
 test/input/Function-Argument-annotate.cxx          |    1 +
 test/input/Function-annotate.cxx                   |    1 +
 .../Function-calling-convention-ms-annotate.cxx    |    4 +
 test/input/Method-annotate.cxx                     |    3 +
 test/input/Method-overrides.cxx                    |    6 +
 test/input/OperatorFunction-annotate.cxx           |    4 +
 test/input/OperatorMethod-annotate.cxx             |    3 +
 test/input/RValueReferenceType.cxx                 |    4 +-
 test/input/{Namespace-empty.cxx => TypeAlias.cxx}  |    2 +-
 test/input/TypeAliasTemplate.cxx                   |    4 +
 test/input/Typedef-annotate.cxx                    |    1 +
 test/input/Variable-annotate.cxx                   |    1 +
 test/input/invalid-decl-for-type.cxx               |    7 +
 test/run.cmake                                     |   17 +-
 207 files changed, 2338 insertions(+), 28007 deletions(-)
 copy share/castxml/{detect_vs.cpp => detect_vs.c} (93%)
 copy {test/input => share/castxml}/empty.c (100%)
 create mode 100644 src/kwsys/.gitattributes
 delete mode 100644 src/kwsys/Base64.c
 delete mode 100644 src/kwsys/Base64.h.in
 delete mode 100644 src/kwsys/CMakeEmptyInputFile.in
 create mode 100644 src/kwsys/CONTRIBUTING.rst
 delete mode 100644 src/kwsys/CPU.h.in
 delete mode 100644 src/kwsys/CTestConfig.cmake
 delete mode 100644 src/kwsys/CommandLineArguments.cxx
 delete mode 100644 src/kwsys/CommandLineArguments.hxx.in
 delete mode 100644 src/kwsys/Configure.hxx.in
 delete mode 100644 src/kwsys/Directory.cxx
 delete mode 100644 src/kwsys/Directory.hxx.in
 delete mode 100644 src/kwsys/DynamicLoader.cxx
 delete mode 100644 src/kwsys/DynamicLoader.hxx.in
 delete mode 100644 src/kwsys/Encoding.hxx.in
 delete mode 100644 src/kwsys/EncodingCXX.cxx
 delete mode 100644 src/kwsys/ExtraTest.cmake.in
 delete mode 100644 src/kwsys/FStream.cxx
 delete mode 100644 src/kwsys/FStream.hxx.in
 delete mode 100644 src/kwsys/FundamentalType.h.in
 delete mode 100644 src/kwsys/Glob.cxx
 delete mode 100644 src/kwsys/Glob.hxx.in
 delete mode 100644 src/kwsys/IOStream.cxx
 delete mode 100644 src/kwsys/IOStream.hxx.in
 delete mode 100644 src/kwsys/MD5.c
 delete mode 100644 src/kwsys/MD5.h.in
 delete mode 100644 src/kwsys/RegularExpression.cxx
 delete mode 100644 src/kwsys/RegularExpression.hxx.in
 delete mode 100644 src/kwsys/SharedForward.h.in
 delete mode 100644 src/kwsys/String.c
 delete mode 100644 src/kwsys/String.h.in
 delete mode 100644 src/kwsys/String.hxx.in
 delete mode 100644 src/kwsys/SystemInformation.cxx
 delete mode 100644 src/kwsys/SystemInformation.hxx.in
 delete mode 100644 src/kwsys/SystemTools.cxx
 delete mode 100644 src/kwsys/SystemTools.hxx.in
 delete mode 100644 src/kwsys/Terminal.c
 delete mode 100644 src/kwsys/Terminal.h.in
 delete mode 100644 src/kwsys/auto_ptr.hxx.in
 delete mode 100644 src/kwsys/hash_fun.hxx.in
 delete mode 100644 src/kwsys/hash_map.hxx.in
 delete mode 100644 src/kwsys/hash_set.hxx.in
 delete mode 100644 src/kwsys/hashtable.hxx.in
 delete mode 100755 src/kwsys/kwsysHeaderDump.pl
 delete mode 100644 src/kwsys/kwsys_cstddef.hxx.in
 delete mode 100644 src/kwsys/kwsys_ios_fstream.h.in
 delete mode 100644 src/kwsys/kwsys_ios_iosfwd.h.in
 delete mode 100644 src/kwsys/kwsys_ios_iostream.h.in
 delete mode 100644 src/kwsys/kwsys_ios_sstream.h.in
 delete mode 100644 src/kwsys/kwsys_stl.hxx.in
 delete mode 100644 src/kwsys/kwsys_stl_string.hxx.in
 delete mode 100644 src/kwsys/testAutoPtr.cxx
 delete mode 100644 src/kwsys/testCommandLineArguments.cxx
 delete mode 100644 src/kwsys/testCommandLineArguments1.cxx
 delete mode 100644 src/kwsys/testDynamicLoader.cxx
 delete mode 100644 src/kwsys/testDynload.c
 delete mode 100644 src/kwsys/testEncode.c
 delete mode 100644 src/kwsys/testEncoding.cxx
 delete mode 100644 src/kwsys/testFStream.cxx
 delete mode 100644 src/kwsys/testFail.c
 delete mode 100644 src/kwsys/testHashSTL.cxx
 delete mode 100644 src/kwsys/testIOS.cxx
 delete mode 100644 src/kwsys/testProcess.c
 delete mode 100644 src/kwsys/testSharedForward.c.in
 delete mode 100644 src/kwsys/testSystemInformation.cxx
 delete mode 100644 src/kwsys/testSystemTools.bin
 delete mode 100644 src/kwsys/testSystemTools.cxx
 delete mode 100644 src/kwsys/testSystemTools.h.in
 delete mode 100644 src/kwsys/testTerminal.c
 rename test/expect/{cmd.gccxml-and-c++14.result.txt => cmd.cc-gnu-bad-cmd.result.txt} (100%)
 create mode 100644 test/expect/cmd.cc-gnu-bad-cmd.stderr.txt
 delete mode 100644 test/expect/cmd.cc-gnu-c-E.stdout.txt
 copy test/expect/{cmd.cc-missing.result.txt => cmd.cc-gnu-c-bad-cmd.result.txt} (100%)
 create mode 100644 test/expect/cmd.cc-gnu-c-bad-cmd.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-c-src-c-E.stdout.txt
 rename test/expect/{cmd.cc-gnu-c-cmd.stderr.txt => cmd.cc-gnu-c-src-c-cmd.stderr.txt} (100%)
 create mode 100644 test/expect/cmd.cc-gnu-c-std-c11.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-c-std-c89.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-c-std-c99.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-c-std-gnu11.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-c-std-gnu89.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-c-std-gnu99.stderr.txt
 delete mode 100644 test/expect/cmd.cc-gnu-cxx-E.stdout.txt
 copy test/expect/{cmd.cc-missing.result.txt => cmd.cc-gnu-src-c-E.result.txt} (100%)
 create mode 100644 test/expect/cmd.cc-gnu-src-c-E.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-src-cxx-E.stdout.txt
 rename test/expect/{cmd.cc-gnu-cxx-cmd.stderr.txt => cmd.cc-gnu-src-cxx-cmd.stderr.txt} (100%)
 create mode 100644 test/expect/cmd.cc-gnu-std-c++11.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-std-c++14.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-std-c++98.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-std-explicit.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-std-gnu++11.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-std-gnu++14.stderr.txt
 create mode 100644 test/expect/cmd.cc-gnu-std-gnu++98.stderr.txt
 copy test/expect/{cmd.cc-missing.result.txt => cmd.cc-msvc-bad-cmd.result.txt} (100%)
 create mode 100644 test/expect/cmd.cc-msvc-bad-cmd.stderr.txt
 delete mode 100644 test/expect/cmd.cc-msvc-c-E.stdout.txt
 copy test/expect/{cmd.cc-missing.result.txt => cmd.cc-msvc-c-bad-cmd.result.txt} (100%)
 create mode 100644 test/expect/cmd.cc-msvc-c-bad-cmd.stderr.txt
 create mode 100644 test/expect/cmd.cc-msvc-c-src-c-E.stdout.txt
 rename test/expect/{cmd.cc-msvc-c-cmd.stderr.txt => cmd.cc-msvc-c-src-c-cmd.stderr.txt} (100%)
 create mode 100644 test/expect/cmd.cc-msvc-c-std-c89.stderr.txt
 delete mode 100644 test/expect/cmd.cc-msvc-cxx-E.stdout.txt
 copy test/expect/{cmd.cc-missing.result.txt => cmd.cc-msvc-src-c-E.result.txt} (100%)
 create mode 100644 test/expect/cmd.cc-msvc-src-c-E.stderr.txt
 create mode 100644 test/expect/cmd.cc-msvc-src-cxx-E.stdout.txt
 rename test/expect/{cmd.cc-msvc-cxx-cmd.stderr.txt => cmd.cc-msvc-src-cxx-cmd.stderr.txt} (100%)
 create mode 100644 test/expect/cmd.cc-msvc-std-c++11.stderr.txt
 create mode 100644 test/expect/cmd.cc-msvc-std-c++14.stderr.txt
 create mode 100644 test/expect/cmd.cc-msvc-std-c++98.stderr.txt
 create mode 100644 test/expect/cmd.cc-msvc-std-explicit.stderr.txt
 delete mode 100644 test/expect/cmd.gccxml-and-c++14.stderr.txt
 create mode 100644 test/expect/cmd.predefined-macros.stdout.txt.in
 copy test/expect/{cmd.cc-missing.result.txt => cmd.std-c++98-src-c.result.txt} (100%)
 create mode 100644 test/expect/cmd.std-c++98-src-c.stderr.txt
 copy test/expect/{cmd.cc-missing.result.txt => cmd.std-c89-src-cxx.result.txt} (100%)
 create mode 100644 test/expect/cmd.std-c89-src-cxx.stderr.txt
 copy test/expect/{gccxml.any.Class.xml.txt => gccxml.any.Class-annotate.xml.txt} (91%)
 create mode 100644 test/expect/gccxml.any.Class-base-offset.xml.txt
 copy test/expect/{gccxml.any.Class.xml.txt => gccxml.any.Constructor-annotate.xml.txt} (82%)
 copy test/expect/{gccxml.any.Class.xml.txt => gccxml.any.Constructor.xml.txt} (83%)
 copy test/expect/{gccxml.any.Variable-in-Class.xml.txt => gccxml.any.Converter-annotate.xml.txt} (84%)
 copy test/expect/{gccxml.any.Variable-in-Class.xml.txt => gccxml.any.Converter.xml.txt} (84%)
 copy test/expect/{gccxml.any.Class.xml.txt => gccxml.any.Destructor-annotate.xml.txt} (71%)
 copy test/expect/{gccxml.any.Class.xml.txt => gccxml.any.Destructor.xml.txt} (72%)
 create mode 100644 test/expect/gccxml.any.Enumeration-annotate.xml.txt
 copy test/expect/{gccxml.any.Variable-in-Class.xml.txt => gccxml.any.Field-annotate.xml.txt} (84%)
 copy test/expect/{gccxml.any.Function.xml.txt => gccxml.any.Function-Argument-Annotate.xml.txt} (67%)
 copy test/expect/{gccxml.any.Function-variadic.xml.txt => gccxml.any.Function-annotate.xml.txt} (71%)
 copy test/expect/{gccxml.any.Function-calling-convention-ms.xml.txt => gccxml.any.Function-calling-convention-ms-annotate.xml.txt} (86%)
 copy test/expect/{gccxml.any.Method.xml.txt => gccxml.any.Method-annotate.xml.txt} (88%)
 create mode 100644 test/expect/gccxml.any.Method-overrides.xml.txt
 copy test/expect/{gccxml.any.OperatorFunction.xml.txt => gccxml.any.OperatorFunction-annotate.xml.txt} (76%)
 copy test/expect/{gccxml.any.OperatorMethod.xml.txt => gccxml.any.OperatorMethod-annotate.xml.txt} (92%)
 copy test/expect/{gccxml.any.Namespace-Class-partial-template-members.xml.txt => gccxml.any.TypeAlias.xml.txt} (100%)
 copy test/expect/{gccxml.any.Namespace-Class-partial-template-members.xml.txt => gccxml.any.TypeAliasTemplate.xml.txt} (100%)
 copy test/expect/{gccxml.c89.FundamentalType.xml.txt => gccxml.any.Typedef-annotate.xml.txt} (63%)
 copy test/expect/{gccxml.any.Variable.xml.txt => gccxml.any.Variable-annotate.xml.txt} (60%)
 create mode 100644 test/expect/gccxml.any.invalid-decl-for-type.xml.txt
 copy test/expect/{gccxml.c++11.Class-bases.xml.txt => gccxml.c++14.Class-bases.xml.txt} (96%)
 copy test/expect/{gccxml.c++11.Class-template-bases.xml.txt => gccxml.c++14.Class-template-bases.xml.txt} (95%)
 create mode 100644 test/expect/gccxml.c++98.TypeAlias.stderr.txt
 create mode 100644 test/expect/gccxml.c++98.TypeAliasTemplate.stderr.txt
 create mode 100644 test/input/Class-annotate.cxx
 create mode 100644 test/input/Class-base-offset.cxx
 create mode 100644 test/input/Constructor-annotate.cxx
 copy test/input/{Class-implicit-member-reference.cxx => Constructor.cxx} (58%)
 create mode 100644 test/input/Converter-annotate.cxx
 create mode 100644 test/input/Converter.cxx
 create mode 100644 test/input/Destructor-annotate.cxx
 copy test/input/{Class-implicit-member-array.cxx => Destructor.cxx} (53%)
 create mode 100644 test/input/Enumeration-annotate.cxx
 create mode 100644 test/input/Field-annotate.cxx
 create mode 100644 test/input/Function-Argument-annotate.cxx
 create mode 100644 test/input/Function-annotate.cxx
 create mode 100644 test/input/Function-calling-convention-ms-annotate.cxx
 create mode 100644 test/input/Method-annotate.cxx
 create mode 100644 test/input/Method-overrides.cxx
 create mode 100644 test/input/OperatorFunction-annotate.cxx
 create mode 100644 test/input/OperatorMethod-annotate.cxx
 copy test/input/{Namespace-empty.cxx => TypeAlias.cxx} (50%)
 create mode 100644 test/input/TypeAliasTemplate.cxx
 create mode 100644 test/input/Typedef-annotate.cxx
 create mode 100644 test/input/Variable-annotate.cxx
 create mode 100644 test/input/invalid-decl-for-type.cxx
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/castxml.git
    
    
More information about the debian-med-commit
mailing list