summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | cleanupFrank Willmore2017-12-261-27/+7
* | | | | attributes open works for groups and datasets.Frank Willmore2017-12-261-4/+11
* | | | | attribute open now working for groupsFrank Willmore2017-12-261-17/+124
* | | | | attr create working for datasets and groupsFrank Willmore2017-12-261-0/+7
* | | | | Merge branch 'vol_integration_api' into json-volFrank Willmore2017-12-2643-1034/+1103
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Finished wiring up the H5A API.Dana Robinson2017-12-221-201/+197
| * | | | Minor tidying while debugging.Dana Robinson2017-12-222-10/+10
| * | | | Finished wiring up the public H5O API.Dana Robinson2017-12-211-99/+139
| * | | | Finished off wiring up the H5L public API.Dana Robinson2017-12-211-81/+130
| * | | | Wired up H5Aopen_by_idx, H5Arename, H5Arename_by_name, H5Lget_name_by_idx.Dana Robinson2017-12-213-87/+103
| * | | | Misc H5I_object --> H5VL_object markup.Dana Robinson2017-12-215-22/+23
| * | | | Fixed up some H5I_object* calls in H5D/Goh.cDana Robinson2017-12-212-2/+4
| * | | | Switched H5I_object* to H5VL_object* calls in H5Ctest.c and H5Ftest.c.Dana Robinson2017-12-212-5/+7
| * | | | Added H5Gtest.c markup and fixed an iteration problem in H5G_visit.Dana Robinson2017-12-212-15/+18
| * | | | Switched H5I_object* calls to H5VL_object* calls for fileDana Robinson2017-12-2117-244/+258
| * | | | VOL-ified H5Dtest.c. evict_on_close.c test now passes.Dana Robinson2017-12-202-53/+26
| * | | | Fixed the gheap test so that it works (up to the cached stabs check).Dana Robinson2017-12-201-169/+176
| * | | | Fixed up the file_id/id_exists code. Renamed H5F_FILE_ID() toDana Robinson2017-12-207-46/+12
* | | | | attributes now created correctly for datasets, need to work on for groupsFrank Willmore2017-12-261-69/+61
* | | | | added code for attribute create, not testedFrank Willmore2017-12-221-15/+114
* | | | | cleanup, headersFrank Willmore2017-12-222-89/+47
* | | | | cleanupFrank Willmore2017-12-221-439/+136
* | | | | datatype now working, H5T_NATIVE_LLONG used as catch-all for signed integer typeFrank Willmore2017-12-221-14/+15
* | | | | fixed dataspace issue with dataset_open, just need to fix datatype issue.Frank Willmore2017-12-211-29/+63
* | | | | Merge branch 'vol_integration_api' into json-volFrank Willmore2017-12-2022-743/+746
|\ \ \ \ \ | |/ / / /
| * | | | Wired up H5Fmount/unmount.Dana Robinson2017-12-201-42/+57
| * | | | Tidying in H5Fmount before VOL-ifying.Dana Robinson2017-12-201-81/+86
| * | | | Added H5Fget_freespaceDana Robinson2017-12-201-9/+7
| * | | | Wired up some MDC functions in H5F.Dana Robinson2017-12-201-22/+20
| * | | | Added H5Fget_free_sections and H5Fget/set_mdc_config.Dana Robinson2017-12-201-19/+25
| * | | | Added H5Oget/set_comment_(by_name) and H5Aget_name. The UnicodeDana Robinson2017-12-192-81/+108
| * | | | Wired up H5Ocopy and tweaked a few other things.Dana Robinson2017-12-196-87/+75
| * | | | VOl-ified H5Atest.cDana Robinson2017-12-191-26/+18
| * | | | * Removed H5T_is_committed, replaced with H5T_is_named.Dana Robinson2017-12-1910-147/+61
| * | | | Wired up H5Ldelete, H5Aopen/delete_by_name.Dana Robinson2017-12-183-113/+141
| * | | | Changes (in progress) that help get the dtypes test to pass.Dana Robinson2017-12-183-82/+96
| * | | | Added H5Tcommit_anon().Dana Robinson2017-12-182-35/+53
* | | | | dataset open mostly OK, datspace and datatype handled, but some error in rele...Frank Willmore2017-12-201-14/+77
* | | | | dataset open mostly working, but still need to add type and dspace to VOL objectFrank Willmore2017-12-201-13/+17
* | | | | working on dataset open... changed root group uuid to match file uuid for eas...Frank Willmore2017-12-191-15/+47
* | | | | removed 'filepath_name' from H5VL_json_file_tFrank Willmore2017-12-192-81/+135
* | | | | dataspace info added for dataset createFrank Willmore2017-12-181-11/+67
* | | | | Merge branch 'vol_integration_api' into json-volFrank Willmore2017-12-1815-594/+795
|\ \ \ \ \ | |/ / / /
| * | | | Added H5Tget_create_plist().Dana Robinson2017-12-182-51/+47
| * | | | Wired up H5Topen2().Dana Robinson2017-12-182-54/+40
| * | | | Added H5Tcommit2().Dana Robinson2017-12-182-26/+57
| * | | | Initial vol.c setup for working on H5T.Dana Robinson2017-12-171-0/+9
| * | | | Added H5Oexists_by_name().Dana Robinson2017-12-172-20/+33
| * | | | Wired up H5Oopen/close().Dana Robinson2017-12-172-27/+45
| * | | | Added H5Aopen().Dana Robinson2017-12-152-27/+39