summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #2711 in HDFFV/hdf5 from bmr-HDFFV-11120 to developBinh-Minh Ribler2020-07-291-1/+18
| |\
| | * Fixed typos in error messages.Binh-Minh Ribler2020-07-281-3/+3
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Binh-Minh Ribler2020-07-2223-236/+162
| | |\
| | * | Fix HDFFV-11120 and HDFFV-11121 (CVE-2018-13870 and CVE-2018-13869)Binh-Minh Ribler2020-07-221-1/+18
| * | | Updates H5Sset_extent_none() to set H5S_NULLDana Robinson2020-07-281-2/+5
| | |/ | |/|
| * | Merge pull request #2703 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-07-2023-236/+162
| |\ \ | | |/ | |/|
| | * Minor normalization with 1.10.Dana Robinson2020-07-2023-236/+162
| * | Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2020-07-171-0/+4
| |\ \ | | |/ | |/|
| | * Fix for jira issue HDFFV-11080:vchoi2020-07-141-0/+4
| * | Minor normalization with 1.10Dana Robinson2020-07-174-31/+30
| * | H5R: fix type conversion of references within vlen typeJerome Soumagne2020-07-163-25/+66
| * | Fallback to older time functions in new timer code.Dana Robinson2020-07-141-23/+8
| |/
| * Merge pull request #2683 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_normal...Dana Robinson2020-07-0921-1074/+1055
| |\
| | * Minor changes from normalization with 1.10Dana Robinson2020-07-0921-1074/+1055
* | | 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
|/ /
* | Small changes discovered with mingw and windows defines movedAllen Byrne2020-07-025-223/+221
* | Merge pull request #2668 in HDFFV/hdf5 from monotonic_timer to developQuincey Koziol2020-07-0210-568/+1064
|\ \ | |/ |/|
| * Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-301-0/+6
| |\
| * | Clean up warningsQuincey Koziol2020-06-282-3/+7
| * | va_arg -> HDva_argQuincey Koziol2020-06-271-1/+1
| * | Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...Quincey Koziol2020-06-272-32/+41
| * | Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-26427-53399/+111938
| |\ \
| * | | Correct mistake in H5_now_usec calculation for clock_gettime.Quincey Koziol2017-09-241-1/+1
| * | | Update H5_now_usec to prefer using clock_gettime.Quincey Koziol2017-09-241-1/+8
| * | | Changes to make timers within the library monotonic.Quincey Koziol2017-09-0310-513/+991
* | | | Merge pull request #2669 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/HDftell_m...Jake Smith2020-06-301-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix typo in HDftell macro definition: 'ftello -> ftell'Jacob Smith2020-06-291-1/+1
| | |/ | |/|
* | | Changed wording in comment.Binh-Minh Ribler2020-06-301-2/+2
* | | - added comment to explain a klugeBinh-Minh Ribler2020-06-291-0/+2
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Binh-Minh Ribler2020-06-2938-608/+664
|\ \ \ | |/ /
| * | Merge pull request #2654 in HDFFV/hdf5 from bmr_HDFFV-10591 to developBinh-Minh Ribler2020-06-221-0/+5
| |\ \
| | * | Fix HDFFV-10591Binh-Minh Ribler2020-06-191-0/+5
| * | | Reduce overhead for H5open, which is involved in the public symbols like H5T_...Quincey Koziol2020-06-162-5/+32
| |/ /
| * | Merge pull request #2615 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/splitter_...Jake Smith2020-06-151-0/+3
| |\ \
| | * | Patch a few holes in the Splitter VFD implementation.Jacob Smith2020-05-291-0/+3
| * | | Merge pull request #2635 in HDFFV/hdf5 from cache_last_id_info to developQuincey Koziol2020-06-101-2/+22
| |\ \ \
| | * | | Remember the info for the last ID looked up for a given ID type.Quincey Koziol2020-06-091-2/+22
| * | | | Merge pull request #2634 in HDFFV/hdf5 from opt_single_selection_io to developQuincey Koziol2020-06-101-27/+32
| |\ \ \ \
| | * | | | Eliminate allocating file & memory offset & length arrays when performing I/O...Quincey Koziol2020-06-091-27/+32
| | |/ / /
| * | | | Remove redundant metadata cache tagging from some low-level internal chunk fu...Quincey Koziol2020-06-091-4/+4
| |/ / /