| Commit message (Expand) | Author | Age | Files | Lines |
* | Update reformatting settings, trace wrapping, and printf-format strings (#22) | Quincey Koziol | 2020-10-06 | 41 | -14551/+14431 |
|
|
* | 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 |
|\ \ |
|
| * | | 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 #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 |
|/ / |
|
* | | 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 |
|
|
| | * | | | | | Provide an HDvasprintf implementation only if it isn't #defined. This should | David Young | 2020-07-07 | 1 | -0/+2 |
|
|
| | * | | | | | Fix va_list usage in the vasprintf(3) implementation. | David Young | 2020-07-07 | 1 | -2/+7 |
|
|
| | * | | | | | Promote format-string warnings to errors. | David Young | 2020-07-07 | 1 | -1/+1 |
|
|
| | * | | | | | Use the portable `-eq` operator instead of the bash-ism `==`. Fixes the | David Young | 2020-07-07 | 1 | -1/+1 |
|
|
| | * | | | | | Restore a literal percent sign ("%%") that I accidentally deleted. | David Young | 2020-07-07 | 1 | -1/+1 |
|
|
| | * | | | | | Fix code that made GCC complain about a NULL or `unsigned char *` arguments for | David Young | 2020-07-07 | 2 | -28/+47 |
|
|
| | * | | | | | Take pains to provide UINT64_MAX in all conditions. | David Young | 2020-07-07 | 1 | -0/+6 |
|
|
| | * | | | | | Correct a couple of format strings. | David Young | 2020-07-07 | 1 | -2/+4 |
|
|
| | * | | | | | Use PRIuHSIZE and PRIXHSIZE for portability. | David Young | 2020-07-07 | 1 | -2/+2 |
|
|
| | * | | | | | Delete extra argument, there is no formatting for it. | David Young | 2020-07-07 | 1 | -1/+1 |
|
|
| | * | | | | | Fix fprintf arguments: "%p" expects a `void *` argument. | David Young | 2020-07-07 | 1 | -3/+3 |
|
|
| | * | | | | | Squash my changes on branch `fprintf-experiment` into one commit for | David Young | 2020-07-07 | 83 | -996/+593 |
|
|
* | | | | | | | Merge pull request #2902 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-09-28 | 60 | -177/+685 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | More info for building plugins with library | Allen Byrne | 2020-09-28 | 3 | -11/+125 |
|
|