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