| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Update with autogen.sh using autoconf 2.71, automake 1.16.2 and libtool
2.4.6.
Update RELEASE.txt with NVIDIA 22.5 instead of PGI 19.4.
---------
Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Update version to HDF5 1.10.10-3 for initial release branch version.
Update RELEASE.txt
Update configure.ac for release: switch to production mode, disable
maintainer mode
Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt
Add files generated by autogen.sh for release.
* Fix codespell issues for autotools files generated by autogen.sh.
Remove generated autom4te.cache files.
|
|
|
| |
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Merge CMake cleanup process from develop
* Update test script files
|
|
|
| |
Unused in the library
|
|
|
|
|
|
|
|
| |
The small perf tool conflicts with the standard perf tool and is being
removed from all HDF5 releases.
Building h5perf in "standalone" mode (i.e., independently of the
library) has been broken for some time, so the build code for
that has also been removed.
|
|
|
|
|
|
|
| |
* Add Option to not build gif tools and remove javadoc option
* Remove old option
* Fix CMake command format
|
|
|
|
|
|
|
|
|
| |
* Add missing items for hpc/scripts and release versions of extra
* Update examples project version
* Add VS2022 options to build scripts
* And VS2022 added to windefs comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Developer build mode to CMake (#1659)
* Add Developer build mode to CMake
* Set a few CMake variables for Developer build modes
* Refactor enabling of debug and developer-level compile definitions
* Convert cache debugging macros to normal ifdef style
Normal ifdef-style instead of if-style allows build system to define macros
without warning about redefining macros with different values (0 vs. 1)
* Add HDF5 Developer compile definitions to testing files
* Temporarily disable -fanalyzer flag for GCC 12+ Developer builds
* Fix Java tests for Developer build modes (#2079)
* Minor adjustment of Developer build mode changes for 1.10 branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Normalize platform-independence code w/ develop
* Use C99 types and functions in lieu of C89 work-arounds
* Align key files with develop
- H5public.h
- H5private.h
- H5system.c
- H5win32defs.h
* Minor fixes elsewhere to support changes in above files
* Incidentally brings Fortran mod directory settings file change over
This does NOT change the configure/build files. Those will still do the
checks needed for the C89 work-around cruft until the perf and perform
code gets cleaned up.
* Add C++98 fixes
* Explicitly set -std=c++98 in Autotools
* Do not include cstdlib in H5public.h (requires C++11)
* Remove redundant stdbool.h include
* Fix alarm issues on Windows
* Bring parallel alarm() changes from develop
|
|
|
|
| |
Add HDF5_SRC_INCLUDE_DIRS variable
cleanup cmake comments and documentation
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
As in develop
|
|
|
| |
As in develop
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This has not been used to debug the library in a very long time. Most
developers use valgrind, -fsanitize=address, or some other memory checker
instead of this library.
This removes:
* dmalloc.h include from H5private.h
* --with-dmalloc= Autotools configure option
* HDF5_ENABLE_USING_DMALLOC CMake option
|
| |
|
|
|
|
|
|
| |
Brings many compiler flag changes over from develop. Does NOT bring over
-Werror changes.
Also turns on Fortran silent rules, as in develop.
|
|
|
|
|
| |
* Add README.md and NEWSLETTER.txt files
* Remove HISTORY-1_8.txt
* Rename HISTORY-1_0-1_8_0_rc3.txt to HISTORY-1_0-1_8_0.txt
|
|
|
|
|
|
|
|
| |
* Allow parallel + thread-safe builds
No longer require the "enable unsupported" option to build this
configuration in CMake and the Autotools.
* Add a release note for parallel thread-safety
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Elaborate how cd_values get stored (#2522)
* Enclose MESG in do...while loop (#2576)
Enclose MSG macro in a do...while loop
* Add a clang-format comment about permissions (#2577)
* Check for overflow when calculating on-disk attribute data size (#2459)
* Remove duplicate code
Signed-off-by: Egbert Eich <eich@suse.com>
* Add test case for CVE-2021-37501
Bogus sizes in this test case causes the on-disk data size
calculation in H5O__attr_decode() to overflow so that the
calculated size becomes 0. This causes the read to overflow
and h5dump to segfault.
This test case was crafted, the test file was not directly
generated by HDF5.
Test case from:
https://github.com/ST4RF4LL/Something_Found/blob/main/HDF5_v1.13.0_h5dump_heap_overflow.md
---------
Co-authored-by: Mark (he/his) C. Miller <miller86@llnl.gov>
Co-authored-by: glennsong09 <43005495+glennsong09@users.noreply.github.com>
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Co-authored-by: Egbert Eich <eich@suse.com>
|
|
|
|
|
|
| |
* Comment & whitespace differences
* Minor tweak to the "find szip" code
* Yank a STDC_HEADERS block
* Remove ST from the list of debug packages
|
|
|
| |
PR #1925 from develop
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add Glenn Song to the CODEOWNERS file (#2551)
Also removes Ray Lu
* Rename clang-format fix action (#2550)
The clang-format fix and check actions have the same name. This
also makes some small changes to the action's text fields.
---------
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
|
|
|
| |
Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix new codespell issues (#2521)
* Fix new codespell issues
* Have codespell ignore ./config/sanitizer/sanitizers.cmake
* Fix typo in genparser
---------
Co-authored-by: Mark Kittisopikul <mkitti@users.noreply.github.com>
|
|
|
|
| |
(#2513)
|
|
|
| |
An extra { in an ifdef'd-out block caused bad indentation in H5C.c
|
|
|
|
|
|
|
|
|
| |
* Add new/moved files
* Doxy corrections
* Aother Doxy correction
* Remove type not in 1.10
|
|
|
| |
* Merege uthash version update from develop
|
| |
|
|
|
|
|
| |
* Add fetchcontent for compression libs and fix cmake config #2487
* Add CI test for FetchContent
|