summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-8/+8
* Commit codespell spelling corrections.Larry Knox2022-04-071-1/+1
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-1/+1
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-33/+25
* Merge changes from developAllen Byrne2020-10-081-145/+0
* Source formattedAllen Byrne2020-10-011-375/+356
* Sync with developDana Robinson2020-08-011-100/+67
* Merge pull request #2338 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_12 to hdf...Jordan Henderson2020-02-171-7/+0
|\
| * Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-02-011-7/+0
* | Squashed commit of the following:David Young2020-01-311-5/+5
|/
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-041-43/+58
* Minor tweaks noticed while going over VOL documentation.Dana Robinson2019-12-161-1/+1
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-131-0/+24
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-1/+1
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-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
| * Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-256/+516
| * Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-81/+90
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-10/+17
* | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-0/+94
|/