| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor refactoring in tid.c (#127) | Dana Robinson | 2020-11-26 | 1 | -137/+239 |
|
|
* | Enhance API tracing (#120) | Quincey Koziol | 2020-11-26 | 1 | -37/+205 |
|
|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 39 | -164/+160 |
|
|
* | Corrects use of unitialized bytes in the chunk_info test (#106) | Dana Robinson | 2020-11-20 | 1 | -2/+2 |
|
|
* | Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104) | Dana Robinson | 2020-11-20 | 1 | -75/+0 |
|
|
* | Switch ID code to use a hash table instead of a skip list (#52) | Dana Robinson | 2020-11-17 | 1 | -0/+75 |
|
|
* | CMake: MINGW implies WIN32 | Michel Zou | 2020-10-30 | 2 | -3/+3 |
|
|
* | Fixes minor issues in various virtual file drivers | Dana Robinson | 2020-10-29 | 2 | -9/+7 |
|
|
* | HD prefix updates in src/ and test/ | Dana Robinson | 2020-10-24 | 62 | -345/+346 |
|
|
* | Update reformatting settings, trace wrapping, and printf-format strings (#22) | Quincey Koziol | 2020-10-06 | 1 | -2/+3 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 183 | -114474/+125729 |
|
|
* | Pre-format fixes for warnings as errors | Allen Byrne | 2020-09-29 | 2 | -27/+18 |
|
|
* | Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex... | David Young | 2020-09-28 | 18 | -89/+114 |
|\ |
|
| * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-27 | 11 | -1568/+1822 |
| |\ |
|
| * \ | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-25 | 1 | -0/+174 |
| |\ \ |
|
| * \ \ | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-03 | 92 | -2117/+2689 |
| |\ \ \ |
|
| * \ \ \ | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-07-30 | 7 | -3/+529 |
| |\ \ \ \ |
|
| * | | | | | Fix code that made GCC complain about a NULL or `unsigned char *` arguments for | David Young | 2020-07-07 | 2 | -28/+47 |
|
|
| * | | | | | 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 |
|
|
| * | | | | | Squash my changes on branch `fprintf-experiment` into one commit for | David Young | 2020-07-07 | 14 | -85/+89 |
|
|
* | | | | | | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 2 | -20/+20 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge pull request #2882 in HDFFV/hdf5 from ~BYRN/hdf5_adb:feature/cmakeV2-cl... | Allen Byrne | 2020-09-25 | 11 | -1568/+1822 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Fix comment formatting due to tabs conversion | Allen Byrne | 2020-09-24 | 2 | -383/+383 |
|
|
| * | | | | File changes to affect formatting | Allen Byrne | 2020-09-04 | 9 | -1564/+1638 |
|
|
| * | | | | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 2 | -3/+183 |
| | |_|/
| |/| | |
|
* | | | | Add H5Ssel_iter_init API call to reset a selection iterator | Jordan Henderson | 2020-09-18 | 1 | -0/+174 |
|/ / / |
|
* | | | Merge branch 'develop' into develop_minor | Dana Robinson | 2020-08-27 | 2 | -8/+85 |
|\ \ \ |
|
| * \ \ | Merge pull request #2795 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr2020:hdf5_bmr20... | Larry Knox | 2020-08-18 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | Fix HDFFV-11101 | Binh-Minh Ribler | 2020-08-17 | 1 | -0/+3 |
|
|
| * | | | | Moves lock flag to H5F_shared_t and adds test. | Dana Robinson | 2020-08-17 | 1 | -8/+82 |
|
|
* | | | | | Removes inappropriate file locking call | Dana Robinson | 2020-08-18 | 1 | -2/+0 |
|
|
* | | | | | Minor refactoring based on 1.10 normalization work | Dana Robinson | 2020-08-17 | 2 | -2/+1 |
|/ / / / |
|
* | | | | Merge pull request #2769 in HDFFV/hdf5 from mdc_sl_opt to develop | John Mainzer | 2020-08-17 | 5 | -1050/+1324 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'develop' into mdc_sl_opt | mainzer | 2020-08-15 | 17 | -311/+54 |
| |\ \ \ |
|
| * | | | | Tab to space conversions. | mainzer | 2020-08-14 | 1 | -4/+4 |
|
|
| * | | | | Merge branch 'develop' into mdc_sl_opt | mainzer | 2020-08-13 | 75 | -713/+1096 |
| |\ \ \ \ |
|
| * | | | | | When flushing, the metadata cache attempts to flush entries in increasing | mainzer | 2020-08-05 | 5 | -1046/+1320 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge pull request #2771 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV... | Binh-Minh Ribler | 2020-08-16 | 1 | -0/+98 |
|\ \ \ \ \ |
|
| * | | | | | Fixed HDFFV-10933 | Binh-Minh Ribler | 2020-08-14 | 1 | -0/+98 |
| | |_|/ /
| |/| | | |
|
* | | | | | Trivialities noticed while merging things to 1.10 | Dana Robinson | 2020-08-15 | 4 | -33/+33 |
|/ / / / |
|
* | | | | Merge remote-tracking branch 'origin/develop' into remove_unneeded_tagging | Quincey Koziol | 2020-08-14 | 18 | -348/+86 |
|\ \ \ \ |
|
| * \ \ \ | Merge pull request #2739 in HDFFV/hdf5 from namespace_cleanup_01 to develop | Quincey Koziol | 2020-08-14 | 15 | -309/+44 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-12 | 2 | -6/+6 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-10 | 1 | -6/+6 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-07 | 66 | -134/+251 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | Switch H5VM inline routines back to single underscope and put a comment in th... | Quincey Koziol | 2020-08-06 | 3 | -13/+13 |
|
|
| | * | | | | | | | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 16 | -322/+57 |
|
|
| * | | | | | | | | Tweak to hide unused threadsafe callback in non-threadsafe builds | Dana Robinson | 2020-08-13 | 1 | -2/+2 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | Cleans warnings and cruft from ttsafe_attr_vlen.c | Dana Robinson | 2020-08-12 | 1 | -11/+9 |
|
|