summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #2744 in HDFFV/hdf5 from remove_unneeded_tagging to developQuincey Koziol2020-08-148-46/+54
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into remove_unneeded_taggingQuincey Koziol2020-08-14364-10201/+6708
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2739 in HDFFV/hdf5 from namespace_cleanup_01 to developQuincey Koziol2020-08-14359-10156/+6651
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ 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-113-24/+32
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-104-8/+9
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-107-50/+47
| * | | | | | | | | | | | | Move H5T_vlen_reclaim to package scopeQuincey Koziol2020-08-074-6/+6
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-07147-952/+1997
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-0640-166/+214
| * | | | | | | | | | | | | | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-06362-10270/+6711
* | | | | | | | | | | | | | | Merge pull request #2762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-08-131-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Tweak to hide unused threadsafe callback in non-threadsafe buildsDana Robinson2020-08-131-2/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #2756 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-08-132-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-08-131-13/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #2760 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ttsafe_windows...Dana Robinson2020-08-131-13/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 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
|/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | spellingAllen Byrne2020-08-131-1/+1
| * | | | | | | | | | | | | | HDFFV-11127 - force RTLD_LOCAL in dlopenAllen Byrne2020-08-122-4/+13
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #2754 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:testhdf5_ref_v...Dana Robinson2020-08-123-26/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixes a size mismatch when copying old-style to new-style referencesDana Robinson2020-08-123-6/+6
| * | | | | | | | | | | | | Fixes memory leads in trefer.cDana Robinson2020-08-121-20/+22
|/ / / / / / / / / / / / /
| | | | | * | | | | | | | Merge remote-tracking branch 'origin/develop' into remove_unneeded_taggingQuincey Koziol2020-08-125-30/+38
| | | | | |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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 pull request #2746 in HDFFV/hdf5 from bmr_HDFFV-10591-2 to developBinh-Minh Ribler2020-08-112-15/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Addition to HDFFV-10591Binh-Minh Ribler2020-08-092-15/+21
* | | | | | | | | | | | | | Merge pull request #2655 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2020-08-101-9/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2020-08-05193-8560/+9331
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Fix issue in H5VL_wrap_register where datatype VOL objects are casted to H5T_t *Jordan Henderson2020-06-191-9/+11
| | | | | | | * | | | | | | Merge remote-tracking branch 'origin/develop' into remove_unneeded_taggingQuincey Koziol2020-08-101-6/+6
| | | | | | | |\ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #2748 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:flock_windows_...Dana Robinson2020-08-101-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixes flock Windows failureDana Robinson2020-08-071-6/+6
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | | | | | * | | | | | | Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-088-46/+54
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2741 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-08-073-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Removes unsuffixed float warningsDana Robinson2020-08-073-2/+3
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2740 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:code_tidy to d...Dana Robinson2020-08-07110-657/+546
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removes staff email addresses from the repositoryDana Robinson2020-08-07110-657/+546
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #2730 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:file_locking_s...Dana Robinson2020-08-0639-310/+1457
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Renames BEST-EFFORT to BEST_EFFORT for file locking env varDana Robinson2020-08-067-9/+9
| * | | | | | | | | Merge branch 'develop' into file_locking_squash_2Dana Robinson2020-08-0630-851/+880
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated the file locking Fortran property list wrappers and addedDana Robinson2020-08-045-88/+86
| * | | | | | | | | | Fixed missing parens in VFDsDana Robinson2020-08-035-5/+5
| * | | | | | | | | | Minor change to header comments in file locking C++ changes.Dana Robinson2020-08-031-2/+2
| * | | | | | | | | | Squash merge of file locking fixesDana Robinson2020-08-0339-309/+1458
* | | | | | | | | | | Merge pull request #2715 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_vlen_ref to d...Jerome Soumagne2020-08-065-4/+338
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | H5R: fix encoding of references that are part of compound typesJerome Soumagne2020-07-285-4/+338
* | | | | | | | | | | | Merge pull request #2738 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-08-067-1444/+1583
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Reverts H5FDsplitter.c changes so they don't conflict with Quincey'sDana Robinson2020-08-061-38/+56