summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stub link delete helper functionFrank Willmore2018-01-091-16/+27
* sorted machinery for locating containing link when locating by nameFrank Willmore2018-01-091-21/+56
* link delete, stub and debugging, not yet workingFrank Willmore2018-01-081-36/+71
* H5Lexists maps and functions correctlyFrank Willmore2018-01-081-38/+23
* cleanupFrank Willmore2018-01-071-4/+20
* cleanupFrank Willmore2018-01-071-255/+57
* soft links now working.Frank Willmore2018-01-071-41/+19
* hard links complete, some cleanup, prep for soft linksFrank Willmore2018-01-071-41/+25
* successfully retrieving name of collection for new link to existing objectFrank Willmore2018-01-071-10/+31
* cleanupFrank Willmore2018-01-051-43/+20
* hard links working, but code is a mess.Frank Willmore2018-01-051-13/+51
* link create pre-work... identified all of the needed params for creating hard...Frank Willmore2018-01-051-23/+28
* added helper function H5VL_json_find_link_by_name() that returns json_t* poin...Frank Willmore2018-01-041-5/+102
* cleanipFrank Willmore2018-01-041-135/+30
* extracted link traversal from group create to a helper function, but error st...Frank Willmore2018-01-041-7/+141
* skeleton for extracting H5VL_json_locate_groupFrank Willmore2018-01-031-9/+28
* prep for LinksFrank Willmore2018-01-031-107/+22
* Merge branch 'vol_integration' into json-volFrank Willmore2018-01-030-0/+0
|\
| * Merge pull request #841 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration...Dana Robinson2018-01-0297-6288/+7402
| |\
* | | using fill vals, looks correct but needs testingFrank Willmore2018-01-021-1/+4
* | | using fill vals, but appending new instead of overwritngFrank Willmore2018-01-021-18/+39
* | | cleanupFrank Willmore2018-01-021-338/+16
* | | dataset read works for 1D H5T_NATIVE_INTFrank Willmore2018-01-021-66/+33
* | | attribute read works for 1D H5T_NATIVE_INTFrank Willmore2018-01-021-4/+103
* | | successfully sending/receiving fill valueFrank Willmore2017-12-291-1/+49
* | | rudimentary dataset write using factored attr write callFrank Willmore2017-12-291-84/+21
* | | factored out write value to a helper functionFrank Willmore2017-12-281-56/+74
* | | added GENERATE_FILESYSTEM_OBJECT to H5VLjson_public.h, forgot to commit earlierFrank Willmore2017-12-281-0/+1
* | | super rough-cut of attr_writeFrank Willmore2017-12-281-128/+49
* | | Made persistence to filesystem a configurable option in H5VLjson_public.h via...Frank Willmore2017-12-282-12/+28
* | | working toward a 'get' option for dumping object jsonFrank Willmore2017-12-272-31/+22
* | | attributes can now be attached to file objectFrank Willmore2017-12-271-12/+34
* | | fix error handling in helper functionsFrank Willmore2017-12-271-16/+42
* | | cleanupFrank Willmore2017-12-271-75/+10
* | | cleanupFrank Willmore2017-12-271-120/+23
* | | moved jansson dataspace/type creation to helper for datatypesFrank Willmore2017-12-271-59/+19
* | | moved jansson dataspace/type creation to helper for attributesFrank Willmore2017-12-271-42/+116
* | | 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