Commit Graph

644 Commits

Author SHA1 Message Date
Taro L. Saito a180570fbc Merge pull request #121 from linux-on-ibm-z/develop-s390x
Upgrade sbt script; the old version could no longer download SBT properly
2015-08-01 10:23:26 -07:00
Bryan Chan 251e6196ab Upgrade sbt script; the old version could no longer download SBT properly 2015-08-01 12:43:07 -04:00
Taro L. Saito f38b91f18c Merge pull request #120 from linux-on-ibm-z/develop-s390x
Fix SnappyOutputStreamTest for big-endian platforms
2015-06-30 10:41:59 +09:00
Bryan Chan 08b4f6ae60 Detect the native byte order and use the correct expected value 2015-06-29 15:53:10 -04:00
Bryan Chan d8600ed65e Fix SnappyOutputStreamTest for big-endian platforms 2015-06-29 14:50:27 -04:00
Taro L. Saito 6b4e2a1df6 Merge pull request #118 from linux-on-ibm-z/develop-s390x
Support Linux on IBM z Systems
2015-06-19 23:29:29 +09:00
Bryan Chan 73fa77bc4e Add native library for s390x 2015-06-18 12:35:34 -04:00
Bryan Chan ddac8ded5c Support Linux on IBM z Systems 2015-06-17 11:01:59 -04:00
Bryan Chan 3113ffb074 Merge branch 'develop' into develop-s390x 2015-06-16 13:30:54 -04:00
Taro L. Saito 2902c04ecc Fix version 2015-06-16 12:59:04 +09:00
Taro L. Saito 68e1973d3d Setting version to 1.1.2-SNAPSHOT 2015-06-16 12:57:15 +09:00
Taro L. Saito b8d4fdeead Setting version to 1.1.2-RC3 2015-06-16 12:56:58 +09:00
Taro L. Saito 8a12982532 Merge pull request #117 from avianey/amd64-alias
Support amd64 arch under windows & linux
2015-06-16 12:54:49 +09:00
Antoine Vianey 6feccf255e #116 support amd64 arch under windows & linux
x86_64 might be recognise as x64 or amd64 on some servers... osgi the fails to load native dependencies!
2015-06-15 16:49:27 +02:00
Taro L. Saito 7fb7185916 Merge pull request #114 from xerial/revert-112-develop
Revert "SunOS/sparcv9/libsnappyjava.so"
2015-05-21 17:59:02 +09:00
Taro L. Saito 71f1fd8b39 Revert "SunOS/sparcv9/libsnappyjava.so" 2015-05-21 15:26:16 +09:00
Taro L. Saito 078b4c5085 Merge pull request #112 from openam-org-ru/develop
SunOS/sparcv9/libsnappyjava.so
2015-05-20 12:22:35 +09:00
vharseko 14a82e8dac src/main/resources/org/xerial/snappy/native/SunOS/sparcv9/libsnappyjava.so: ELF 64-bit MSB shared object, SPARC V9, total store ordering, version 1 (SYSV), dynamically linked, stripped 2015-05-20 00:23:11 +03:00
Taro L. Saito e5abaaccaa Setting version to 1.1.2-RC3-SNAPSHOT 2015-05-18 18:31:35 +09:00
Taro L. Saito 38aa42aa03 Setting version to 1.1.2-RC2 2015-05-18 18:30:55 +09:00
Taro L. Saito 9215b09cc5 #107: Add release note for 1.1.2-RC2 2015-05-18 18:30:24 +09:00
Taro L. Saito 50930c8c3b Merge pull request #111 from xerial/refactoring
Refactoring
2015-05-18 18:27:54 +09:00
Taro L. Saito ac168dfdce Simlify incomplete header handling 2015-05-18 18:13:49 +09:00
Taro L. Saito 67e7cb57fd Add test code for reading Snappy.compress result with SnappyInputStream 2015-05-18 18:13:25 +09:00
Taro L. Saito 58016fd78d Remove findbugs reported problems 2015-05-18 18:08:31 +09:00
Taro L. Saito efd802162f Upgrade findbugs4sbt plugin version 2015-05-18 18:03:41 +09:00
Taro L. Saito 272604b3b0 Add note on setting loglevel 2015-05-18 18:03:41 +09:00
Taro L. Saito c8842a0603 Added findbugs and jacoco (coverage report) settings 2015-05-18 18:03:41 +09:00
Taro L. Saito aee2b85253 Removed unused variable 2015-05-18 18:03:41 +09:00
Taro L. Saito de3ad7bb52 Merge pull request #110 from xerial/check-style
Apply airlift checkstyle
2015-05-18 17:00:44 +09:00
Taro L. Saito 66115a49ad Applied the same style with https://github.com/airlift/codestyle 2015-05-18 16:51:53 +09:00
Taro L. Saito 02c14db79e Add sbt checkstyle plugin 2015-05-18 16:44:49 +09:00
Taro L. Saito d6908244a7 Merge pull request #109 from xerial/fix-newline
Use LF as newline
2015-05-18 15:53:47 +09:00
Taro L. Saito 3cf34325d7 Use LF as newline 2015-05-18 15:36:06 +09:00
Taro L. Saito 6b4df5a5f8 1.1.2-RC2-SNAPSHOT 2015-05-18 15:32:13 +09:00
Taro L. Saito 5bd06f4526 Merge pull request #108 from JoshRosen/close-should-be-idempotent
Make SnappyOutputStream.close() idempotent; guard against writing to closed stream
2015-05-15 05:25:08 +09:00
Josh Rosen 38ec9fd03b Null buffer refs when closing SnappyOutputStream. 2015-05-14 11:22:34 -07:00
Josh Rosen dcdada2ed4 Throw IOException when writing to / flushing closed SnappyOutputStreams. 2015-05-14 10:59:16 -07:00
Josh Rosen 2b6c8dc896 Make close() idempotent (fixes #107). 2015-05-14 00:36:00 -07:00
Josh Rosen c5a3b102bc Add failing regression test for #107 2015-05-14 00:30:53 -07:00
Taro L. Saito 70ff167f6f Fix javadoc link 2015-05-13 11:34:20 +09:00
Taro L. Saito 50afc2cc9b Fix broken link 2015-05-13 11:33:24 +09:00
Taro L. Saito 3ae91f1cd8 Remove eclipse settings 2015-05-13 11:31:20 +09:00
Taro L. Saito 16010e791c Setting version to 1.1.2-SNAPSHOT 2015-05-13 11:15:15 +09:00
Taro L. Saito 39606e5c4e Setting version to 1.1.2-RC1 2015-05-13 11:10:53 +09:00
Taro L. Saito 09827ad9fe Fix release tag name 2015-05-13 11:05:49 +09:00
Taro L. Saito 195310f3d4 Setting version to 1.1.2-SNAPSHOT 2015-05-13 11:02:01 +09:00
Taro L. Saito 7010fb0e41 Setting version to 1.1.2-M1 2015-05-13 11:01:39 +09:00
Taro L. Saito de6864edeb Upgrade sbt script 2015-05-13 11:00:19 +09:00
Taro L. Saito 50e67d710e Add 1.1.2-RC1 release notes 2015-05-13 10:59:43 +09:00