| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert hbool_t --> bool in src (#3496) | Dana Robinson | 2023-09-05 | 1 | -16/+16 |
|
|
* | Made HGOTO_ERROR a do-while loop (#3308) | Sean McBride | 2023-08-02 | 1 | -49/+49 |
|
|
* | Another round of fixing -Wextra-semi-stmt warnings (#3264) | Sean McBride | 2023-07-24 | 1 | -2/+2 |
|
|
* | Rename HDassert() to assert() (#3191) | Dana Robinson | 2023-06-28 | 1 | -56/+56 |
|
|
* | Convert H5F haddr_t macros to H5 (#3039) | Dana Robinson | 2023-06-05 | 1 | -3/+3 |
|
|
* | Remove unnecessary fields from cache structs (#2951) | Quincey Koziol | 2023-05-15 | 1 | -13/+0 |
|
|
* | Harden superblock cache deserialization (#2809) | Dana Robinson | 2023-04-27 | 1 | -214/+146 |
|
|
* | Fix out of bounds in `hdf5/src/H5Fint.c:2859` (#2691) | Kobrin Eli | 2023-04-13 | 1 | -4/+54 |
|
|
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 1 | -1/+0 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 1 | -14/+14 |
|
|
* | Removes the STATIC flavor of FUNC_ENTER macros (#1622) | Dana Robinson | 2022-04-08 | 1 | -15/+15 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 1 | -2/+2 |
|
|
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -287/+255 |
|
|
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -13/+1 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -8/+8 |
|
|
* | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. | David Young | 2020-01-29 | 1 | -7/+7 |
|
|
* | merge and fix conflict | kmu | 2020-01-19 | 1 | -5/+5 |
|\ |
|
* | | fix unused related warnings | kmu | 2020-01-13 | 1 | -5/+5 |
|/ |
|
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2019-11-27 | 1 | -18/+9 |
|
|
* | Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili... | David Young | 2019-11-27 | 1 | -2/+1 |
|
|
* | Oops, remove more C99 designated initializers for VS 2010 compatibility. | David Young | 2019-11-25 | 1 | -1/+2 |
|
|
* | Don't use C99 designated initializers, they're not compatible with | David Young | 2019-11-25 | 1 | -5/+10 |
|
|
* | Quiet some more maybe-uninitialized warnings---each is a false positive, | David Young | 2019-11-22 | 1 | -1/+5 |
|
|
* | Initialize a couple of variables that the compiler does not realize are | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
* | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2019-11-05 | 1 | -7/+7 |
|
|
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -2/+2 |
|
|
* | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -1/+0 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Bring file shutdown code from cache image branch | Quincey Koziol | 2017-01-05 | 1 | -118/+1 |
|
|
* | Remove 'const' from cache client pre_serialize callback, to reduce warnings, | Quincey Koziol | 2017-01-03 | 1 | -2/+2 |
|
|
* | Refactor several cache clients to have only one copy of their deserialization | Quincey Koziol | 2016-12-30 | 1 | -172/+200 |
|
|
* | More normalizations against incoming cache image branch. | Quincey Koziol | 2016-12-29 | 1 | -1/+1 |
|
|
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -208/+375 |
|
|
* | Remove 'clear' callback from metadata cache client interface, using the | Quincey Koziol | 2016-11-18 | 1 | -2/+0 |
|
|
* | Remove explicit support within the metadata cache for tracked compressed | Quincey Koziol | 2016-11-17 | 1 | -18/+6 |
|
|
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 1 | -1/+1 |
|
|
* | [svn-r29548] Minor normalization w/ trunk in preparation for big merge. | Dana Robinson | 2016-03-24 | 1 | -1/+1 |
|
|
* | [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che... | Mohamad Chaarawi | 2016-01-21 | 1 | -3/+0 |
|
|
* | [svn-r27768] Description: | Quincey Koziol | 2015-09-14 | 1 | -4/+4 |
|
|
* | [svn-r27710] Description: | Quincey Koziol | 2015-09-09 | 1 | -0/+10 |
|
|
* | [svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did th... | Neil Fortner | 2015-07-01 | 1 | -2/+2 |
|
|
* | [svn-r27294] Description: | Quincey Koziol | 2015-06-29 | 1 | -1/+1 |
|
|
* | [svn-r27237] Description: | Quincey Koziol | 2015-06-18 | 1 | -687/+752 |
|
|
* | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 1 | -3/+3 |
|
|
* | [svn-r27077] Description: | Quincey Koziol | 2015-05-15 | 1 | -18/+2 |
|
|
* | [svn-r27075] Description: | Quincey Koziol | 2015-05-15 | 1 | -4/+15 |
|
|
* | [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered | Dana Robinson | 2015-05-10 | 1 | -3/+3 |
|
|
* | [svn-r25929] Description: | Quincey Koziol | 2014-12-29 | 1 | -19/+32 |
|
|
* | [svn-r25881] Description: | Quincey Koziol | 2014-12-10 | 1 | -3/+5 |
|
|