Taro L. Saito
34ba11cc9a
Fix Makefile dependencies when generating SnappyNative.h
2013-04-10 10:33:28 +09:00
Taro L. Saito
8ff03ba782
Fix native library version
2013-03-29 10:37:33 +09:00
Taro L. Saito
2b502077b6
Add note on building linux amd64 binary using custom g++
2013-03-28 17:27:13 +09:00
Taro L. Saito
0ee1e52ac1
Embed libstdc++ into Linux amd64 binary by using my own g++
2013-03-28 17:08:01 +09:00
Taro L. Saito
0b48e2db4a
version 1.1.0-M2. Fixes linux amd64 build
2013-03-28 15:02:20 +09:00
Taro L. Saito
1f0d7bd6cd
#26 . Add throws IOException to compress methods
2013-03-28 13:02:27 +09:00
Taro L. Saito
64c35c7081
Fixes #26 . Add throws IOException to rawCompress
2013-03-28 12:53:23 +09:00
Taro L. Saito
a5dcbb7dab
Dropped the 32-bit mac support, since it does not have Java 6 or higher as default jvm
2013-03-27 17:25:08 +09:00
Taro L. Saito
5d13ed34f6
build mac32 binary
2013-03-27 16:07:54 +09:00
Taro L. Saito
1685568eb8
Remove OpenBSD libraries because I don't have OpenBSD machine to build snappy-1.1.0
2013-03-27 16:04:52 +09:00
Taro L. Saito
882ebf3532
Build linux amd64 native lib. Disabled -static-libstdc++
2013-03-27 15:56:42 +09:00
Taro L. Saito
c284cc600f
build native libraries
2013-03-26 23:48:27 -07:00
Taro L. Saito
dca3f64d28
Use snappy-1.1.0 which can be compiled in Mac OS X 10.8
2013-03-22 15:58:08 +09:00
Taro L. Saito
f0e0e9727e
#25 Add raw compress methods that take memory addresses
2013-03-22 15:53:56 +09:00
Taro L. Saito
69901033f6
Added OpenBSD native libs. Fixes #22
2013-03-19 23:26:18 +09:00
Juan Narvaez
274f11f73d
Changing static variables to volatile.
2013-03-19 09:12:56 -05:00
Juan Narvaez
6bbdaa97d6
Patch for OSGi compatibility.
2013-03-19 08:45:16 -05:00
Taro L. Saito
ed37dfac4b
Fixes for issue #6
2012-09-28 11:34:02 +09:00
Taro L. Saito
5a60c131d0
Fixes issue #6
2012-09-27 11:09:32 +09:00
Taro L. Saito
b697c61df8
Merge pull request #15 from bpow/develop
...
Throw ExceptionInInitializerError rather than just printing stacktrace
2012-09-06 19:24:48 -07:00
Taro L. Saito
a1c36bb46e
Fix on issue #6
2012-09-07 11:23:48 +09:00
Bradford Powell
c2260cf38d
Throw ExceptionInInitializerError rather than just printing stacktrace
...
to stderr if the native libraries cannot be loaded. Because Errors are
not checked exceptions, added to the javadoc to point out that static
initialization of Snappy can throw this Error.
2012-09-06 21:01:56 -05:00
Trevor Robinson
6ee72edc39
Added armhf shared library
2012-09-06 18:15:07 -05:00
Taro L. Saito
6507dcd7b0
Rebuild linux binaries
2012-09-06 12:32:29 +09:00
Taro L. Saito
568c8d6beb
Build linux libraries using the modified jni_md.h
2012-06-30 05:53:16 -07:00
Taro L. Saito
79ac792fac
rebuild linux binary using the previous machine
2012-06-29 14:59:31 +09:00
Taro L. Saito
11fe7fc6c8
Stop using -libstdc++, that causes link error in Ubuntu
2012-06-28 22:55:47 -07:00
Taro L. Saito
a13b7a3254
Add libraries cross-compiled in Ubuntu
2012-06-28 22:26:31 -07:00
Taro L. Saito
bd9cfb0d13
Applied a patch for ARM support, contributed by Trevor Robinson
2012-06-29 12:58:21 +09:00
Taro L. Saito
f7f4397826
Upgrade to snappy-1.0.5. Support building in Max OS X Lion
2012-05-25 10:23:26 +09:00
Taro L. Saito
04140959b0
Fixes issue 37
...
Using a correcto class descriptor. This change will be available in next release.
2012-01-19 12:53:47 +09:00
Taro L. Saito
72383d990c
Fixes issue 34 Implement available() method
2011-10-25 10:39:27 +09:00
Taro L. Saito
6189b561fa
Fixes issue 33
...
Applied the patch fixing a bug when reading incomplete stream.
2011-10-05 10:25:51 +09:00
Taro L. Saito
35f7e8edd6
Change the native library version retrieval method to look up
...
a resource file (VERSION) in org.xerial.snappy package.
Update issue 32
Status: Fixed
2011-09-26 23:14:27 +09:00
Taro L. Saito
8a074fba6e
Fixes issue 29 Javadoc
2011-09-22 16:39:51 +09:00
Taro L. Saito
3acecfb5af
Fixes issue 27. Add package-info.java and javadoc stylesheet
2011-09-22 16:14:53 +09:00
Taro L. Saito
d21db44a70
Fixes issue 27.
2011-09-22 16:14:31 +09:00
Taro L. Saito
f990526b52
Fixes issue 30. Add "make javadoc" target
2011-09-22 15:47:29 +09:00
Taro L. Saito
ebf661dc74
Fix javadoc
2011-09-22 15:37:18 +09:00
Taro L. Saito
267296fa93
mac32 library
2011-09-22 14:39:35 +09:00
Taro L. Saito
8767ca51e1
build linux/mac native libraries
2011-09-22 14:38:10 +09:00
Taro L. Saito
e8356fd4f9
Upgrae to snappy-1.0.4
2011-09-22 14:34:41 +09:00
Taro L. Saito
f2fe1d3d8b
Update issue 28
...
A workaround to postpone the initialization of SnappyNativeAPI.
2011-09-09 11:16:28 +09:00
Taro L. Saito
2906673651
Fix javadoc comments
2011-08-23 18:13:19 +09:00
Taro L. Saito
29753d90fd
Update issue 26
...
Applied the patch from tucu; load org-xerial-snappy.properties file when it can be found from the context class loader.
2011-08-23 11:01:34 +09:00
Taro L. Saito
57190cd4ab
Fixes comments
2011-08-23 10:42:12 +09:00
Taro L. Saito
435fa89fe4
Add script for generating tar.gz of the project
...
Update issue 25
2011-08-18 15:27:04 +09:00
Taro L. Saito
fe85390989
Fix commend on loading libsnappyjava
2011-08-16 13:14:48 +09:00
Taro L. Saito
3710c4e7dc
Updates issue 20. Add org.xerial.snappy.use.systemlib property to lookup snappyjava dll under java.library.path
2011-08-16 13:04:57 +09:00
Taro L. Saito
1354d90401
merged
2011-08-16 11:16:44 +09:00