summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updates BRANCH.md filefeature/1_12_recursive_ts_rw_lockDana Robinson2022-04-131-2/+2
* Adds BRANCH.md fileDana Robinson2022-04-132-0/+6
* Updated MANIFEST to add ./test/ttsafe_rec_rw_lock.cmainzer2020-10-191-0/+1
* First cut at replaceing the existing mutex with a recursive R/W lock.mainzer2020-10-068-9/+2611
* 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
| * | | | | | Remove setting from cacheinit fileAllen Byrne2020-09-281-2/+0
| * | | | | | OESS-98 add release note for optionAllen Byrne2020-09-271-3/+12
| * | | | | | OESS-98 merge with clang-format changesAllen Byrne2020-09-2557-166/+553
|/ / / / / /
* | | | | | Merge pull request #2882 in HDFFV/hdf5 from ~BYRN/hdf5_adb:feature/cmakeV2-cl...Allen Byrne2020-09-2598-8192/+9693
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add h5ls test plugin format targetAllen Byrne2020-09-251-0/+8
| * | | | | Fix manifestAllen Byrne2020-09-241-1/+2
| * | | | | Add code owners fileAllen Byrne2020-09-242-0/+43