479 Commits

Author SHA1 Message Date
Taro L. Saito
2a6e0c3040 #168: Rename to ppc64le (little-endian) 2017-02-14 07:46:30 -08:00
Rei Odaira
0c73a857a2 Updated libsnappyjava and Makefile for AIX 2017-02-13 07:35:12 -08:00
Rei Odaira
cfaa5825a2 Updated Linux/s390x/libsnappyjava.so 2017-02-11 10:49:02 -05:00
xerial
7977821eec #163: Build native libraries for bitshuffle 0.3.2 2017-02-10 16:53:20 -08:00
Takeshi Yamamuro
4f644cc13e Upgrade bitshuffle to v0.3.2 2017-02-10 06:19:49 -05:00
Takeshi Yamamuro
a31ada5a69 Upgrade bitshuffle to v0.3.1 2017-02-07 15:58:52 +09:00
xerial
f3bc28ece4 Upgrade to snappy-1.1.4 2017-02-06 14:40:09 -08:00
Taro L. Saito
18d429e646 Merge pull request #159 from odaira/myWork
Update the expected binary size for big-endian platforms
2017-01-27 14:28:50 -08:00
Rei Odaira
1afcb41368 Update the expected binary size for big-endian platforms 2017-01-27 13:41:36 -06:00
Taro L. Saito
1cb0d1ad1b Add re-compiled native libraries 2017-01-25 22:45:23 -08:00
Takeshi YAMAMURO
eebcd4fc2d Update a native binary for linux x86_64 2017-01-26 14:58:36 +09:00
Takeshi YAMAMURO
8b038c8ed4 Rename bit-shuffing routines 2017-01-26 14:47:44 +09:00
Takeshi YAMAMURO
9d5bb7b8e5 Update a native binary for linux x86_64 2017-01-26 14:37:02 +09:00
Takeshi YAMAMURO
6f798c6a9d Fix wrong comments 2017-01-26 14:37:02 +09:00
Takeshi YAMAMURO
23f528095c Implement ByteBuffer-based APIs for BitShuffle (#155) 2017-01-26 14:37:02 +09:00
Taro L. Saito
803a46fd7f Fix mac binary 2017-01-19 21:34:05 -08:00
Taro L. Saito
3e650b17b7 Download bitshuffle code in advance 2017-01-19 19:23:45 -08:00
xerial
9ab5620220 Update the expected binary size for snappy-1.1.3 2017-01-19 18:00:37 -08:00
xerial
cdc1c7408a Add linux x86 binaries 2017-01-19 17:33:12 -08:00
xerial
7e8346ba3c Rebuilt windows images 2017-01-19 14:15:59 -08:00
xerial
fb530fd0fb Add arm support 2017-01-19 11:28:50 -08:00
xerial
c365c444a5 Add aarch64 2017-01-19 11:14:34 -08:00
xerial
a0a02e3170 Add ppc64 2017-01-19 11:09:03 -08:00
xerial
d5a30c0fe8 Build mac lib using cross compiler 2017-01-19 11:06:28 -08:00
xerial
fb7553c319 Fix native dll build 2017-01-19 11:05:46 -08:00
xerial
3c5878e70b Add win binaries 2017-01-19 10:25:00 -08:00
Taro L. Saito
fa67fcbc3d Fix Makefile for Mac OS X 2017-01-19 10:02:38 -08:00
Taro L. Saito
1ef5cce1b5 Merge pull request #137 from maropu/SupportBitShuffle
[WIP] Add bit-shuffling interfaces to improve LZ performance
2017-01-19 10:02:07 -08:00
Mark Dixon
a3a3f2a464 Build freebsd64 native library 2016-09-15 18:29:06 +01: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
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
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
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
Santiago M. Mola
cfb114f92f Add Linux aarch64 support. 2016-03-07 21:15:47 +01:00
Taro L. Saito
e029c0e560 #131: Close version file stream 2016-01-22 18:38:57 +09:00
Bryan Chan
8dd2ebacf5 Update 32-bit AIX native library to 1.1.3 2015-11-11 23:58:52 -05:00
Bryan Chan
e8beabfa8d Update snappy to 1.1.3 and use new download URL 2015-09-22 14:33:44 -04:00
Bryan Chan
8c1383719a Strip 32-bit AIX native library 2015-09-19 15:58:30 -04:00