| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cpp comment (#2011) | bmribler | 2022-08-16 | 1 | -2/+1 |
|
|
* | Fix c++ test failure (#2005) | bmribler | 2022-08-12 | 2 | -0/+49 |
|
|
* | Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004) | Larry Knox | 2022-08-12 | 1 | -1/+1 |
|
|
* | Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for r... | Larry Knox | 2022-08-12 | 1 | -1/+1 |
|
|
* | Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for release | Larry Knox | 2022-08-12 | 1 | -1/+1 |
|
|
* | Fix typos found in the rest of the hdf5 code-base (#1985) | luzpaz | 2022-08-10 | 1 | -1/+1 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 7 | -35/+35 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 1 | -2/+2 |
|
|
* | Fixes C++ sign-conversion warnings w/ clang 14 (#1870) | Dana Robinson | 2022-07-11 | 9 | -34/+81 |
|
|
* | Minor C++ changes noticed while normalizing with 1.12 (#1606) | Dana Robinson | 2022-04-07 | 7 | -5/+5 |
|
|
* | spelling fixes (#1561) | Scot Breitenfeld | 2022-03-31 | 1 | -1/+1 |
|
|
* | Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t... | Larry Knox | 2022-03-01 | 1 | -1/+1 |
|
|
* | Fixed AbstractDs::getVarLenType documentation (#1441) | myd7349 | 2022-02-16 | 1 | -1/+1 |
|
|
* | Added another missing override keyword on a dtor (#1384) | Sean McBride | 2022-01-29 | 1 | -1/+1 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 11 | -12/+12 |
|
|
* | Update version to 1.13.1-1 after creation of branch for 1.13.0 release. (#1236) | Larry Knox | 2021-11-30 | 1 | -1/+1 |
|
|
* | Assume C99 fixed sized ints exist, use them (#470) | Sean McBride | 2021-11-08 | 1 | -24/+22 |
|
|
* | Update version to 1.13.0-7 after snapshot release 1.13.0-6. (#1048) | Larry Knox | 2021-09-29 | 1 | -1/+1 |
|
|
* | Update Platforms Tested in RELEASE.txt. (#1045)hdf5-1_13_0-rc6 | Larry Knox | 2021-09-28 | 1 | -1/+1 |
|
|
* | More clang tidy (#908) | Sean McBride | 2021-08-23 | 2 | -8/+2 |
|
|
* | Get class name null str (#899) | Sean McBride | 2021-08-20 | 1 | -2/+3 |
|
|
* | Fix issue #924 in develop branch: the ${HDF5_CXXLINKER} does not work in h5c... | Larry Knox | 2021-08-19 | 1 | -3/+3 |
|
|
* | Removes develop header cruft (#828) | Dana Robinson | 2021-07-09 | 1 | -3/+0 |
|
|
* | Assume the library has C99 types in C++ type code (#806) | Dana Robinson | 2021-06-28 | 2 | -217/+25 |
|
|
* | Removes C++ dependency on H5private.h (#774) | Dana Robinson | 2021-06-23 | 12 | -52/+48 |
|
|
* | Replaces the H5_OVERRIDE macro with override (#773) | Dana Robinson | 2021-06-23 | 27 | -110/+103 |
|
|
* | Combo set of async and other changes (#161) | Quincey Koziol | 2021-06-02 | 1 | -0/+3 |
|
|
* | C++ warning and build fixes (#707) | Dana Robinson | 2021-06-01 | 10 | -49/+25 |
|
|
* | Remove version from pkgcfg file names (#671) | Allen Byrne | 2021-05-21 | 1 | -2/+2 |
|
|
* | BUG: DataSet assignment operator is missing (#503) | Lee Newberg | 2021-05-19 | 2 | -40/+25 |
|
|
* | Revert addition of & to 2 parameters in DSetCreatPropList::setVirtual to (#652) | Larry Knox | 2021-05-18 | 2 | -3/+3 |
|
|
* | Parallel builds need the mpi compiler for pkgconfig scripts. (#599) | Allen Byrne | 2021-04-27 | 1 | -1/+5 |
|
|
* | Added more C++11 override keywords (#485) | Sean McBride | 2021-04-21 | 23 | -71/+71 |
|
|
* | Applied clang-tidy readability-delete-null-pointer fixes (#430) | Sean McBride | 2021-03-22 | 10 | -20/+10 |
|
|
* | Update clang config (#473) | Quincey Koziol | 2021-03-17 | 30 | -113/+340 |
|
|
* | Various clang tidy warning fixes (#448) | Sean McBride | 2021-03-10 | 8 | -14/+13 |
|
|
* | Added C++11 override keyword where appropriate (#433) | Sean McBride | 2021-03-10 | 6 | -32/+39 |
|
|
* | Removed checks/workarounds for pre-C++89 compatibility (#449) | Sean McBride | 2021-03-10 | 10 | -49/+0 |
|
|
* | More warning fixes (#400) | Sean McBride | 2021-03-04 | 4 | -12/+12 |
|
|
* | Changes found during merge to 1.12 (#414) | Allen Byrne | 2021-03-04 | 4 | -12/+12 |
|
|
* | Patches from vtk (#358) | Sean McBride | 2021-02-25 | 6 | -7/+20 |
|
|
* | Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) | Sean McBride | 2021-02-23 | 30 | -90/+90 |
|
|
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 70 | -70/+70 |
|
|
* | Reclassify CMake messages - HDFFV-11144 (#253) | Allen Byrne | 2021-01-13 | 1 | -1/+1 |
|
|
* | dev -Update pkgconfig settings with version - #218 (#220) | Allen Byrne | 2020-12-22 | 1 | -2/+2 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -1/+1 |
|
|
* | CMake: Add an option to opt-out static libgcc | Michel Zou | 2020-10-31 | 1 | -1/+1 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 65 | -4797/+5135 |
|
|
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -3/+3 |
|
|
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -0/+11 |
|
|