Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
d812d5ba916* Added check that H5Dwrite/H5Dread buffers match. * Wired up H5Gget_info_by_idx.
Dana RobinsonDana Robinson
d35fa745081H5Dread is wired up.
Dana RobinsonDana Robinson
8bc3726fb04Wired up H5Dwrite.
Dana RobinsonDana Robinson
6fef8ec7c57Wired up H5Dopen2.
Dana RobinsonDana Robinson
cde1d83b5e6Re-enabled the H5Gopen2 test.
Dana RobinsonDana Robinson
8ec5e62da01Dataset creation and close works now.
Dana RobinsonDana Robinson
a382c6afb59Added missing struct fields in H5Gopen2.
Dana RobinsonDana Robinson
262ee7f9749Wired up H5Gget_info_by_name().
Dana RobinsonDana Robinson
c827d20ee26Updated H5VL_native_file_close() to use the H5Fprivate.h macros to access H5F_t members.
Dana RobinsonDana Robinson
6bee8d83d1bCode tidy of H5VLnative.c group functionality. Squashed a warning in the file close code.
Dana RobinsonDana Robinson
37d61ab1278Added function stub for testing dataset operations.
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).
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.