1197 Commits

Author SHA1 Message Date
Taro L. Saito
e504c39559
Update SECURITY.md 2023-05-08 13:28:42 -07:00
Taro L. Saito
18c53d5311
Create SECURITY.md 2023-05-08 13:28:28 -07:00
xerial-bot
05c39b2ca9
Update airframe-log to 23.4.8 (#423) 2023-04-29 09:47:08 -07:00
xerial-bot
509fe727e6
Update airframe-log to 23.4.0 (#413) 2023-04-07 00:30:32 -07:00
xerial-bot
03fa8d0a83
Update airframe-log to 23.3.4 (#409) 2023-03-31 21:56:24 -07:00
xerial-bot
7f5cd56d65
Update scalafmt-core to 3.7.3 (#410) 2023-03-31 21:56:17 -07:00
xerial-bot
c5414ed458
Update airframe-log to 23.3.3 (#406) 2023-03-22 14:42:25 -07:00
xerial-bot
079725743f
Update airframe-log to 23.3.2 (#404) 2023-03-20 09:39:58 -07:00
xerial-bot
745d4c440f
Update sbt-sonatype to 3.9.18 (#402) 2023-03-09 23:19:12 -08:00
xerial-bot
180645b2ef
Update airframe-log to 23.3.0 (#401) 2023-03-09 23:19:05 -08:00
xerial-bot
e633200b11
Update airframe-log to 23.2.5 (#397) 2023-03-06 12:55:38 -08:00
xerial-bot
e2a4b5a596
Update scalafmt-core to 3.7.2 (#399)
* Update scalafmt-core to 3.7.2

* Reformat with scalafmt 3.7.2

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.2' to .git-blame-ignore-revs
2023-03-06 12:55:26 -08:00
dependabot[bot]
0957acd563
Bump olafurpg/setup-scala from 13 to 14 (#398)
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 13 to 14.
- [Release notes](https://github.com/olafurpg/setup-scala/releases)
- [Commits](https://github.com/olafurpg/setup-scala/compare/v13...v14)

---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 12:55:17 -08:00
Ludovic Henry
3c74e292ab
Add Linux-riscv64 support (#396) 2023-02-15 01:24:42 -08:00
xerial-bot
8845930790
Update airframe-log to 23.2.4 (#395) 2023-02-14 09:56:02 -08:00
xerial-bot
17aa698cdb
Update airframe-log to 23.2.0 (#391) 2023-02-03 16:21:32 -08:00
Taro L. Saito
39160ac5d2
Fix java8 compatibility (#390)
* ByteBuffer.limit() compiled with JDK9+ shows  java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; error in JDK8
* Set --release 8 JDK option
* Do not use --release 8 option in JDK8
v1.1.9.1
2023-01-31 10:35:03 -08:00
xerial-bot
5ad862e802
Update org.osgi.core to 6.0.0 (#387) 2023-01-29 19:21:23 -08:00
Taro L. Saito
8707c34446
Update Milestone.md 2023-01-28 18:25:16 -08:00
xerial-bot
1a82fe10b7
Update org.osgi.core to 4.3.1 (#315)
* Update org.osgi.core to 4.3.1

* Update org.osgi.core to 4.3.1

* Update org.osgi.core to 4.3.1

* Revert commit(s) 3c7e99c

* Update org.osgi.core to 4.3.1

* Revert commit(s) 3a0d82f

* Update org.osgi.core to 4.3.1

* Revert commit(s) db7539d

* Update org.osgi.core to 4.3.1

* Revert commit(s) a0551d9

* Update org.osgi.core to 4.3.1

* Revert commit(s) bcb986a

* Update org.osgi.core to 4.3.1

* Revert commit(s) 832ade4

* Update org.osgi.core to 4.3.1
2023-01-28 08:47:29 -08:00
Taro L. Saito
92b6c9e4d7
Remove snappy debug assertion with -DNDEBUG c++ flag (#386)
* Remoe snappy debug assertion with -DNDEBUG c++ flag

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-28 08:42:50 -08:00
Taro L. Saito
785d43066c
Update sbt script (#385) 2023-01-28 07:29:41 -08:00
xerial-bot
083827cf74
Update airframe-log to 23.1.4 (#383)
* Update airframe-log to 23.1.4

* Revert commit(s) 5f9eb46

* Update airframe-log to 23.1.4
2023-01-28 07:25:50 -08:00
Taro L. Saito
c515db5857
Add release automation workflow (#384) v1.1.9.0 2023-01-28 00:33:40 -08:00
Ashley Taylor
34fa6e9e65
Add uncompressDoubleArray that takes offset and length (#307) 2023-01-28 00:06:45 -08:00
Taro L. Saito
2bc841b5da
Remove pure-java support (#381)
* Remove pure-java snappy support

* Remove pure-java support description
2023-01-28 00:05:11 -08:00
Taro L. Saito
cecbb0d1e2
Build native library for Snappy 1.1.9 (#380)
* Fix dependency

* Add checkout step

* Remove tty option

* Fix compiler prefixes

* Fix arm compiler names

* Reorder for debug

* Fix

* Update dockcross-arm-android

* Remove system include

* Fix strip path

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-27 23:54:10 -08:00
Taro L. Saito
a794389cf2
Upgrade to snappy-1.1.9 (#379)
* Upgrade to snappy-1.1.9

* Add sbt-dynver

* Fix script so as not to requrie perl

* Upgrade bitshuffle to 0.5.1

* use bitshuffle 0.3.4, which can be compiled without errors

* Add native library build workflow
2023-01-27 22:33:12 -08:00
dependabot[bot]
ef87735ee9
Bump olafurpg/setup-scala from 10 to 13 (#375)
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 10 to 13.
- [Release notes](https://github.com/olafurpg/setup-scala/releases)
- [Commits](https://github.com/olafurpg/setup-scala/compare/v10...v13)

---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 20:47:38 -08:00
dependabot[bot]
608968912a
Bump actions/checkout from 2 to 3 (#376)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 20:39:42 -08:00
dependabot[bot]
e8dc8f387f
Bump actions/cache from 1 to 3 (#377)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 20:39:33 -08:00
Taro L. Saito
e030a78600
Add release drafter (#378) 2023-01-27 20:39:23 -08:00
Taro L. Saito
5a46383c4f
Add dependabot (#374) 2023-01-27 20:35:48 -08:00
Taro L. Saito
4dc5112a5a
Add scalafmt dialect (#373) 2023-01-27 20:34:03 -08:00
xerial-bot
e7be5b3c94
Update airframe-log to 22.12.6 (#372) 2023-01-27 20:30:46 -08:00
xerial-bot
21beeb5b54
Update hadoop-common to 2.10.2 (#371) 2023-01-27 20:30:37 -08:00
xerial-bot
5040e7c638
Update sbt-pgp to 2.2.1 (#361)
* Update sbt-pgp to 2.2.1

* Revert commit(s) d90c8ff

* Update sbt-pgp to 2.2.1

* Revert commit(s) 12e4f46

* Update sbt-pgp to 2.2.1
2023-01-27 20:30:28 -08:00
xerial-bot
f760098351
Update plexus-classworlds to 2.7.0 (#359) 2023-01-27 20:30:19 -08:00
xerial-bot
37623d64c3
Update scalafmt-core to 3.7.1 (#368)
* Update scalafmt-core to 3.7.1

* Revert commit(s) 9d02cdb

* Update scalafmt-core to 3.7.1
2023-01-27 20:30:02 -08:00
xerial-bot
1247939d22
Update airframe-log to 22.9.3 (#349) 2023-01-27 17:18:20 -08:00
xerial-bot
76f8ff902b
Update hadoop-common to 2.7.7 (#313)
* Update hadoop-common to 2.7.7

* Update hadoop-common to 2.7.7

* Revert commit(s) 93b35c0

* Update hadoop-common to 2.7.7
2023-01-27 17:18:12 -08:00
xerial-bot
d971f545f9
Update scalafmt-core to 3.5.9 (#344) 2023-01-27 17:17:59 -08:00
xerial-bot
60758d8353
Update sbt-scalafmt to 2.5.0 (#358) 2023-01-27 17:17:51 -08:00
xerial-bot
b4ef07f9c3
Update sbt to 1.8.2 (#366) 2023-01-27 17:17:33 -08:00
xerial-bot
448679cf77
Update sbt-sonatype to 3.9.17 (#370) 2023-01-27 17:17:26 -08:00
xerial-bot
be7958f6e3
Update sbt to 1.7.3 (#355) 2022-12-05 22:14:18 -08:00
xerial-bot
d74fcf63c2
Update sbt-sonatype to 3.9.15 (#360) 2022-12-05 22:14:09 -08:00
xerial-bot
169facb1a5
Update sbt-sonatype to 3.9.14 (#357) 2022-11-08 12:06:50 -08:00
valery1707
679b9b4b88
Fix links in Javadoc badge (#350) 2022-11-04 13:47:58 -07:00
valery1707
7b4564566a
Fix links into benchmark results (#351) 2022-11-04 13:47:32 -07:00