summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Misc warning fixes.Dana Robinson2020-05-106-25/+46
| | |/ / / /
| | | * | | Removed HDgets macros since gets was deprecated in C99 and removedDana Robinson2020-05-103-4/+7
| | |/ / /
| | * | | Merge pull request #2568 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-05-087-14/+18
| | |\ \ \
| | | * | | Comment out pull-request action and enable fail fastAllen Byrne2020-05-081-3/+3
| | | * | | Correct filenameAllen Byrne2020-05-081-7/+7
| | | * | | Change to use aliasAllen Byrne2020-05-081-1/+1
| | | * | | Fix name settingAllen Byrne2020-05-081-2/+2
| | | * | | OESS-65 fix packaging config filesAllen Byrne2020-05-085-3/+7
| | |/ / /
| | * | | Merge pull request #2565 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-05-071-1/+1
| | |\ \ \
| | | * | | Correct pathAllen Byrne2020-05-071-1/+1
| | |/ / /
| | * | | Merge pull request #2561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-05-063-18/+102
| | |\ \ \
| | | * | | 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
| | |\ \ \
| | | * | | 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
| | |/ / /
| | * | | Merge pull request #2552 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-04-281-24/+60
| | |\ \ \
| | | * | | Protected H5Oset_comment() in h5dump test generator.Dana Robinson2020-04-281-24/+60
| | |/ / /
| | * | | Merge pull request #2551 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2020-04-281-4/+2
| | |\ \ \
| | | * \ \ Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5 ...Jordan Henderson2020-04-271-179/+224
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #2540 in HDFFV/hdf5 from extend_h5debug to developQuincey Koziol2020-04-271-179/+224
| | |\ \ \ \
| | | * | | | 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
| | | * | | | 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
| | |\ \ \ \
| | | * | | | 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
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | 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
| | |\ \ \ \ \
| | | * | | | | 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
| | |\ \ \ \ \
| | | * | | | | 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 d...Larry Knox2020-04-252-2/+6
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | 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 dev...David Young2020-04-252-6/+3
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAXDavid Young2020-04-241-2/+2
| | | * | | Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointerDavid Young2020-04-241-2/+2
| | | * | | Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarationsDavid Young2020-04-241-4/+1
| | * | | | Merge pull request #2534 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-04-249-186/+198
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Fix NoFilter buildAllen Byrne2020-04-241-1/+1
| | | * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-2313-55/+126
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #2533 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2020-04-2313-55/+126
| | |\ \ \ \
| | | * | | | 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
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge pull request #2525 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-04-239-104/+107
| | |\ \ \ \