| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge pull request #31 from byrnHDF/develop | Larry Knox | 2020-10-09 | 3 | -5/+4 |
|\ \ |
|
| * | | Comment adjustments | Allen Byrne | 2020-10-08 | 3 | -5/+4 |
|/ / |
|
* | | Merge pull request #25 from byrnHDF/develop | Larry Knox | 2020-10-07 | 5 | -130/+18 |
|\ \ |
|
| * | | Remove obsolete file | Allen Byrne | 2020-10-07 | 2 | -112/+0 |
|
|
| * | | Merge remote-tracking branch 'origin/develop' into develop | Allen Byrne | 2020-10-07 | 41 | -14551/+14431 |
| |\ \
| |/ /
|/| | |
|
* | | | Update reformatting settings, trace wrapping, and printf-format strings (#22) | Quincey Koziol | 2020-10-06 | 41 | -14551/+14431 |
|
|
| * | | Update code owners | Allen Byrne | 2020-10-07 | 1 | -3/+3 |
|
|
| * | | Merge branch 'develop' of https://github.com/HDFGroup/hdf5.git into develop | Allen Byrne | 2020-10-06 | 0 | -0/+0 |
| |\ \
| |/ /
|/| | |
|
* | | | Fix VFD h5repacktest (#20) | Allen Byrne | 2020-10-06 | 7 | -137/+141 |
|
|
* | | | Merge pull request #15 from lrknox/develop | Larry Knox | 2020-10-05 | 2 | -10/+7 |
|\ \ \ |
|
| * | | | Correct entries related to --enable-build-mode and --enable-profiling in | Larry Knox | 2020-10-03 | 2 | -10/+7 |
| | |/
| |/| |
|
* | | | Merge pull request #12 from byrnHDF/develop | Larry Knox | 2020-10-05 | 10 | -23/+23 |
|\ \ \ |
|
* \ \ \ | Merge pull request #16 from michaelkuhn/fix-plugin-path-leak | Larry Knox | 2020-10-05 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | Fix memory leak in H5PL__find_plugin_in_path | Michael Kuhn | 2020-10-05 | 1 | -1/+3 |
|/ / / / |
|
| | | * | Update for minimum of two owners | Allen Byrne | 2020-10-06 | 1 | -12/+12 |
|
|
| | | * | Correct entries related to --enable-build-mode and --enable-profiling in | Larry Knox | 2020-10-06 | 2 | -10/+7 |
|
|
| | | * | github environment variable change | Allen Byrne | 2020-10-06 | 2 | -4/+4 |
|
|
| | | * | genparser on jelly with default bison/flex | Allen Byrne | 2020-10-06 | 2 | -90/+90 |
|
|
| | | * | Refactor parser GCC diagnostic statements | Allen Byrne | 2020-10-06 | 3 | -34/+44 |
|
|
| | | * | Fix memory leak in H5PL__find_plugin_in_path | Michael Kuhn | 2020-10-05 | 1 | -1/+3 |
|
|
| | | * | h5repacktest VFD fix and formatting changes | Allen Byrne | 2020-10-05 | 3 | -13/+7 |
| | |/
| |/| |
|
| * | | HDFFV-11096 replace backticks with doublequotes | Allen Byrne | 2020-10-04 | 10 | -23/+23 |
|
|
| * | | HDFFV-11096 fix typo in h5dump usage text | Allen Byrne | 2020-10-03 | 9 | -9/+9 |
|/ / |
|
* | | Merge pull request #11 from byrnHDF/develop | Larry Knox | 2020-10-03 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Add mingw define | Allen Byrne | 2020-10-02 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #2917 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-10-02 | 2 | -2/+9 |
|\ |
|
| * | Actions updates | Allen Byrne | 2020-10-02 | 2 | -2/+9 |
|/ |
|
* | Merge pull request #2906 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Larry Knox | 2020-10-02 | 1118 | -319927/+322123 |
|\ |
|
| * | Clang-format of source files | Allen Byrne | 2020-09-30 | 1118 | -319927/+322123 |
|/ |
|
* | Merge pull request #2905 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-09-30 | 8 | -35/+28 |
|\ |
|
| * | Fix jni with %Lg instead of %Lf | Allen Byrne | 2020-09-29 | 4 | -9/+7 |
|
|
| * | Pre-format fixes for warnings as errors | Allen Byrne | 2020-09-29 | 5 | -28/+23 |
|/ |
|
* | Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex... | David Young | 2020-09-28 | 105 | -1089/+758 |
|\ |
|
| * | Use the right format string, "%zu", for size_t. | David Young | 2020-09-27 | 1 | -1/+1 |
|
|
| * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-27 | 98 | -8187/+9687 |
| |\ |
|
| * | | Repair more format strings. | David Young | 2020-09-26 | 6 | -48/+49 |
|
|
| * | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-25 | 7 | -2/+249 |
| |\ \ |
|
| * | | | Fix a bunch of format string errors reported by Larry. | David Young | 2020-09-25 | 2 | -32/+38 |
|
|
| * | | | Fix some HDfprintf compilation errors: use the right format strings | David Young | 2020-09-24 | 3 | -20/+34 |
|
|
| * | | | Test the format string "ll" before "l", "L", and "q", like the | David Young | 2020-09-17 | 1 | -1/+1 |
|
|
| * | | | Cast a non-void pointer to void pointer for "%p". | David Young | 2020-09-03 | 1 | -1/+1 |
|
|
| * | | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-03 | 588 | -16919/+18831 |
| |\ \ \ |
|
| * | | | | Use PRIu32 and "zu" formats. Delete some casts from `size_t`. | David Young | 2020-07-31 | 2 | -4/+4 |
|
|
| * | | | | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-07-30 | 131 | -6114/+5975 |
| |\ \ \ \ |
|
| * | | | | | I'm taking a guess that this code intended to point the 2-digit wide | David Young | 2020-07-30 | 1 | -1/+1 |
|
|
| * | | | | | %08p is not portable, it's a GNU-ism. Use %8p, instead. Squashes a GCC error. | David Young | 2020-07-30 | 1 | -1/+1 |
|
|
| * | | | | | Add format string macros PRI[doxX]HID for hid_t and use PRIdHID. | David Young | 2020-07-30 | 2 | -1/+7 |
|
|
| * | | | | | Use HDva_copy() and introduce a bunch of compatbility format-string constants | David Young | 2020-07-30 | 3 | -2/+12 |
|
|
| * | | | | | Merge branch 'rebased-fprintf-experiment' into fprintf-develop | David Young | 2020-07-09 | 91 | -1035/+666 |
| |\ \ \ \ \ |
|
| | * | | | | | Always #define HDfprintf as fprintf in this header. I believe this will fix | David Young | 2020-07-07 | 1 | -1/+1 |
|
|