diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2024-03-05 17:07:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 17:07:16 (GMT) |
commit | 0be892585a63a34d8dbe687c2cebdbff30809cce (patch) | |
tree | 83d9528271f21f3497e667546e68602bb0dc35f6 /release_docs | |
parent | 42c7e1d073d6e8070d5483bfdf30f5039a69b264 (diff) | |
download | hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.zip hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.tar.gz hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.tar.bz2 |
Rename incorrectly named option (#4067)
* Rename incorrectly named option
* Restore the correct uses of USING_MEMCHECKER
* Update release note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 2 | ||||
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 75ad5ff..d55e114 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -903,7 +903,7 @@ if (BUILD_TESTING) HDF5_TEST_FHEAP_VFD "Execute fheap test with different VFDs" ON TEST_SHELL_SCRIPTS "Enable shell script tests" ON HDF5_DISABLE_TESTS_REGEX "Regex pattern to set execution of specific tests to DISABLED" "" - + HDF5_USING_ANALYSIS_TOOL "Indicate that an analysis checker is used" ON ---------------- External Library Options --------------------- HDF5_ALLOW_EXTERNAL_SUPPORT "Allow External Library Building (NO GIT TGZ)" "NO" HDF5_ENABLE_PLUGIN_SUPPORT "Enable PLUGIN Filters" OFF diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 12f39c7..8695b62 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,16 @@ New Features Configuration: ------------- + - Renamed HDF5_ENABLE_USING_MEMCHECKER to HDF5_USING_ANALYSIS_TOOL + + The HDF5_USING_ANALYSIS_TOOL is used to indicate to test macros that + an analysis tool is being used and that the tests should not use + the runTest.cmake macros and it's variations. The analysis tools, + like valgrind, test the macro code instead of the program under test. + + HDF5_ENABLE_USING_MEMCHECKER is still used for controlling the HDF5 + define, H5_USING_MEMCHECKER. + - New option for building and naming tools in CMake The following option has been added: |