f745476aa50MMerge pull request #2611 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit '6358a2749899948f2cd03d0ce76e5a5e61666a74':
Minor tweaks to testhdf5 code after normalization with 1.10.
Dana Robinson
6358a274989Minor tweaks to testhdf5 code after normalization with 1.10.
Dana Robinson
e28216f023dMMerge pull request #2608 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit '03ab219996e562502e90c508e669141b0e601e54':
Removed trailing space from Fortran files.
Dana Robinson
03ab219996eRemoved trailing space from Fortran files.
Larry Knox
32f8fed120dMMerge pull request #2599 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '60244c54fcf74e6635aadf7badf0bed4dd92a635':
Update MANIFEST for removal of older warnings files.
Larry Knox
60244c54fcfUpdate MANIFEST for removal of older warnings files.
Larry Knox
8797ae3f3eeMMerge pull request #2592 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'fcd87d2569ca4d8396c7db4eddb46cab04010abf':
Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files.
Larry Knox
fcd87d2569cRevise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning
flags for GCC compilers version 4.8 and above.
Removed files from gnu-warnings that only apply to versions < 4.8.
Consolidated warnings from versions < 4.8 that apply to versions >= 4.8
into the 4.8 warnings files.
Allen Byrne
820363aa6d4MMerge pull request #2582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'ad8f45d267a4ffb0696a4e30b590fa11ef68d06f':
Correct mingw paths
Correct path for mingw
26780517e6eMMerge pull request #2573 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'ae07c9ba2429a9c49291bcd9f02c0ce36b0a60ce':
Replaced a few calls to HDmemcpy with H5MM_memcpy, which does overlap checking.
Removed HDgets macros since gets was deprecated in C99 and removed in C11 (gets() is not used in our repo).
Dana Robinson
ae07c9ba242Replaced a few calls to HDmemcpy with H5MM_memcpy, which does overlap
checking.
Dana Robinson
4d012b345c1MMerge branch 'develop' into develop_minor
Dana Robinson
15f7ab35460MMerge pull request #2574 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes to develop
* commit '55844f79e94d49f7ccc8fff1fa3d80f153bb13ea':
Misc warning fixes.
ad8f72ca296Removed HDgets macros since gets was deprecated in C99 and removed
in C11 (gets() is not used in our repo).
Allen Byrne
f7bfa60bf9fMMerge pull request #2568 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f82348f80940e6ea197b7913f6357a5bbde3c43d':
Comment out pull-request action and enable fail fast
Correct filename
Change to use alias
Fix name setting
OESS-65 fix packaging config files
Allen Byrne
f82348f8094Comment out pull-request action and enable fail fast
96cabf6c59aMMerge pull request #2565 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'b147797449503e9a166b277fdabffafd5561d718':
Correct path
88a39adaa2eMMerge pull request #2561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'a1ce9b2242774c9ef8f7200dc7e3d9e31fd33676':
Correct step name
Correct test
Add github actions
9d6b4fd501dMMerge pull request #2557 in HDFFV/hdf5 from alloc_0sized_dset_fix to develop
* commit 'deadf2546561caa01537334dbb209e60c28d26c5':
Align contents of CMake and autotools testfile cleanup lists.
Avoid allocating a chunk index for datasets with 0-sized dimensions, until the dataset is extended.
Quincey Koziol
deadf254656Align contents of CMake and autotools testfile cleanup lists.
Quincey Koziol
ac069841f3eAvoid allocating a chunk index for datasets with 0-sized dimensions, until
the dataset is extended.
Dana Robinson
a1435404b5fMMerge pull request #2552 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'dc3b8372c7ac63b5b0f00ad94a4f8f32cbb8d391':
Protected H5Oset_comment() in h5dump test generator. (Assumes environment variable overrides default VOL connector)
Dana Robinson
dc3b8372c7aProtected H5Oset_comment() in h5dump test generator.
(Assumes environment variable overrides default VOL connector)
Jordan Henderson
9e82926bb91MMerge pull request #2551 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
* commit '0644921cc207dda2551bf2893e12877b7bc0ec8c':
Fix memory error in h5dump xml 'escape the string' routine
Jordan Henderson
0644921cc20MMerge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5 into develop
Quincey Koziol
4186e0d5becMMerge pull request #2540 in HDFFV/hdf5 from extend_h5debug to develop
* commit '3f3363177d5cc1efc8fcfc70e1feed7a293da2d4':
Range check # of 'extra' command-line parameters against array size.
Refactor "extra" command-line arguments, and clean up code so the tool doesn't assert when exiting.
Extend h5debug to support 3-D datasets for chunks.
Quincey Koziol
3f3363177d5Range check # of 'extra' command-line parameters against array size.
Quincey Koziol
c18ed719ecfRefactor "extra" command-line arguments, and clean up code so the tool doesn't
assert when exiting.
Quincey Koziol
ed833f1c8d0Extend h5debug to support 3-D datasets for chunks.
Jordan Henderson
2442de3389bFix memory error in h5dump xml 'escape the string' routine
Dana Robinson
1a2668e13f8MMerge pull request #2547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'bf5e832acc0527050d63f5cb91fe15e040bf7e48':
Fixed pio_perf const pointers.
9a598477c6cMMerge pull request #2541 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'c03ee563f46013d22f36a1895664a9ba876558e9':
Further updates to the tools warnings fixes from code review.
Updates to tools warning PR from code review.
Fixes for warnings in the tools code.
Dana Robinson
c03ee563f46Further updates to the tools warnings fixes from code review.
Dana Robinson
de3bfa697a9Updates to tools warning PR from code review.
f3d23046473MMerge pull request #2542 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes to develop
* commit 'c3367e6634d4dee88ff855da08e312f6685c23af':
Moved -Woverlength-strings to the developer flags.
Dana Robinson
c3367e6634dMoved -Woverlength-strings to the developer flags.