Taro L. Saito
|
7e882aa1d9
|
remove dependency to libstdc++
|
2011-05-05 02:08:25 +09:00 |
Taro L. Saito
|
d1a9a71ee3
|
Trying to build static snappy native library for amd64
|
2011-05-05 01:30:06 +09:00 |
Taro L. Saito
|
bb83928f65
|
Fix comments
|
2011-04-26 09:16:16 +09:00 |
Taro L. Saito
|
1e717b3d6f
|
[maven-release-plugin] prepare for next development iteration
|
2011-04-11 10:54:52 +09:00 |
Taro L. Saito
|
2e4fb98a31
|
[maven-release-plugin] copy for tag snappy-java-1.0.1-rc4
|
2011-04-11 10:54:51 +09:00 |
Taro L. Saito
|
c7f8050682
|
remove tag
|
2011-04-11 10:54:49 +09:00 |
Taro L. Saito
|
e3cca33c3d
|
[maven-release-plugin] prepare release snappy-java-1.0.1-rc4
|
2011-04-11 10:51:46 +09:00 |
Taro L. Saito
|
5b41b9d1e1
|
rebuilt
|
2011-04-11 10:51:28 +09:00 |
Taro L. Saito
|
653d97e26e
|
[maven-release-plugin] rollback the release of snappy-java-1.0.1-rc4
|
2011-04-11 10:50:40 +09:00 |
Taro L. Saito
|
138f1aa185
|
[maven-release-plugin] prepare for next development iteration
|
2011-04-11 10:50:01 +09:00 |
Taro L. Saito
|
e077109422
|
[maven-release-plugin] copy for tag snappy-java-1.0.1-rc4
|
2011-04-11 10:50:00 +09:00 |
Taro L. Saito
|
4f1748aa86
|
[maven-release-plugin] prepare release snappy-java-1.0.1-rc4
|
2011-04-11 10:49:59 +09:00 |
Taro L. Saito
|
b8ab746a9d
|
Split a long string
|
2011-04-11 10:49:38 +09:00 |
Taro L. Saito
|
121b157dc7
|
Add Mac x86_64 native library
|
2011-04-07 10:32:08 +09:00 |
Taro L. Saito
|
1cf98686d8
|
Mac i386 native library
|
2011-04-07 10:31:36 +09:00 |
Taro L. Saito
|
55735dc22f
|
Add Linux i386 binary
|
2011-04-06 23:36:47 +09:00 |
Taro L. Saito
|
da537415e8
|
Fix newlines
|
2011-04-06 23:33:32 +09:00 |
Taro L. Saito
|
b8fb4a28d6
|
windows x86 binary
|
2011-04-06 23:27:55 +09:00 |
Taro L. Saito
|
bc8a059855
|
Fixes issue 10
|
2011-04-06 23:22:10 +09:00 |
Taro L. Saito
|
bfec17b345
|
sort the methods
|
2011-04-06 23:03:12 +09:00 |
Taro L. Saito
|
e3c232db7c
|
Removed invalid decompression error code
|
2011-04-06 22:27:42 +09:00 |
Taro L. Saito
|
fd5cec5441
|
add encode(String), uncompressString(byte[])
|
2011-04-06 22:15:44 +09:00 |
Taro L. Saito
|
508b24805a
|
Enforce use of byte arryas for output/input of rawComrpress/UnCompress methods
|
2011-04-06 21:59:06 +09:00 |
Taro L. Saito
|
0da6942aab
|
add rawCompress that accespts primitive type arrays casted into Object type
|
2011-04-06 17:57:09 +09:00 |
Taro L. Saito
|
119a119b30
|
add primitive array compressor/decompressor
|
2011-04-06 17:45:43 +09:00 |
Taro L. Saito
|
8a27c47e85
|
Update issue 10
add compress float[], double[], int[], char[], long[], short[]
|
2011-04-06 16:58:19 +09:00 |
Taro L. Saito
|
b82d1b9999
|
Update issue 10
compress(float[]) and uncompressFloat(byte[])
|
2011-04-06 16:27:30 +09:00 |
Taro L. Saito
|
a1f39c8b5a
|
Fall back to the previous loading strategy that simply use LoadSnappy.load()
|
2011-04-06 12:07:16 +09:00 |
Taro L. Saito
|
9f71f8eb1c
|
An attempt to use system class loader when loading dll
|
2011-04-06 12:05:55 +09:00 |
Taro L. Saito
|
53f0be52ba
|
[maven-release-plugin] prepare for next development iteration
|
2011-04-04 13:01:14 +09:00 |
Taro L. Saito
|
220d73857d
|
[maven-release-plugin] copy for tag snappy-java-1.0.1-rc3
|
2011-04-04 13:01:13 +09:00 |
Taro L. Saito
|
de68788d83
|
[maven-release-plugin] prepare release snappy-java-1.0.1-rc3
|
2011-04-04 13:01:12 +09:00 |
Taro L. Saito
|
3094c71c8a
|
Revert to the previous version since the native library build under Mac OS X x86_64 (using make mac32) didn't work in Mac OS X i386
|
2011-04-04 12:57:36 +09:00 |
Taro L. Saito
|
eb72a19de1
|
rebuild Mac-i386 native library
|
2011-04-04 12:52:40 +09:00 |
Taro L. Saito
|
9dc81c5193
|
Add test suite
|
2011-04-04 12:47:16 +09:00 |
Taro L. Saito
|
592d7003c3
|
Add tests using calgary data set
|
2011-04-04 12:43:04 +09:00 |
Taro L. Saito
|
8f0260433c
|
use old-style FileResource for 1.5 compatibility
|
2011-04-04 10:37:34 +09:00 |
Taro L. Saito
|
3807b2d138
|
use xerial-1.0.21 for JDK1.5 compatibility
|
2011-04-04 10:43:36 +09:00 |
Taro L. Saito
|
8d1482e395
|
Fix for Mac-i386 environment
|
2011-04-04 10:31:01 +09:00 |
Taro L. Saito
|
20f265ba90
|
Use the Java 1.5 compatible constructor in IOException
|
2011-04-04 10:17:14 +09:00 |
Taro L. Saito
|
10c561e310
|
[maven-release-plugin] prepare for next development iteration
|
2011-04-03 18:09:10 +09:00 |
Taro L. Saito
|
4890449a17
|
[maven-release-plugin] copy for tag snappy-java-1.0.1-rc2
|
2011-04-03 18:09:08 +09:00 |
Taro L. Saito
|
c97168d920
|
[maven-release-plugin] prepare release snappy-java-1.0.1-rc2
|
2011-04-03 18:09:07 +09:00 |
Taro L. Saito
|
e77174e041
|
Fixes issue 9. The cause of slow-performance in streaming mode was default buffer size 8MB. When I changed it from 8MB to 8KB, the decompression (stream) performance was improved.
|
2011-04-03 17:54:52 +09:00 |
Taro L. Saito
|
b694432815
|
add calgary test data set
|
2011-04-03 17:51:00 +09:00 |
Taro L. Saito
|
0a4ee3c6fb
|
working on issue 9
|
2011-04-03 17:05:33 +09:00 |
Taro L. Saito
|
a5ad209e8f
|
Exclude dll files from the source code jar
|
2011-04-03 16:45:41 +09:00 |
Taro L. Saito
|
b90256095f
|
Set the version to 1.0.1-rc2 snapshot
|
2011-04-03 16:11:32 +09:00 |
Taro L. Saito
|
a31f53b24c
|
Fixes issue 8
|
2011-04-03 16:10:42 +09:00 |
Taro L. Saito
|
0644e3f657
|
Use 4MB as the default block size
|
2011-04-01 17:28:41 +09:00 |