summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-122-6/+6
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-101-6/+6
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-0766-134/+251
| | |\ \ \ \ \ \
| | * | | | | | | Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-063-13/+13
| | * | | | | | | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-0616-322/+57
| * | | | | | | | Tweak to hide unused threadsafe callback in non-threadsafe buildsDana Robinson2020-08-131-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Cleans warnings and cruft from ttsafe_attr_vlen.cDana Robinson2020-08-121-11/+9
| * | | | | | | Fixes Windows issues due to exposed pthread codeDana Robinson2020-08-121-4/+7
| * | | | | | | Fixes a size mismatch when copying old-style to new-style referencesDana Robinson2020-08-121-4/+4
| * | | | | | | Fixes memory leads in trefer.cDana Robinson2020-08-121-20/+22
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'origin/develop' into remove_unneeded_taggingQuincey Koziol2020-08-122-6/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #2752 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-08-122-6/+6
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Fixes the splitter VFD test on Windows.Dana Robinson2020-08-122-6/+6
| | | |/ / / | | |/| | |
* | | | | | Merge remote-tracking branch 'origin/develop' into remove_unneeded_taggingQuincey Koziol2020-08-101-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixes flock Windows failureDana Robinson2020-08-071-6/+6
| |/ / / /
* | | | | Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-081-0/+8
|/ / / /
* | | | Removes staff email addresses from the repositoryDana Robinson2020-08-0765-70/+66
* | | | Merge pull request #2730 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:file_locking_s...Dana Robinson2020-08-063-64/+185
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'develop' into file_locking_squash_2Dana Robinson2020-08-064-14/+18
| |\ \ \
| * | | | Squash merge of file locking fixesDana Robinson2020-08-033-64/+185
* | | | | Merge pull request #2715 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_vlen_ref to d...Jerome Soumagne2020-08-061-0/+303
|\ \ \ \ \
| * | | | | H5R: fix encoding of references that are part of compound typesJerome Soumagne2020-07-281-0/+303
| | |_|/ / | |/| | |
* | | | | Fixes warnings in the splitter VFD and testsDana Robinson2020-08-061-109/+148
| |_|/ / |/| | |
* | | | Warning fixes in tools and h5test.cDana Robinson2020-08-061-8/+15
* | | | Minor normalizations with 1.12 branchDana Robinson2020-08-013-6/+3
| |/ / |/| |
* | | Minor normalizations with hdf5_1_10Dana Robinson2020-07-319-414/+331
|/ /
* | Fixed additional typos in tselect.c comments.Dana Robinson2020-07-281-2/+2
* | Fixes typo in tselect.cDana Robinson2020-07-281-1/+1
* | Updates H5Sset_extent_none() to set H5S_NULLDana Robinson2020-07-281-2/+78
* | Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2020-07-175-1/+181
|\ \
| * | Update MANIFEST.vchoi2020-07-161-0/+1
| * | Fix for jira issue HDFFV-11080:vchoi2020-07-144-1/+180
| |/
* | H5R: fix type conversion of references within vlen typeJerome Soumagne2020-07-161-0/+270
|/
* Add new source files to CMake buildQuincey Koziol2020-06-281-0/+1
* Clean up warningsQuincey Koziol2020-06-281-21/+20
* Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-273-54/+134
|\