952 Commits

Author SHA1 Message Date
Taro L. Saito
187f749fb1 Add release notes for 1.1.2.5 2016-06-02 10:37:53 -07:00
Taro L. Saito
1f54055894 Merge pull request #143 from xerial/fix-header-check
#142: Fix reading stream that happens to have MAGIC_HEADER[0]
2016-06-02 10:35:07 -07:00
Taro L. Saito
60cc0c2e1d #142: Fix reading stream that happens to have MAGIC_HEADER[0] 2016-06-02 10:27:20 -07:00
Takeshi YAMAMURO
3a8e8c8f77 Update README.md for showing how to enable SSE2/AVX2 2016-04-14 14:04:09 +09:00
Takeshi YAMAMURO
d39b23f35b Update Makefile to support SSE2 only in linux/x86_64 2016-04-14 14:03:46 +09:00
Takeshi YAMAMURO
eeb5a811b4 Fix bugs to load a native binary in SnappyLoader 2016-04-02 23:57:09 +09:00
Takeshi YAMAMURO
f94765b939 Revert the changes of native binaries 2016-04-02 15:10:54 +09:00
Takeshi YAMAMURO
7a96d1fee9 Remove the TODO comment in SnappyLoader 2016-04-02 15:03:32 +09:00
Takeshi YAMAMURO
ba55390f79 Put the bitshuffle version in resources/.../VERSION 2016-04-01 10:08:48 +09:00
Takeshi YAMAMURO
6a894340fc Upgrade bitshuffle to stable version 2016-04-01 10:00:36 +09:00
Takeshi YAMAMURO
f9520f9d19 Separate a source file for BitShuffleNative 2016-04-01 09:58:22 +09:00
Takeshi YAMAMURO
4fbfa72ebd Add a macro to turn sse2/avx2 on/off in Makefile 2016-04-01 09:58:05 +09:00
Takeshi YAMAMURO
f89a30c741 Add more tests for BitShuffle 2016-04-01 09:58:05 +09:00
Takeshi YAMAMURO
695af1b189 Fix Makefile to generate a platform-independent binary 2016-04-01 09:58:05 +09:00
Takeshi YAMAMURO
0df5e90422 Add BitShuffleNative for the JNI interfaces of bitshuffle 2016-04-01 09:57:38 +09:00
Takeshi YAMAMURO
b695e378b1 Put bitshuffle functions in a new class file 2016-04-01 09:53:24 +09:00
Takeshi YAMAMURO
87c11d9034 Update executable binaries for mac environments 2016-04-01 09:53:24 +09:00
Takeshi YAMAMURO
99b297cfcd Implement bit-shuffling interfaces to improve LZ performance 2016-04-01 09:53:10 +09:00
Taro L. Saito
8c04209b55 Use google/snappy GitHub as the default download source 2016-03-30 22:49:43 -07:00
Taro L. Saito
738d88a86d merge 2016-03-30 20:55:21 -07:00
Taro L. Saito
00f53c49e4 Use non-JNI method for read(byte[]) 2016-03-30 20:54:21 -07:00
Taro L. Saito
29bfc49473 Use System.arraycopy for write(byte[]) apache/spark#12074 2016-03-30 20:53:53 -07:00
Taro L. Saito
3a183de4f0 Add release note for 1.1.2.4 2016-03-30 20:52:10 -07:00
Taro L. Saito
7d384a6fd6 Update sbt version 2016-03-30 18:15:41 -07:00
Taro L. Saito
789278d2c7 Update Travis config 2016-03-30 18:14:56 -07:00
Taro L. Saito
3ac8e1e7e7 Add release note for 1.1.2.3 2016-03-30 18:12:24 -07:00
Taro L. Saito
b51c414b55 Add release notes for 1.1.2.2 2016-03-29 14:22:14 -07:00
Taro L. Saito
c975c27495 Merge pull request #133 from smola/arm64
Add Linux aarch64 support.
2016-03-10 13:54:56 +09:00
Santiago M. Mola
cfb114f92f Add Linux aarch64 support. 2016-03-07 21:15:47 +01:00
Taro L. Saito
fd07ae7afe Merge branch 'develop' 2016-02-16 08:26:22 -08:00
Taro L. Saito
fae5091f6a Merge pull request #132 from xuwei-k/patch-1
fix markdown syntax
2016-01-22 23:34:24 +09:00
kenji yoshida
752cb02786 fix markdown syntax 2016-01-22 19:40:47 +09:00
Taro L. Saito
3ba45d5a36 Update plugins 2016-01-22 18:48:34 +09:00
Taro L. Saito
e3d9fb48e9 Fix version 2016-01-22 18:42:37 +09:00
Taro L. Saito
82adf0aee2 Update readme 2016-01-22 18:42:12 +09:00
Taro L. Saito
e029c0e560 #131: Close version file stream 2016-01-22 18:38:57 +09:00
Taro L. Saito
1198363176 Merge pull request #129 from maciej/dead_googlecode_links
README.md: fix dead Google Code links
2015-12-02 12:44:07 -08:00
Maciej Bilas
b372a8152c README.md: fix dead Google Code links
Update links to `framing_format.txt` to Google's snappy GitHub project
2015-12-02 12:37:18 +01:00
Taro L. Saito
0812a50c13 Merge pull request #125 from linux-on-ibm-z/develop
Update snappy to 1.1.3 and use new download URL
2015-11-22 16:58:19 -08:00
Taro L. Saito
b7359e8c23 Merge pull request #128 from thanhdowisc/develop
Replace jni.h with the latest from Oracle.
2015-11-16 11:17:00 -08:00
Thanh Do
292e114e59 Replace jni.h with the latest from Oracle. 2015-11-16 10:37:18 -06:00
Bryan Chan
8dd2ebacf5 Update 32-bit AIX native library to 1.1.3 2015-11-11 23:58:52 -05:00
Bryan Chan
caf548321d Merge branch 'develop' of https://github.com/xerial/snappy-java into develop
Conflicts:
	version.sbt
2015-11-11 22:33:45 -05:00
Taro L. Saito
7a5ddff89d Setting version to 1.1.3-SNAPSHOT 2015-09-22 13:32:46 -07:00
Taro L. Saito
eaac67b703 Setting version to 1.1.2 1.1.2 2015-09-22 13:32:13 -07:00
Taro L. Saito
63b31b4098 Release notes on 1.1.2 2015-09-22 13:31:33 -07:00
Bryan Chan
e8beabfa8d Update snappy to 1.1.3 and use new download URL 2015-09-22 14:33:44 -04:00
Taro L. Saito
737b2ea56b Merge pull request #124 from linux-on-ibm-z/develop
Support 32-bit AIX
2015-09-22 11:03:07 -07:00
Bryan Chan
ee5cb32463 Add OSGi configuration for 32-bit AIX 2015-09-22 09:51:41 -04:00
Bryan Chan
3d4bd9ae9c Add AIX-ppc to list of known platforms; add missing GCC option 2015-09-19 16:18:15 -04:00