summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* Wired up H5Fstart_swmr_write()Dana Robinson2018-01-091-184/+8
* Fixed up H5Fget_metadata_read_retry_info().Dana Robinson2018-01-091-66/+8
* Marked up page buffering calls.Dana Robinson2018-01-091-12/+11
* Hacked up cache logging code to use the VOL.Dana Robinson2018-01-091-13/+15
* Added H5Fget_freespaceDana Robinson2017-12-201-9/+7
* Wired up some MDC functions in H5F.Dana Robinson2017-12-201-22/+20
* Added H5Fget_free_sections and H5Fget/set_mdc_config.Dana Robinson2017-12-201-19/+25
* Wired up H5Fget_file_image(). No test for this yet, but theDana Robinson2017-12-141-6/+8
* Added H5Fget_name().Dana Robinson2017-12-131-35/+20
* Wired up H5Fget_info2.Dana Robinson2017-12-131-39/+15
* Wired up H5Freopen.Dana Robinson2017-12-121-32/+16
* Cleaned up some free list usage.Dana Robinson2017-12-121-0/+2
* Wired up H5Acreate2 and H5Aclose.Dana Robinson2017-12-101-15/+15
* Switched a couple of instances of H5F_t and H5G_t to void pointers.Dana Robinson2017-12-081-8/+10
* H5Gcreate2() and H5Gclose() work. Also finally swapped out theDana Robinson2017-12-081-1/+2
* H5Fis_hdf5() and H5Fis_accessible() are wired up now.Dana Robinson2017-12-071-37/+0
* H5Fflush() is now wired up.Dana Robinson2017-12-071-100/+16
* Yanked the ID from the file struct in lieu of the scheme I dislike.Dana Robinson2017-12-071-3/+3
* Wired up H5Fclear_elink_file_cache().Dana Robinson2017-12-071-6/+7
* Wired up H5Fget_obj_ids() and prettified H5VLnative.c file calls.Dana Robinson2017-12-071-12/+95
* Cleaned up H5F.c commenting and error values.Dana Robinson2017-12-071-433/+479
* Wired up H5Fget_intent().Dana Robinson2017-12-061-24/+11
* Wired up H5Fget_filesize() and H5Fget_vfd_hanlde().Dana Robinson2017-12-061-28/+21
* Wired up H5Fget_create_plist().Dana Robinson2017-12-061-14/+13
* Wired up H5Fget_access_plist().Dana Robinson2017-12-061-6/+8
* Moved H5Fget_obj_count() over to use the VOL.Dana Robinson2017-12-061-18/+83
* Marked up H5Fcreate/open/close. Most tests fail at this point butDana Robinson2017-12-051-37/+39
* Native VOL driver H5F changes.Dana Robinson2017-12-011-0/+44
* Minor tweaks after normalization pass with develop.Dana Robinson2017-11-301-4/+2
* Moved VOL close functionality over and reworked to be inDana Robinson2017-11-281-31/+34
* Moved some file close and H5VL internal stuff over from the vol branch.Dana Robinson2017-11-181-13/+11
* Yanked unused cache image code that was missed in a merge from develop.Dana Robinson2017-11-161-25/+48
* Merge branch 'develop' into vol_integrationDana Robinson2017-11-101-364/+227
|\
| * Remove tabsAllen Byrne2017-11-081-417/+277
* | Merge branch 'develop' into vol_integrationDana Robinson2017-10-251-7/+1
|\ \ | |/
| * Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.Dana Robinson2017-10-191-17/+1
* | Added some VOL data to H5Fcreate() w/ a bit of cleanup.Dana Robinson2017-10-191-22/+35
* | Added H5P code for setting the VOL driver.Dana Robinson2017-10-161-0/+10
* | More header and cleanup changes.Dana Robinson2017-10-161-14/+14
* | Started to add in H5Fcreate VOL markup. Brought over some missing structs.Dana Robinson2017-10-101-36/+21
* | Merge branch 'develop' into vol_integrationDana Robinson2017-10-031-1/+5
|\ \ | |/
| * Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-1/+5
* | Fixed H5I_VOL missing enum values warnings.Dana Robinson2017-06-161-0/+1
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Minor style cleanupsQuincey Koziol2017-03-221-4/+3
* Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_co...Quincey Koziol2017-03-221-0/+41
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-1/+81
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-11/+13
* Review changes to closing files on error in H5Fcreate.Quincey Koziol2017-01-311-41/+15
* Cache image feature and testingQuincey Koziol2017-01-291-1/+91