summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Enforce VOL framework version compatibility when registering connectors. Als...Quincey Koziol2020-12-103-3/+23
* Fixes a minor memory leak in the SWMR use cases tests (#147)Dana Robinson2020-12-031-1/+3
* (fix) Segmentation fault when using a compound type. (#143)Jan-Willem Blokland2020-12-023-1/+138
* (fix) H5Z_xform_create function and scientific notation (#144)jwsblokland2020-12-021-0/+24
* Add H5atclose and H5is_library_terminating routines. (#139)Quincey Koziol2020-12-011-0/+114
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-2/+2
* Add flag to H5CX_pop that allow setting the properties to return to applicati...Quincey Koziol2020-12-0117-35/+35
* Minor refactoring in tid.c (#127)Dana Robinson2020-11-261-137/+239
* Enhance API tracing (#120)Quincey Koziol2020-11-261-37/+205
* Basic alignment with async branch (#115)Quincey Koziol2020-11-2339-164/+160
* Corrects use of unitialized bytes in the chunk_info test (#106)Dana Robinson2020-11-201-2/+2
* Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104)Dana Robinson2020-11-201-75/+0
* Switch ID code to use a hash table instead of a skip list (#52)Dana Robinson2020-11-171-0/+75
* CMake: MINGW implies WIN32Michel Zou2020-10-302-3/+3
* Fixes minor issues in various virtual file driversDana Robinson2020-10-292-9/+7
* HD prefix updates in src/ and test/Dana Robinson2020-10-2462-345/+346
* Update reformatting settings, trace wrapping, and printf-format strings (#22)Quincey Koziol2020-10-061-2/+3
* Clang-format of source filesAllen Byrne2020-09-30183-114474/+125729
* Pre-format fixes for warnings as errorsAllen Byrne2020-09-292-27/+18
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-2818-89/+114
|\
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-2711-1568/+1822
| |\
| * \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-251-0/+174
| |\ \
| * \ \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-0392-2117/+2689
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-307-3/+529
| |\ \ \ \
| * | | | | Fix code that made GCC complain about a NULL or `unsigned char *` arguments forDavid Young2020-07-072-28/+47
| * | | | | Correct a couple of format strings.David Young2020-07-071-2/+4
| * | | | | Use PRIuHSIZE and PRIXHSIZE for portability.David Young2020-07-071-2/+2
| * | | | | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-0714-85/+89
* | | | | | OESS-98 merge with clang-format changesAllen Byrne2020-09-252-20/+20
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2882 in HDFFV/hdf5 from ~BYRN/hdf5_adb:feature/cmakeV2-cl...Allen Byrne2020-09-2511-1568/+1822
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix comment formatting due to tabs conversionAllen Byrne2020-09-242-383/+383
| * | | | File changes to affect formattingAllen Byrne2020-09-049-1564/+1638
| * | | | CMake and script changes for clang-formatAllen Byrne2020-09-042-3/+183
| | |_|/ | |/| |
* | | | Add H5Ssel_iter_init API call to reset a selection iteratorJordan Henderson2020-09-181-0/+174
|/ / /
* | | Merge branch 'develop' into develop_minorDana Robinson2020-08-272-8/+85
|\ \ \
| * \ \ Merge pull request #2795 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr2020:hdf5_bmr20...Larry Knox2020-08-181-0/+3
| |\ \ \
| | * | | Fix HDFFV-11101Binh-Minh Ribler2020-08-171-0/+3
| * | | | Moves lock flag to H5F_shared_t and adds test.Dana Robinson2020-08-171-8/+82
* | | | | Removes inappropriate file locking callDana Robinson2020-08-181-2/+0
* | | | | Minor refactoring based on 1.10 normalization workDana Robinson2020-08-172-2/+1
|/ / / /
* | | | Merge pull request #2769 in HDFFV/hdf5 from mdc_sl_opt to developJohn Mainzer2020-08-175-1050/+1324
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'develop' into mdc_sl_optmainzer2020-08-1517-311/+54
| |\ \ \
| * | | | Tab to space conversions.mainzer2020-08-141-4/+4
| * | | | Merge branch 'develop' into mdc_sl_optmainzer2020-08-1375-713/+1096
| |\ \ \ \
| * | | | | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-055-1046/+1320
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2771 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV...Binh-Minh Ribler2020-08-161-0/+98
|\ \ \ \ \
| * | | | | Fixed HDFFV-10933Binh-Minh Ribler2020-08-141-0/+98
| | |_|/ / | |/| | |
* | | | | Trivialities noticed while merging things to 1.10Dana Robinson2020-08-154-33/+33
|/ / / /
* | | | Merge remote-tracking branch 'origin/develop' into remove_unneeded_taggingQuincey Koziol2020-08-1418-348/+86
|\ \ \ \
| * \ \ \ Merge pull request #2739 in HDFFV/hdf5 from namespace_cleanup_01 to developQuincey Koziol2020-08-1415-309/+44
| |\ \ \ \