| Commit message (Expand) | Author | Age | Files | Lines |
* | stub link delete helper function | Frank Willmore | 2018-01-09 | 1 | -16/+27 |
|
|
* | sorted machinery for locating containing link when locating by name | Frank Willmore | 2018-01-09 | 1 | -21/+56 |
|
|
* | link delete, stub and debugging, not yet working | Frank Willmore | 2018-01-08 | 1 | -36/+71 |
|
|
* | H5Lexists maps and functions correctly | Frank Willmore | 2018-01-08 | 1 | -38/+23 |
|
|
* | cleanup | Frank Willmore | 2018-01-07 | 1 | -4/+20 |
|
|
* | cleanup | Frank Willmore | 2018-01-07 | 1 | -255/+57 |
|
|
* | soft links now working. | Frank Willmore | 2018-01-07 | 1 | -41/+19 |
|
|
* | hard links complete, some cleanup, prep for soft links | Frank Willmore | 2018-01-07 | 1 | -41/+25 |
|
|
* | successfully retrieving name of collection for new link to existing object | Frank Willmore | 2018-01-07 | 1 | -10/+31 |
|
|
* | cleanup | Frank Willmore | 2018-01-05 | 1 | -43/+20 |
|
|
* | hard links working, but code is a mess. | Frank Willmore | 2018-01-05 | 1 | -13/+51 |
|
|
* | link create pre-work... identified all of the needed params for creating hard... | Frank Willmore | 2018-01-05 | 1 | -23/+28 |
|
|
* | added helper function H5VL_json_find_link_by_name() that returns json_t* poin... | Frank Willmore | 2018-01-04 | 1 | -5/+102 |
|
|
* | cleanip | Frank Willmore | 2018-01-04 | 1 | -135/+30 |
|
|
* | extracted link traversal from group create to a helper function, but error st... | Frank Willmore | 2018-01-04 | 1 | -7/+141 |
|
|
* | skeleton for extracting H5VL_json_locate_group | Frank Willmore | 2018-01-03 | 1 | -9/+28 |
|
|
* | prep for Links | Frank Willmore | 2018-01-03 | 1 | -107/+22 |
|
|
* | Merge branch 'vol_integration' into json-vol | Frank Willmore | 2018-01-03 | 0 | -0/+0 |
|\ |
|
| * | Merge pull request #841 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration... | Dana Robinson | 2018-01-02 | 97 | -6288/+7402 |
| |\ |
|
* | | | using fill vals, looks correct but needs testing | Frank Willmore | 2018-01-02 | 1 | -1/+4 |
|
|
* | | | using fill vals, but appending new instead of overwritng | Frank Willmore | 2018-01-02 | 1 | -18/+39 |
|
|
* | | | cleanup | Frank Willmore | 2018-01-02 | 1 | -338/+16 |
|
|
* | | | dataset read works for 1D H5T_NATIVE_INT | Frank Willmore | 2018-01-02 | 1 | -66/+33 |
|
|
* | | | attribute read works for 1D H5T_NATIVE_INT | Frank Willmore | 2018-01-02 | 1 | -4/+103 |
|
|
* | | | successfully sending/receiving fill value | Frank Willmore | 2017-12-29 | 1 | -1/+49 |
|
|
* | | | rudimentary dataset write using factored attr write call | Frank Willmore | 2017-12-29 | 1 | -84/+21 |
|
|
* | | | factored out write value to a helper function | Frank Willmore | 2017-12-28 | 1 | -56/+74 |
|
|
* | | | added GENERATE_FILESYSTEM_OBJECT to H5VLjson_public.h, forgot to commit earlier | Frank Willmore | 2017-12-28 | 1 | -0/+1 |
|
|
* | | | super rough-cut of attr_write | Frank Willmore | 2017-12-28 | 1 | -128/+49 |
|
|
* | | | Made persistence to filesystem a configurable option in H5VLjson_public.h via... | Frank Willmore | 2017-12-28 | 2 | -12/+28 |
|
|
* | | | working toward a 'get' option for dumping object json | Frank Willmore | 2017-12-27 | 2 | -31/+22 |
|
|
* | | | attributes can now be attached to file object | Frank Willmore | 2017-12-27 | 1 | -12/+34 |
|
|
* | | | fix error handling in helper functions | Frank Willmore | 2017-12-27 | 1 | -16/+42 |
|
|
* | | | cleanup | Frank Willmore | 2017-12-27 | 1 | -75/+10 |
|
|
* | | | cleanup | Frank Willmore | 2017-12-27 | 1 | -120/+23 |
|
|
* | | | moved jansson dataspace/type creation to helper for datatypes | Frank Willmore | 2017-12-27 | 1 | -59/+19 |
|
|
* | | | moved jansson dataspace/type creation to helper for attributes | Frank Willmore | 2017-12-27 | 1 | -42/+116 |
|
|
* | | | 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 |
|
|