Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning | Larry Knox | 2020-05-18 | 29 | -350/+99 |
| | | | | | | | 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. | ||||
* | Merge pull request #2582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-05-18 | 2 | -8/+12 |
|\ | | | | | | | | | | | * commit 'ad8f45d267a4ffb0696a4e30b590fa11ef68d06f': Correct mingw paths Correct path for mingw | ||||
| * | Correct mingw paths | Allen Byrne | 2020-05-15 | 2 | -7/+11 |
| | | |||||
| * | Correct path for mingw | Allen Byrne | 2020-05-15 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2573 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-05-15 | 5 | -12/+15 |
|\ | | | | | | | | | | | | | | | 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). | ||||
| * | Replaced a few calls to HDmemcpy with H5MM_memcpy, which does overlap | Dana Robinson | 2020-05-15 | 2 | -8/+8 |
| | | | | | | | | checking. | ||||
| * | Merge branch 'develop' into develop_minor | Dana Robinson | 2020-05-15 | 6 | -25/+46 |
| |\ | |/ |/| | |||||
* | | Merge pull request #2574 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵ | Dana Robinson | 2020-05-11 | 6 | -25/+46 |
|\ \ | | | | | | | | | | | | | | | | | | | to develop * commit '55844f79e94d49f7ccc8fff1fa3d80f153bb13ea': Misc warning fixes. | ||||
| * | | Misc warning fixes. | Dana Robinson | 2020-05-10 | 6 | -25/+46 |
|/ / | |||||
| * | Removed HDgets macros since gets was deprecated in C99 and removed | Dana Robinson | 2020-05-10 | 3 | -4/+7 |
|/ | | | | in C11 (gets() is not used in our repo). | ||||
* | Merge pull request #2568 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-05-08 | 7 | -14/+18 |
|\ | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Comment out pull-request action and enable fail fast | Allen Byrne | 2020-05-08 | 1 | -3/+3 |
| | | |||||
| * | Correct filename | Allen Byrne | 2020-05-08 | 1 | -7/+7 |
| | | |||||
| * | Change to use alias | Allen Byrne | 2020-05-08 | 1 | -1/+1 |
| | | |||||
| * | Fix name setting | Allen Byrne | 2020-05-08 | 1 | -2/+2 |
| | | |||||
| * | OESS-65 fix packaging config files | Allen Byrne | 2020-05-08 | 5 | -3/+7 |
|/ | |||||
* | Merge pull request #2565 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-05-07 | 1 | -1/+1 |
|\ | | | | | | | | | * commit 'b147797449503e9a166b277fdabffafd5561d718': Correct path | ||||
| * | Correct path | Allen Byrne | 2020-05-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-05-06 | 3 | -18/+102 |
|\ | | | | | | | | | | | | | * commit 'a1ce9b2242774c9ef8f7200dc7e3d9e31fd33676': Correct step name Correct test Add github actions | ||||
| * | Correct step name | Allen Byrne | 2020-05-06 | 1 | -1/+1 |
| | | |||||
| * | Correct test | Allen Byrne | 2020-05-06 | 1 | -18/+20 |
| | | |||||
| * | Add github actions | Allen Byrne | 2020-05-06 | 2 | -0/+82 |
|/ | |||||
* | Merge pull request #2557 in HDFFV/hdf5 from alloc_0sized_dset_fix to develop | Quincey Koziol | 2020-05-04 | 5 | -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 Koziol | 2020-05-03 | 2 | -90/+49 |
| | | |||||
| * | Avoid allocating a chunk index for datasets with 0-sized dimensions, until | Quincey Koziol | 2020-05-01 | 4 | -23/+219 |
|/ | | | | the dataset is extended. | ||||
* | Merge pull request #2552 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-28 | 1 | -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 Robinson | 2020-04-28 | 1 | -24/+60 |
|/ | | | | (Assumes environment variable overrides default VOL connector) | ||||
* | Merge pull request #2551 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2020-04-28 | 1 | -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 Henderson | 2020-04-27 | 1 | -179/+224 |
| |\ | |/ |/| | | | into develop | ||||
* | | Merge pull request #2540 in HDFFV/hdf5 from extend_h5debug to develop | Quincey Koziol | 2020-04-27 | 1 | -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 Koziol | 2020-04-26 | 1 | -1/+9 |
| | | | |||||
| * | | Refactor "extra" command-line arguments, and clean up code so the tool doesn't | Quincey Koziol | 2020-04-26 | 1 | -183/+216 |
| | | | | | | | | | | | | assert when exiting. | ||||
| * | | Extend h5debug to support 3-D datasets for chunks. | Quincey Koziol | 2020-04-25 | 1 | -3/+7 |
| | | | |||||
| | * | Fix memory error in h5dump xml 'escape the string' routine | Jordan Henderson | 2020-04-27 | 1 | -4/+2 |
| |/ |/| | |||||
* | | Merge pull request #2547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-27 | 1 | -4/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | to develop * commit 'bf5e832acc0527050d63f5cb91fe15e040bf7e48': Fixed pio_perf const pointers. | ||||
| * | | Fixed pio_perf const pointers. | Dana Robinson | 2020-04-27 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #2541 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-27 | 17 | -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 Robinson | 2020-04-27 | 2 | -4/+11 |
| | | | |||||
| * | | Updates to tools warning PR from code review. | Dana Robinson | 2020-04-26 | 2 | -12/+8 |
| | | | |||||
| * | | Fixes for warnings in the tools code. | Dana Robinson | 2020-04-25 | 17 | -418/+754 |
| | | | |||||
* | | | Merge pull request #2542 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵ | Dana Robinson | 2020-04-27 | 2 | -15/+21 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'c3367e6634d4dee88ff855da08e312f6685c23af': Moved -Woverlength-strings to the developer flags. | ||||
| * | | | Moved -Woverlength-strings to the developer flags. | Dana Robinson | 2020-04-26 | 2 | -15/+21 |
| |/ / | |||||
* | | | Merge pull request #2538 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-04-25 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | * commit '64fa9327d008c0c3d17c9489c32d99e0d514f88e': Add "override with" to error message HDFFV-10576 add Option name to Error Message | ||||
| * | | | Add "override with" to error message | Allen Byrne | 2020-04-24 | 1 | -5/+5 |
| | | | | |||||
| * | | | HDFFV-10576 add Option name to Error Message | Allen Byrne | 2020-04-24 | 1 | -5/+5 |
| |/ / | |||||
* | | | Merge pull request #2539 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to ↵ | Larry Knox | 2020-04-25 | 2 | -2/+6 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | develop * commit 'ae9dc2d5f9016ef279ca9d0ca8ad9c8416e60df9': Restrict errors to gcc 4.8 and above. | ||||
| * | | Restrict errors to gcc 4.8 and above. | Allen Byrne | 2020-04-24 | 2 | -2/+6 |
| |/ | |||||
* | | Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to ↵ | David Young | 2020-04-25 | 2 | -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 "%" PRIuMAX | David Young | 2020-04-24 | 1 | -2/+2 |
| | | | | | | | | instead of "%ju". | ||||
| * | Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer | David Young | 2020-04-24 | 1 | -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]`. |