-
-
Notifications
You must be signed in to change notification settings - Fork 259
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 #4865
Conversation
Copy-pasted code from elsewhere used FAIL instead of H5G_UNKNOWN and H5I_INVALID_HID.
* Make counter in semaphore test an atomic variable * Revert using atomic counter and fix counter access outside of semaphore
The binaries in snapshot dmg file do not work on x86_64.
* Fix segfault in s3 credential parsing * Fix AWS cred parsing when >1 profile provided
* Revert gh-pages action hash to fix daily build See also #4734 * Revert gh-pages action hash to fix daily build
* Remove call to H5E_clear_stack() Also clean up a bunch of error macros and the return value from H5B_valid()
* Use gfortran 14 for cmake-test on mac * Remove notarization step * Address @byrnHDF review
Removes a duplicated HDopen macro from the performance testing programs
* Add minimal amount of S3 request logging to ROS3 * Fix ROS3 logging ifdef conditions
This PR is part of the incremental switching H5I_object() and H5I_object_verify() to their VOL counterpart, H5VL_object() and H5VL_vol_object_verify(), a newly addedinternal function. Fixes GH-4730 partially.
- Verified that the listed functions do not include null terminator in the returned length - Improved some of the tests - Corrected documentation Fixes GH-4704 * Casted a positive int to size_t
The code can't be downloaded due to changes that put it behind an EarthData login. We'll disable this while we figure out a work-around.
This PR switches H5I_object_verify() to H5VL_vol_object_verify() in the H5F API and fixes documentation of H5Fmount and H5Funmount. * More on H5F API
The t_pmulti_dset and t_select_io_dset tests rely on the behavior of the previous private rand_r-like implementation to get the correct sequence of random numbers to pass. This has been restored using a fully private rand_r-like implementation that doesn't rely on rand_r and will work on Windows and other platforms where rand_r doesn't exist.
Don't run parallel tests in both Autotools and CMake with multiple processes. ph5diff still runs with -j2 w/ Autotools since the test script is in the tools/test/h5diff directory. * Split off AOCC CMake parallel tests * Remove unnecessary NPROCS env vars * Put NPROCS back in serial tests We run ph5diff tests there
* Add ifdef around prototype * Add casts to make MSVC happy * Fix missing atomic load
…ibhdf5_hl_fortran. (#4831) * Change name of libhdf5hl_fortran installed by autotools to libhdf5_hl_fortran to be consistent with CMake install and with other hl lib files. Switched corresponding symlink to libhdf5hl_fortran. Fixes issue #4684. * Update h5fc.in to use renamed libhdf5_hl_fortran. Fix typo in code to create link to libhdf5_hl_fortran.a. * Removed code to create symlink for previous name of renamed lib libhdf5hl_fortran. Add RELEASE.txt entry about changeing name libhdf5hl_fortran to libhdf5_hl_fortran. * Update missed line in h5fc.in for libhdf5hl_fortran name change to libhdf5_hl_fortran. Fixes check-install failure.
Signed-off-by: Quincey Koziol <[email protected]>
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. |
- name: Run clang-format style check for C and Java code | ||
uses: DoozyX/clang-format-lint-action@v0.17 | ||
uses: DoozyX/clang-format-lint-action@v0.18.2 |
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
@@ -21,16 +23,18 @@ | |||
permissions: | |||
contents: write # In order to allow EndBug/add-and-commit to commit changes | |||
steps: | |||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |||
- 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
- name: Fix C and Java formatting issues detected by clang-format | ||
uses: DoozyX/clang-format-lint-action@d3c7f85989e3b6416265a0d12f8b4a8aa8b0c4ff # v0.13 | ||
uses: DoozyX/clang-format-lint-action@v0.18.2 |
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
|
||
- name: create-json | ||
id: create-json | ||
uses: jsdaniell/[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
|
||
- name: create-json | ||
id: create-json | ||
uses: jsdaniell/[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
runs-on: ubuntu-latest | ||
steps: | ||
- 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
working-directory: ${{ runner.workspace }}/build | ||
|
||
- name: Install julia | ||
uses: julia-actions/setup-julia@latest |
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
arch: 'x64' | ||
|
||
- name: Get julia hdf5 source | ||
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
echo 'libhdf5 = "/tmp/lib/libhdf5.so"' >> LocalPreferences.toml | ||
echo 'libhdf5_hl = "/tmp/lib/libhdf5_hl.so"' >> LocalPreferences.toml | ||
|
||
- uses: julia-actions/julia-buildpkg@latest |
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
- uses: julia-actions/julia-buildpkg@latest | ||
|
||
- name: Julia Run Tests | ||
uses: julia-actions/julia-runtest@latest |
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.