Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring the H5detect removal change from develop (#3648) | Dana Robinson | 2023-10-09 | 1 | -19/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bring the H5detect removal change from develop - Removed CMake cross-compiling variables * HDF5_USE_PREGEN * HDF5_BATCH_H5DETECT These were used to work around H5detect and H5make_libsettings and are no longer required. - Running H5make_libsettings is no longer required for cross-compiling The functionality of H5make_libsettings is now handled via template files, so H5make_libsettings has been removed. - Running H5detect is no longer required for cross-compiling The functionality of H5detect is now exercised at library startup, so H5detect has been removed. * Put H5T_CONV_ab macros in do..while loops (#3432) Ever since a recent round of macro cleanup, bin/trace and clang-format have been bickering over what H5Tconv.c should look like and neither produces readable code. This change puts the top-level H5T_CONV_ab macros in do..while loops, adds appropriate semicolons, and adds the missing H5_CLANG_DIAG_ON|OFF and H5_GCC_CLANG_DIAG_ON|OFF macros to the list of statement macros clang-format recognizes. H5Tconv.c is now readable and both bin/trace and clang-format are happy. | ||||
* | Misc missed things from previous merges (#3295) | Dana Robinson | 2023-07-27 | 1 | -1/+1 |
| | |||||
* | Update version (#2971) | Larry Knox | 2023-05-19 | 1 | -14/+12 |
| | | | | | * Update version Copy RELEASE.txt from 1.14.1-2 release into HISTORY-1_14.txt Clear out RELEASE.txt | ||||
* | Merge with develop (#2790) | Dana Robinson | 2023-04-22 | 1 | -3/+3 |
| | |||||
* | Update CMake code to 3.18 minimum version (#2080) | Allen Byrne | 2022-09-03 | 1 | -5/+5 |
| | | | | | * Update CMake code to 3.18 minimum version * Updated release note | ||||
* | Whitespace and url correction | Allen Byrne | 2020-10-19 | 1 | -1/+1 |
| | |||||
* | Update examples and fix old version references. | Allen Byrne | 2020-02-26 | 1 | -78/+78 |
| | |||||
* | Update documents following DHF5 1.10.5 release. | Larry Knox | 2019-03-05 | 1 | -79/+206 |
| | |||||
* | Add HDF5options.cmake files for serial and parallel tests on HPC | Larry Knox | 2019-01-28 | 1 | -0/+79 |
machines (where tests are to be run as batch jobs. Add README_HPC file with instructions for setting up configuration to use batch scripts for running tests on HPC machines and some pointers for cross compiling. |