Marcus Comstedt
|
d9294241a8
|
Add native library for ppc (32 bit)
|
2015-02-15 13:14:01 +01:00 |
Taro L. Saito
|
93e100005f
|
Merge pull request #97 from zlim/aarch64
Add aarch64 target
|
2015-01-17 17:45:39 +09:00 |
Zi Shen Lim
|
2681311aa5
|
Add aarch64 target
|
2015-01-16 14:42:17 -08:00 |
Taro L. Saito
|
6136702f0a
|
Update README.md
|
2014-12-26 11:21:02 +09:00 |
Taro L. Saito
|
fb8b14bc30
|
Update README.md
|
2014-12-26 11:17:12 +09:00 |
Taro L. Saito
|
6a66a08845
|
Merge pull request #94 from xerial/rapsberry
Raspberry PI support
|
2014-12-24 12:16:51 +09:00 |
Taro L. Saito
|
aacd802ee6
|
snapshot vesion
|
2014-11-27 15:33:47 +09:00 |
Taro L. Saito
|
f446a39a00
|
Fixes #37: Native library for raspberry-pi
|
2014-11-27 06:28:22 +00:00 |
Taro L. Saito
|
622a1d71b1
|
Update README.md
|
2014-11-01 17:15:55 +09:00 |
Taro L. Saito
|
b55d2a40dc
|
Update README.md
|
2014-11-01 17:14:58 +09:00 |
Taro L. Saito
|
bd8476bf84
|
Update README.md
|
2014-11-01 17:12:41 +09:00 |
Taro L. Saito
|
0ecdb4d568
|
Fixes #92 and released 1.1.1.6
|
2014-10-26 20:47:16 +09:00 |
Taro L. Saito
|
71a02f950b
|
1.1.1.6 release notes
|
2014-10-26 20:45:54 +09:00 |
Taro L. Saito
|
0521877d9a
|
Release 1.1.1.6
|
2014-10-26 20:44:57 +09:00 |
Taro L. Saito
|
be0f2dd5d3
|
Merge pull request #92 from davies/fix_leak
fix memory leak in SnappyOutputStream
|
2014-10-26 20:40:02 +09:00 |
Davies Liu
|
f48a29c4ae
|
fix memory leak in SnappyOutputStream
|
2014-10-26 01:06:20 -07:00 |
Taro L. Saito
|
2d5db6d830
|
snapshot version
|
2014-10-24 09:55:18 +09:00 |
Taro L. Saito
|
0122b6bfcc
|
Fixes #90, by adding OSGi export setting foe org.xerial.snappy.buffer package. 1.1.1.5 release
|
2014-10-24 09:46:15 +09:00 |
Taro L. Saito
|
35ed7a8386
|
snapshot version
|
2014-10-23 14:48:12 +09:00 |
Taro L. Saito
|
2b2a26399c
|
1.1.1.4 release
|
2014-10-23 14:47:42 +09:00 |
Taro L. Saito
|
f0d7f62881
|
#89: Add SnappyIOException to distinguish empty input, incompatible format version, etc.
|
2014-10-23 12:42:12 +09:00 |
Taro L. Saito
|
164e51da2e
|
#89: Fixes SnappyInputStream not to throw an IOException when the input is empty
|
2014-10-23 12:12:39 +09:00 |
Taro L. Saito
|
dfc9322a5b
|
#88: Applied a patch from @ewencp to fix missing reference problem of CachedBufferAllocator
|
2014-10-22 09:53:13 +09:00 |
Taro L. Saito
|
7b86642f75
|
Fixes #88 by introducing thread-safe BufferAllocator
|
2014-10-22 00:05:13 +09:00 |
Taro L. Saito
|
5eebef89c6
|
Release note on 1.0.5.4
|
2014-09-12 14:38:19 +09:00 |
Taro L. Saito
|
4e4ebfb998
|
about 1.1.1.3 version
|
2014-07-19 07:02:12 +09:00 |
Taro L. Saito
|
74443d220b
|
1.1.1.3
|
2014-07-19 07:00:52 +09:00 |
Taro L. Saito
|
8b83f6e2d4
|
Using buffer recycler to minimize memory allocation cost
|
2014-07-19 05:29:11 +09:00 |
Taro L. Saito
|
50164bc210
|
Sanitize code
|
2014-07-19 05:14:50 +09:00 |
Taro L. Saito
|
7adf0c1dbc
|
Merge pull request #83 from xerial/outputstream-opt
Optimization of SnappyOutputStream
|
2014-07-18 18:45:23 +09:00 |
Taro L. Saito
|
dbc610ef6b
|
version 1.1.1.2
|
2014-07-18 18:41:38 +09:00 |
Taro L. Saito
|
f695e84cac
|
#82: Improving SnappyOutputStream performance by reducing the numbe of data copies
|
2014-07-18 18:05:51 +09:00 |
Taro L. Saito
|
5b5a3a379d
|
Add test code to see the performance
|
2014-07-18 16:22:59 +09:00 |
Taro L. Saito
|
f762770ef1
|
snappy-java-1.1.1.1 release (with the AIX ppc64 binary fix)
|
2014-07-14 10:02:35 +09:00 |
Taro L. Saito
|
d75f6088b7
|
Merge pull request #79 from ibmsoe/AIX-fixes
AIX Fixes
|
2014-07-13 12:54:05 +09:00 |
Iheanyi Ekechukwu
|
e487f823e5
|
Add lib/inc_ibm and remove libsnappyjava.so
|
2014-07-11 13:24:44 -05:00 |
Iheanyi Ekechukwu
|
d61b43593f
|
Add native libsnappyjava.a
|
2014-07-11 12:54:04 -05:00 |
Iheanyi Ekechukwu
|
408a9de8cc
|
Update build.sbt
|
2014-07-10 10:13:36 -05:00 |
Iheanyi Ekechukwu
|
70254f9354
|
Modify Makefile to work for AIX.
|
2014-07-10 10:01:50 -05:00 |
Iheanyi Ekechukwu
|
ce767baab3
|
Modify Makefile in order for snappy-java to correctly compile on AIX.
|
2014-07-09 16:33:22 -05:00 |
Taro L. Saito
|
2289820890
|
Merge pull request #77 from ibmsoe/modify-makefile
Modify makefile
|
2014-07-08 22:48:02 +09:00 |
Iheanyi Ekechukwu
|
3a833a730b
|
Fixes for compiling on AIX.
|
2014-07-07 15:25:23 -05:00 |
Iheanyi Ekechukwu
|
8d783de13b
|
Change classes directory in Makefileto fix compilation.
|
2014-07-07 14:51:27 -05:00 |
Iheanyi Ekechukwu
|
6a582ce60a
|
Merge pull request #5 from xerial/develop
Merge changes from upstream
|
2014-07-07 11:48:47 -05:00 |
Taro L. Saito
|
ed7b51c5ee
|
snappy-java-1.1.1 release
|
2014-07-04 14:01:49 +09:00 |
Taro L. Saito
|
2129f915ef
|
Add notes for building g++ with -fPIC option
|
2014-07-04 13:54:08 +09:00 |
Taro L. Saito
|
fe2f579953
|
Fix milestone
|
2014-07-04 13:52:10 +09:00 |
Taro L. Saito
|
acf4e2bf42
|
Preparing 1.1.1 release
|
2014-07-04 13:51:24 +09:00 |
Taro L. Saito
|
c0027a9c0e
|
1.1.1-M4 Release
|
2014-07-04 13:50:06 +09:00 |
Taro L. Saito
|
527cd9b315
|
#54: Add linux-x86_64 native library with an embedded libstdc++
|
2014-07-04 13:34:31 +09:00 |