summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-2862-855/+479
|\
| * 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-2724-5913/+6003
| |\
| * | Repair more format strings.David Young2020-09-263-18/+19
| * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-252-0/+51
| |\ \
| * | | 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-03366-12087/+10698
| |\ \ \
| * | | | 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-3050-1392/+1348
| |\ \ \ \
| * | | | | 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
| * | | | | 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
| * | | | | Take pains to provide UINT64_MAX in all conditions.David Young2020-07-071-0/+6
| * | | | | 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-0756-852/+445
* | | | | | OESS-98 merge with clang-format changesAllen Byrne2020-09-251-22/+22
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2882 in HDFFV/hdf5 from ~BYRN/hdf5_adb:feature/cmakeV2-cl...Allen Byrne2020-09-2524-5918/+6009
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix comment formatting due to tabs conversionAllen Byrne2020-09-248-386/+384
| * | | | Disable formatting for fileAllen Byrne2020-09-051-30/+4
| * | | | File changes to affect formattingAllen Byrne2020-09-0423-5886/+5941
| * | | | CMake and script changes for clang-formatAllen Byrne2020-09-041-2/+66
| | |_|/ | |/| |
* | | | Free selection type-specific info when resetting selection iteratorsJordan Henderson2020-09-231-0/+4
* | | | Add H5Ssel_iter_init API call to reset a selection iteratorJordan Henderson2020-09-182-0/+47
|/ / /
* | | Merge pull request #2866 in HDFFV/hdf5 from fix_nil_collective_metadata_write...Quincey Koziol2020-09-028-232/+26
|\ \ \
| * | | Update buffer countQuincey Koziol2020-08-281-1/+8
| * | | Merge remote-tracking branch 'origin/develop' into fix_nil_collective_metadat...Quincey Koziol2020-08-2827-181/+201
| |\ \ \
| * | | | Revert PR 405 (https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/pull-...Quincey Koziol2020-08-271-37/+18
| * | | | Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-08-278-207/+8
| * | | | Revert "Removed commeted out code from H5C_dump_coll_write_list()"Quincey Koziol2020-08-271-0/+5
* | | | | Merge pull request #2843 in HDFFV/hdf5 from vol_dataset_io_dxpl_fix to developQuincey Koziol2020-09-022-15/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Bug fix to allow pass-through VOL connectors to set DXPL properties (like req...Quincey Koziol2020-08-252-15/+13
| |/ / /
* | | | Merge branch 'develop' into develop_minorDana Robinson2020-08-277-155/+216
|\ \ \ \ | |/ / /
| * | | Simplify default use of MPI_BYTEQuincey Koziol2020-08-201-8/+3
| * | | Don't free builtin MPI_BYTE MPI typeQuincey Koziol2020-08-201-2/+2
| * | | Simplify code to avoid using a boolean to free MPI typesQuincey Koziol2020-08-201-7/+3
| * | | Avoid creating MPI datatypes on ranks with 0 chunks to write'Quincey Koziol2020-08-201-53/+68
| * | | Revert "Merge pull request #2796 in HDFFV/hdf5 from small_chunk_io_opt to dev...Larry Knox2020-08-201-34/+20
| * | | Merge pull request #2796 in HDFFV/hdf5 from small_chunk_io_opt to developQuincey Koziol2020-08-191-20/+34
| |\ \ \
| | * | | Only initialize the contiguous or compact I/O info struct when needed.Quincey Koziol2020-08-171-20/+34
| * | | | Revert "Merge pull request #2477 in HDFFV/hdf5 from pio_update to develop"Larry Knox2020-08-184-48/+0
| * | | | Merge pull request #2795 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr2020:hdf5_bmr20...Larry Knox2020-08-181-0/+4
| |\ \ \ \
| | * | | | Fix HDFFV-11101Binh-Minh Ribler2020-08-171-0/+4
| * | | | | Merge pull request #2477 in HDFFV/hdf5 from pio_update to developLarry Knox2020-08-184-0/+48
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/develop' into pio_updateQuincey Koziol2020-08-16413-15591/+13247
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into pio_updateQuincey Koziol2020-04-1915-28/+4085
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into pio_updateQuincey Koziol2020-04-094-117/+113
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into pio_updateQuincey Koziol2020-04-032-41/+92
| | |\ \ \ \ \ \ \ \