Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.14.0: Brings the following changesets over from develop: (#2330) | Dana Robinson | 2022-12-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | * Brings the following changesets over from develop: b9244a85d9f1cc5e9bbec61ca73c0cbd9c4cf249 Align arg types of H5D_chunk_iter_op_t with H5Dget_chunk_info (#2074) 70cf2c390bc2eef8e57f8fa023341011e2d02d9d Removed idioms and misc. text clean-up (#2320) 8102fa8c972bdc0d8fd8f3dae604e070893150d6 Only document Fortran functions (#2319) 784061b15e176b9919c19a220ce278a9f4cddf0e moved onion VFD to FAPL group (#2321) 6b6bcdead66f0456ac0528683faac6a8e48b6565 Hdffv 11052 (#2315) 10c693a04ff0c4a5219879d7f8900157dcbece66 Update hdf5_header.html 0cb58080875070db09b5ecae92482519d58872bc Hdffv 11052 (#2303) a1c81eda203addced514ef655f7a9079f3f0bb04 added doc. warning for H5Literate_async return value (#2295) 502b32b0f22a4bcf6333c85c256db34162c2764a Updated H5ES documenation (#2293) a9036005c3916e6fda0296026323f00d043300f8 Fix for HDFFV-11052: h5debug fails on a corrupted file (h5_nrefs_POC)… (#2291) * Brings the following changes over from develop: c1e44d32e616518e0626bdfe042bed0052846fef Fix doxygen warnings and remove javadocs (#2324) 149b8e9769887c5b23400b526dc10463f88f2c3e Disable hl tools by default (#2313) | ||||
* | Removes the memory allocation sanity checks feature (#2218) | Dana Robinson | 2022-11-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | * Removes the memory allocation sanity checks feature * Committing clang-format changes * Removes zero size checks for H5MM_(c|m)alloc() * Explicitly return NULL when size == 0 in H5allocate_memory() * Committing clang-format changes * Format fix Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Implement option for using CMake GNUInstallDirs (#2175) | Allen Byrne | 2022-10-25 | 1 | -0/+16 |
| | | | | | * Implement option for using CMake GNUInstallDirs * Add release notes | ||||
* | Update examples reference to single-source version 2.0.1 (#2107) | Allen Byrne | 2022-09-20 | 1 | -1/+1 |
| | |||||
* | Remove bitbucket.hdfgroup.org dependency. #2082 (#2086) | Allen Byrne | 2022-09-07 | 1 | -6/+6 |
| | | | * | ||||
* | Update CMake code to 3.18 minimum version (#2080) | Allen Byrne | 2022-09-03 | 1 | -2/+2 |
| | | | | | * Update CMake code to 3.18 minimum version * Updated release note | ||||
* | Implement improved CMake fortran module folder from GH#1411 (#1922) | Allen Byrne | 2022-07-26 | 1 | -0/+12 |
| | | | | | | | | | * Implement improved CMake fortran module folder from GH#1411 * Update docs * Fix whitespace * Fix name case | ||||
* | Set default level to minimum time (#1722) | Allen Byrne | 2022-05-17 | 1 | -1/+1 |
| | |||||
* | HDFFV-11266 - add option to build HL tools (#1018) | Allen Byrne | 2021-09-16 | 1 | -0/+1 |
| | | | | | | | * HDFFV-11266 - add option to build HL tools * Correct if syntax * Correct name of conditional | ||||
* | Various CMake changes (#679) | Dana Robinson | 2021-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Committing clang-format changes * Several CMake updates: * Removes unused HDF5_ENABLE_HSIZET * Switches TEST_SHELL_SCRIPTS to ON * Sets SH_PROGRAM to bash instead of sh * Set default build type back to RelWithDebInfo Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | CMake no longer builds the C++ library by default (#555) | Dana Robinson | 2021-04-20 | 1 | -1/+1 |
| | | | | | | | * Committing clang-format changes * CMake no longer builds C++ library by default Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Set doxygen default to normally disabled. | Allen Byrne | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Doxygen add new files and update docs | Allen Byrne | 2020-11-03 | 1 | -0/+4 |
| | |||||
* | CMake: Add an option to opt-out static libgcc | Michel Zou | 2020-10-31 | 1 | -0/+1 |
| | | | | | With sjlj exception model, statically link to libgcc/libstdc++ prevents exceptions to be caught from other dynamic libraries. | ||||
* | CMake: Add an option to opt-out MSVC naming convention | Michel Zou | 2020-10-30 | 1 | -0/+1 |
| | | | | | We might want to keep the default mingw import name, see: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-hdf5/hdf5-default-import-suffix.patch | ||||
* | Correct SZ options for building plugins | Allen Byrne | 2020-10-21 | 1 | -5/+5 |
| | |||||
* | More info for building plugins with library | Allen Byrne | 2020-09-28 | 1 | -8/+115 |
| | |||||
* | HDFFV-11116 Add option for install location of Fortran MOD files | Allen Byrne | 2020-07-09 | 1 | -0/+8 |
| | |||||
* | OESS-65 fix packaging config files | Allen Byrne | 2020-05-08 | 1 | -0/+1 |
| | |||||
* | OESS-65 add option to use AEC library in place of SZip | Allen Byrne | 2020-04-22 | 1 | -0/+9 |
| | |||||
* | Update examples and fix old version references. | Allen Byrne | 2020-02-26 | 1 | -31/+31 |
| | |||||
* | Add VS2019 support | Allen Byrne | 2019-11-18 | 1 | -5/+9 |
| | |||||
* | Use a STRING option for API version | Allen Byrne | 2019-08-12 | 1 | -10/+7 |
| | |||||
* | Fix merge conflicts | Allen Byrne | 2019-04-15 | 1 | -1/+0 |
| | |||||
* | Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL. | Dana Robinson | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | HDFFV-10741 - add option to skip tool error stack tests | Allen Byrne | 2019-03-26 | 1 | -0/+1 |
| | |||||
* | Added a line for the CMake pread/write option to INSTALL_CMake.txt. | Dana Robinson | 2019-02-04 | 1 | -0/+1 |
| | |||||
* | Merge branch 'develop' into md_cache_logging_squash | Dana Robinson | 2018-12-28 | 1 | -0/+1 |
|\ | |||||
| * | Update option text | Allen Byrne | 2018-12-21 | 1 | -1/+1 |
| | | |||||
| * | HDFFV-10656 Add CHECK_VOL support to CMake | Allen Byrne | 2018-12-20 | 1 | -0/+1 |
| | | |||||
* | | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 1 | -1/+0 |
|/ | |||||
* | TRILABS-21 add toolchain related info and files | Allen Byrne | 2018-10-04 | 1 | -0/+28 |
| | |||||
* | HDFFV-10531 document option for external libs | Allen Byrne | 2018-09-24 | 1 | -0/+5 |
| | |||||
* | CMake changes for SKIPPED and flush tests | Allen Byrne | 2018-09-24 | 1 | -0/+1 |
| | |||||
* | Minor text corrections | Allen Byrne | 2018-09-05 | 1 | -2/+2 |
| | |||||
* | HDFFV-10569 Add unsupported option notes to docs | Allen Byrne | 2018-09-04 | 1 | -0/+14 |
| | |||||
* | HDFFV-10552 Add missing HDF5_USE_110[2]_API_DEFAULT option | Allen Byrne | 2018-08-17 | 1 | -0/+2 |
| | |||||
* | Update cmake warnings to match the autotools files better | Allen Byrne | 2018-08-16 | 1 | -0/+25 |
| | |||||
* | HDFFV-10508 spelling and grammer | Allen Byrne | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | HDFFV-9755 Document BUILD_STATIC_EXECS | Allen Byrne | 2018-07-30 | 1 | -0/+5 |
| | |||||
* | Update document | Allen Byrne | 2018-06-19 | 1 | -327/+0 |
| | |||||
* | HDFFV-10433 Update file with fix for issues | Allen Byrne | 2018-06-11 | 1 | -5/+14 |
| | |||||
* | Correct hdf5 reference | Allen Byrne | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Update CDash info | Allen Byrne | 2018-03-29 | 1 | -3/+15 |
| | |||||
* | Update CMake reference and check CDash reference | Allen Byrne | 2018-03-29 | 1 | -2/+2 |
| | |||||
* | Update URLs | Allen Byrne | 2018-03-29 | 1 | -3/+3 |
| | |||||
* | Update section on using CMake source package | Allen Byrne | 2018-03-29 | 1 | -24/+32 |
| | |||||
* | Remove incorrect line | Allen Byrne | 2018-03-27 | 1 | -1/+0 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | HDFFV-10292 Windows drive letters cause issues in paths | Allen Byrne | 2018-03-05 | 1 | -1/+2 |
| |