121 Commits

Author SHA1 Message Date
dependabot[bot]
dea3abd2f4 build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 11:03:07 +00:00
dependabot[bot]
b1f9cebe7e build(deps): bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6...v6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-08 11:03:15 +00:00
dependabot[bot]
ae47159f64 build(deps): bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](08c6903cd8...1af3b93b68)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 11:18:30 +00:00
dependabot[bot]
0cf629bb7a build(deps): bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 12:08:48 +00:00
Yann Collet
6fdf94532f removed macos-13 VM from CI
it is going to be deprecated
2025-10-02 10:59:55 -07:00
Yann Collet
a5a77f24e8 Merge pull request #1063 from Cyan4973/dependabot/github_actions/actions/checkout-5.0.0
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
2025-09-09 08:32:03 -07:00
dependabot[bot]
05ff0b722a build(deps): bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 11:22:57 +00:00
dependabot[bot]
2627989a3c build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](11bd71901b...08c6903cd8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-25 23:20:00 +00:00
Yann Collet
55d9c43608 Merge pull request #1049 from zijianli1234/dev
add riscv rvv ci
2025-07-19 13:27:00 -08:00
Yann Collet
f8f2fc84ea remove VS2019 from test matrix
VS2019 is no longer supported by Github Actions
2025-07-19 13:41:44 -07:00
Zijian
11b3ebd38d Configure QEMU with RVV tail/mask agnostic all-1s mode for xxHash CI 2025-07-18 09:51:00 +08:00
ZijianLi
e2117926ef add rvv vlen=128,256,512 ci 2025-06-20 22:39:54 +08:00
ZijianLi
d5e93d0c42 add rvv ci 2025-06-20 22:04:10 +08:00
Yann Collet
2d94529192 added test_alias
expected to fail due to #1013
2025-06-18 16:52:30 -07:00
Yann Collet
85e0f23eb3 simplify cmake visual tests 2025-05-03 13:42:16 -07:00
Yann Collet
6cdc1b298d refactor cmake visual tests 2025-05-03 09:54:59 -07:00
Yann Collet
e242fc501f update CI cmake tests 2025-05-03 01:36:06 -07:00
Yann Collet
7f96b04a18 move cmake scripts to build/cmake 2025-05-03 00:57:39 -07:00
Yann Collet
3b41bfbb54 removing Ubuntu-20 tests
no longer supported by Github Actions
2025-04-24 21:35:40 -07:00
Yann Collet
26f622122f fix nostreamtest 2025-01-13 16:50:45 -08:00
Yann Collet
43d8f7987d update cmake minimum version test on github actions to 3.10 2024-12-26 22:38:18 -08:00
Yann Collet
71891a0bda Added -Og test to mingw GA test 2024-12-26 16:53:08 -08:00
Yann Collet
4b9ca605cf fix mingw32 test
the file statement just changed
2024-12-26 03:36:50 -08:00
Yann Collet
f9ea49e107 ensure that the file test in mingw ci test displays its outcome 2024-12-26 03:25:13 -08:00
Yann Collet
9b1d788241 Merge pull request #981 from lrzlin/lsx
Add LoongArch SX SIMD extension implementation
2024-12-04 07:26:48 -08:00
Yann Collet
454c8b89ee removed macos-12 tests
no longer supported by Github Actions
replaced by macos-13, 14 and 15.
2024-12-04 09:48:16 -05:00
Yann Collet
26e1d5cba5 removed ARM target on Visual test
Visual 2022 does no longer support ARM target
2024-12-04 09:36:46 -05:00
Lin Runze
e7c94efe45 Add LoongArch SX SIMD extenstion implementation 2024-12-03 03:49:06 +08:00
dependabot[bot]
746ac972f4 build(deps): bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](eef61447b9...11bd71901b)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-28 11:27:02 +00:00
dependabot[bot]
e15a785c84 build(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 11:44:29 +00:00
dependabot[bot]
61318f1067 build(deps): bump actions/checkout from 4.1.7 to 4.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 11:24:38 +00:00
Yann Collet
a26c58ae8a harsher Visual compilation tests
using `/W4` warning level
2024-08-06 15:54:02 -07:00
Yann Collet
46e863e0ed make visual test harsher
will error out on warnings
2024-08-06 14:11:34 -07:00
Yann Collet
062f94495b added new visual tests
DISPATCH=ON without `clang-cl` backend
2024-08-06 14:06:26 -07:00
dependabot[bot]
c21ea82536 build(deps): bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](a5ac7e51b4...692973e3d9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 11:43:28 +00:00
Yann Collet
b0f6d2b6d5 comment out the gcc-13 test
which has been failing for a while and doesn't seem fixed by Github.
2024-06-12 11:10:35 -07:00
dependabot[bot]
20a1ddc061 build(deps): bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](44c2b7a8a4...a5ac7e51b4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 18:05:20 +00:00
Yann Collet
c5e91acc54 remove macos-11 tests from github actions
Github has announved they will soon deprecate macos-11

Replaced it with macos-latest
2024-05-22 09:44:40 -07:00
dependabot[bot]
d39d452c19 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...44c2b7a8a4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 11:57:00 +00:00
dependabot[bot]
c728a73b81 build(deps): bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1d96c772d1...0ad4b8fada)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 11:23:52 +00:00
dependabot[bot]
f1f3f97e9e build(deps): bump actions/checkout from 4.1.2 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](9bb56186c3...1d96c772d1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 11:51:25 +00:00
Yann Collet
542c276025 added sanity_test_vectors.h check for ARM32
presumed to fail (see #926)
2024-03-21 15:41:16 -07:00
dependabot[bot]
d7b06c6642 build(deps): bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...9bb56186c3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 11:11:25 +00:00
Yann Collet
56c867f5c3 Merge pull request #914 from Cyan4973/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2024-01-29 19:54:00 -08:00
Yann Collet
b302f2474c Merge pull request #915 from Cyan4973/dependabot/github_actions/mymindstorm/setup-emsdk-14
build(deps): bump mymindstorm/setup-emsdk from 13 to 14
2024-01-29 18:16:29 -08:00
Yann Collet
9046e8c50b add sparc emulation to Github Actions CI 2024-01-29 16:34:51 -08:00
dependabot[bot]
33bacced66 build(deps): bump mymindstorm/setup-emsdk from 13 to 14
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 13 to 14.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v13...v14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 11:29:07 +00:00
dependabot[bot]
d95a5c4d31 build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 11:29:04 +00:00
dependabot[bot]
6e884ce300 build(deps): bump mymindstorm/setup-emsdk from 12 to 13
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 12 to 13.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v12...v13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 11:47:36 +00:00
dependabot[bot]
e9e93340e1 build(deps): bump actions/setup-node from 3 to 4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 11:55:52 +00:00