Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
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 RobinsonDana Robinson
6358a274989Minor tweaks to testhdf5 code after normalization with 1.10.
Dana RobinsonDana 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 RobinsonDana Robinson
03ab219996eRemoved trailing space from Fortran files.
Larry KnoxLarry 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 KnoxLarry Knox
60244c54fcfUpdate MANIFEST for removal of older warnings files.
Larry KnoxLarry 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 KnoxLarry 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 ByrneAllen Byrne
820363aa6d4MMerge pull request #2582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'ad8f45d267a4ffb0696a4e30b590fa11ef68d06f': Correct mingw paths Correct path for mingw
Allen ByrneAllen Byrne
ad8f45d267aCorrect mingw paths
Allen ByrneAllen Byrne
d14b87bfc8eCorrect path for mingw
Dana RobinsonDana Robinson
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 RobinsonDana Robinson
ae07c9ba242Replaced a few calls to HDmemcpy with H5MM_memcpy, which does overlap checking.
Dana RobinsonDana Robinson
4d012b345c1MMerge branch 'develop' into develop_minor
Dana RobinsonDana Robinson
15f7ab35460MMerge pull request #2574 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes to develop * commit '55844f79e94d49f7ccc8fff1fa3d80f153bb13ea': Misc warning fixes.
Dana RobinsonDana Robinson
55844f79e94Misc warning fixes.
Dana RobinsonDana Robinson
ad8f72ca296Removed HDgets macros since gets was deprecated in C99 and removed in C11 (gets() is not used in our repo).
Allen ByrneAllen 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 ByrneAllen Byrne
f82348f8094Comment out pull-request action and enable fail fast
Allen ByrneAllen Byrne
a5a3a5d9b36Correct filename
Allen ByrneAllen Byrne
9a097529ab9Change to use alias
Allen ByrneAllen Byrne
8cff990553fFix name setting
Allen ByrneAllen Byrne
aef4c9b02b8OESS-65 fix packaging config files
Allen ByrneAllen Byrne
96cabf6c59aMMerge pull request #2565 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'b147797449503e9a166b277fdabffafd5561d718': Correct path
Allen ByrneAllen Byrne
b1477974495Correct path
Allen ByrneAllen Byrne
88a39adaa2eMMerge pull request #2561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit 'a1ce9b2242774c9ef8f7200dc7e3d9e31fd33676': Correct step name Correct test Add github actions
Allen ByrneAllen Byrne
a1ce9b22427Correct step name
Allen ByrneAllen Byrne
c1565d2b576Correct test
Allen ByrneAllen Byrne
521c3f8ff6bAdd github actions
Quincey KoziolQuincey Koziol
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 KoziolQuincey Koziol
deadf254656Align contents of CMake and autotools testfile cleanup lists.
Quincey KoziolQuincey Koziol
ac069841f3eAvoid allocating a chunk index for datasets with 0-sized dimensions, until the dataset is extended.
Dana RobinsonDana 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 RobinsonDana Robinson
dc3b8372c7aProtected H5Oset_comment() in h5dump test generator. (Assumes environment variable overrides default VOL connector)
Jordan HendersonJordan 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 HendersonJordan Henderson
0644921cc20MMerge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5 into develop
Quincey KoziolQuincey 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 KoziolQuincey Koziol
3f3363177d5Range check # of 'extra' command-line parameters against array size.
Quincey KoziolQuincey Koziol
c18ed719ecfRefactor "extra" command-line arguments, and clean up code so the tool doesn't assert when exiting.
Quincey KoziolQuincey Koziol
ed833f1c8d0Extend h5debug to support 3-D datasets for chunks.
Jordan HendersonJordan Henderson
2442de3389bFix memory error in h5dump xml 'escape the string' routine
Dana RobinsonDana Robinson
1a2668e13f8MMerge pull request #2547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop * commit 'bf5e832acc0527050d63f5cb91fe15e040bf7e48': Fixed pio_perf const pointers.
Dana RobinsonDana Robinson
bf5e832acc0Fixed pio_perf const pointers.
Dana RobinsonDana Robinson
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 RobinsonDana Robinson
c03ee563f46Further updates to the tools warnings fixes from code review.
Dana RobinsonDana Robinson
de3bfa697a9Updates to tools warning PR from code review.
Dana RobinsonDana Robinson
a8676d74d9fFixes for warnings in the tools code.
Dana RobinsonDana Robinson
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 RobinsonDana Robinson
c3367e6634dMoved -Woverlength-strings to the developer flags.
Allen ByrneAllen Byrne
9c3041b1294MMerge pull request #2538 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop * commit '64fa9327d008c0c3d17c9489c32d99e0d514f88e': Add "override with" to error message HDFFV-10576 add Option name to Error Message