Commit Graph

982 Commits

Author SHA1 Message Date
Taro L. Saito 4d0dfc029e Upgrade sbt to 1.5.6 2021-12-09 23:06:49 -08:00
Liang-Chi Hsieh 19cfc8d9a8
Use original compressed/uncompressed buffer's position. (#293) 2021-10-20 00:06:34 -07:00
Liang-Chi Hsieh f3d7c11a02
Avoid explicit class name in throw_exception. (#291) 2021-10-20 00:06:01 -07:00
Attila Kocsis 2702f510e8
Small typo fix (#294) 2021-10-20 00:04:54 -07:00
Abhijit-Mane a77381b794
Adding ppc64le support in Travis (#286)
Signed-off-by: Abhijit Mane <abhijman@in.ibm.com>
2021-08-05 22:15:33 -07:00
Alexander Zinovyev 3261bb1902
Added flags for riscv64 (#283) 2021-05-22 00:59:50 -07:00
Taro L. Saito fd28fd029c
Setting version to 1.1.8.5-SNAPSHOT 2021-01-25 07:29:43 -08:00
Taro L. Saito a795d6b84c
Setting version to 1.1.8.4 2021-01-25 07:25:23 -08:00
Taro L. Saito 75a03b54fd
Setting version to 1.1.8.4-SNAPSHOT 2021-01-20 11:57:25 -08:00
Taro L. Saito f938b2cdd0
Setting version to 1.1.8.3 2021-01-20 11:52:39 -08:00
Taro L. Saito 44db30a72e
ADd 1.1.8.3 release notes 2021-01-20 11:51:39 -08:00
Brett Okken 822513dbe6
Prefer use of java.util.zip.CRC32C for Framed format (#269)
Co-authored-by: BO8979 <BO8979@W1971362.northamerica.cerner.net>
2021-01-20 11:30:19 -08:00
Brett Okken 110727ed69
Pool table instances to make PureJavaSnappy thread safe (#271)
https://github.com/xerial/snappy-java/issues/270

Co-authored-by: BO8979 <BO8979@W1971362.northamerica.cerner.net>
2021-01-20 11:20:22 -08:00
Taro L. Saito 7f47cf744a
1.1.8.2 release notes 2020-11-28 10:13:58 -08:00
Taro L. Saito 2191e85199
Setting version to 1.1.8.3-SNAPSHOT 2020-11-28 10:12:11 -08:00
Taro L. Saito b38d6412ec
Setting version to 1.1.8.2 2020-11-28 10:10:35 -08:00
Taro L. Saito a1f4fa3b10 Fix pure-java fallback 2020-11-28 09:46:07 -08:00
Taro L. Saito 585c6a135e Merge branch 'master' of github.com:xerial/snappy-java 2020-11-28 09:23:16 -08:00
Taro L. Saito 5c556b4964
Upgrade setup-scala to v10 2020-11-28 09:16:51 -08:00
Taro L. Saito 9471b0417e Ignore vscode releated files 2020-11-28 09:14:08 -08:00
Taro L. Saito ab18bdb457
Add a binary for Apple Silicon (M1) (#268) 2020-11-28 09:12:41 -08:00
Taro L. Saito 47168b2f03
1.1.8.1 release notes 2020-11-09 09:04:42 -08:00
Taro L. Saito a73e92aecc
Setting version to 1.1.8.2-SNAPSHOT 2020-11-09 09:02:06 -08:00
Taro L. Saito 9ceebb8c21
Setting version to 1.1.8.1 2020-11-09 08:57:28 -08:00
Taro L. Saito 84e68fe3c1
Rebuild mac64 binary 2020-11-09 08:55:32 -08:00
Benedict Jin 1c4a0e31e9
Fix `Could not initialize class org.xerial.snappy.Snappy` bug for MacOS 19.6.0 (#265)
* Fix `Could not initialize class org.xerial.snappy.Snappy` bug for MacOS

* Remove useless libsnappyjava.jnilib
2020-11-08 22:51:50 -08:00
Taro L. Saito 9532de9459
Fixes #257: Use a patched version of crossbuild Docker image for mac64 target (#264) 2020-10-22 14:28:39 -07:00
Taro L. Saito 5df2667f0e
Fix markdown 2020-10-20 21:47:43 -07:00
Taro L. Saito 126a1f4e2a
Fix readme 2020-10-20 21:46:49 -07:00
Taro L. Saito d884e957a8
Setting version to 1.1.8.1-SNAPSHOT 2020-10-20 21:37:03 -07:00
Taro L. Saito 477b7c7e92
Setting version to 1.1.8 2020-10-20 21:35:45 -07:00
Taro L. Saito a300c63060
Upgrade to snappy 1.1.8 (#258) 2020-10-20 21:34:28 -07:00
Taro L. Saito f73bb7e1ed
Setting version to 1.1.7.9-SNAPSHOT 2020-10-20 21:05:34 -07:00
Taro L. Saito 56133ad7ec
Setting version to 1.1.7.8 2020-10-20 21:04:12 -07:00
Taro L. Saito f30210faaa
snappy-java-1.1.7.8 release notes 2020-10-20 21:03:18 -07:00
Russell Shaw f368c0c7b9
Add Big Endian support to Pure Java Snappy (#254)
* Add Big Endian support to Pure Java Snappy

* Support Big Endian. Separated Little and Big Endian methods for performance reasons

* Big Endian support - made a separate interface so no performance issues

* Big Endian support update - Remove trivial whitespace/tab changes which othewise come up in diff report

* Add newline to end of source for githib diff report

* Big Endian Support - simplified changes as peformance hit is not significant

* Big Endian Support - fix typo

* Fix typo

* Update SnappyLoader.java

Converted TAB char to spaces

* Revert back to original code

Co-authored-by: Russell Shaw <russell@Russells-MacBook-Pro.local>
2020-10-20 18:03:58 -07:00
Taro L. Saito fd26e3914d Add a fix for android-arm 2020-10-20 17:52:53 -07:00
Taro L. Saito 015b8a17b3 Fix comment 2020-10-20 17:52:53 -07:00
Taro L. Saito 336dd795f3 Set the minimum maxosx version to 10.7 to resolve libc++ linker issue 2020-10-20 17:52:53 -07:00
Taro L. Saito 173832eda7 Fix native-all task 2020-10-20 17:52:53 -07:00
Taro L. Saito c0e82b9a47 Rebuild armv7 native binary 2020-10-20 17:52:53 -07:00
Taro L. Saito 3d4fd649d0 Fix armv7 build 2020-10-20 17:52:53 -07:00
Taro L. Saito 1fba891de8 Fix arm64 build 2020-10-20 17:52:53 -07:00
Masatake Iwasaki 150083ca57
Using latest multiarch/crossbuild since we need cmake 3.1 or higher for building snappy 1.1.7. (#261) 2020-10-20 10:02:39 -07:00
Masatake Iwasaki a1f6977faa
Add -static-libstdc++ on LINKFLAGS of aarch64. (#256) 2020-09-08 09:20:10 -07:00
Taro L. Saito 1d1af59c06
1.1.7.7 release notes 2020-08-25 21:16:01 -07:00
Taro L. Saito 3a9e115f9c
Setting version to 1.1.7.8-SNAPSHOT 2020-08-25 21:10:52 -07:00
Taro L. Saito 5f06afd242
Setting version to 1.1.7.7 2020-08-25 21:07:11 -07:00
Taro L. Saito 6cbc623c96
Try setting javacOptions scope 2020-08-25 21:06:38 -07:00
Taro L. Saito 0a7f5b3b4f
Update README.md 2020-06-26 01:08:32 -07:00