Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
37d61ab1278Added function stub for testing dataset operations.
Frank WillmoreFrank Willmore
93a6b9d4defMMerge branch 'vol_integration_api' into json-vol
Dana RobinsonDana Robinson
c7efbf6b2a1Wired up H5Gget_info().
Dana RobinsonDana Robinson
aef9e57be55Wired up H5Gget_create_plist().
Dana RobinsonDana Robinson
0eab772e5b4Switched a couple of instances of H5F_t and H5G_t to void pointers.
Dana RobinsonDana Robinson
3bb5583193dWired up H5Gopen2() to use the VOL.
Dana RobinsonDana Robinson
5d0519bbe9aH5Gcreate2() and H5Gclose() work. Also finally swapped out the file_id field in H5F_t for id_exists (though this will probably be changed later).
Frank WillmoreFrank Willmore
a1de842ce54tested file create and close, OK
Frank WillmoreFrank Willmore
a46a9a72fcdadded JSON VOL files
Dana RobinsonDana Robinson
d132d7d2d33Added a basic VOL group test and turned the former basic test into a basic VOL file test. Also minor H5G.c tidy.
Dana RobinsonDana Robinson
ef5b994d80aH5Fis_hdf5() and H5Fis_accessible() are wired up now.
Dana RobinsonDana Robinson
30696981d12H5Fflush() is now wired up.
Dana RobinsonDana Robinson
8bfc47e9745Switched to use the id_exists field in H5Fint.c
Dana RobinsonDana Robinson
04ed0db9a22Fixed up H5F_get_id().
Dana RobinsonDana Robinson
eecfc3f7700Yanked the ID from the file struct in lieu of the scheme I dislike. Will re-evaluate later.
Dana RobinsonDana Robinson
38481f25ed2Turned the native VOL test filename into a #define and added a call to remove() to clean it up.
Dana RobinsonDana Robinson
d792a6028deWired up H5Fclear_elink_file_cache().
Dana RobinsonDana Robinson
3babd77dba9Wired up H5Fget_obj_ids() and prettified H5VLnative.c file calls.
Dana RobinsonDana Robinson
2b5fcc9979dCleaned up H5F.c commenting and error values.
Dana RobinsonDana Robinson
67ec6bb2a2aWired up H5Fget_intent().
Dana RobinsonDana Robinson
54d51a9b334Wired up H5Fget_filesize() and H5Fget_vfd_hanlde().
Dana RobinsonDana Robinson
63e8ddacb7eWired up H5Fget_create_plist().
Dana RobinsonDana Robinson
a11baaf7f68Wired up H5Fget_access_plist().
Dana RobinsonDana Robinson
4afe0b110d4Moved H5Fget_obj_count() over to use the VOL.
Dana RobinsonDana Robinson
4009c702f8dMarked up H5Fcreate/open/close. Most tests fail at this point but the smoke test program works.
Dana RobinsonDana Robinson
588b1ee7862MMerge pull request #816 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration to vol_integration * commit '6b1414df82972df5b33af3331bf3368dcb08dbd7': Minor changes after normalization pass w/ develop. Minor changes and comments from code review. Fixed typo. Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2....
Dana RobinsonDana Robinson
6b1414df829Minor changes after normalization pass w/ develop.
Dana RobinsonDana Robinson
834c12571a2MMerge branch 'develop' into vol_integration
Dana RobinsonDana Robinson
3c2d97c7282Minor changes and comments from code review.
Dana RobinsonDana Robinson
8d53d578a3aMMerge pull request #813 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration to vol_integration * commit '76f6f2b7857b984b44baab7475a1e57c16769e0c': Native VOL driver H5F changes. Moved H5O functions over to H5VLnative.c. H5O_visit and H5R_get_name calls are commented out until they are updated with different parameters. Fixed a FUNC_ENTER macro I missed. Added missing type to bin/trace w/ minor tidy of H5I.c Added H5L new functions and native VOL driver content. H5L__exists() is ...
Dana RobinsonDana Robinson
76f6f2b7857Native VOL driver H5F changes.
Dana RobinsonDana Robinson
203a2bdfa70Moved H5O functions over to H5VLnative.c. H5O_visit and H5R_get_name calls are commented out until they are updated with different parameters.
Dana RobinsonDana Robinson
75f39eb9348Fixed a FUNC_ENTER macro I missed.
Dana RobinsonDana Robinson
2bd44e45604Added missing type to bin/trace w/ minor tidy of H5I.c
Dana RobinsonDana Robinson
ad6d5d3caceAdded H5L new functions and native VOL driver content. H5L__exists() is no longer static (now private) and was renamed to H5L_exists().
Dana RobinsonDana Robinson
8f63af2de73Minor cleanup while noodling around with the H5G_iterate/visit() changes (which can't yet go into a non-VOL branch).
Dana RobinsonDana Robinson
18093c098deAdded the H5P dummy compare function.
Dana RobinsonDana Robinson
9ea9976cde8Added H5O_copy(), H5VL_object_optional_t enum, and fixed a header issue in H5Aint.c
Dana RobinsonDana Robinson
11a9de2d77cH5I tidying
Dana RobinsonDana Robinson
e4b09190f29Added H5Iiterate() and H5I_get_id() functions with associated structs and callback functions.
Dana RobinsonDana Robinson
e1d1fd65663Cleanup of a few files while code reading.
Dana RobinsonDana Robinson
4e020f013b8Minor tweaks after normalization pass with develop.
Dana RobinsonDana Robinson
10a36d82f6bFixed up native VOL attribute code.
Dana RobinsonDana Robinson
2994049141dMoved datatype code over to native VOL driver
Dana RobinsonDana Robinson
64c8fbb0629Moved the native VOL group functionality over
Dana RobinsonDana Robinson
d6eb28f547bMoved dataset native VOL code over
Dana RobinsonDana Robinson
83296ab143dMoved native VOL attribute interface over.
Dana RobinsonDana Robinson
b22a28ec583Moved some code around in H5VLnative.c in prep for merge work.
Dana RobinsonDana Robinson
588531325bbMMerge branch 'develop' into vol_integration
Dana RobinsonDana Robinson
f745a80aa4dMMerge pull request #803 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration to vol_integration * commit 'b50f4e52594ff2bb3a2c53ea3c52dc0ac9a990f5': Finished moving over H5VL public API code Added attribute H5VL public API code H5VL internal tidy (partial) Moved H5VL internal API functionality over. Moved some native VOL driver functionality out of H5VLprivate.h and put it in H5VLnative.h Moved VOL close functionality over and reworked to be in the appropriate packages. Moved ...