Commit Graph

26 Commits

Author SHA1 Message Date
Taro L. Saito 594571dcea add mac-x86_64 native library 2011-03-30 16:45:19 +09:00
Taro L. Saito 71d064b8c5 add test for reading from intermediate positions of a buffer 2011-03-30 16:01:36 +09:00
Taro L. Saito 262222ea7e use SnappyError for unchecked exception instead of IllegalArgumentException 2011-03-30 15:41:33 +09:00
Taro L. Saito 66e58cdf2b apply Apache license to the souce code 2011-03-30 15:35:43 +09:00
Taro L. Saito 7a0663f528 edit API comments 2011-03-30 15:30:09 +09:00
Taro L. Saito 960481b965 add SnappyException/SnappyError 2011-03-30 15:26:53 +09:00
Taro L. Saito 07fe11c360 add Exception class 2011-03-30 15:00:49 +09:00
Taro L. Saito fa2fcabc43 adjust buffer size 2011-03-30 14:05:23 +09:00
Taro L. Saito 165168f1cb removed obsolete dll 2011-03-30 14:05:14 +09:00
Taro L. Saito 2a57e2e52b compress/decompress test 2011-03-30 13:58:27 +09:00
Taro L. Saito 23bc6f6438 Use ByteBuffer.allocateDirect(). If you use ByteBuffer.allocate() to create a byte buffer, JNI call GetDirectBufferAddress(jobject:ByteBuffer) returns NULL. 2011-03-30 13:44:21 +09:00
Taro L. Saito e39178e719 add win64 library 2011-03-30 13:42:55 +09:00
Taro L. Saito 158991f100 Move native API to SnappyNative.java 2011-03-30 13:08:36 +09:00
Taro L. Saito 4e59477bf6 use -shared flag 2011-03-30 11:20:18 +09:00
Taro L. Saito 7be32f4746 Fix JNI wrapper interfaces 2011-03-30 11:10:57 +09:00
Taro L. Saito 61de0555db Load a native library according to the current OS and CPU architecture 2011-03-30 09:37:04 +09:00
Taro L. Saito 517b64ecff Add test 2011-03-30 00:07:55 +09:00
Taro L. Saito e0ab15b49b Fixes packaging for Maven 3.x 2011-03-30 00:07:46 +09:00
Taro L. Saito e09c3d1439 Add native DLL loader 2011-03-29 23:45:23 +09:00
Taro L. Saito 7b52820c44 Fix the dependency to JNI header 2011-03-29 23:45:04 +09:00
Taro L. Saito 0e5ada2f90 add OSInfo class 2011-03-29 22:19:58 +09:00
Taro L. Saito 6941f27914 add win64 native library of snappy 2011-03-29 20:30:47 +09:00
Taro L. Saito d9fa5f1b25 create a folder for native libraries 2011-03-29 18:51:36 +09:00
Taro L. Saito b4cb446ff8 add native implementation 2011-03-29 18:36:02 +09:00
Taro L. Saito b1e5ea1076 add JNI interface 2011-03-29 18:17:07 +09:00
Taro L. Saito 7f7efafe70 add Makefile 2011-03-29 16:57:23 +09:00