summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-229/+565
* VFD SWMR: Sync with develop (#811)Dana Robinson2021-06-301-8/+8
* Much normalization with develop (#701)Dana Robinson2021-05-281-115/+578
* More normalization from developDana Robinson2021-05-071-49/+165
* Brings trace changes from developDana Robinson2021-04-061-8/+6
* Brings file locking changes from developDana Robinson2021-03-251-145/+0
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-388/+372
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-99/+66
|\
| * 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
| | * Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-40/+34
| | * Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-281-66/+38
| | * Move (final?) file operation from directly calling into library code to usingQuincey Koziol2018-10-271-7/+5
| | * Remove some VOL-specific internal coding.Quincey Koziol2018-10-271-20/+2
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-10-251-9/+9
| | |\
| | | * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-6/+6
| | * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-98/+78
| | |/
| | * Fixed a C++ style commenting issue and removed an unused fieldDana Robinson2018-10-121-2/+0
| | * VOL FEATUREDana Robinson2018-10-101-366/+267
| * | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-0/+94
* | | (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick...vchoi2020-06-261-12/+85
* | | Reduce differences between my -Werror branch and `develop`:David Young2020-05-201-5/+5