[libsereal-encoder-perl] branch master updated (33dfa25 -> c60a3c9)

Alex Mestiashvili malex-guest at moszumanska.debian.org
Fri Jan 10 12:43:21 UTC 2014


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

malex-guest pushed a change to branch master
in repository libsereal-encoder-perl.

      from  33dfa25    d/changelog: new upstream version 0.37
      adds  450feee   Imported Upstream version 2.03
       new  1470e43   Merge tag 'upstream/2.03'
       new  c5699d9   d/changelog: imported new upstream version 2.03 d/control: bumped Standards-Version to 3.9.5 d/copyright: updated Copyright years to 2014
       new  c60a3c9   UNRELEASED->unstable

The 3 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:
 Changes                                   |  51 ++
 Encoder.xs                                |  59 ++-
 MANIFEST                                  |   5 +
 META.json                                 |   3 +-
 META.yml                                  |   3 +-
 Makefile.PL                               |   1 +
 author_tools/bench.pl                     |  11 +-
 author_tools/freeze_thaw_timing.pl        |  86 +++
 author_tools/hobodecoder.pl               | 148 ++++--
 const-c.inc                               | 130 +++--
 debian/changelog                          |   6 +
 debian/control                            |   2 +-
 debian/copyright                          |  10 +-
 inc/Sereal/BuildTools.pm                  |   2 +-
 lib/Sereal/Encoder.pm                     | 155 +++++-
 lib/Sereal/Encoder/Constants.pm           |   4 +
 ptable.h                                  |  77 ++-
 snappy/csnappy_compress.c                 |   6 +-
 snappy/csnappy_internal_userspace.h       |   2 +-
 srl_buffer.h                              | 158 ++++--
 srl_buffer_types.h                        |  11 +
 srl_encoder.c                             | 429 ++++++++++-----
 srl_encoder.h                             |  34 +-
 srl_protocol.h                            |  33 +-
 t/010_desperate.t                         |   3 +-
 t/100_roundtrip.t                         |   2 +-
 t/{100_roundtrip.t => 101_roundtrip_v1.t} |   2 +-
 t/120_hdr_data.t                          |  41 ++
 t/130_freezethaw.t                        | 132 +++++
 t/300_fail.t                              |   6 +-
 t/lib/Sereal/TestSet.pm                   | 832 ++++++++++++++++--------------
 31 files changed, 1725 insertions(+), 719 deletions(-)
 create mode 100644 author_tools/freeze_thaw_timing.pl
 create mode 100644 srl_buffer_types.h
 copy t/{100_roundtrip.t => 101_roundtrip_v1.t} (93%)
 create mode 100644 t/120_hdr_data.t
 create mode 100644 t/130_freezethaw.t

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



More information about the Pkg-perl-cvs-commits mailing list