summaryrefslogtreecommitdiffstats
path: root/src/H5Z.c
Commit message (Expand)AuthorAgeFilesLines
* Make filter unregister callbacks safe for VOL connectors (#3629)mattjala2023-11-131-44/+98
* Correct comments about H5Z_FILTER_NONE (#3572)jhendersonHDF2023-09-221-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-3/+3
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-57/+56
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-69/+70
* 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-6/+6
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-6/+6
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-3/+3
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-10/+10
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-36/+36
* Add szip/libaec to GitHub CI and fix warnings (#2438)Dana Robinson2023-02-091-3/+9
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-2/+2
* sprintf to snprintf (#1815)Sean McBride2022-06-221-1/+1
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-7/+7
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-12/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-75/+69
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-7/+7
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-1/+1
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-2/+2
* Enhance API tracing (#120)Quincey Koziol2020-11-261-2/+2
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-8/+8
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-3/+3
* Clang-format of source filesAllen Byrne2020-09-301-303/+261
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-114/+185
|\
| * Merge pull request #2771 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV...Binh-Minh Ribler2020-08-161-0/+67
| |\
| | * Fixed HDFFV-10933Binh-Minh Ribler2020-08-141-0/+67
| * | Trivialities noticed while merging things to 1.10Dana Robinson2020-08-151-3/+3
| |/
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-24/+24
| * Minor normalizations with 1.12 branchDana Robinson2020-08-011-62/+64
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-42/+55
|/
* Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-261-576/+511
|\
| * H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-101-1/+2
| * testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-1/+3
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
| * Fix some collective metadata read issuesJordan Henderson2019-02-121-1/+1
| * Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-211-4/+4
| * Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-0/+2
| * Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-54/+60
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-3/+3
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-709/+631
| |\
| | * Cleanup API context function usage.Quincey Koziol2018-03-191-12/+0
| | * Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-23/+81
| | * Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.Dana Robinson2017-11-211-12/+19
| | * Fixed an uninitialized filter callback struct in H5Dchunk.c andDana Robinson2017-11-211-30/+32
| | * Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-84/+89
| | * HDFFV-10328 - fix typosAllen Byrne2017-11-171-5/+4