Dana Robinson e2cad252d70 Finished wiring up the H5A API. 22 Dec 2017 Dana Robinson 329db47678b Minor tidying while debugging. 22 Dec 2017 Dana Robinson 5d78d0089f0 Finished wiring up the public H5O API. 20 Dec 2017 Dana Robinson fc09b47f5ba Finished off wiring up the H5L public API. 20 Dec 2017 Dana Robinson 6d8a2d99c6d Wired up H5Aopen_by_idx, H5Arename, H5Arename_by_name, H5Lget_name_by_idx. 20 Dec 2017 Dana Robinson 4a09c696924 Misc H5I_object --> H5VL_object markup. 20 Dec 2017 Dana Robinson e314e8ba02b Fixed up some H5I_object* calls in H5D/Goh.c 20 Dec 2017 Dana Robinson 79ab728a1f9 Switched H5I_object* to H5VL_object* calls in H5Ctest.c and H5Ftest.c. 20 Dec 2017 Dana Robinson 62688e041c1 Added H5Gtest.c markup and fixed an iteration problem in H5G_visit. 20 Dec 2017 Dana Robinson 9e60c7fe97a Switched H5I_object* calls to H5VL_object* calls for file object structs in the tests. 20 Dec 2017 Dana Robinson 4a2f452ae3a VOL-ified H5Dtest.c. evict_on_close.c test now passes. 20 Dec 2017 Dana Robinson bf0929cf661 Fixed the gheap test so that it works (up to the cached stabs check). 20 Dec 2017 Dana Robinson 322b09f8b9a Fixed up the file_id/id_exists code. Renamed H5F_FILE_ID() to H5F_ID_EXISTS(). 20 Dec 2017 Dana Robinson c925dd41d59 Wired up H5Fmount/unmount. 19 Dec 2017 Dana Robinson 3ad1b45fcb2 Tidying in H5Fmount before VOL-ifying. 19 Dec 2017 Dana Robinson 0eb70ccd94f Added H5Fget_freespace 19 Dec 2017 Dana Robinson 01f3732b7e1 Wired up some MDC functions in H5F. 19 Dec 2017 Dana Robinson 4e5c8de2b2d Added H5Fget_free_sections and H5Fget/set_mdc_config. 19 Dec 2017 Dana Robinson 4339b2885ac Added H5Oget/set_comment_(by_name) and H5Aget_name. The Unicode test in testhdf5 passes now. 19 Dec 2017 Dana Robinson 9e378cb1b12 Wired up H5Ocopy and tweaked a few other things. 18 Dec 2017 Dana Robinson 40cecc3945d VOl-ified H5Atest.c 18 Dec 2017 Dana Robinson b675d8b611e * Removed H5T_is_committed, replaced with H5T_is_named. * Fixed some code in H5A_get_type.
* Added named/committed check in H5T_link.
* Misc cleanup 18 Dec 2017 Dana Robinson 6f8d17dba4d Wired up H5Ldelete, H5Aopen/delete_by_name. 18 Dec 2017 Dana Robinson d9744f0dd99 Changes (in progress) that help get the dtypes test to pass. 18 Dec 2017 Dana Robinson c73aa70696e Added H5Tcommit_anon(). 17 Dec 2017 Dana Robinson 191f23a20e1 Added H5Tget_create_plist(). 17 Dec 2017 Dana Robinson db328d3167a Wired up H5Topen2(). 17 Dec 2017 Dana Robinson d19af6f373a Added H5Tcommit2(). 17 Dec 2017 Dana Robinson 13a58cc0aab Initial vol.c setup for working on H5T. 17 Dec 2017 Dana Robinson 35f88b919d0 Added H5Oexists_by_name(). 17 Dec 2017 Dana Robinson 879a582ddbe Wired up H5Oopen/close(). 17 Dec 2017 Dana Robinson 1623485b1d5 Added H5Aopen(). 14 Dec 2017 Dana Robinson 09465d82028 Added H5Adelete() 14 Dec 2017 Dana Robinson 0b70028751b Added H5Gcreate_anon(). 14 Dec 2017 Dana Robinson 9be2fb07db4 Added H5Oget_info(). 14 Dec 2017 Dana Robinson 2ca08282408 Added H5Oget_info_by_name(). 14 Dec 2017 Dana Robinson 1b29d9a8a85 Moved over some missing H5L VOL functionality and reordered the vol.c test so that it fails due to the bad traversal. The failing test is
commented out for now. 14 Dec 2017 Dana Robinson 145bbe9a4b6 Wired up H5Lcopy(). 14 Dec 2017 Dana Robinson 643dd58e474 Wired up H5Lmove(). 14 Dec 2017 Dana Robinson a28a2271348 Wired up H5Fget_file_image(). No test for this yet, but the file_image test doesn't segfault (I don't expect it to pass
yet), so it's at least kind of working. 13 Dec 2017 Dana Robinson c5f26b1594d Brought more of H5I into sync with the vol branch w/ some code tidying. 13 Dec 2017 Dana Robinson 644e7526830 Added (almost complete) support for variable-length types. 13 Dec 2017 Dana Robinson 84c0798a0c6 Updated the farray test to use H5VL_object. 13 Dec 2017 Dana Robinson 4edf6929cb6 M Merge branch 'develop' into vol_integration_api 13 Dec 2017 Dana Robinson d342e5acbc0 Added H5Fget_name(). 13 Dec 2017 Dana Robinson 4eacdac25f9 Wired up H5Fget_info2. 13 Dec 2017 Dana Robinson 34f636a7647 Added H5Aread/write. The vfd.c test works now. 13 Dec 2017 Dana Robinson bc231998656 Added H5Lexists(). 13 Dec 2017 Dana Robinson 4a88ad8d2e0 Fixed up H5G_loc() to use the H5G_loc_real() function, tidied code, and almost got the farray.c test to work (the check
cached stabs test fails). 12 Dec 2017 Dana Robinson 49b2ad963ce Wired up H5Freopen. 12 Dec 2017