summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #641 from derobins/vfd_swmr/thg_standardsDana Robinson2021-05-12678-19116/+32601
|\
| * Merge branch 'vfd_swmr/thg_standards' of https://github.com/derobins/hdf5 int...Dana Robinson2021-05-081-1/+1
| |\
| | * Committing clang-format changesgithub-actions2021-05-081-1/+1
| * | Updates the VOL structDana Robinson2021-05-086-27/+75
| * | Brings missing error stack append test from developDana Robinson2021-05-081-0/+121
| |/
| * Misc H5VL updates from developDana Robinson2021-05-0810-55/+325
| * Normalization of H5TDana Robinson2021-05-0821-190/+117
| * Brings over a bunch of develop boilerplateDana Robinson2021-05-077-35/+260
| * Brings over VOL arg setupDana Robinson2021-05-072-0/+286
| * More normalization from developDana Robinson2021-05-0736-1273/+1315
| * Merge branch 'vfd_swmr/thg_standards' of https://github.com/derobins/hdf5 int...Dana Robinson2021-05-072-2/+0
| |\
| | * Committing clang-format changesgithub-actions2021-05-072-2/+0
| * | Brings optional filters from developDana Robinson2021-05-074-70/+198
| |/
| * Normalization of parallelDana Robinson2021-05-0714-748/+509
| * Normalization of dataspace code + reorg of public dataset callsDana Robinson2021-05-0715-422/+3445
| * Normalization of H5E with developDana Robinson2021-05-075-98/+159
| * Brings hash table IDs from developDana Robinson2021-05-078-80/+1348
| * Misc normalization from developDana Robinson2021-05-0749-333/+1458
| * Adds missing H5F_delete() prototypeDana Robinson2021-05-071-0/+1
| * Normalizes extensible arrays with developDana Robinson2021-05-079-126/+26
| * Normalization of object header codeDana Robinson2021-05-0721-748/+747
| * Brings H5Z and many test changes from developDana Robinson2021-05-0774-2529/+2950
| * Brings java wrapper updates from developDana Robinson2021-05-06219-2638/+9568
| * Brings much of the printf changes over from developDana Robinson2021-05-06102-1726/+1076
| * Merge branch 'vfd_swmr/thg_standards' of https://github.com/derobins/hdf5 int...Dana Robinson2021-05-060-0/+0
| |\
| | * Committing clang-format changesgithub-actions2021-05-052-2/+2
| * | Brings native H5Fdelete implementation from developDana Robinson2021-05-0530-300/+933
| |/
| * Normalization with develop (mainly VFDs)Dana Robinson2021-05-0550-3755/+3062
| * Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-0588-2779/+4690
| * Removes dead H5ST codeDana Robinson2021-05-0310-1252/+2
| * Merge branch 'vfd_swmr/thg_standards' of https://github.com/derobins/hdf5 int...Dana Robinson2021-05-0310-1643/+1782
| |\
| * | Adds feature/vfd_swmr to the PR check branch listDana Robinson2021-05-031-1/+1
* | | Merge pull request #620 from derobins/vfd_swmr/thg_standardsDana Robinson2021-05-03115-2645/+62334
|\ \ \ | | |/ | |/|
| * | Committing clang-format changesgithub-actions2021-05-0310-1643/+1782
| |/
| * Adds github action filesDana Robinson2021-05-036-8/+450
| * Brings more develop code over, especially DoxygenDana Robinson2021-05-03100-994/+60102
* | Merge pull request #619 from derobins/vfd_swmr/thg_standardsDana Robinson2021-05-0375-1030/+1202
|\ \ | |/
| * Fixes issue in vfd_swmr_attrdset_writer.cDana Robinson2021-05-032-51/+51
| * Many small changes from develop. Should allows running VFD SWMRDana Robinson2021-05-0373-979/+1151
* | Merge pull request #617 from derobins/vfd_swmr/thg_standardsDana Robinson2021-05-0320-253/+9
|\ \ | |/
| * Update top-level COPYING file and remove COPYING files from subdirectories (#...Dana Robinson2021-05-0320-253/+9
* | Merge pull request #613 from derobins/vfd_swmr/thg_standardsDana Robinson2021-05-03573-8783/+12591
|\ \ | |/
| * Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-05-039-428/+5450
| |\ | |/ |/|
* | Disables attrdset tests while we investigate failuresDana Robinson2021-04-301-50/+51
* | Merge pull request #571 from kyang2014/feature/vfd_swmrkyang20142021-04-303-148/+2858
|\ \
| * | Close the space id used for attributes.Muqun Yang2021-04-301-0/+7
| * | Replace all string functions with HDF's corresponding string functions.Muqun Yang2021-04-291-14/+14
| * | Use /* */ instead of // for comments.Muqun Yang2021-04-291-1/+1
| * | 1. Add the attribute storage checkMuqun Yang2021-04-292-24/+120
| * | Add the old-styled group creation attribute tests.Muqun Yang2021-04-263-40/+184