d4d9214
PC: SoA Name Helpers (#4300)afa9510
Fix Codespell Warnings (#4304)66e83ea
PC: Ensure Uniqueness of SoA Names (#4299)20eb1ab
PC Names: Same Type, Multiple Vars/Instances (#4302)92d35c2
Use bigint in HypreSolver test (#4297)1803a94
Fix new coverity scan warnings (#4295)59fb603
Use PETSc 3.22.2 in CI (#4301)90373e7
CI: Remove ICC/ICPC (Compiler Classic) (#4303)0233b8e
Fix: PC Tile Copy w/ Names (#4298)e6828ed
misspelling in a profiler (#4296)Sourced from actions/checkout's releases.
v4.2.2
What's Changed
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924New Contributors
@Jcambass
made their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
v4.2.0
What's Changed
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependabot updates in actions/checkout#1777 & actions/checkout#1872
New Contributors
@yasonk
made their first contribution in actions/checkout#1869@lucacome
made their first contribution in actions/checkout#1180Full Changelog: https://github.com/actions/checkout/compare/v4.1.7...v4.2.0
v4.1.7
What's Changed
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776New Contributors
@orhantoy
made their first contribution in actions/checkout#1774Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7
v4.1.6
What's Changed
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732- Update for 4.1.6 release by
@cory-miller
in actions/checkout#1733Full Changelog: https://github.com/actions/checkout/compare/v4.1.5...v4.1.6
v4.1.5
What's Changed
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
... (truncated)
11bd719
Prepare 4.2.2 Release (#1953)e3d2460
Expand unit test coverage (#1946)163217d
url-helper.ts
now leverages well-known environment
variables. (#1941)eef6144
Prepare 4.2.1 release (#1925)6b42224
Add workflow file for publishing releases to immutable action package
(#1919)de5a000
Check out other refs/* by commit if provided, fall back to ref (#1924)d632683
Prepare 4.2.0 release (#1878)6d193bf
Bump braces from 3.0.2 to 3.0.3 (#1777)db0cee9
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(#1872)b684943
Add Ref and Commit outputs (#1180)aabe639
Tweak changelogf90090b
Update changelog9ff9c69
Bump version06ad122
Update changelog5f0572a
Workaround a compilation error on gcc 9.4898d438
Fix formatting into std::ostreambuf_iterator using a compiled format (#4312)937b7c5
Add args() accessor back to fmt::format_context (#4310)01914f0
Reduce size of basic_specsc43da35
Workaround an ICE when using modules with gcc 14.2 and earlier8303d14
Update versionSourced from github/codeql-action's releases.
v3.28.2
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.2 - 21 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
- Don't fail in the unusual case that a file is on the search path. #2660.
3.27.9 - 12 Dec 2024
No user facing changes.
3.27.8 - 12 Dec 2024
- Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. #2624
3.27.7 - 10 Dec 2024
- We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #2631
- Update default CodeQL bundle version to 2.20.0. #2636
3.27.6 - 03 Dec 2024
- Update default CodeQL bundle version to 2.19.4. #2626
3.27.5 - 19 Nov 2024
No user facing changes.
3.27.4 - 14 Nov 2024
No user facing changes.
3.27.3 - 12 Nov 2024
No user facing changes.
... (truncated)
d68b2d4
Merge pull request #2708
from github/update-v3.28.2-d90e07f32ea23796
Update changelog for v3.28.2d90e07f
Merge pull request #2703
from github/dependabot/npm_and_yarn/npm-cd3f77644b7b7562b
Update checked-in dependenciesc168638
build(deps): bump the npm group with 3 updates0f1559a
Merge pull request #2699
from github/cklin/diff-informed-file-fallback2d608a3
Merge branch 'main' into cklin/diff-informed-file-fallback94f08f3
Merge pull request #2698
from github/cklin/diff-informed-status-report071996f
getDiffRanges: better fallback for absent patch5889cfd
Add analysis_is_diff_informed to status reportSourced from mkdocs-bibtex's releases.
v4.0.1
Version 4.0.1
Commits
- [26da3338] FIX: Not invalidating citation blocks with 0 citations (#290)
v4.0.0
Version 4.0.0
Commits
v3.0.0
Version 3.0.0
Commits
- [fddf1c20] Refactor for easier updating (#285)
v2.21.0
Version 2.21.0
Commits
v2.20.0
Version 2.20.0
Commits
v2.19.0
Version 2.19.0
Commits
v2.18.0
Version 2.18.0
Commits
v2.17.0
Version 2.17.0
Commits
- [dd0695f5] Zotero pagination (#288)
- [632ad7aa] remove branching for unsupported python versions
- [b14bf151] Bump validators from 0.20.0 to 0.34.0
- [acef152e] Bump pytest-cov from 4.1.0 to 6.0.0
- [e90c2e7c] Bump mkdocs from 1.5.3 to 1.6.1
- [ceeb742b] Bump requests from 2.31.0 to 2.32.3
... (truncated)
26da333
FIX: Not invalidating citation blocks with 0 citations (#290)fddf1c2
Refactor for easier updating (#285)dd0695f
Zotero pagination (#288)632ad7a
remove branching for unsupported python versionsb14bf15
Bump validators from 0.20.0 to 0.34.0acef152
Bump pytest-cov from 4.1.0 to 6.0.0e90c2e7
Bump mkdocs from 1.5.3 to 1.6.1ceeb742
Bump requests from 2.31.0 to 2.32.3ce96543
Bump pytest from 7.4.4 to 8.3.49cea87c
Bump ruff from 0.4.7 to 0.9.1 (#284)d8849ba
Merge pull request #151
from BenWibking/delete-exe28c7277
Merge branch 'main' into delete-exe6e28c54
Merge pull request #149
from BenWibking/update-submoduleseebd3e3
Merge branch 'main' into update-submodules9d33cdd
Merge branch 'main' into delete-exe3387dbd
add option to delete executable if test passesb735d41
fix buge09d992
add log message691854b
add option to update git submodulescba71d3
update submodules when doing git fetchSourced from SonarSource/sonarcloud-github-c-cpp's releases.
v3.2.0
[!WARNING] This new version of the GitHub action for C, C++, and Objective-C with SonarQube Cloud (
sonarcloud-github-c-cpp
) is going to be the last one specifically designed for these languages.This action is deprecated and will be removed in a future release.
Please use the
sonarqube-scan-action
and itsinstall-build-wrapper
sub-action instead.More specifically, if the action is used to install both the SonarScanner CLI and the Build Wrapper:
- replace
sonarcloud-github-c-cpp
with the latest version ofSonarSource/sonarqube-scan-action/install-build-wrapper
- if the step calling the action is named
Install sonar-scanner and build-wrapper
, or something similar, rename it toInstall Build Wrapper
- replace the step calling
sonar-scanner
with a step usingSonarSource/sonarqube-scan-action
- the arguments passed to
sonar-scanner
should be passed to the action via theargs
input parameterIf the action is used to install the SonarScanner CLI, and the Build Wrapper is not required:
- remove the
sonarcloud-github-c-cpp
step altogether- replace the step calling
sonar-scanner
with a step usingSonarSource/sonarqube-scan-action
- the arguments passed to
sonar-scanner
should be passed to the action via theargs
input parameterCheck the C++ section in the README of the
sonarqube-scan-action
for complete examples.What's Changed
- SCCPPGHA-9 Upgrade all recommended GitHub Action versions by
@7PH
in SonarSource/sonarcloud-github-c-cpp#61- SCCPPGHA-13 Add Jira integration by
@pavel-mikula-sonarsource
in SonarSource/sonarcloud-github-c-cpp#62- SCCPPGHA-10 Rebrand and forward to the C and C++ action for SQS by
@antonioaversa
in SonarSource/sonarcloud-github-c-cpp#64- SCCPPGHA-16 Deprecate in favor of sonarqube-scan-action by
@antonioaversa
in SonarSource/sonarcloud-github-c-cpp#66- SCCPPGHA-21 Change title back to SonarCloud Scan for C and C++ by
@antonioaversa
in SonarSource/sonarcloud-github-c-cpp#65New Contributors
@7PH
made their first contribution in SonarSource/sonarcloud-github-c-cpp#61@pavel-mikula-sonarsource
made their first contribution in SonarSource/sonarcloud-github-c-cpp#62@antonioaversa
made their first contribution in SonarSource/sonarcloud-github-c-cpp#64Full Changelog: https://github.com/SonarSource/sonarcloud-github-c-cpp/compare/v3.1.0...v3.2.0
44cc4d3
SCCPPGHA-21 Change title back to SonarCloud Scan for C and C++ (#65)211a45f
SCCPPGHA-16 Deprecate in favor of sonarqube-scan-action (#66)166e6d6
SCCPPGHA-10 Rebrand and forward to the C and C++ action for SQS (#64)0aed737
Add Jira integration754f54f
SCCPPGHA-9 Upgrade all recommended GitHub Action versions (#61)Sourced from mkdocs-bibtex's releases.
v4.0.1
Version 4.0.1
Commits
- [26da3338] FIX: Not invalidating citation blocks with 0 citations (#290)
v4.0.0
Version 4.0.0
Commits
v3.0.0
Version 3.0.0
Commits
- [fddf1c20] Refactor for easier updating (#285)
v2.21.0
Version 2.21.0
Commits
v2.20.0
Version 2.20.0
Commits
v2.19.0
Version 2.19.0
Commits
v2.18.0
Version 2.18.0
Commits
v2.17.0
Version 2.17.0
Commits
- [dd0695f5] Zotero pagination (#288)
- [632ad7aa] remove branching for unsupported python versions
- [b14bf151] Bump validators from 0.20.0 to 0.34.0
- [acef152e] Bump pytest-cov from 4.1.0 to 6.0.0
- [e90c2e7c] Bump mkdocs from 1.5.3 to 1.6.1
- [ceeb742b] Bump requests from 2.31.0 to 2.32.3
... (truncated)
26da333
FIX: Not invalidating citation blocks with 0 citations (#290)fddf1c2
Refactor for easier updating (#285)dd0695f
Zotero pagination (#288)632ad7a
remove branching for unsupported python versionsb14bf15
Bump validators from 0.20.0 to 0.34.0acef152
Bump pytest-cov from 4.1.0 to 6.0.0e90c2e7
Bump mkdocs from 1.5.3 to 1.6.1ceeb742
Bump requests from 2.31.0 to 2.32.3ce96543
Bump pytest from 7.4.4 to 8.3.49cea87c
Bump ruff from 0.4.7 to 0.9.1 (#284)b3f6738
Make FFT safe for slabs (#4268)bdb4be3
Fix sumToLine for multiple components (#4266)7111355
Fix WarpX CI (#4267)3fcfcce
Add version of PC::Checkpoint that allows toggling off certain
components. (#...9643da4
Use async sends in particle communication (#4257)8024e3a
Fix OMP bug in #4238
(#4260)50e25ec
AMReX Algebra: AlgVector and SpMatrix (#4259)96db0a6
EBData: New class containing Array4's for all EB data (#4238)6aa80df
FFT::OpenBCSolver: Fix batch mode (#4255)2f10b41
use abs for spherical 2d area (#4256)2e246cc
JSON/TOML backend: introduce abbreviated IO modes (#1493)c639257
TOUCH IOTask: Avoid setting files as dirty in non-write modes (#1704)b8ce8a0
Unify Random-Access API and Streaming API into Series::snapshots() (#1592)77a55a3
HDF5: Delete and re-create attribute when overwriting with diff. type
(#1697)1bd63c7
Properly check for empty HDF5_VERSION in CMake (#1702)bb45720
Upgrade appleclang14 build to MacOS 13 (#1703)1628567
Conda: Pin HDF5 to 1.14.1 in CI workflow (#1701)73ef006
Avoid including <iostream> in library code7470c2d
emitter: Support std::string_view8a9a7b7
Update CONTRIBUTING.mdd45c4fb
Update README.md61db897
Exclude ubuntu/C++ 11/googletest system from the test matrix since it
doesn't...7def204
Fix bazel build, and commit module lock file.1da813f
ensuring local tags are retained after loading a node + testf878043
Don't install embedded copy of GTeste3ddede
Update versione9ec4fd
Bump versionfeb7212
Readd FMT_NO_UNIQUE_ADDRESS8d517e5
Update changelog563fc74
Update changelog3e04222
Restore ABI compatibility with 11.0.2853df39
Mention compile-time formatting11742a0
Clarify that format_string should be used instead of fstringda24fac
Document fstring5fa4bdd
Define CMake components to allow docs to be installed separately (#4276)c35aad2
FFT::PoissonHybrid: Add solve() needed by ERF (#4250)4a3a5ff
Add CMake option: AMReX_CUDA_OBJDIR_AS_TEMPDIR (#4246)1c8b545
FFT::PoissonHybrid: Support non-periodic boundaries in x & y
directions (#4247)f7f3ee9
FFT Poisson Solver: Fill ghost cells in solve() function (#4244)12d6af2
Update GMRES Comments (#4243)1424c86
Fix dangling-reference warnings for particle functions. (#4241)c9546cd
Parser: Use malloc if Arena is not ready (#4240)86f31c5
Add portable implementation of random numbers drawn from the Gamma
distributi...b98eaaf
Fix warning and undefined behavior (#4236)4210fe0
Implementation of Bessel functions of second kind (yn) (#4234)9ce5a25
fix: spell fixebfbf27
patch: added more defensive programming techniques06ffaf3
remove reduntant license information0b94541
fix: add missing include82f3c04
fix: add YAML_CPP_API for windows-shared library buildsd8de965
patch: move dragonbox.h from 'include' folder to 'src' folder5d9e4b6
patch: split fp_to_string.h into fptostring.h and fptostring.cpp28c0a1b
doc: add a little more information to dragonbox file72865f7
fix: remove trailing return typesf4bca79
fix: fp_to_string uses now 2 spaces385c01d
Allow bit_cast to work for 80bit long double (#4246)df249d8
Remove an old workarounddfad80d
Remove an old workaround536cabd
Export all range join overloads (#4239)b1a0547
Remove more MSVC 2015 workarounds and fix string_view checksbfd9539
Remove MSVC 2015 workaround9ced61b
Replace std::forward for clang-tidy (#4236)75e5be6
Sort specifiersa169d7f
Fix chrono formatting syntax doc (#4235)a6c45df
Fix modular buildSourced from ZedThree/clang-tidy-review's releases.
v0.20.1
What's Changed
- fix(split-review): search by string in names by
@Nerixyz
in ZedThree/clang-tidy-review#140Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.20.0...v0.20.1
e005a6d
Merge pull request #140
from Nerixyz/fix/split-review94e0056
chore: remove redundant Path(..)
74d6cb5
fix: search by string in namesSourced from ZedThree/clang-tidy-review's releases.
v0.20.0
What's Changed
- ensure diff paths are the same on all platforms by
@bwrsandman
in ZedThree/clang-tidy-review#130- Fix regression to cull_comments by
@bwrsandman
in ZedThree/clang-tidy-review#128- fix: support empty commits/PRs by
@Nerixyz
in ZedThree/clang-tidy-review#132- Add a run time profile report by
@bwrsandman
in ZedThree/clang-tidy-review#127- Use task queue to spawn multiple processes of tidy by
@bwrsandman
in ZedThree/clang-tidy-review#126- Fix remaining Ruff lints and (most) type errors by
@Nerixyz
in ZedThree/clang-tidy-review#137- Fix a bunch of ruff issues by
@ZedThree
in ZedThree/clang-tidy-review#133Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.19.0...v0.20.0
9539823
Merge pull request #133
from ZedThree/linting3aea09f
Use Path
in more places30fd704
Merge branch 'master' into linting1ad1991
Merge pull request #137
from Nerixyz/chore/more-linting87a563c
fix: correct various types5e9fb02
fix: use positional args for regex (B034
)71fa158
fix: merge with
(SIM117
)afd3a85
fix: resolve PTH*
lints88d4e32
Merge pull request #126
from bwrsandman/multiprocess02da243
Use task queue to spawn multiple processes of tidy397d3d2
Add cosmic rays to metal chemistry (#1651)ca10c3e
Update README to mention ISM chemistry (#1652)01cc637
Correctly handle ices in metal chemistry (#1650)1e1dc14
Remove unused param (#1648)d98d39b
Define Tdust as aux var (#1649)3961b43
update changes for 24.09b9d549b
Add option to do stable redistribute with GPUs (#4200)47108f0
Fix typo in documentation of Tensor Linear Solver (#4206)92679ba
Remove HIP_INDIRECT_FUNCTION (#4199)dc745bb
Use The_Comms_Arena in particle communication. (#4175)c060294
Refactor grid-stride loop (#4190)8f4fbaf
Fix a typo in CI build option (#4196)0c7df10
STL optimization: Bounding volume hierarchy (#4140)c333708
Bounded sampling (#4195)b00c828
amrex::FFT (#4193)62c2a81
SmallMatrix: Structured binding support (#4189)c2bec4c
chore(test): moved infiniteloop test to load_node_test suite.29c59c0
new(test): added a test to avoid future issues with LoadAll().bc67157
fix(src): avoid possible infinite loop in LoadAll().4b8e283
More cleanup7d4662f
Remove FMT_BUILTIN_CTZ27110bc
Minor cleanup68f3153
Fix narrowing conversion warning in struct fstring (#4210)168df9a
Implement fmt::format_to into std::vector<char> (#4211)4daa3d5
Fix error: cannot use 'try' with exceptions disabled in Win LLVM Clang
(#4208)e9eaa27
Add std::exception to the docs2b6a786
Use standard context in printa16ff57
Add support for code units > 0xFFFF in fill601be1c
Add support for code units > 0xFFFF in fill94a3a8f
[pre-commit.ci] pre-commit autoupdate (#1687)2a36ef8
Pickle API: Cache unpickled Series to avoid repeated file access (#1654)de67eff
Fix Leftover ADIOS1 Mentions (#1683)757676d
Add OPENPMD_PYTHON_TEST_PREFIX environment variable (#1691)2593317
Add openPMD version 2.0 to supported API versions (#1551)7620c47
Version 0.17.0-dev (#1689)7abdd7c
Fix ICX build (#1690)93df9d5
PYBIND11_FINDPYTHON=ON
(#1684)9806b04
Doc: Fix Shipped Internally (#1682)d0b5370
Fix 0.16.0 versions (#1680)9286964
Merge pull request #11
from brittonsmith/update737009c
Remove rate coefficients testing file after transitioning test to gold
standa...7499abb
Merge pull request #10
from brittonsmith/gtestddcc68a
Remove obsolete testing answer files.9a63dbe
Merge pull request #9
from brittonsmith/issue6ee5ff1c
Add missing redshift dataset to cooling table.5d73d81
Merge pull request #8
from brittonsmith/PR1269084536
Update answers for PR #126.31ec9d7
Merge pull request #5
from brittonsmith/PR979b4ab63
Update answers for PR #97.c95722a
Improve naming consistencydb06b0d
Use countl_zero in bigintb9ec48d
Cleanup bigint3faf6f1
Add min_of/max_ofd64b100
Relax constexprff9ee04
Fix handling FMT_BUILTIN_TYPES1c5883b
Test nondeterministic conversion to format stringcacc310
Don't assume repeated evaluation of string literal produce the same
pointerfade652
Require clang >=15 for _BitInt support (#4176)96dca56
Module linkage fixes for shared build (#4169)d2d8f40
Script: New Version (#1467)88089bc
CMake Superbuild: Tarball (#1668)ff0c669
Independent writes: Make workaround more flexible (#1660)016bb8a
Allow numpy 2.0 in requirements.txt (#1669)b40607a
Python Series/Iteration: Fix Length (#1659)dc58cc5
CMake Superbuild: Repo & Local Source (#1667)87f30e7
Remove ThirdParty Directories (#1666)570f155
Replace internal dependencies by FetchContent (#1583)da82fd9
chore(test/integration): refactor some test cases to their own
test.1f2b841
fix(src,include,test): fixed multiple cases where a bad yaml was
accepted.Sourced from ossf/scorecard-action's releases.
v2.4.0
What's Changed
This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.
- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0 by
@spencerschrock
in ossf/scorecard-action#1410- :bug: lower license sarif alert threshold to 9 by
@spencerschrock
in ossf/scorecard-action#1411Documentation
- docs: dogfooding badge by
@jkowalleck
in ossf/scorecard-action#1399New Contributors
@jkowalleck
made their first contribution in ossf/scorecard-action#1399Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0
v2.3.3
[!NOTE]
There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tagWhat's Changed
- :seedling: Bump github.com/ossf/scorecard/v4 (v4.13.1) to github.com/ossf/scorecard/v5 (v5.0.0-rc1) by
@spencerschrock
in ossf/scorecard-action#1366- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 by
@spencerschrock
in ossf/scorecard-action#1374- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0.20240509182734-7ce860946928 by
@spencerschrock
in ossf/scorecard-action#1377For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.
Documentation
- :book: Move token discussion out of main README. by
@spencerschrock
in ossf/scorecard-action#1279- :book: link to
ossf/scorecard
workflow instead of maintaining an example by@spencerschrock
in ossf/scorecard-action#1352- :book: update api links to new scorecard.dev site by
@spencerschrock
in ossf/scorecard-action#1376Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3
62b2cac
bump docker tag to v2.4.0 for release (#1414)c09630c
lower license score alert threshold to 9 (#1411)cf8594c
:seedling: Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.3.0 (#1413)de5fcb9
:seedling: Bump the github-actions group with 2 updates (#1412)a46b90b
bump scorecard to v5.0.0 release (#1410)9fc518d
:seedling: Bump golang in the docker-images group (#1407)a8eaa1b
:seedling: Bump the github-actions group with 2 updates (#1408)873d5fd
:seedling: Bump the github-actions group across 1 directory with 2
updates (#...54cc1fe
:seedling: Bump the docker-images group with 2 updates (#1401)82bcb91
:seedling: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1400)74127d6
Update CHANGES for 24.09 (#4122)d06504a
Simplify cache cleanup actions (#4121)7c2ef81
CI: WarpX on development
(#4110)df0d594
Curl Curl Solver: Option to use PCG instead of LU (#3812)12002e7
Support for multiple periods in FillBoundary and ParallelCopy (#4106)b05f69f
ParmParse::prettyPrintTable (#4101)dea2432
TinyProfiler:: Add more runtime parameters (#4100)baec46e
Fix start_comp offset in tracer particle routines (#4098)0e97bad
ParmParse: queryarrWithParser (#4073)68e3741
Add Geometry::RoundoffLo and RoundoffHi functions (#4097)4789924
Merge pull request #146
from EZoni/EZoni_rm_testdir715ea85
Rename option rm_testdir
to clean_testdir
5bd6a57
Check test run, analysis, and comparison2b047a6
Add rm_testdir
option21c052c
Merge pull request #147
from EZoni/EZoni_compare_successful088c34d
Fix typo in compare_successful
variable assignment1c7d7ff
Fix memory leak (#1662)ff21bbc
Python: Series to DataFrame (#1506)fafdac2
Opt-in support for unknown ADIOS2 engines (#1652)e9dd0e3
HDF5 independent flush config (#1634)6956b01
setup.py: Transitive ZLIB Static (#1522)443fdef
Use a shared pointer to bool to check if destructor ran (#1657)621e9c1
Clarify why we have TYPE in native_formatterbca7040
Simplify compile-time checks8c4b17f
Simplify compile-time checks516a2e2
Cleanup FMT_STRING6797f0c
Cleanup compile-time checksdb496b4
Remove old gcc hack8eda3c8
Cleanup compile-time check5331690
Move string_literal to format.h8a484ad
Minor cleanupb446cc9
fwrite_fully -> fwrite_all47cd272
Remove build debug messages850ec4f
Fix reference types in iterators84459a7
fix: missing token enum nameee9c4d1
fix: parse files with '\r' symbols as line ending correctlyb38ac5b
Use FetchContent_MakeAvailable7b469b4
emitterutils: Explicitly include <cstdint>8fbf344
doc, fix: invalid liquid '{{...}}' tags06c3d1d
fix compile warning(Pull requests #1305)(Issues
#1306)04dddd6
Revert "Fix compile warning with -Wshadow"1f5e971
Fix compile warning with -Wshadow83ecf62
Catalyst support (#4011)a8c5255
Fix typos in FaceDivFree interior interpolation. (#4048)20e6f2e
ParmParse: Fix assertion in new queryarr for IntVect & RealVect (#4051)6975ae0
ParmParse: Read IntVect & RealVect from array (#4050)80b0c7e
IParser: Use long long int (#4046)fd1633e
ParmParse: Math expression support (#4032)11d31e5
AmrData: remove dependency on Fortran (#4049)d9dec56
Remove reliance on managed memory in HDF5 mesh IO (#4047)3cb7f15
New Feature in MLEBNodeFDLaplacian: MultiFab sigma coefficient (#3968)930e75e
Nodal Solver: Use multi-color Gauss-Seidel on GPU (#4043)24fc854
include higher taylor terms for fast_atan (#1611)a5408ba
update self-consistent NSE SDC update with Tabular NSE (#1569)b413290
remove some more Fortran comments (#1609)448132f
remove test_nse and rename test_ase -> test_nse_net (#1610)963ff00
remove the old test_screening (#1608)d791e67
Remove strang nse (#1549)4142d4f
Update rhoX for nse_solver for SDC and discard strang (#1607)0b1a231
add NSE bailout to RKC (#1544)d326c72
Fix conversion a surrogate pair (#4095)6e462b8
Get rid of std::copyaff640c
Make fmt::appender implement std::output_iterator concept (#4093)e23fb6a
Apply clang-format16b3542
Remove float_specs29d7e58
Remove float_format919f7c5
Reduce float_specs usagea80d668
Diagnose invalid precision707d7d9
Apply coding conventionsde6ed8d
Test alignmentb95aa14
fix: use C locale by default4f83a7e
ADIOS2: Override access mode (#1638)74fdc47
Pickle API: Avoid static Series hack, allow multiple Series (#1633)ff6cf66
CI: macOS 11->12 (#1653)0358d09
Compatibility with toml11 4.0 (#1645)0fa1803
Parse lazily in linear access (#1650)7efa3b7
Fix Conda CI (#1651)1e3240b
Add missing openPMD_HAVE_MPI guard (#1649)5a24100
Flush target newstep (#1632)bda3544
Performance: Flush IOHandler only once, not for each Iteration (#1642)7418556
HDF5: Correctly handle writing only some components when writing
Particle (#4...73e46e6
HDF5: Correctly choose datatype of plotfile based on RD numBytes (#4006)2f93525
Fix L2 norms in C_util/Convergence codes (#4009)463bdf4
Match the dimensions of reqd_work_group_size to submitted nd_range (#4002)27b399a
GNU Make: try nvidia-smi for CUDA arch if deviceQuery fails (#3997)259db7c
Sundials Update (#3984)adfc227
Derive: Add MultiFab version of DeriveFunc (#3990)85bef47
GNU Make: Add support for CUDA LTO (#3993)0e3e39b
Bottom Solver: Keep the unconverged result if it's an improvement (#3991)36f111b
Workaround std::exclusive_scan issue with old compilers (#3996)Sourced from SonarSource/sonarcloud-github-c-cpp's releases.
v3.0.0
What's Changed
- SC-12362 Improve the SonarCloud Intro in README.md by
@claire-villard-sonarsource
in SonarSource/sonarcloud-github-c-cpp#50- Update actions/cache to v4 by
@N-Coder
in SonarSource/sonarcloud-github-c-cpp#48- SCCPPGHA-2 Support macOS ARM runners by
@enzo-pellegrini
in SonarSource/sonarcloud-github-c-cpp#55- CPP-5241 Migrate github action from build-wrapper-output to compilation-database by
@enzo-pellegrini
in SonarSource/sonarcloud-github-c-cpp#54- SCCPPGHA-6 Support Running on Linux ARM64 by
@enzo-pellegrini
in SonarSource/sonarcloud-github-c-cpp#57- Update sonar-scanner-version to 6.0.0.4432 by
@github-actions
in SonarSource/sonarcloud-github-c-cpp#58Full Changelog: https://github.com/SonarSource/sonarcloud-github-c-cpp/compare/v2.0.2...v3.0.0
New Contributors
@claire-villard-sonarsource
made their first contribution in SonarSource/sonarcloud-github-c-cpp#50@N-Coder
made their first contribution in SonarSource/sonarcloud-github-c-cpp#48@vil02
made their first contribution in SonarSource/sonarcloud-github-c-cpp#38@enzo-pellegrini
made their first contribution in SonarSource/sonarcloud-github-c-cpp#55Update README
No release notes provided.
e25edae
SCCPPGHA-6 Support Running on Linux ARM64 (#57)905f4e3
Update sonar-scanner-version to 6.0.0.4432 (#58)5c3c391
CPP-5241 Migrate github action from build-wrapper-output to
compilation-datab...8a10879
SCCPPGHA-2 Support macOS ARM runners (#55)bc8c862
NO-JIRA Remove duplicated space in README1602208
This repository is owned by the Analysis Experience squad388d750
Update actions/cache to v4 (#48)0f2dd7b
Update the SonarCloud intro in README.md (#51)a5e1e96
SC-12362 Improve the SonarCloud intro in README.md (#50)686339f
Minor cleanupe355c11
Tweak wording in the changelog707bb5b
Fix grammar6f68c62
Ignore doxygen filesd059fe4
Ignore vagrant files43c5b34
Fix package builde89568e
Update vagrant configf5bf6f7
Update build scriptbd9af9a
Update changelog1652108
Fix typo9184c2e
Fix wrong logging of TOUCH task (#1643)7f5c33d
Fix: Add back iteration.close() call (#1641)3daaa14
CI fixes and documentation for Pybind v2.12.0 and Numpy 2.0 (#1637)51bcde6
Update Pybind to v2.12.0 (#1640)a207118
Regexes: Sanitize user input (#1624)534706f
Fix particle patches flush api (#1626)87cdc96
Fix Python container and pickle API (#1627)5d9fb34
Workaround for independent writes to Iterations in parallel, better
detection...51caab3
Seems we need the MPI workaround for Conda now too..... (#1628)a65f0a5
add missing AMReX_SUNDIALS in AMReXConfig.cmake (#3962)14d56ef
Linear Solver: Fix semicoarsening issues with multiple AMR levels (#3961)28b0101
add DEBUG_LIBSTDCXX option to GNU Make gcc for libstdc++ debug (#3945)f474963
Fix bug introduced in #3959
(#3960)8e67cc9
InterpBndryData: Make changes for multi-level hypre (#3959)74ab071
FabArray: Make some functions static (#3958)345cb88
MultiArray4: add conversion operator to bool (#3957)523c11e
Overloading Array4::operator()
, ptr
and
contains
(#3956)e6c93bf
Fix block size in PermutationForDeposition (#3953)fed4bc1
Tune PermutationForDeposition for MI250X (#3925)1d8ca1f
Avoid static reference to temporaryfcd3e1e
is_convertible_v -> is_convertible::value (#3983)dc401b1
Move handlers outside of the docsf7c5588
Cleanup syntax doca4e4067
Fix markdown3479828
Fix markdown191b0cb
Fix markdowne80f4a9
Cleanup syntax doc022d8ef
Update doc.ymlca8eeb0
Add glibc ext for day of month and week of year (#3976)cddb41f
Fix markdown2c1dbc9
[pre-commit.ci] pre-commit autoupdate (#1613)4d77fad
Bump s-weigand/setup-conda from 1.2.1 to 1.2.2 (#1621)0baf09f
Add rank table for locality-aware streaming (#1505)8c57285
Span API: Set dirty flag (#1615)95cbcb6
Fix CI issues for ADIOS2 v2.10: Add openPMD_HAVE_ADIOS2_BP5, datatype
fixes i...Sourced from ZedThree/clang-tidy-review's releases.
v0.19.0
What's Changed
- Add links to check documentation in review by
@bwrsandman
in ZedThree/clang-tidy-review#123- Add clang-tidy 18 by
@daljit46
in ZedThree/clang-tidy-review#121- Add a hint for generating the compile command outside the container by
@m-kuhn
in ZedThree/clang-tidy-review#120New Contributors
@daljit46
made their first contribution in ZedThree/clang-tidy-review#121@m-kuhn
made their first contribution in ZedThree/clang-tidy-review#120Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.18.0...v0.19.0
85799d6
Merge pull request #120
from m-kuhn/patch-1b719737
Merge pull request #121
from daljit46/clang_tidy_183ff13b4
Merge pull request #123
from bwrsandman/links-in-commentsdbe658e
Add links to check documentation in review9bde8c5
Add clang-tidy 1865fbe78
Add a hint for generating the compile command outside95a92e2
cleanup of latest changes for 3D EB (#3912)ddf15b9
3d anisotropic eb (#3907)d857968
Fix compiler warnings in Parser (#3908)b029e4f
Update for ROCm 6.1.0 (#3898)aba9891
clarify comment about EnforcePeriodicity (#3903)b752027
fix a HIP/Frontier issue (#3902)2c9e432
Update HIP CIs for rocm 6.1.0 (#3897)64d2360
Set AMD wavefront size according to AMReX_AMD_ARCH (#3881)96f6d66
Fix offset in recv buffer of single precision particle communication (#3896)2780fa8
Fix Assertion (#3894)48c9084
Fix CodeQL alert (#3945)cf1f55f
Specialize formatter
for all std::basic_string
types (#3943)400f6a8
Dedup ADL begin/end lookupa3e0931
Update signature in the doc51eeccd
const void* is neither a fundamental nor string typef30f1fd
Document formatter specializations provided by base.hf4b256c
Fix warning C26439f746a59
Cleanup FMT_ASSERTee0c335
Fix format_to + FMT_STRING for wide character type (#3931)9973576
Fix FMT_USE_NONTYPE_TEMPLATE_ARGS define back (#3937)805c760
Print a hint on what might be wrong when retrieveSeries fails (#1610)9e53e9a
[pre-commit.ci] pre-commit autoupdate (#1607)124b71b
use a helper function to get the index into the NSE tables (#1495)95cb860
remove redundant rhs and ydot for NSE_NET (#1507)886498d
Optimize fill_merge_indices/nse_grouping for NSE_NET (#1506)3169bfe
remove the is_jacobian_term_used logic in the linear algebra (#1502)d7e5b84
remove fast reaction cycle check for NSE_NET check. (#1503)9dd9dbb
add more unit test for testing NSE_NET (#1504)ce331bc
update test_linear_algebra to output the Jacobian mask (#1501)02d46a6
updated changelog for 24.03 (#1498)2359fab
fix RKC integration with SDC (#1497)695b711
update test_linear_algebra to reflect pivot templating (#1496)47347f7
Fix: Resize Component on Add (#3861)fe6f3de
Use less device memory when checkpointing particles (#3238)f264290
AddRealComp
/AddIntComp
: Resize SoA (#3615)1be7257
FabArray: Option to use a single contiguous chunk of memory (#3857)67523bb
Disable AMReX_FLATTEN_FOR by default (#3860)41df2a5
Curl Curl Solver: Variable beta coefficient (#3810)7437aa1
MultiFab::deepCopy()
(#3848)dffdeac
FabArray\<FAB>::copy
Argument Name (#3856)8d57ebc
AMReX_FLATTEN_FOR (#3855)21a7a66
Use Clang-Tidy 17 in GitHub CI (#3845)Sourced from ZedThree/clang-tidy-review's releases.
v0.18.0
What's Changed
- chore: add
num_comments_as_exitcode
option by@Nerixyz
in ZedThree/clang-tidy-review#119Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.3...v0.18.0
v0.17.3
What's Changed
- fix: download artifacts as binary blobs and follow redirects by
@Nerixyz
in ZedThree/clang-tidy-review#118Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.2...v0.17.3
9008958
Merge pull request #119
from Nerixyz/chore/exit-with-commentsad2c4db
chore: add num_comments_as_exitcode
optionfddb616
Merge pull request #118
from Nerixyz/fix/more-pr1d30432
fix: download artifact as blob and follow redirects3fb42e9
deps: update to actions/upload-action@v4
f5ec5ad
Update syntax.rst3b5f3de
Make CMake version message less confusing (#3907)ca91939
Replace std::fill_n with fmt::detail::fill_n (#3909)74a1872
Implemented fmt::day, fmt::month, fmt::year and related unit tests (#3906)88620e5
Range formatting documentation (#3905)5d63e87
Add a formatter for float128aecec01
Initial support for extended FP types5af8865
Cleanup45b772f
Improve std::complex formatter to be compatible with P2197R0 (#3900)5334789
Make line buffering test less flakySourced from ZedThree/clang-tidy-review's releases.
v0.17.2
What's Changed
- fix: artifact download by
@Nerixyz
in ZedThree/clang-tidy-review#115Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.1...v0.17.2
9a32adc
Merge pull request #115
from Nerixyz/fix/pr-stuff0b130f2
fix: artifact download2ecafcf
assert wavefront size (#3777)f924a1d
Curl of Curl solver: Tweak restriction (#3765)c3e7060
Adjust debug info argument for HIP compiler (#3761)d8d4828
fixed bug in MLCurlCurL::xdoty() to prevent doing MPI sum twice. (#3774)1959b1f
Fix bug in AMREX_ASSUME (#3773)2230caa
Pure SoA: NextID
as Long
(#3772)3003edb
GNU Make: set COMP_VERSION for hipcc and nvcc (#3771)4ebd5e0
Make MFParallelFor safer from int overflow (#3768)398b20b
Implement portable assumptions with AMREX_ASSUME (#3770)99b47cb
getParticleTileData: HostVector must be initialized during resize (#3769)e587300
some more cleaning of the runtime_parameters.py (#1448)8fc4cfe
template pivoting in the linear algebra (#1454)adb2600
work on addressing some issues with the Jacobian scaling (#1479)48bf41c
remove some unused includes in test_nse_interp (#1494)f336cab
create a linear algebra unit test (#1493)9a8c260
clean up some unused vars in unit tests (#1492)348dad9
remove redundant (and conflicting) typedefs in rhs.H (#1491)86807d6
update the SDC docs (#1469)3df6ba0
if we are building with HIP, don't force inlining (#1490)4f2ee5f
fix compilation of nse_table_cell (#1486)c2e0e83
Filename extensions: Allow specifying wildcards (#1584)d64dbc2
Parallel JSON (#1475)5fec415
Joined arrays in ADIOS2 (#1382)045e416
SerialIOTest: Clang-Tidy Fixes (#1599)30e5bde
HDF5: Explicit control over chunking (#1591)a0eca32
[pre-commit.ci] pre-commit autoupdate (#1595)d24c5d2
CI: Fix CircleCI "six" (#1596)283b2fe
Derive PatchComponent from RecordComponent (#1594)ae1e93d
Fix warning C4702 emitted from format.h (MSVC) (#3866)f68f452
Workaround an ld warning on macOSebea573
Fix chrono locale format bug for RHEL gcc (#3859)ddf0b7d
Fix warning C4365 emitted from printf.h (#3865)0166f45
std.h c++23 build fix (#3856)8e42eef
Don't error on min time_point91b30e5
More API details7a63e23
Readd core.h to headers44c3fe1
Fix handling of static separatorae181cc
C++23 compatibility: basic_string_view cannot be constructed from
nullptr (#3...76dc671
Add option YAML_ENABLE_PIC=ON5c1bbbd
Skip Position Independent Code for PSP/PS3fbeddb3
update pynucastro nets to have bion/mion constexpr (#1437)3700590
constexpr some helm EOS table parameters (#1440)6fceeec
update tols for Urca test_react so it runs (#1438)6dc51ad
fix NSE+SDC when we are doing drive_initial_convection (#1431)d99cee0
update github actions to latest versions (#1429)a0deaae
add struct support for runtime_parameters.py (#1422)9d0655b
update for 24.013185974
optional quantum correction terms for chabrier1998 (#1428)a83fe00
[WIP] fix powi script and bug in chugunov2009 screening (#1432)32fa759
Replace std::pow with integer powers to amrex::Math::powi (#1426)689144d
Update AoS Restrict (#3738)d861bdf
Disable m_aos for SoA Particle (#3736)09fc44a
Add helper function for setting id and cpu simultaneously. (#3733)33dea1f
Disable SYCL on Nvidia and AMD CIs (#3726)dbc0c6f
ParticleCopyPlan for SoA Particles (#3732)47c4f95
Do not use std::forward twice on the same object in AmrParticleLocator
(#3734)4aeeabe
Particle Copy Plan: Default Vals (#3729)ab99ea6
GitHub Actions: 4 vCPUs are available now on Ubuntu and Windows (#3703)41397e2
Fix circular header file dependency (#3725)d5cc579
Follow-on to #3701
(#3702)6321a97
Simplify color formatting4b6b32f
Deprecate wide stream function1b54ba4
Fix UB in format_arg_store implementation. (#3833)71a4a8d
Really fix MSVC warning about <bit> only being available in C++20.
(#3832)8e62172
Fix a warning28afff3
Improve bufferingaf44c29
Separate buffer initialization from flusha1e1eed
Minor cleanupffce363
Add glibc stream supportb566951
Don't hang on test failured9fce66
Don't allow Container insertion in READ_LINEAR (#1590)8faadde
Initial support for HDF5 subfiling (#1580)17e757f
Refactor: Extract ADIOS2 BufferedActions struct to own file, rename to
ADIOS2...3a8a220
Fix: Strings with a single char in Python (#1585)d5524ec
Fix availableChunks for READ_LINEAR in ADIOS2 (#1586)7bb2948
Fix docstring for MyPath (#1587)Sourced from ZedThree/clang-tidy-review's releases.
v0.17.1
What's Changed
- auth: Allow private key for apps to be base64 by
@bwrsandman
in ZedThree/clang-tidy-review#112- Use PyGithub to reuse auth headers to do requests by
@bwrsandman
in ZedThree/clang-tidy-review#113Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.17.0...v0.17.1
4923dc7
Merge pull request #113
from bwrsandman/authenticated-requestsbaadf42
Use set difference to cull comments40e754e
Reuse auth headers to do requestsf527341
Merge pull request #112
from bwrsandman/base64-private-keyd51789b
auth: Allow private key for apps to be base64Sourced from actions/cache's releases.
v4.0.0
What's Changed
- Update action to node20 by
@takost
in actions/cache#1284- feat: save-always flag by
@to-s
in actions/cache#1242New Contributors
@takost
made their first contribution in actions/cache#1284@to-s
made their first contribution in actions/cache#1242Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v3.3.3
What's Changed
- Cache v3.3.3 by
@robherley
in actions/cache#1302New Contributors
@robherley
made their first contribution in actions/cache#1302Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3
v3.3.2
What's Changed
- Fixed readme with new segment timeout values by
@kotewar
in actions/cache#1133- Readme fixes by
@kotewar
in actions/cache#1134- Updated description of the lookup-only input for main action by
@kotewar
in actions/cache#1130- Change two new actions mention as quoted text by
@bishal-pdMSFT
in actions/cache#1131- Update Cross-OS Caching tips by
@pdotl
in actions/cache#1122- Bazel example (Take #2️⃣) by
@vorburger
in actions/cache#1132- Remove actions to add new PRs and issues to a project board by
@jorendorff
in actions/cache#1187- Consume latest toolkit and fix dangling promise bug by
@chkimes
in actions/cache#1217- Bump action version to 3.3.2 by
@bethanyj28
in actions/cache#1236New Contributors
@vorburger
made their first contribution in actions/cache#1132@jorendorff
made their first contribution in actions/cache#1187@chkimes
made their first contribution in actions/cache#1217@bethanyj28
made their first contribution in actions/cache#1236Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2
v3.3.1
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by
@kotewar
in actions/cache#1129Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1
v3.3.0
What's Changed
- Bug: Permission is missing in cache delete example by
@kotokaze
in actions/cache#1123
... (truncated)
Sourced from actions/cache's changelog.
Releases
3.0.0
- Updated minimum runner version support from node 12 -> node 16
3.0.1
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
3.0.2
- Added support for dynamic cache size cap on GHES.
3.0.3
- Fixed avoiding empty cache save when no files are available for caching. (issue)
3.0.4
- Fixed tar creation error while trying to create tar with path as
~/
home folder onubuntu-latest
. (issue)3.0.5
- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)
3.0.6
- Fixed #809 - zstd -d: no such file or directory error
- Fixed #833 - cache doesn't work with github workspace directory
3.0.7
- Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.
3.0.8
- Fix zstd not working for windows on gnu tar in issues #888 and #891.
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable
SEGMENT_DOWNLOAD_TIMEOUT_MINS
. Default is 60 minutes.3.0.9
- Enhanced the warning message for cache unavailablity in case of GHES.
3.0.10
- Fix a bug with sorting inputs.
- Update definition for restore-keys in README.md
... (truncated)
13aacd8
Merge pull request #1242
from to-s/main53b35c5
Merge branch 'main' into main65b8989
Merge pull request #1284
from takost/update-to-node-20d0be34d
Fix dist66cf064
Merge branch 'main' into update-to-node-201326563
Merge branch 'main' into maine718767
Fix format0122982
Apply workaround for earlyExit3185ecf
Update "only-" actions to node2025618a0
Bump versionSourced from ZedThree/clang-tidy-review's releases.
v0.17.0
What's Changed
- Don't override original env variables by
@bwrsandman
in ZedThree/clang-tidy-review#111- Fix default
REVIEW_FILES
in split workflow post by@bwrsandman
in ZedThree/clang-tidy-review#110- Add Github App authentication method by
@bwrsandman
in ZedThree/clang-tidy-review#109- Fix line filter on for clang compiler on windows by
@bwrsandman
in ZedThree/clang-tidy-review#108Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.16.0...v0.17.0
v0.16.0
What's Changed
- Bump PyGithub to 2.1 by
@bwrsandman
in ZedThree/clang-tidy-review#107- Get username from PR to use in
google-readability-todo
by@bwrsandman
in ZedThree/clang-tidy-review#106- Fix split workflow when no comments can be posted by
@bwrsandman
in ZedThree/clang-tidy-review#105Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.15.1...v0.16.0
5d848bc
Merge pull request #108
from bwrsandman/clang-on-windows27e8178
Merge pull request #109
from bwrsandman/app-auth3977392
Merge pull request #110
from bwrsandman/default-posta771054
Merge pull request #111
from bwrsandman/envd8b8a3c
Apply black changes882160c
Don't override original env variables4a4f630
Fix default REVIEW_FILES
in split workflow post72b3a12
Apply black changes8f5e16a
Add github app authentication argumentsd08403b
github wrapper: Use Auth class to encapsulate tokenSourced from ZedThree/clang-tidy-review's releases.
v0.15.1
What's Changed
- Fix Recursive source clang-tidy by
@bwrsandman
in ZedThree/clang-tidy-review#104Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.15.0...v0.15.1
v0.15.0
What's Changed
- Python fixes for running on multiple platforms and outside of docker by
@bwrsandman
in ZedThree/clang-tidy-review#103Full Changelog: https://github.com/ZedThree/clang-tidy-review/compare/v0.14.0...v0.15.0
0dd8d19
Merge pull request #104
from bwrsandman/recursive-source-config7765f56
Fix Recursive source clang-tidy7e7ae43
Merge pull request #103
from bwrsandman/windows_shell_fix406fab7
Apply black changese2610c9
Use pathlib for clang_tidy_binary and args list for versione78c0b1
Add an option to merge multiple commentsa09d6ab
Split workflow: return the number of commentsdf2e121
Fix review command line to run on windows828c9a4
Bump versions of actions in README