summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | %08p is not portable, it's a GNU-ism. Use %8p, instead. Squashes a GCC error.David Young2020-07-301-1/+1
| * | | | | Add format string macros PRI[doxX]HID for hid_t and use PRIdHID.David Young2020-07-302-1/+7
| * | | | | Use HDva_copy() and introduce a bunch of compatbility format-string constantsDavid Young2020-07-303-2/+12
| * | | | | Merge branch 'rebased-fprintf-experiment' into fprintf-developDavid Young2020-07-0991-1035/+666
| |\ \ \ \ \
| | * | | | | Always #define HDfprintf as fprintf in this header. I believe this will fixDavid Young2020-07-071-1/+1
| | * | | | | Provide an HDvasprintf implementation only if it isn't #defined. This shouldDavid Young2020-07-071-0/+2
| | * | | | | Fix va_list usage in the vasprintf(3) implementation.David Young2020-07-071-2/+7
| | * | | | | Promote format-string warnings to errors.David Young2020-07-071-1/+1
| | * | | | | Use the portable `-eq` operator instead of the bash-ism `==`. Fixes theDavid Young2020-07-071-1/+1
| | * | | | | Restore a literal percent sign ("%%") that I accidentally deleted.David Young2020-07-071-1/+1
| | * | | | | Fix code that made GCC complain about a NULL or `unsigned char *` arguments forDavid Young2020-07-072-28/+47
| | * | | | | Take pains to provide UINT64_MAX in all conditions.David Young2020-07-071-0/+6
| | * | | | | Correct a couple of format strings.David Young2020-07-071-2/+4
| | * | | | | Use PRIuHSIZE and PRIXHSIZE for portability.David Young2020-07-071-2/+2
| | * | | | | Delete extra argument, there is no formatting for it.David Young2020-07-071-1/+1
| | * | | | | Fix fprintf arguments: "%p" expects a `void *` argument.David Young2020-07-071-3/+3
| | * | | | | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-0783-996/+593
* | | | | | | Merge pull request #2902 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-09-2860-177/+685
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | More info for building plugins with libraryAllen Byrne2020-09-283-11/+125