summaryrefslogtreecommitdiffstats
path: root/src/H5Z.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * HDFFV-10328 - remove allocation changesAllen Byrne2017-11-171-29/+4
| | * HDFFV-10328 merge allocation changes from 1.8Allen Byrne2017-11-161-336/+379
| | * HDFFV-10297 update calls to H5Zfilter_availAllen Byrne2017-10-091-1/+2
| | * HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-061-8/+7
| | * Whitespace conversions and comment updatesAllen Byrne2017-10-041-535/+382
| * | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-1/+1
* | | Changes to make timers within the library monotonic.Quincey Koziol2017-09-031-86/+109
| |/ |/|
* | Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop...Dana Robinson2017-06-091-59/+15
* | * Made STATIC free lists EXTERN for H5O_layout_t.Dana Robinson2017-06-071-1/+1
* | Updated H5O_layout_t dynamic work to use the H5FL interface.Dana Robinson2017-06-071-9/+48
* | Made some H5O_layout_t stack allocations dynamic (quiets warnings).Dana Robinson2017-06-061-8/+13
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
|/
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-1/+1