[libextutils-xspp-perl] branch master updated (73e510a -> 33b3a93)
Florian Schlichting
fsfs at alioth.debian.org
Fri Sep 20 22:43:05 UTC 2013
This is an automated email from the git hooks/post-receive script.
fsfs pushed a change to branch master
in repository libextutils-xspp-perl.
from 73e510a prepare changelog for release
adds 8c11450 Imported Upstream version 0.1800
new e418830 Merge tag 'upstream/0.1800'
new 90f25b1 Import Upstream version 0.1800
new 20849d6 Bump dependency on ExtUtils::ParseXS to 3.07
new 33b3a93 prepare changelog for release
The 4 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:
Build.PL | 3 +-
Changes | 14 +
MANIFEST | 11 +-
META.json | 19 +-
META.yml | 16 +-
XSP.yp | 96 +-
debian/changelog | 9 +
debian/control | 4 +-
examples/Object-WithIntAndString/Makefile.PL | 2 +-
.../Object-WithIntAndString.xsp | 3 +
.../Object-WithIntAndString/WithIntAndString.xs | 2 +-
examples/Object-WithIntAndString/perlobject.map | 106 -
examples/Object-WithIntAndString/typemap | 3 -
examples/Object-WithIntAndString/typemap.xsp | 3 -
examples/XSpp-Example/Build.PL | 2 +-
examples/XSpp-Example/src/myinit.h | 12 -
examples/XSpp-Example/t/01basic.t | 18 +-
examples/XSpp-Example/xsp/Dog.xsp | 5 +-
examples/XSpp-Example/xsp/mytype.map | 14 -
examples/XSpp-Example/xsp/typemap.xsp | 3 +
lib/ExtUtils/XSpp.pm | 2 +-
lib/ExtUtils/XSpp.pod | 134 +-
lib/ExtUtils/XSpp/Driver.pm | 32 +-
lib/ExtUtils/XSpp/Grammar.pm | 3264 +++++++++++---------
lib/ExtUtils/XSpp/Lexer.pm | 156 +-
lib/ExtUtils/XSpp/Node/Argument.pm | 13 +
lib/ExtUtils/XSpp/Node/Class.pm | 45 +
lib/ExtUtils/XSpp/Node/Constructor.pm | 14 +
lib/ExtUtils/XSpp/Node/File.pm | 4 +-
lib/ExtUtils/XSpp/Node/Function.pm | 100 +-
lib/ExtUtils/XSpp/Node/Member.pm | 234 ++
lib/ExtUtils/XSpp/Node/PercAny.pm | 4 +-
lib/ExtUtils/XSpp/Parser.pm | 107 +-
lib/ExtUtils/XSpp/Plugin.pod | 38 +-
.../XSpp/Plugin/feature/default_xs_typemap.pm | 13 +
lib/ExtUtils/XSpp/Typemap.pm | 142 +-
lib/ExtUtils/XSpp/Typemap/parsed.pm | 17 +
lib/ExtUtils/XSpp/Typemap/reference.pm | 9 +
lib/ExtUtils/XSpp/Typemap/simple.pm | 11 +
lib/ExtUtils/XSpp/Typemap/wrapper.pm | 24 +
t/005_io.t | 9 +-
t/010_base.t | 54 +-
t/011_multiple_files.t | 10 +-
t/012_preprocessor.t | 12 +-
t/013_typemap_output.t | 181 ++
t/015_reference.t | 4 +-
t/020_rename.t | 24 +-
t/022_static.t | 2 +-
t/022_virtual.t | 6 +-
t/023_base_classes.t | 4 +-
t/024_enum.t | 4 +-
t/025_member.t | 246 ++
t/030_code_blocks.t | 12 +-
t/031_verbatim_blocks.t | 4 +-
t/035_include.t | 2 +-
t/040_plugin.t | 4 +-
t/043_parser_plugins.t | 88 +-
t/075_types.t | 10 +-
t/080_complex_typemap.t | 12 +-
t/090_exceptions.t | 18 +-
t/lib/ExtUtils/XSpp/Plugin/TestArgumentPlugin.pm | 70 +
t/lib/ExtUtils/XSpp/Plugin/TestNewNodesPlugin.pm | 47 +
t/lib/ExtUtils/XSpp/Plugin/TestParserPlugin.pm | 8 +-
t/lib/XSP/Test.pm | 24 +-
64 files changed, 3640 insertions(+), 1923 deletions(-)
delete mode 100644 examples/Object-WithIntAndString/perlobject.map
delete mode 100644 examples/Object-WithIntAndString/typemap
delete mode 100644 examples/Object-WithIntAndString/typemap.xsp
delete mode 100644 examples/XSpp-Example/src/myinit.h
create mode 100644 lib/ExtUtils/XSpp/Node/Member.pm
create mode 100644 lib/ExtUtils/XSpp/Plugin/feature/default_xs_typemap.pm
create mode 100644 lib/ExtUtils/XSpp/Typemap/wrapper.pm
create mode 100644 t/013_typemap_output.t
create mode 100644 t/025_member.t
create mode 100644 t/lib/ExtUtils/XSpp/Plugin/TestArgumentPlugin.pm
create mode 100644 t/lib/ExtUtils/XSpp/Plugin/TestNewNodesPlugin.pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libextutils-xspp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list