summaryrefslogtreecommitdiffstats
path: root/src/H5FDmulti.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hdf5_canon-develop' into selection_ioNeil Fortner2021-10-181-140/+292
|\
| * VFD plugins (#602)jhendersonHDF2021-09-291-140/+292
* | Merge branch 'develop' into selection_ioNeil Fortner2021-10-181-241/+359
|\ \ | |/
| * VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+51
| * Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-1/+3
| * Fix several warnings (#720)jhendersonHDF2021-09-141-2/+2
| * Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-071-1/+0
| * Moves gcc warning macros from H5public.h to H5private.h (#724)Dana Robinson2021-06-041-2/+25
| * Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+1
| * Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-40/+90
| * Removes implementation of my_strdup() from the multi VFD (#527)Dana Robinson2021-03-311-33/+11
| * Update clang config (#473)Quincey Koziol2021-03-171-61/+64
| * Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
| * Use do-while trick to force H5Epush_ret() to require trailing semi (#380)Sean McBride2021-03-041-101/+113
| * Changes found during merge to 1.12 (#414)Allen Byrne2021-03-041-1/+1
* | Added "ctl" callback to the VFD interfance, and the associatedmainzer2021-08-161-0/+1
* | Add full API support for selection I/O. Add tests for this.Neil Fortner2021-07-021-0/+2
* | Added support for vector I/O calls to the VFD layer, andmainzer2021-03-151-0/+2
|/
* Patches from vtk (#358)Sean McBride2021-02-251-1/+1
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-665/+689
* Fix comment formatting due to tabs conversionAllen Byrne2020-09-241-57/+56
* File changes to affect formattingAllen Byrne2020-09-041-584/+584
* Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-2/+2
|\
| * Squash merge of file locking fixesDana Robinson2020-08-031-2/+2
* | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-20/+1
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-5/+5
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-3/+2
* Reverted snprintf to sprintf in the multi VFD sinceDana Robinson2019-07-111-12/+12
* Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-101-1/+1
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-2/+12
* Improvements to the H5Fis_accessible() and H5Fis_hdf5() testsDana Robinson2019-04-251-26/+26
* Merge branch 'develop' into vfd_init_cleanupDana Robinson2019-01-011-1/+2
|\
| * Clear driver properties before returning them to application.Quincey Koziol2018-12-191-1/+2
* | Cleaned up and normalized VFD init calls.Dana Robinson2018-12-181-14/+8
|/
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-0/+10
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-201-5/+9
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-22/+24
* Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-051-4/+4
* Change file memory type for extending to default, and correct error inQuincey Koziol2016-11-031-3/+7
* Warning and whitespace cleanup.Quincey Koziol2016-11-031-9/+11
* [svn-r30219] Description:Quincey Koziol2016-07-221-9/+15
* [svn-r30113] Description:Quincey Koziol2016-06-281-2/+2
* [svn-r29715] Description:Quincey Koziol2016-04-161-11/+15
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-10/+2
* [svn-r28626] Brought VFD-level file locking code over from revise_chunks.Dana Robinson2015-12-141-2/+99
* [svn-r28204] Fix use of hbool_t in H5FDmulti (revert previous fix and use uns...Jerome Soumagne2015-10-231-3/+3