328 Commits

Author SHA1 Message Date
Taro L. Saito
1607113e36 Fixes issue 20
Applied a patch from tucu to disable the default behaviour with a JVM option org.xerial.snappy.disable.bundled.libs.
2011-06-23 10:07:58 +09:00
Taro L. Saito
ba8a761010 Rename 2011-06-23 09:49:02 +09:00
Taro L. Saito
c28787890f Add OSGi bundle activator 2011-06-22 10:36:17 +09:00
Taro L. Saito
55c4c68957 [maven-release-plugin] prepare for next development iteration 2011-06-21 10:55:31 +09:00
Taro L. Saito
b85c8021cb [maven-release-plugin] copy for tag snappy-java-1.0.3-rc3 2011-06-21 10:55:30 +09:00
Taro L. Saito
d7eb4b4498 [maven-release-plugin] prepare release snappy-java-1.0.3-rc3 snappy-java-1.0.3-rc3 2011-06-21 10:55:28 +09:00
Taro L. Saito
e2fffaddb9 Fixes issue 19 2011-06-21 10:34:22 +09:00
Taro L. Saito
68ff06883b Fixes issue 19 2011-06-21 10:30:41 +09:00
Taro L. Saito
cd6c0615f8 Mac i386 library 2011-06-20 18:17:47 +09:00
Taro L. Saito
206a6ba487 Edit README and INSTALL notes 2011-06-20 14:31:16 +09:00
Taro L. Saito
5c5203f7d2 Add windows and mac binary 2011-06-20 13:48:41 +09:00
Taro L. Saito
a82f54340c Add linux binaries 2011-06-20 13:48:14 +09:00
Taro L. Saito
dd7c61a4f3 Fixes issue 18 2011-06-20 13:35:13 +09:00
Taro L. Saito
6fcda4dd88 Add contributors 2011-06-20 10:29:50 +09:00
Taro L. Saito
f027c52899 Applied a patch from Alec Wysocker to postpone the buffer allocation in SnappyInputStream 2011-06-20 09:42:46 +09:00
Taro L. Saito
ae6a126d1c Add test for isValidCompressedBuffer. Add a comment on the usage of SnappyOutputStream 2011-06-20 09:32:11 +09:00
Taro L. Saito
7795673e0c Use 32kb block size according to suggestion by Alec Wysoker 2011-06-10 10:18:57 +09:00
Taro L. Saito
e321bee6c1 Changed the default block size of SnappyOutputStream to 8kb from 4MB 2011-06-10 09:52:51 +09:00
Taro L. Saito
11e8be1561 [maven-release-plugin] prepare for next development iteration 2011-06-07 09:19:31 +09:00
Taro L. Saito
856fd14813 [maven-release-plugin] copy for tag snappy-java-1.0.3-rc2 2011-06-07 09:19:30 +09:00
Taro L. Saito
4f370792f9 [maven-release-plugin] prepare release snappy-java-1.0.3-rc2 snappy-java-1.0.3-rc2 2011-06-07 09:19:28 +09:00
Taro L. Saito
578883f1a8 Fixes issue 17. Applied 0xFF mask when returning int representation of byte data. 2011-06-07 08:43:29 +09:00
Taro L. Saito
712c3f6c2b Fix comments 2011-06-04 12:00:06 +09:00
Taro L. Saito
3be7c243cb [maven-release-plugin] prepare for next development iteration 2011-06-04 11:43:00 +09:00
Taro L. Saito
91bd24cfc5 [maven-release-plugin] copy for tag snappy-java-1.0.3-rc1 2011-06-04 11:42:57 +09:00
Taro L. Saito
15d9b9a145 [maven-release-plugin] prepare release snappy-java-1.0.3-rc1 snappy-java-1.0.3-rc1 2011-06-04 11:42:56 +09:00
Taro L. Saito
da9cf2d8c9 Add a pure-java code for GetUncompressedLength() 2011-06-04 11:36:52 +09:00
Taro L. Saito
26774e3ca7 Resolve native lib version collectly by referring VERSION file 2011-06-04 10:35:19 +09:00
Taro L. Saito
f7c90faa1d Edit 2011-06-04 10:17:10 +09:00
Taro L. Saito
acfe991b2b Use -fvisiblity=hidden option to hide snappy API that is statically linked to snappy-java 2011-06-04 09:56:47 +09:00
Taro L. Saito
6233a826b2 Add native libraries for snappy-1.0.3 2011-06-03 17:35:15 +09:00
Taro L. Saito
22210694e1 Add pull before testing 2011-06-03 17:33:29 +09:00
Taro L. Saito
3895dbc9d8 Remove unnecessary merge from multiple build servers 2011-06-03 17:30:44 +09:00
Taro L. Saito
24a343f288 fix 2011-06-03 17:28:20 +09:00
Taro L. Saito
9dda5e296f upgrade to snappy 1.0.3 2011-06-03 17:22:41 +09:00
Taro L. Saito
ff92621e98 fix lib name 2011-06-03 12:05:28 +09:00
Taro L. Saito
317ca2dace issue an error when failed to load any library 2011-06-03 12:04:35 +09:00
Taro L. Saito
98566c5ad1 Rename native library names from libsnappy to libsnappyjava 2011-06-02 11:43:19 +09:00
Taro L. Saito
a8f6917370 Rename native lib from snappy to snappyjava 2011-06-02 11:13:47 +09:00
Taro L. Saito
a7d36f5cae Add native libraries for Linux 2011-05-27 17:18:59 +09:00
Taro L. Saito
c301d870c8 Add native library for Mac i386 2011-05-27 17:14:51 +09:00
Taro L. Saito
41bb30d8d1 Add -static-libgcc option for Mac targets 2011-05-27 17:11:03 +09:00
Taro L. Saito
455c378295 add 2011-05-27 17:08:25 +09:00
Taro L. Saito
8c1f11f306 Upgrade to snappy-1.0.2 2011-05-27 17:04:32 +09:00
Taro L. Saito
ab26c13b7b Mac i386 native library 2011-05-26 12:21:07 +09:00
Taro L. Saito
f090d23fbd set min Mac OS X version to 10.5 for x86_64, 10.4 for i386 2011-05-26 11:34:17 +09:00
Taro L. Saito
85d9cc9084 Applied a patch from Alec Wysoker for finding snappy DLL via java.library.path 2011-05-26 11:14:01 +09:00
Taro L. Saito
6771e58b46 Fixes issue 13 2011-05-24 15:54:53 +09:00
Taro L. Saito
c739342412 Delete note on buidling g++ 2011-05-05 11:04:42 +09:00
Taro L. Saito
437f4b8524 add note 2011-05-05 11:04:26 +09:00