This is an automated email from the git hooks/post-receive script.

grinorcole-guest pushed a commit to branch master
in repository libdata-messagepack-perl.

commit 4e760befcb8669d62851779285b08cdd15fa439c
Merge: 6e240a0 637dd18
Author: Christopher Hoskin <christopher.hos...@gmail.com>
Date:   Fri Sep 16 19:59:25 2016 +0100

    Updated version 1.00 from 'upstream/1.00'
    
    with Debian dir aa0e1cb82a5648787a0f759ad9e1b54a2985fba4

 .gitignore                                        |   1 -
 .gitmodules                                       |   6 +-
 .travis.yml                                       |   9 +
 Changes                                           |  27 +-
 MANIFEST                                          | 121 ++-
 META.yml                                          |   6 +-
 Makefile.PL                                       |  36 +-
 include/msgpack.h                                 |  24 +
 include/msgpack/pack.h                            | 147 ++++
 include/msgpack/pack_define.h                     |  18 +-
 include/msgpack/pack_template.h                   | 876 +++++++++++++---------
 include/msgpack/predef.h                          |  19 +
 include/msgpack/predef/architecture.h             |  30 +
 include/msgpack/predef/architecture/alpha.h       |  60 ++
 include/msgpack/predef/architecture/arm.h         |  71 ++
 include/msgpack/predef/architecture/blackfin.h    |  47 ++
 include/msgpack/predef/architecture/convex.h      |  67 ++
 include/msgpack/predef/architecture/ia64.h        |  49 ++
 include/msgpack/predef/architecture/m68k.h        |  83 ++
 include/msgpack/predef/architecture/mips.h        |  74 ++
 include/msgpack/predef/architecture/parisc.h      |  65 ++
 include/msgpack/predef/architecture/ppc.h         |  73 ++
 include/msgpack/predef/architecture/pyramid.h     |  43 ++
 include/msgpack/predef/architecture/rs6k.h        |  56 ++
 include/msgpack/predef/architecture/sparc.h       |  55 ++
 include/msgpack/predef/architecture/superh.h      |  68 ++
 include/msgpack/predef/architecture/sys370.h      |  44 ++
 include/msgpack/predef/architecture/sys390.h      |  44 ++
 include/msgpack/predef/architecture/x86.h         |  38 +
 include/msgpack/predef/architecture/x86/32.h      |  87 +++
 include/msgpack/predef/architecture/x86/64.h      |  50 ++
 include/msgpack/predef/architecture/z.h           |  43 ++
 include/msgpack/predef/compiler.h                 |  41 +
 include/msgpack/predef/compiler/borland.h         |  64 ++
 include/msgpack/predef/compiler/clang.h           |  57 ++
 include/msgpack/predef/compiler/comeau.h          |  62 ++
 include/msgpack/predef/compiler/compaq.h          |  67 ++
 include/msgpack/predef/compiler/diab.h            |  57 ++
 include/msgpack/predef/compiler/digitalmars.h     |  57 ++
 include/msgpack/predef/compiler/dignus.h          |  57 ++
 include/msgpack/predef/compiler/edg.h             |  57 ++
 include/msgpack/predef/compiler/ekopath.h         |  58 ++
 include/msgpack/predef/compiler/gcc.h             |  69 ++
 include/msgpack/predef/compiler/gcc_xml.h         |  53 ++
 include/msgpack/predef/compiler/greenhills.h      |  67 ++
 include/msgpack/predef/compiler/hp_acc.h          |  62 ++
 include/msgpack/predef/compiler/iar.h             |  57 ++
 include/msgpack/predef/compiler/ibm.h             |  73 ++
 include/msgpack/predef/compiler/intel.h           |  66 ++
 include/msgpack/predef/compiler/kai.h             |  57 ++
 include/msgpack/predef/compiler/llvm.h            |  58 ++
 include/msgpack/predef/compiler/metaware.h        |  54 ++
 include/msgpack/predef/compiler/metrowerks.h      |  78 ++
 include/msgpack/predef/compiler/microtec.h        |  54 ++
 include/msgpack/predef/compiler/mpw.h             |  64 ++
 include/msgpack/predef/compiler/palm.h            |  57 ++
 include/msgpack/predef/compiler/pgi.h             |  61 ++
 include/msgpack/predef/compiler/sgi_mipspro.h     |  67 ++
 include/msgpack/predef/compiler/sunpro.h          |  67 ++
 include/msgpack/predef/compiler/tendra.h          |  54 ++
 include/msgpack/predef/compiler/visualc.h         |  92 +++
 include/msgpack/predef/compiler/watcom.h          |  57 ++
 include/msgpack/predef/detail/_cassert.h          |  17 +
 include/msgpack/predef/detail/_exception.h        |  15 +
 include/msgpack/predef/detail/comp_detected.h     |  10 +
 include/msgpack/predef/detail/endian_compat.h     |  26 +
 include/msgpack/predef/detail/os_detected.h       |  10 +
 include/msgpack/predef/detail/platform_detected.h |  10 +
 include/msgpack/predef/detail/test.h              |  17 +
 include/msgpack/predef/language.h                 |  15 +
 include/msgpack/predef/language/objc.h            |  43 ++
 include/msgpack/predef/language/stdc.h            |  54 ++
 include/msgpack/predef/language/stdcpp.h          | 124 +++
 include/msgpack/predef/library.h                  |  14 +
 include/msgpack/predef/library/c.h                |  18 +
 include/msgpack/predef/library/c/_prefix.h        |  13 +
 include/msgpack/predef/library/c/gnu.h            |  62 ++
 include/msgpack/predef/library/c/uc.h             |  48 ++
 include/msgpack/predef/library/c/vms.h            |  48 ++
 include/msgpack/predef/library/c/zos.h            |  57 ++
 include/msgpack/predef/library/std.h              |  23 +
 include/msgpack/predef/library/std/_prefix.h      |  23 +
 include/msgpack/predef/library/std/cxx.h          |  47 ++
 include/msgpack/predef/library/std/dinkumware.h   |  53 ++
 include/msgpack/predef/library/std/libcomo.h      |  48 ++
 include/msgpack/predef/library/std/modena.h       |  46 ++
 include/msgpack/predef/library/std/msl.h          |  54 ++
 include/msgpack/predef/library/std/roguewave.h    |  57 ++
 include/msgpack/predef/library/std/sgi.h          |  52 ++
 include/msgpack/predef/library/std/stdcpp3.h      |  54 ++
 include/msgpack/predef/library/std/stlport.h      |  60 ++
 include/msgpack/predef/library/std/vacpp.h        |  45 ++
 include/msgpack/predef/make.h                     |  89 +++
 include/msgpack/predef/os.h                       |  31 +
 include/msgpack/predef/os/aix.h                   |  67 ++
 include/msgpack/predef/os/amigaos.h               |  47 ++
 include/msgpack/predef/os/android.h               |  46 ++
 include/msgpack/predef/os/beos.h                  |  46 ++
 include/msgpack/predef/os/bsd.h                   |  95 +++
 include/msgpack/predef/os/bsd/bsdi.h              |  48 ++
 include/msgpack/predef/os/bsd/dragonfly.h         |  50 ++
 include/msgpack/predef/os/bsd/free.h              |  60 ++
 include/msgpack/predef/os/bsd/net.h               |  84 +++
 include/msgpack/predef/os/bsd/open.h              | 171 +++++
 include/msgpack/predef/os/cygwin.h                |  46 ++
 include/msgpack/predef/os/haiku.h                 |  47 ++
 include/msgpack/predef/os/hpux.h                  |  48 ++
 include/msgpack/predef/os/ios.h                   |  51 ++
 include/msgpack/predef/os/irix.h                  |  47 ++
 include/msgpack/predef/os/linux.h                 |  47 ++
 include/msgpack/predef/os/macos.h                 |  66 ++
 include/msgpack/predef/os/os400.h                 |  46 ++
 include/msgpack/predef/os/qnxnto.h                |  60 ++
 include/msgpack/predef/os/solaris.h               |  47 ++
 include/msgpack/predef/os/unix.h                  |  76 ++
 include/msgpack/predef/os/vms.h                   |  53 ++
 include/msgpack/predef/os/windows.h               |  51 ++
 include/msgpack/predef/other.h                    |  14 +
 include/msgpack/predef/other/endian.h             | 205 +++++
 include/msgpack/predef/platform.h                 |  19 +
 include/msgpack/predef/platform/mingw.h           |  70 ++
 include/msgpack/predef/platform/windows_desktop.h |  44 ++
 include/msgpack/predef/platform/windows_phone.h   |  42 ++
 include/msgpack/predef/platform/windows_runtime.h |  44 ++
 include/msgpack/predef/platform/windows_store.h   |  42 ++
 include/msgpack/predef/version.h                  |  15 +
 include/msgpack/predef/version_number.h           |  54 ++
 include/msgpack/sysdep.h                          | 286 ++++---
 include/msgpack/unpack.h                          | 270 +++++++
 include/msgpack/unpack_define.h                   | 108 ++-
 include/msgpack/unpack_template.h                 | 681 +++++++++--------
 lib/Data/MessagePack.pm                           |   4 +-
 lib/Data/MessagePack/PP.pm                        |  93 ++-
 t/01_pack.t                                       |  51 +-
 t/05_preferred_int.t                              |  57 +-
 t/09_stddata.t                                    |  30 +-
 t/data.pl                                         |   8 +
 t/std/cases.json                                  |   1 -
 xs-src/pack.c                                     |  37 +-
 xs-src/unpack.c                                   |  27 +-
 140 files changed, 8165 insertions(+), 1000 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdata-messagepack-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to