summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
Commit message (Expand)AuthorAgeFilesLines
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-335/+335
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-3/+3
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-18/+18
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-248/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-86/+84
* Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807)jhendersonHDF2023-04-251-0/+6
* Addressed various Doxygen grammar issues. (#2524)Scot Breitenfeld2023-03-131-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-171-4/+4
* Fixes codespell issues (#2032)Dana Robinson2022-08-171-7/+7
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-30/+30
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-0/+11
* Warnings fixes (#1680)jhendersonHDF2022-04-251-1/+1
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-58/+58
* spelling fixes (#1561)Scot Breitenfeld2022-03-311-1/+1
* Misc fixes highlighted by the checkposix script (#1499)Dana Robinson2022-03-171-4/+4
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-13/+11
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-5/+5
* Don't allow H5Pset(get)_all_coll_metadata_ops for DXPLs (#1201)jhendersonHDF2021-11-181-4/+2
* OESS-168: Remove clang warnings. (#1117)H. Joe Lee2021-10-211-1/+1
* VFD plugins (#602)jhendersonHDF2021-09-291-23/+544
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+58
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-1/+1
* Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fa...Dana Robinson2021-04-291-8/+3
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-3/+3
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-1/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-46/+46
* Enhance API tracing (#120)Quincey Koziol2020-11-261-43/+45
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-44/+39
* Clang-format of source filesAllen Byrne2020-09-301-1285/+1330
* Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-0/+127
|\
| * Squash merge of file locking fixesDana Robinson2020-08-031-0/+127
* | Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-11/+11
* | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-110/+54
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-101-1/+2
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-311-17/+4
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-301-7/+10
* merge and fix conflictkmu2020-01-191-1/+1
|\
* | fix unused related warningskmu2020-01-131-4/+4
|/
* Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-261-15/+529
* Cleaned up misc warnings.Dana Robinson2019-06-291-1/+1
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-031-10/+10
|\
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-10/+10
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-0/+37
|/
* Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-231-1/+1
* Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-201-1/+1
* Clear driver properties before returning them to application.Quincey Koziol2018-12-191-107/+0