Import original source of Sereal-Encoder 0.31
authorAlexandre Mestiashvili <alex@biotec.tu-dresden.de>
Wed, 20 Feb 2013 07:29:14 +0000 (08:29 +0100)
committerAlexandre Mestiashvili <alex@biotec.tu-dresden.de>
Wed, 20 Feb 2013 07:29:14 +0000 (08:29 +0100)
commit1db89e384a0c531aefee36fdd9f8cd45295a4391
treecaaaae1e46ed8e71ac4b619048503669d7d56fd8
Import original source of Sereal-Encoder 0.31
45 files changed:
Changes [new file with mode: 0644]
Encoder.xs [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
author_tools/bench.pl [new file with mode: 0644]
author_tools/hobodecoder.pl [new file with mode: 0644]
author_tools/numeric_str_length.c [new file with mode: 0644]
author_tools/stringify_test.c [new file with mode: 0644]
author_tools/update_from_header.pl [new file with mode: 0644]
author_tools/valgrind.supp [new file with mode: 0644]
const-c.inc [new file with mode: 0644]
const-xs.inc [new file with mode: 0644]
inc/Devel/CheckLib.pm [new file with mode: 0644]
inc/Sereal/BuildTools.pm [new file with mode: 0644]
lib/Sereal/Encoder.pm [new file with mode: 0644]
lib/Sereal/Encoder/Constants.pm [new file with mode: 0644]
ppport.h [new file with mode: 0644]
ptable.h [new file with mode: 0644]
snappy/csnappy.h [new file with mode: 0644]
snappy/csnappy_compress.c [new file with mode: 0644]
snappy/csnappy_decompress.c [new file with mode: 0644]
snappy/csnappy_internal.h [new file with mode: 0644]
snappy/csnappy_internal_userspace.h [new file with mode: 0644]
srl_buffer.h [new file with mode: 0644]
srl_common.h [new file with mode: 0644]
srl_encoder.c [new file with mode: 0644]
srl_encoder.h [new file with mode: 0644]
srl_inline.h [new file with mode: 0644]
srl_protocol.h [new file with mode: 0644]
t/001_load.t [new file with mode: 0644]
t/002_constants.t [new file with mode: 0644]
t/003_ptable.t [new file with mode: 0644]
t/010_desperate.t [new file with mode: 0644]
t/020_sort_keys.t [new file with mode: 0644]
t/100_roundtrip.t [new file with mode: 0644]
t/160_recursion.t [new file with mode: 0644]
t/200_bulk.t [new file with mode: 0644]
t/300_fail.t [new file with mode: 0644]
t/400_evil.t [new file with mode: 0644]
t/800_threads.t [new file with mode: 0644]
t/data/corpus [new file with mode: 0644]
t/lib/Sereal/BulkTest.pm [new file with mode: 0644]
t/lib/Sereal/TestSet.pm [new file with mode: 0644]
typemap [new file with mode: 0644]