summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-05-063-18/+102
|\ | | | | | | | | | | | | * commit 'a1ce9b2242774c9ef8f7200dc7e3d9e31fd33676': Correct step name Correct test Add github actions
| * Correct step nameAllen Byrne2020-05-061-1/+1
| |
| * Correct testAllen Byrne2020-05-061-18/+20
| |
| * Add github actionsAllen Byrne2020-05-062-0/+82
|/
* Merge pull request #2557 in HDFFV/hdf5 from alloc_0sized_dset_fix to developQuincey Koziol2020-05-045-113/+268
|\ | | | | | | | | | | * 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.
| * Align contents of CMake and autotools testfile cleanup lists.Quincey Koziol2020-05-032-90/+49
| |
| * Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-014-23/+219
|/ | | | the dataset is extended.
* Merge pull request #2552 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-281-24/+60
|\ | | | | | | | | | | | | to develop * commit 'dc3b8372c7ac63b5b0f00ad94a4f8f32cbb8d391': Protected H5Oset_comment() in h5dump test generator. (Assumes environment variable overrides default VOL connector)
| * Protected H5Oset_comment() in h5dump test generator.Dana Robinson2020-04-281-24/+60
|/ | | | (Assumes environment variable overrides default VOL connector)
* Merge pull request #2551 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2020-04-281-4/+2
|\ | | | | | | | | * commit '0644921cc207dda2551bf2893e12877b7bc0ec8c': Fix memory error in h5dump xml 'escape the string' routine
| * Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5 ↵Jordan Henderson2020-04-271-179/+224
| |\ | |/ |/| | | into develop
* | Merge pull request #2540 in HDFFV/hdf5 from extend_h5debug to developQuincey Koziol2020-04-271-179/+224
|\ \ | | | | | | | | | | | | | | | | | | * 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.
| * | Range check # of 'extra' command-line parameters against array size.Quincey Koziol2020-04-261-1/+9
| | |
| * | Refactor "extra" command-line arguments, and clean up code so the tool doesn'tQuincey Koziol2020-04-261-183/+216
| | | | | | | | | | | | assert when exiting.
| * | Extend h5debug to support 3-D datasets for chunks.Quincey Koziol2020-04-251-3/+7
| | |
| | * Fix memory error in h5dump xml 'escape the string' routineJordan Henderson2020-04-271-4/+2
| |/ |/|
* | Merge pull request #2547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-271-4/+4
|\ \ | | | | | | | | | | | | | | | | | | to develop * commit 'bf5e832acc0527050d63f5cb91fe15e040bf7e48': Fixed pio_perf const pointers.
| * | Fixed pio_perf const pointers.Dana Robinson2020-04-271-4/+4
| | |
* | | Merge pull request #2541 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-2717-424/+763
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | 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.
| * | Further updates to the tools warnings fixes from code review.Dana Robinson2020-04-272-4/+11
| | |
| * | Updates to tools warning PR from code review.Dana Robinson2020-04-262-12/+8
| | |
| * | Fixes for warnings in the tools code.Dana Robinson2020-04-2517-418/+754
| | |
* | | Merge pull request #2542 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵Dana Robinson2020-04-272-15/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'c3367e6634d4dee88ff855da08e312f6685c23af': Moved -Woverlength-strings to the developer flags.
| * | | Moved -Woverlength-strings to the developer flags.Dana Robinson2020-04-262-15/+21
| |/ /
* | | Merge pull request #2538 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-04-251-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '64fa9327d008c0c3d17c9489c32d99e0d514f88e': Add "override with" to error message HDFFV-10576 add Option name to Error Message
| * | | Add "override with" to error messageAllen Byrne2020-04-241-5/+5
| | | |
| * | | HDFFV-10576 add Option name to Error MessageAllen Byrne2020-04-241-5/+5
| |/ /
* | | Merge pull request #2539 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Larry Knox2020-04-252-2/+6
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | develop * commit 'ae9dc2d5f9016ef279ca9d0ca8ad9c8416e60df9': Restrict errors to gcc 4.8 and above.
| * | Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-242-2/+6
| |/
* | Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to ↵David Young2020-04-252-6/+3
|\ \ | |/ |/| | | | | | | | | | | | | develop * commit 'd16eb45d536bd13ca3cf1b0bdc76c58d95d13f17': For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX instead of "%ju". Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]`. Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]`.
| * For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAXDavid Young2020-04-241-2/+2
| | | | | | | | instead of "%ju".
| * Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointerDavid Young2020-04-241-2/+2
| | | | | | | | | | | | | | to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]`.
| * Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarationsDavid Young2020-04-241-4/+1
| | | | | | | | and code [-Werror=declaration-after-statement]`.
* | Merge pull request #2534 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-04-249-186/+198
|\ \ | |/ |/| | | | | | | | | * commit '7f44915b442b4d65ccf2f78dae3c1f7224658bea': Fix NoFilter build Remove old szip line OESS-65 add option to use AEC library in place of SZip
| * Fix NoFilter buildAllen Byrne2020-04-241-1/+1
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-2313-55/+126
| |\ | |/ |/| | | | | * commit '8921d12c56960379c7d84584e42bbaf68b30e142': TRILAB-244 separate CXX warnings and errors from C
* | Merge pull request #2533 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵Allen Byrne2020-04-2313-55/+126
|\ \ | | | | | | | | | | | | | | | | | | develop * commit 'f9a3ae50812a527c7b88a39d7d5b6629aa234a2d': TRILAB-244 separate CXX warnings and errors from C
| * | TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-2313-55/+126
|/ /
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-239-104/+107
| |\ | |/ |/| | | | | | | | | | | | | * commit '5ea58acf8a2bdf8ca19d4c86d9ef94fbc4ac449f': Add missing ')'. Add C++ warnings treated as error for autotools builds. Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove duplicate versions. Address PR suggestions and add overlooked GCC compiler version flags. Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
* | Merge pull request #2525 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-04-239-104/+107
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '43424a1392b662a29542bb70014c253162ccfe48': Add missing ')'. Add C++ warnings treated as error for autotools builds. Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove duplicate versions. Address PR suggestions and add overlooked GCC compiler version flags. Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
| * | Add missing ')'.Larry Knox2020-04-231-1/+1
| | |
| * | Add C++ warnings treated as error for autotools builds.Larry Knox2020-04-233-3/+4
| | |
| * | Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-224-54/+18
| | | | | | | | | | | | duplicate versions.
| * | Address PR suggestions and add overlooked GCC compiler version flags.Larry Knox2020-04-222-19/+45
| | |
| * | Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-204-41/+53
| | | | | | | | | | | | | | | | | | g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
| | * Remove old szip lineAllen Byrne2020-04-231-1/+0
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-2332-160/+553
| | |\ | |_|/ |/| | | | | | | | | | | * commit '1db039d1beee05d7349e153cef4cf642c907cc1e': Fixed h5diff command-line parameters to use 1 and 2 instead of src and dst. Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.
* | | Merge pull request #2532 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-2332-160/+553
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '785bd0975ba13c3033820d0fc809da963fcd54ca': Fixed h5diff command-line parameters to use 1 and 2 instead of src and dst. Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.
| * | | Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-04-2213-151/+151
| | | | | | | | | | | | | | | | and dst.
| * | | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-2132-147/+540
| | | |