summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Normalization with vol_integration branch.Dana Robinson2018-06-071-1/+1
* Minor warning cleanup while working on VOL issues.Dana Robinson2018-04-061-1/+1
* Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-011-112/+9
|\
| * Created internal functions for a couple of H5F calls.Dana Robinson2018-03-301-248/+14
* | Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-3/+3
* | Cleanup API context function usage.Quincey Koziol2018-03-191-117/+19
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-29/+103
|\ \ | |/
| * Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-121-7/+87
| * Changes made based on code reviews.Vailin Choi2018-01-121-8/+10
| * Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-93/+74
| |\
| * \ (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-434/+278
| |\ \
| * | | Initial checkin for library version boundsVailin Choi2017-10-031-16/+10
* | | | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-298/+185
| |_|/ |/| |
* | | Normalization with VOL integration branch.Dana Robinson2017-11-301-93/+74
| |/ |/|
* | Remove tabsAllen Byrne2017-11-081-417/+277
* | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.Dana Robinson2017-10-191-17/+1
|/
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-1/+5