summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #37 from takluyver/description-errnoLarry Knox2020-10-151-0/+6
| |\ \
| | * | More general message about using description for errnoThomas Kluyver2020-10-151-2/+6
| | * | Note that the description for system errors may be used by h5pyThomas Kluyver2020-10-151-0/+2
| |/ /
* | | Remove temporary debugging code added to config/cmake/scripts/CTestScript.cmake.Larry Knox2020-10-141-13/+0
* | | Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into zzz-gitlab-ciLarry Knox2020-10-121211-317545/+321229
|\ \ \ | |/ /
| * | Merge pull request #31 from byrnHDF/developLarry Knox2020-10-093-5/+4
| |\ \
| | * | Comment adjustmentsAllen Byrne2020-10-083-5/+4
| |/ /
| * | Merge pull request #25 from byrnHDF/developLarry Knox2020-10-075-130/+18
| |\ \
| | * | Remove obsolete fileAllen Byrne2020-10-072-112/+0
| | * | Merge remote-tracking branch 'origin/develop' into developAllen Byrne2020-10-0741-14551/+14431
| | |\ \ | | |/ / | |/| |
| * | | Update reformatting settings, trace wrapping, and printf-format strings (#22)Quincey Koziol2020-10-0641-14551/+14431
| | * | Update code ownersAllen Byrne2020-10-071-3/+3
| | * | Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into developAllen Byrne2020-10-060-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Fix VFD h5repacktest (#20)Allen Byrne2020-10-067-137/+141
| * | | Merge pull request #15 from lrknox/developLarry Knox2020-10-052-10/+7
| |\ \ \
| | * | | Correct entries related to --enable-build-mode and --enable-profiling inLarry Knox2020-10-032-10/+7
| | | |/ | | |/|
| * | | Merge pull request #12 from byrnHDF/developLarry Knox2020-10-0510-23/+23
| |\ \ \
| * \ \ \ Merge pull request #16 from michaelkuhn/fix-plugin-path-leakLarry Knox2020-10-051-1/+3
| |\ \ \ \
| | * | | | Fix memory leak in H5PL__find_plugin_in_pathMichael Kuhn2020-10-051-1/+3
| |/ / / /
| | | | * Update for minimum of two ownersAllen Byrne2020-10-061-12/+12
| | | | * Correct entries related to --enable-build-mode and --enable-profiling inLarry Knox2020-10-062-10/+7
| | | | * github environment variable changeAllen Byrne2020-10-062-4/+4
| | | | * genparser on jelly with default bison/flexAllen Byrne2020-10-062-90/+90
| | | | * Refactor parser GCC diagnostic statementsAllen Byrne2020-10-063-34/+44
| | | | * Fix memory leak in H5PL__find_plugin_in_pathMichael Kuhn2020-10-051-1/+3
| | | | * h5repacktest VFD fix and formatting changesAllen Byrne2020-10-053-13/+7
| | | |/ | | |/|
| | * | HDFFV-11096 replace backticks with doublequotesAllen Byrne2020-10-0410-23/+23
| | * | HDFFV-11096 fix typo in h5dump usage textAllen Byrne2020-10-039-9/+9
| |/ /
| * | Merge pull request #11 from byrnHDF/developLarry Knox2020-10-031-0/+1
| |\ \ | | |/ | |/|
| | * Add mingw defineAllen Byrne2020-10-021-0/+1
| |/
| * Merge pull request #2917 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-10-022-2/+9
| |\
| | * Actions updatesAllen Byrne2020-10-022-2/+9
| |/
| * Merge pull request #2906 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2020-10-021118-319927/+322123
| |\
| | * Clang-format of source filesAllen Byrne2020-09-301118-319927/+322123
| |/
| * Merge pull request #2905 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-09-308-35/+28
| |\
| | * Fix jni with %Lg instead of %LfAllen Byrne2020-09-294-9/+7
| | * Pre-format fixes for warnings as errorsAllen Byrne2020-09-295-28/+23
| |/
| * Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-28105-1089/+758
| |\
| | * Use the right format string, "%zu", for size_t.David Young2020-09-271-1/+1
| | * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-2798-8187/+9687
| | |\
| | * | Repair more format strings.David Young2020-09-266-48/+49
| | * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-257-2/+249
| | |\ \
| | * | | Fix a bunch of format string errors reported by Larry.David Young2020-09-252-32/+38
| | * | | Fix some HDfprintf compilation errors: use the right format stringsDavid Young2020-09-243-20/+34
| | * | | Test the format string "ll" before "l", "L", and "q", like theDavid Young2020-09-171-1/+1
| | * | | Cast a non-void pointer to void pointer for "%p".David Young2020-09-031-1/+1
| | * | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-03588-16919/+18831
| | |\ \ \
| | * | | | Use PRIu32 and "zu" formats. Delete some casts from `size_t`.David Young2020-07-312-4/+4
| | * | | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-30131-6114/+5975
| | |\ \ \ \
| | * | | | | I'm taking a guess that this code intended to point the 2-digit wideDavid Young2020-07-301-1/+1