summaryrefslogtreecommitdiffstats
path: root/src/H5Cmpio.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-24/+24
* Set entry pointer mem type for vector I/O in collective metadata writes (#1961)jhendersonHDF2022-08-071-7/+5
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-11/+11
* Switch to vector I/O for collective metadata writes (#1911)jhendersonHDF2022-07-221-65/+38
* sprintf to snprintf (#1815)Sean McBride2022-06-221-2/+2
* Warnings fixes (#1680)jhendersonHDF2022-04-251-1/+5
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-5/+5
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+2
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-43/+24
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Comment adjustmentsAllen Byrne2020-10-081-2/+2
* Clang-format of source filesAllen Byrne2020-09-301-410/+357
* Repair more format strings.David Young2020-09-261-5/+4
* Update buffer countQuincey Koziol2020-08-281-1/+8
* Revert PR 405 (https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/pull-...Quincey Koziol2020-08-271-37/+18
* Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-08-271-22/+5
* Minor copy edits to comments -- no code changes.inactive/mdc_sl_optmainzer2020-08-171-1/+1
* Tab to space conversions.mainzer2020-08-141-119/+119
* When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-156/+235
* Minor normalization with 1.10.Dana Robinson2020-07-201-128/+128
* Trim trailing whitespaceQuincey Koziol2020-04-201-62/+62
* remove unnecessary stuffkmu2020-01-231-2/+0
* squash cast warning fixkmu2020-01-231-18/+21
* Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-2/+2
* C and POSIX call cleanupDana Robinson2019-01-111-6/+6
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-1/+1
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-92/+47
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Checkin of fix for CGNS bugmainzer2017-04-061-23/+79
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-3/+4
* Remove some usage of "prefetched_dirty" flag (which hasn't been merged from theQuincey Koziol2017-03-101-413/+577
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-011-7/+8
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-281-119/+73
* Revert "Fix some more signed -> unsigned value issues with cache data structu...Quincey Koziol2017-02-281-26/+72
* Fix some more signed -> unsigned value issues with cache data structures, alsoQuincey Koziol2017-02-231-72/+26
* Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-181-121/+77
* Remove "collective write list" parameter from H5C__flush_single_entry() as itQuincey Koziol2016-11-281-21/+32
* Eliminate unnecessary data structure for parallel collective metadata cache I/OQuincey Koziol2016-11-281-45/+10
* Add a flag for H5C__flush_single_entry() to allow the parallel code to requestQuincey Koziol2016-11-251-10/+32
* Clean up cache code to eliminate dead-ends and unify code.Quincey Koziol2016-11-101-8/+8
* [svn-r29077] Description:Quincey Koziol2016-02-101-88/+117
* [svn-r28959] merge from trunk.Mohamad Chaarawi2016-01-221-3/+2
|\
| * [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-211-3/+2
* | [svn-r28649] - add new API to toggle collective metadata write.Mohamad Chaarawi2015-12-141-10/+16
* | [svn-r27929] merge from trunk.Mohamad Chaarawi2015-10-011-2/+2
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-2/+2
* | [svn-r27436] merge from trunk.Mohamad Chaarawi2015-07-271-9/+259
|/