Taro L. Saito
|
168d3f06e6
|
add isValidCompressedBuffer()
|
2011-03-30 22:54:21 +09:00 |
Taro L. Saito
|
8837f44d93
|
remove visual studio related file
|
2011-03-30 19:26:27 +09:00 |
Taro L. Saito
|
398683cedd
|
Deleted the Visual C++ project since Makefile now can build win32/64 binaries.
|
2011-03-30 19:18:29 +09:00 |
Taro L. Saito
|
14d38c9c12
|
add x86 native library
|
2011-03-30 19:16:29 +09:00 |
Taro L. Saito
|
f0bd7ff3cd
|
add note for installation
|
2011-03-30 18:28:49 +09:00 |
Taro L. Saito
|
ae91564b03
|
add license notes
|
2011-03-30 18:17:16 +09:00 |
Taro L. Saito
|
af15244d83
|
Set the deploy location to pom.xml
|
2011-03-30 17:59:33 +09:00 |
Taro L. Saito
|
ee5f8fb622
|
add mvn package phase to Makefile
|
2011-03-30 17:34:05 +09:00 |
Taro L. Saito
|
9b71b7725a
|
add Linux-amd64 binary
|
2011-03-30 17:19:35 +09:00 |
Taro L. Saito
|
509ccf70f0
|
add Linux-i386 binary
|
2011-03-30 17:08:52 +09:00 |
Taro L. Saito
|
1e6d0ab194
|
add -shared option
|
2011-03-30 16:46:19 +09:00 |
Taro L. Saito
|
594571dcea
|
add mac-x86_64 native library
|
2011-03-30 16:45:19 +09:00 |
Taro L. Saito
|
83130dc9e8
|
Fix for mac-x86_64
|
2011-03-30 16:45:04 +09:00 |
Taro L. Saito
|
e095a9ec92
|
add depdency to archive
|
2011-03-30 16:19:35 +09:00 |
Taro L. Saito
|
ba55909637
|
add installation note
|
2011-03-30 16:17:20 +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
|
624c8de4e9
|
add googlecode site to the connection URL
|
2011-03-30 15:31:45 +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
|
19d1233d18
|
Fix dependencies to snappy tar ball
|
2011-03-30 00:14:12 +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
|
7c56cade26
|
use cygwin version of mingw-64
|
2011-03-29 23:36:28 +09:00 |
Taro L. Saito
|
077d52599c
|
add -static-libgcc flag. This flag is necessary to remove the dependency to lib-gcc
|
2011-03-29 23:23:12 +09:00 |
Taro L. Saito
|
0e5ada2f90
|
add OSInfo class
|
2011-03-29 22:19:58 +09:00 |
Taro L. Saito
|
7142902a11
|
add OSInfo class
|
2011-03-29 22:19:23 +09:00 |
Taro L. Saito
|
6941f27914
|
add win64 native library of snappy
|
2011-03-29 20:30:47 +09:00 |
Taro L. Saito
|
d45688df11
|
add Visual Studio C++ 2010 project for building snappy in Windows
|
2011-03-29 20:30:30 +09:00 |
Taro L. Saito
|
c82cf5d6f8
|
add include headers necessary for buliding snappy
|
2011-03-29 20:30:07 +09:00 |
Taro L. Saito
|
d9fa5f1b25
|
create a folder for native libraries
|
2011-03-29 18:51:36 +09:00 |
Taro L. Saito
|
562587fdf1
|
set the version to 1.0.1-SNAPSHOT
|
2011-03-29 18:49:12 +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 |