summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-13/+12
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-10/+10
* Replace off_t with HDoff_t internally (#3944)Dana Robinson2024-01-181-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-18/+18
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-25/+25
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-198/+198
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-7/+7
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-20/+20
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-4/+4
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-170/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-60/+60
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-6/+6
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fixes codespell issues (#2032)Dana Robinson2022-08-171-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-17/+17
* Removes workaround for platforms that lack C99 stuct initializers (#1842)Dana Robinson2022-07-011-133/+0
* Documents Windows badness in H5Pget_external() (#1821)Dana Robinson2022-06-241-1/+10
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-26/+26
* Update clang config (#473)Quincey Koziol2021-03-171-4/+16
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-1/+1
* 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-30/+30
* Enhance API tracing (#120)Quincey Koziol2020-11-261-4/+4
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-966/+1057
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-10/+10
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-70/+10
* Minor changes from normalization with 1.10Dana Robinson2020-07-091-10/+10
* Trim trailing whitespaceQuincey Koziol2020-04-201-10/+10
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-31/+31
* Fix issues with using H5Pget_fill_value() with file datatypes retrievedNeil Fortner2019-11-271-4/+4
* Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-2/+2
* A few minor cleanupsQuincey Koziol2019-04-251-3/+0
* Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-251-15/+0
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-13/+13
* Specify variable type.Jacob Smith2018-12-281-1/+1
* Formatting adjustmentsJacob Smith2018-12-181-7/+7
* formatting adjustmentsJacob Smith2018-12-141-18/+4
* Reformat to be more consistent with existing code.Jacob Smith2018-12-131-20/+12
* Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-25/+41
|\
| * VOL FEATUREDana Robinson2018-10-101-0/+18
| * Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-24/+22
* | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-0/+126
|/
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-31/+10
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-9/+9
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-14/+12
| |\
| | * Cleanup API context function usage.Quincey Koziol2018-03-191-14/+0