summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | cleanupFrank Willmore2018-01-111-6/+0
| | | |
* | | | removed redundant pointer in H5VL_json_file_t for object jsonFrank Willmore2018-01-112-15/+14
| | | |
* | | | cleanup, cleaning up VOL typesFrank Willmore2018-01-111-10/+12
| | | |
* | | | cleanupFrank Willmore2018-01-111-4/+2
| | | |
* | | | cleaned up function commentsFrank Willmore2018-01-111-60/+75
| | | |
* | | | cleanup, removed unused type manipulation code left from REST VOLFrank Willmore2018-01-111-2195/+41
| | | |
* | | | cleanupFrank Willmore2018-01-111-13/+19
| | | |
* | | | cleanupFrank Willmore2018-01-111-59/+25
| | | |
* | | | cleanupFrank Willmore2018-01-111-209/+64
| | | |
* | | | moved hard link create reference mgmt to helper functionFrank Willmore2018-01-101-11/+11
| | | |
* | | | extracted object reference count management to link insert/delete helper ↵Frank Willmore2018-01-101-0/+34
| | | | | | | | | | | | | | | | functions
* | | | added link_move and link_copyFrank Willmore2018-01-091-65/+118
| | | |
* | | | delete link working, needs cleanup.Frank Willmore2018-01-091-1/+25
| | | |
* | | | 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 ↵Frank Willmore2018-01-051-23/+28
| | | | | | | | | | | | | | | | hard link
* | | | added helper function H5VL_json_find_link_by_name() that returns json_t* ↵Frank Willmore2018-01-041-5/+102
| | | | | | | | | | | | | | | | pointer to link
* | | | cleanipFrank Willmore2018-01-041-135/+30
| | | |
* | | | extracted link traversal from group create to a helper function, but error ↵Frank Willmore2018-01-041-7/+141
| | | | | | | | | | | | | | | | stack not handling redundancy
* | | | 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 ↵Dana Robinson2018-01-0297-6288/+7402
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vol_integration to vol_integration * commit 'e2cad252d7069d3f55c389c6dba82abd457aa480': (139 commits) Finished wiring up the H5A API. Minor tidying while debugging. Finished wiring up the public H5O API. Finished off wiring up the H5L public API. Wired up H5Aopen_by_idx, H5Arename, H5Arename_by_name, H5Lget_name_by_idx. Misc H5I_object --> H5VL_object markup. Fixed up some H5I_object* calls in H5D/Goh.c Switched H5I_object* to H5VL_object* calls in H5Ctest.c and H5Ftest.c. Added H5Gtest.c markup and fixed an iteration problem in H5G_visit. Switched H5I_object* calls to H5VL_object* calls for file object structs in the tests. VOL-ified H5Dtest.c. evict_on_close.c test now passes. Fixed the gheap test so that it works (up to the cached stabs check). Fixed up the file_id/id_exists code. Renamed H5F_FILE_ID() to H5F_ID_EXISTS(). Wired up H5Fmount/unmount. Tidying in H5Fmount before VOL-ifying. Added H5Fget_freespace Wired up some MDC functions in H5F. Added H5Fget_free_sections and H5Fget/set_mdc_config. Added H5Oget/set_comment_(by_name) and H5Aget_name. The Unicode test in testhdf5 passes now. Wired up H5Ocopy and tweaked a few other things. ...
* | | | | 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 ↵Frank Willmore2017-12-282-12/+28
| | | | | | | | | | | | | | | | | | | | via GENERATE_FILESYSTEM_OBJECT macro
* | | | | 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
| | | | |