summaryrefslogtreecommitdiffstats
path: root/utils/tools/test/h5dwalk
Commit message (Collapse)AuthorAgeFilesLines
* Rename incorrectly named option (#4067)Allen Byrne2024-03-051-1/+1
| | | | | | | * Rename incorrectly named option * Restore the correct uses of USING_MEMCHECKER * Update release note
* Add options to allow tools type selection and naming (#4046)Allen Byrne2024-03-041-2/+2
|
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-141-2/+2
|
* Test scripts now execute in-source with creation of tmp dir (#3723)Allen Byrne2023-10-202-2/+2
| | | | | | Fixes a few issues created in #3580: * Fixes a problem where committed tools test files were deleted when cleaning after an in-source build * Fixes issues with test file paths in Autotools tools test scripts
* Develop tools move (#3580)Allen Byrne2023-09-261-3/+2
| | | Reorganizes the tools files to support the VOL tests
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+1
| | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file.
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
| | | | | * Update CMake code to 3.18 minimum version * Updated release note
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-1/+1
| | | | At one time this content was a git submodule shared between several projects but that time has long passed.
* Add support for parallel tools based on the 3rd party library mpiFileUtils ↵rawarren2021-11-296-0/+462
(libMFU) … (#1177) Adds tool h5dwalk and configure options to enable building it. Co-authored-by: Richard Warren <Richard.Warren@hdfgroup.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Richard.Warren <richard.warren@jelly.ad.hdfgroup.org> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>