summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-58/+58
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-7/+7
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-8/+8
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-215/+541
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Reformat source (#244)Quincey Koziol2021-01-071-8/+8
* Turns off clang formatter for H5ARGS_TRACE (#184)Dana Robinson2020-12-161-10/+21
* Enable H5Fopen to probe list of available VOL connectors when opening a (#182)jhendersonHDF2020-12-161-3/+3
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-100/+558
* Minor normalization with the async branch (#159)Dana Robinson2020-12-121-4/+4
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-1/+3
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-9/+9
* Move API routines for VOL objects to main source file. (#133)Quincey Koziol2020-11-301-0/+115
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-7/+7
* Minor cleanups (#132)Quincey Koziol2020-11-261-1/+1
* Enhance API tracing (#120)Quincey Koziol2020-11-261-35/+36
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-33/+25
* Clang-format of source filesAllen Byrne2020-09-301-355/+340
* Squash merge of file locking fixesDana Robinson2020-08-031-149/+0
* Minor normalization with 1.10 branchDana Robinson2020-07-271-79/+55
* Minor normalizations with HDF5 1.10.Dana Robinson2020-06-071-36/+27
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-5/+5
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-031-7/+0
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-43/+58
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-121-0/+24
* Minor tweaks noticed while going over VOL documentation.Dana Robinson2019-12-061-1/+1
* Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2019-11-121-1/+1
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-0/+26
* Fixed an error string typoDana Robinson2019-06-111-1/+1
* Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-5/+68
* Add trace macro.Quincey Koziol2019-04-121-0/+1
* Add H5Fget_fileno() API routine.Quincey Koziol2019-04-121-0/+35
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-3/+15
* Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-281-3/+3
|\
| * Squash merge of MDC logging changes.Dana Robinson2018-12-211-3/+3
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-271-1/+2
|\ \ | |/
| * Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+2
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2018-12-191-4/+5
|\ \ | |/
| * Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-181-0/+1
| * Updated enums in VOL va_lists to be passed as ints.Dana Robinson2018-12-181-4/+4
* | Formatting adjustments.Jacob Smith2018-12-181-5/+0
* | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-181-1/+1
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-181-32/+37
|\ \ | |/
| * Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-24/+24
* | Reformat to be more consistent with existing code.Jacob Smith2018-12-131-26/+7
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-662/+780
|\ \ | |/
| * Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-58/+64
| * Switch driver | plugin => connector.Quincey Koziol2018-11-041-15/+15