-
-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update feature/sparse_data with develop #5342
Conversation
Added Ninja build tool.
* Removes all per-file attributes, many of which were incorrectly removing the text attribute from text/source files * Removes all svneol attributes (not sure where those came from, but they don't appear in the git attributes docs) * Marks *.h5 and certain test files as binary * Removes the !eol attribute, which is unnecessary given text=auto and default git text handling
A decoded length appeared to be corrupted and had a very large value. This PR added a check to detect such potential data corruption.
* Add the hl-cpp report
Adds new -testexpress command-line option to the testframe testing framework to allow setting or overriding of the TestExpress level at runtime Adds macros for the different currently defined TestExpress levels
Make alarm(2) timer per-test program rather than per-subtest Avoid enabling alarm(2) timer when TestExpress is set to 0
Checks for a hyperslab selection in the resulting dataspace before attempting to set a hyperslab-specific field
* Fix error in H5Ddebug(). Add h5ls test cases. * Committing clang-format changes * Fix cmake (hopefully) * Fix cmake again (hopefully) * Fix issue with modification times showing up differently on different systems. Add test case for v1 b-trees. * Add cmake for new tests * Add RELEASE.txt entry --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Moves call to TestAlarmOn() in testframe framework back into the PerformTests() function due to the timing of when the framework processes command-line arguments
Co-authored-by: Michael Breitenfeld <[email protected]>
* Only need loader_path
* Only copy files if not snapshot * Move sequence to copy before rename
* Check if snapshot is tag name and adjust tag to add v to a number tag
Added \since to enum constants added in 1.14.x versions * Changed for back-ported releases
The H5S_MAX_RANK is the maximum number of dimensions in a dataset or an array datatype.
Also added some fun formatting for the 2.0.0 announcement since it was just hanging out there.
* RPM has issue with packaging RPM of a parallel library
* Removed skipping dtransform
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
@@ -149,7 +149,7 @@ | |||
shell: bash | |||
|
|||
- name: Sign files with Trusted Signing | |||
uses: azure/[email protected].0 | |||
uses: azure/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
@@ -695,7 +695,7 @@ | |||
shell: pwsh | |||
|
|||
- name: Sign files with Trusted Signing (Windows_intel) | |||
uses: azure/[email protected].0 | |||
uses: azure/[email protected].1 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
|
||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- name: Get Sources | ||
uses: actions/[email protected] |
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium
Remediation tip: update your workflow using https://app.stepsecurity.io
Click Remediation section below for further remediation help
No description provided.