[openhft-chronicle-bytes] 02/02: Merge tag 'upstream/1.1.15'
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Aug 2 07:50:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository openhft-chronicle-bytes.
commit a442ccaa14be3d6af10c26cd06da646ba2f1a3a3
Merge: 36d7bd2 c18c20a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Jul 31 14:48:47 2016 +0200
Merge tag 'upstream/1.1.15'
Upstream version 1.1.15
.gitignore | 29 +
LICENSE | 165 ++
README.md | 35 +
pom.xml | 178 ++
.../net/openhft/chronicle/bytes/AbstractBytes.java | 797 ++++++++
.../openhft/chronicle/bytes/AppendableUtil.java | 213 ++
.../chronicle/bytes/ByteStringAppender.java | 229 +++
.../openhft/chronicle/bytes/ByteStringParser.java | 192 ++
.../openhft/chronicle/bytes/ByteStringReader.java | 67 +
.../openhft/chronicle/bytes/ByteStringWriter.java | 87 +
.../java/net/openhft/chronicle/bytes/Byteable.java | 47 +
.../java/net/openhft/chronicle/bytes/Bytes.java | 423 ++++
.../net/openhft/chronicle/bytes/BytesInternal.java | 2117 ++++++++++++++++++++
.../openhft/chronicle/bytes/BytesMarshallable.java | 23 +
.../openhft/chronicle/bytes/BytesPrepender.java | 93 +
.../net/openhft/chronicle/bytes/BytesStore.java | 466 +++++
.../net/openhft/chronicle/bytes/BytesUtil.java | 132 ++
.../bytes/ConnectionDroppedException.java | 36 +
.../chronicle/bytes/ExpectedBytesStore.java | 268 +++
.../openhft/chronicle/bytes/HeapBytesStore.java | 376 ++++
.../chronicle/bytes/IORuntimeException.java | 32 +
.../net/openhft/chronicle/bytes/MappedBytes.java | 129 ++
.../openhft/chronicle/bytes/MappedBytesStore.java | 51 +
.../chronicle/bytes/MappedBytesStoreFactory.java | 10 +
.../net/openhft/chronicle/bytes/MappedFile.java | 271 +++
.../net/openhft/chronicle/bytes/NativeBytes.java | 180 ++
.../openhft/chronicle/bytes/NativeBytesStore.java | 629 ++++++
.../net/openhft/chronicle/bytes/NoBytesStore.java | 240 +++
.../openhft/chronicle/bytes/PointerBytesStore.java | 49 +
.../net/openhft/chronicle/bytes/RandomCommon.java | 161 ++
.../openhft/chronicle/bytes/RandomDataInput.java | 554 +++++
.../openhft/chronicle/bytes/RandomDataOutput.java | 333 +++
.../chronicle/bytes/ReadBytesMarshallable.java | 30 +
.../openhft/chronicle/bytes/StopCharTester.java | 45 +
.../openhft/chronicle/bytes/StopCharTesters.java | 59 +
.../openhft/chronicle/bytes/StopCharsTester.java | 46 +
.../openhft/chronicle/bytes/StreamingCommon.java | 30 +
.../chronicle/bytes/StreamingDataInput.java | 260 +++
.../chronicle/bytes/StreamingDataOutput.java | 267 +++
.../chronicle/bytes/StreamingInputStream.java | 74 +
.../chronicle/bytes/StreamingOutputStream.java | 52 +
.../java/net/openhft/chronicle/bytes/SubBytes.java | 46 +
.../bytes/UTFDataFormatRuntimeException.java | 25 +
.../openhft/chronicle/bytes/UncheckedBytes.java | 166 ++
.../chronicle/bytes/UncheckedNativeBytes.java | 770 +++++++
.../net/openhft/chronicle/bytes/VanillaBytes.java | 276 +++
.../chronicle/bytes/WriteBytesMarshallable.java | 30 +
.../chronicle/bytes/algo/BytesStoreHash.java | 56 +
.../bytes/algo/OptimisedBytesStoreHash.java | 275 +++
.../bytes/algo/VanillaBytesStoreHash.java | 115 ++
.../openhft/chronicle/bytes/util/Compression.java | 109 +
.../openhft/chronicle/bytes/util/Compressions.java | 112 ++
.../bytes/util/EscapingStopCharTester.java | 44 +
.../bytes/util/EscapingStopCharsTester.java | 42 +
.../chronicle/bytes/util/StringInternerBytes.java | 50 +
.../chronicle/bytes/util/UTF8StringInterner.java | 56 +
.../chronicle/bytes/AllocationRatesTest.java | 84 +
.../net/openhft/chronicle/bytes/ByteStoreTest.java | 534 +++++
.../chronicle/bytes/ByteStringAppenderTest.java | 147 ++
.../chronicle/bytes/ByteStringParserTest.java | 201 ++
.../openhft/chronicle/bytes/BytesInternalTest.java | 44 +
.../net/openhft/chronicle/bytes/BytesTest.java | 248 +++
.../openhft/chronicle/bytes/MappedFileTest.java | 91 +
.../openhft/chronicle/bytes/MappedMemoryTest.java | 143 ++
.../chronicle/bytes/NativeBytesStoreTest.java | 48 +
.../openhft/chronicle/bytes/NativeBytesTest.java | 63 +
.../chronicle/bytes/PointerBytesStoreTest.java | 34 +
.../net/openhft/chronicle/bytes/PrintVdsoMain.java | 53 +
.../bytes/algo/OptimisedBytesStoreHashTest.java | 201 ++
.../net/openhft/chronicle/bytes/util/LZWTest.java | 54 +
.../bytes/util/StringInternerBytesTest.java | 38 +
71 files changed, 13630 insertions(+)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openhft-chronicle-bytes.git
More information about the pkg-java-commits
mailing list