Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | cleanup | Frank Willmore | 2018-01-11 | 1 | -6/+0 | |
| | | | | ||||||
* | | | | removed redundant pointer in H5VL_json_file_t for object json | Frank Willmore | 2018-01-11 | 2 | -15/+14 | |
| | | | | ||||||
* | | | | cleanup, cleaning up VOL types | Frank Willmore | 2018-01-11 | 1 | -10/+12 | |
| | | | | ||||||
* | | | | cleanup | Frank Willmore | 2018-01-11 | 1 | -4/+2 | |
| | | | | ||||||
* | | | | cleaned up function comments | Frank Willmore | 2018-01-11 | 1 | -60/+75 | |
| | | | | ||||||
* | | | | cleanup, removed unused type manipulation code left from REST VOL | Frank Willmore | 2018-01-11 | 1 | -2195/+41 | |
| | | | | ||||||
* | | | | cleanup | Frank Willmore | 2018-01-11 | 1 | -13/+19 | |
| | | | | ||||||
* | | | | cleanup | Frank Willmore | 2018-01-11 | 1 | -59/+25 | |
| | | | | ||||||
* | | | | cleanup | Frank Willmore | 2018-01-11 | 1 | -209/+64 | |
| | | | | ||||||
* | | | | moved hard link create reference mgmt to helper function | Frank Willmore | 2018-01-10 | 1 | -11/+11 | |
| | | | | ||||||
* | | | | extracted object reference count management to link insert/delete helper ↵ | Frank Willmore | 2018-01-10 | 1 | -0/+34 | |
| | | | | | | | | | | | | | | | | functions | |||||
* | | | | added link_move and link_copy | Frank Willmore | 2018-01-09 | 1 | -65/+118 | |
| | | | | ||||||
* | | | | delete link working, needs cleanup. | Frank Willmore | 2018-01-09 | 1 | -1/+25 | |
| | | | | ||||||
* | | | | 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 ↵ | Frank Willmore | 2018-01-05 | 1 | -23/+28 | |
| | | | | | | | | | | | | | | | | hard link | |||||
* | | | | added helper function H5VL_json_find_link_by_name() that returns json_t* ↵ | Frank Willmore | 2018-01-04 | 1 | -5/+102 | |
| | | | | | | | | | | | | | | | | pointer to link | |||||
* | | | | cleanip | Frank Willmore | 2018-01-04 | 1 | -135/+30 | |
| | | | | ||||||
* | | | | extracted link traversal from group create to a helper function, but error ↵ | Frank Willmore | 2018-01-04 | 1 | -7/+141 | |
| | | | | | | | | | | | | | | | | stack not handling redundancy | |||||
* | | | | 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 ↵ | Dana Robinson | 2018-01-02 | 97 | -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 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 ↵ | Frank Willmore | 2017-12-28 | 2 | -12/+28 | |
| | | | | | | | | | | | | | | | | | | | | via GENERATE_FILESYSTEM_OBJECT macro | |||||
* | | | | | 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 | |
| | | | | |