[med-svn] [castxml] branch master updated (ee4c0e5 -> e51a001)
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Apr 14 11:42:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a change to branch master
in repository castxml.
from ee4c0e5 remove first empty line
new 2211942 Imported Upstream version 0.1+git20160412
new e64f62f Merge tag 'upstream/0.1+git20160412'
new 58004d9 remove patch 5cfe.. since it is now applied upstream
new be57bbe Update changelog
new 9257780 Update standards version
new 479d962 Add patch 0002 to remove license file from install.
new e51a001 Update changelog for upload
The 7 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:
debian/changelog | 10 ++
debian/control | 2 +-
.../patches/0002-dont-install-license-file.patch | 10 ++
debian/patches/series | 2 +-
doc/manual/castxml.1.rst | 7 +-
src/Output.cxx | 118 +++++++++++++++++++--
src/RunClang.cxx | 58 +++++++---
src/Version.cmake | 2 +-
test/CMakeLists.txt | 34 ++++++
....txt => cmd.cc-gnu-c-tgt-i386-opt-E.stdout.txt} | 4 +-
...ut.txt => cmd.cc-gnu-tgt-i386-opt-E.stdout.txt} | 5 +-
test/expect/cmd.gccxml-and-c11.stderr.txt | 1 -
test/expect/cmd.gccxml-and-c99.result.txt | 1 -
test/expect/cmd.gccxml-and-c99.stderr.txt | 1 -
...y.Class-implicit-member-const-aggregate.xml.txt | 15 +++
...gccxml.any.Class-member-template-access.xml.txt | 29 +++++
.../gccxml.any.Class-template-recurse.xml.txt | 18 ++++
...cxml.any.Function-Argument-default-cast.xml.txt | 48 +++++++++
...gccxml.any.Function-Argument-default-ns.xml.txt | 17 +++
...ccxml.any.Method-Argument-default-cast.xml.txt} | 21 ++--
.../gccxml.any.Method-Argument-default.xml.txt | 23 ++++
test/expect/gccxml.any.Variable-init-cast.xml.txt | 10 ++
test/expect/gccxml.any.Variable-init-ns.xml.txt | 10 ++
...to.xml.txt => gccxml.c.FunctionNoProto.xml.txt} | 0
...pe.xml.txt => gccxml.c.FundamentalType.xml.txt} | 0
...l.txt => gccxml.c.GNU-float128-nostart.xml.txt} | 0
...at128.xml.txt => gccxml.c.GNU-float128.xml.txt} | 0
...ck.xml.txt => gccxml.c.GNU-va_arg_pack.xml.txt} | 0
...l.txt => gccxml.c.Typedef-called-class.xml.txt} | 0
...-c11.result.txt => gccxml.c.invalid.result.txt} | 0
...alid.stderr.txt => gccxml.c.invalid.stderr.txt} | 0
test/expect/gccxml.c89.invalid.result.txt | 1 -
.../Class-implicit-member-const-aggregate.cxx | 3 +
test/input/Class-member-template-access.cxx | 4 +
test/input/Class-template-recurse.cxx | 11 ++
test/input/Function-Argument-default-cast.cxx | 13 +++
test/input/Function-Argument-default-ns.cxx | 5 +
test/input/Method-Argument-default-cast.cxx | 8 ++
test/input/Method-Argument-default.cxx | 4 +
test/input/Variable-init-cast.cxx | 5 +
test/input/Variable-init-ns.cxx | 4 +
test/run.cmake | 2 +-
42 files changed, 458 insertions(+), 48 deletions(-)
create mode 100644 debian/patches/0002-dont-install-license-file.patch
copy test/expect/{cmd.cc-gnu-src-cxx-E.stdout.txt => cmd.cc-gnu-c-tgt-i386-opt-E.stdout.txt} (79%)
copy test/expect/{cmd.cc-gnu-src-cxx-E.stdout.txt => cmd.cc-gnu-tgt-i386-opt-E.stdout.txt} (73%)
delete mode 100644 test/expect/cmd.gccxml-and-c11.stderr.txt
delete mode 100644 test/expect/cmd.gccxml-and-c99.result.txt
delete mode 100644 test/expect/cmd.gccxml-and-c99.stderr.txt
create mode 100644 test/expect/gccxml.any.Class-implicit-member-const-aggregate.xml.txt
create mode 100644 test/expect/gccxml.any.Class-member-template-access.xml.txt
create mode 100644 test/expect/gccxml.any.Class-template-recurse.xml.txt
create mode 100644 test/expect/gccxml.any.Function-Argument-default-cast.xml.txt
create mode 100644 test/expect/gccxml.any.Function-Argument-default-ns.xml.txt
copy test/expect/{gccxml.any.Field.xml.txt => gccxml.any.Method-Argument-default-cast.xml.txt} (51%)
create mode 100644 test/expect/gccxml.any.Method-Argument-default.xml.txt
create mode 100644 test/expect/gccxml.any.Variable-init-cast.xml.txt
create mode 100644 test/expect/gccxml.any.Variable-init-ns.xml.txt
rename test/expect/{gccxml.c89.FunctionNoProto.xml.txt => gccxml.c.FunctionNoProto.xml.txt} (100%)
rename test/expect/{gccxml.c89.FundamentalType.xml.txt => gccxml.c.FundamentalType.xml.txt} (100%)
rename test/expect/{gccxml.c89.GNU-float128-nostart.xml.txt => gccxml.c.GNU-float128-nostart.xml.txt} (100%)
rename test/expect/{gccxml.c89.GNU-float128.xml.txt => gccxml.c.GNU-float128.xml.txt} (100%)
rename test/expect/{gccxml.c89.GNU-va_arg_pack.xml.txt => gccxml.c.GNU-va_arg_pack.xml.txt} (100%)
rename test/expect/{gccxml.c89.Typedef-called-class.xml.txt => gccxml.c.Typedef-called-class.xml.txt} (100%)
rename test/expect/{cmd.gccxml-and-c11.result.txt => gccxml.c.invalid.result.txt} (100%)
rename test/expect/{gccxml.c89.invalid.stderr.txt => gccxml.c.invalid.stderr.txt} (100%)
delete mode 100644 test/expect/gccxml.c89.invalid.result.txt
create mode 100644 test/input/Class-implicit-member-const-aggregate.cxx
create mode 100644 test/input/Class-member-template-access.cxx
create mode 100644 test/input/Class-template-recurse.cxx
create mode 100644 test/input/Function-Argument-default-cast.cxx
create mode 100644 test/input/Function-Argument-default-ns.cxx
create mode 100644 test/input/Method-Argument-default-cast.cxx
create mode 100644 test/input/Method-Argument-default.cxx
create mode 100644 test/input/Variable-init-cast.cxx
create mode 100644 test/input/Variable-init-ns.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