summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* and `vfd_swmr_reader_did_increase_tick_to` declarations.David Young2020-05-201-0/+1
* Rebase repair: do not list any VFD SWMR source files twice.David Young2020-05-201-2/+1
* Rebase repair: add stubs.c back to the test library sources.David Young2020-05-201-1/+1
* Reduce diffs with `develop`.David Young2020-05-201-2/+3
* Reduce diffs with `develop`.David Young2020-05-201-1/+1
* Reduce diffs with `develop`.David Young2020-05-201-1/+1
* Reduce diffs with `develop`, where `H5C_move_entry` takes an `H5C_t *`David Young2020-05-206-33/+23
* Reduce diffs with `develop`.David Young2020-05-201-5/+1
* Reduce diffs with `develop`.David Young2020-05-201-10/+10
* Reduce diffs with `develop`.David Young2020-05-203-7/+6
* Reduce diffs with `develop`.David Young2020-05-204-52/+54
* Reduce diffs with `develop`.David Young2020-05-201-18/+18
* Make sure to initialize vfd_info.fname.David Young2020-05-201-2/+3
* Reduce diffs with `develop`.David Young2020-05-201-5/+0
* Use new style of error reporting.David Young2020-05-201-2/+2
* Use H5_ATTR_NDEBUG_UNUSED instead of H5_ATTR_SANITY_CHECK.David Young2020-05-201-1/+1
* Be sure to fill the `fname` field in vfd_info.David Young2020-05-201-0/+1
* Use the write name for the VFD index, SWMR_IDX -> SWMR_VFD_IDX.David Young2020-05-201-1/+8
* Repair a bunch of H5_ATTR_SANITY_CHECK uses that should have beenDavid Young2020-05-2036-74/+72
* Fix tools compilation.David Young2020-05-202-3/+8
* Fix compilation: use H5Oget_info() instead of specifying the versionDavid Young2020-05-201-4/+4
* Move declarations before statements, ugh.David Young2020-05-201-6/+8
* Replaced a few calls to HDmemcpy with H5MM_memcpy, which does overlapDana Robinson2020-05-202-8/+8
* Misc warning fixes.Dana Robinson2020-05-206-25/+46
* Removed HDgets macros since gets was deprecated in C99 and removedDana Robinson2020-05-203-4/+7
* Comment out pull-request action and enable fail fastAllen Byrne2020-05-201-3/+3
* Correct filenameAllen Byrne2020-05-201-7/+7
* Change to use aliasAllen Byrne2020-05-201-1/+1
* Fix name settingAllen Byrne2020-05-201-2/+2
* OESS-65 fix packaging config filesAllen Byrne2020-05-205-3/+7
* Correct pathAllen Byrne2020-05-201-1/+1
* Correct step nameAllen Byrne2020-05-201-1/+1
* Correct testAllen Byrne2020-05-201-18/+20
* Add github actionsAllen Byrne2020-05-202-0/+82
* Align contents of CMake and autotools testfile cleanup lists.Quincey Koziol2020-05-202-90/+49
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-204-23/+219
* Protected H5Oset_comment() in h5dump test generator.Dana Robinson2020-05-201-25/+62
* Range check # of 'extra' command-line parameters against array size.Quincey Koziol2020-05-201-1/+9
* Refactor "extra" command-line arguments, and clean up code so the tool doesn'tQuincey Koziol2020-05-201-183/+216
* Extend h5debug to support 3-D datasets for chunks.Quincey Koziol2020-05-201-3/+7
* Fix memory error in h5dump xml 'escape the string' routineJordan Henderson2020-05-201-4/+2
* Fixed pio_perf const pointers.Dana Robinson2020-05-201-4/+4
* Further updates to the tools warnings fixes from code review.Dana Robinson2020-05-202-4/+11
* Updates to tools warning PR from code review.Dana Robinson2020-05-202-12/+8
* Fixes for warnings in the tools code.Dana Robinson2020-05-2017-418/+754
* Moved -Woverlength-strings to the developer flags.Dana Robinson2020-05-202-15/+21
* Add "override with" to error messageAllen Byrne2020-05-201-5/+5
* HDFFV-10576 add Option name to Error MessageAllen Byrne2020-05-201-5/+5
* Restrict errors to gcc 4.8 and above.Allen Byrne2020-05-202-2/+6
* For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAXDavid Young2020-05-201-2/+2