Update feature/sparse_data with develop#5624
Closed
vchoi-hdfgroup wants to merge 135 commits intofeature/sparse_datafrom
Closed
Update feature/sparse_data with develop#5624vchoi-hdfgroup wants to merge 135 commits intofeature/sparse_datafrom
vchoi-hdfgroup wants to merge 135 commits intofeature/sparse_datafrom
Conversation
* Fix an oversize allocation in t_bigio on 32-bit systems A test in t_bigio.c attempts to allocate more than 4 GiB of memory, which will overflow (and wrap) the size_t type on 32-bit systems, creating a very small allocation instead of a very large allocation. The test then segfaults when it accesses memory outside of the small buffer. The test has been fixed by limiting the buffer to 2 GiB on 32-bit systems.
* Ignore warnings so only errors fail
…rs (#5356) Some standard headers might implicitly include `float.h`. If that happens before `__STDC_WANT_IEC_60559_TYPES_EXT__` is defined, the macros that are needed for the `_Float16` data type (like `FLT16_MAX`) might not be defined. That is happening with mingw-w64 headers since the following change: mingw-w64/mingw-w64@b40b6a0 Define `__STDC_WANT_IEC_60559_TYPES_EXT__` before including other headers in `H5private.h` to make that scenario less likely.
* h5cc: Fix location of settings and pkgconfig files In h5cc and other compiler wrappers, drop hardcoded 'lib' as the dir for libhdf5.settings and pkgconfig scripts and use cmake computed values for HDF5_INSTALL_LIB_DIR. This fixes issues on systems where the libdir is 'lib64' for instance, as on 64-bit Linux OSes, and 'lib' in the wrappers point to incorrect locations of the settings and pkgconfig files. * h5cc: Drop -show from output when calling command. When calling `h5cc -show FOO`, the output should not repeat the '-show' argument itself. This commit fixes the '-show' command invoked from a cmake built h5cc to be consistent with an (previously) autotools built one.
…5404) Build test generator programs against shared libraries, if available, by default. Otherwise, build them against static libraries. If HDF5_BUILD_STATIC_TOOLS is set to ON, the tools test generator programs will be built against static libraries even if shared libraries are available.
Updates `actions/download-artifact` from 4.1.9 to 4.2.1 Updates `github/codeql-action` from 3.28.10 to 3.28.13
…#5387) * Revert to old form of warning flag
…s_fopen() (#5415) * Remove H5Epop calls after switching to error stack pausing mechanism
clang complains that H5FD_MEM_NTYPES, which is a member of H5FD_mem_t, is being used with a variable of type H5F_mem_page_t. This is fine since H5F_mem_t is a subset of H5F(D)_mem_page_t and we're restricting ourselves to the subset in this case.
* Add Linux only Developer workflow * Add Windows job * -Og already set in GNUFlags file for Debug/Developer mode * Skip fheap test that times out * Add mac and clang jobs * Control version of CMake when building with plugins
Fix formation of Host header when specified URL is a virtual-hosted-style URL
* explicitly state BSD licensing * FLOSS funding manifest
"gzip" -> "ZSTD"
[softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [github/codeql-action](https://github.com/github/codeql-action). Updates `softprops/action-gh-release` from 2.2.2 to 2.3.2 Updates `github/codeql-action` from 3.28.18 to 3.29.2
* added FLOSS manifest * floss updates * updated location of funding-manifest-urls * added code owners for the .well-known directory contents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.