summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-25/+25
* Switch to vector I/O for collective metadata writes (#1911)jhendersonHDF2022-07-221-0/+6
* Support for UnifyFS with MPI_File_sync (#1801)Houjun Tang2022-07-111-0/+1
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-0/+9
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-241-1/+2
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-0/+2
* Update compact dataset I/O routines to handle driver-level memory copy (#1054)jhendersonHDF2021-09-301-3/+2
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-4/+4
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+1
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-1/+0
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-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-32/+32
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-35/+36
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-4/+3
* Clang-format of source filesAllen Byrne2020-09-301-542/+633
* File changes to affect formattingAllen Byrne2020-09-041-2/+6
* Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-08-271-1/+0
* Moves lock flag to H5F_shared_t and adds test.Dana Robinson2020-08-171-0/+3
* Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-071-0/+2
|\
| * Squash merge of file locking fixesDana Robinson2020-08-031-0/+2
* | Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-1/+1
* | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-7/+7
|/
* Minor normalizations with HDF5 1.10.Dana Robinson2020-06-071-6/+5
* Replace the old H5F_DECODE_LENGTH() implementation with one thatDavid Young2020-02-191-1/+1
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-061-1/+1
|\
| * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-1/+1
| |\
| * | fix intel compile warningskmu2019-12-041-1/+1
* | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-12/+12
* | | Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-121-0/+1
| |/ |/|
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-1/+1
|/
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-1/+4
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-4/+8
* Marked up H5Fget/set_mpi_atomicity() to use the VOL.Dana Robinson2019-09-271-0/+2
* Move ext_path field in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-1/+1
* Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-1/+1
* Added H5Pset/get_mpi_params calls and unified them with the MPI-I/ODana Robinson2019-08-261-0/+4
* Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-9/+9
* Begin converting the H5MF interface to use shared file pointers insteadQuincey Koziol2019-08-211-0/+1
* Begin converting dataset code to use shared file pointer instead of top fileQuincey Koziol2019-08-201-0/+2
* First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-191-0/+7
* Partial H5F__accum_* routines.Quincey Koziol2019-08-191-0/+1
* Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameterJerome Soumagne2019-08-141-1/+1
* Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-241-8/+8
|\
| * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-8/+8
* | Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-6/+3
|/
* Minor fix: removal of unnecessary enum values.Songyu Lu2019-04-101-3/+1
* Minor fixes: updating the test vds_env.c according to the set up of vds.c.Songyu Lu2019-04-101-1/+1
* HDFFV-10658 - setting and getting properties in API context:Songyu Lu2019-04-091-2/+5
* - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-0/+1