summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changesgithub-actions2021-10-251-1/+1
* Update comments, formats etc.myang62021-10-251-5/+6
* Committing clang-format changesgithub-actions2021-10-251-1/+1
* add macro, need to debug an error caused by using the macromyang62021-10-251-2/+3
* Revise the H5Fopen log test.Muqun Yang2021-10-181-3/+3
* Committing clang-format changesgithub-actions2021-10-181-4/+4
* Add the log entry report function, also add logs for 'File open','File close'...myang62021-10-181-1/+15
* Committing clang-format changesgithub-actions2021-10-151-2/+2
* skeleton of the logging report functionmyang62021-10-151-0/+3
* Clean up H5Fint.c, ready to implement the report function.myang62021-10-151-28/+0
* Test to just write a log file for H5Fopen. Add a testing routine vfd_swmr_log...myang62021-10-151-0/+28
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-37/+40
* VFD SWMR: Removes dedup callback + cleanup (#842)Dana Robinson2021-07-171-9/+2
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-5/+17
* Maximum jump in tick for VFD SWMR reader (#752)vchoi-hdfgroup2021-06-161-0/+6
* Parallel updates and fixes for VFD SWMR (#705)Dana Robinson2021-05-281-1/+17
* Much normalization with develop (#701)Dana Robinson2021-05-281-11/+21
* Brings native H5Fdelete implementation from developDana Robinson2021-05-051-5/+30
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-7/+7
* Better VFD SWMR parallel skip testDana Robinson2021-04-061-15/+3
* Fix for (serial) VFD SWMR test failure in pHDF5Dana Robinson2021-04-061-10/+22
* Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-1/+1
* Brings file locking changes from developDana Robinson2021-03-251-27/+287
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-822/+812
* Fixes a leak of the metadata index memoryDana Robinson2020-09-081-6/+14
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-10/+10
|\
| * Minor normalizations with HDF5 1.10.Dana Robinson2020-06-071-2/+2
| * Normalization with hdf5_1_10Dana Robinson2020-06-011-8/+8
| * Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
| * Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-311-1/+1
| * merge and fix conflictkmu2020-01-231-76/+14
| |\
| | * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-72/+0
| | * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-4/+14
| * | fix uninitizlized warningkmu2020-01-211-2/+2
| |/
| * Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-47/+18
| * Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-2/+40
| * Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-10/+7
| * Move ext_path field in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-29/+7
| * Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t.Vailin Choi2019-08-311-6/+6
| * Add a 'closing' flag on the shared file struct, and switch several of theQuincey Koziol2019-08-261-0/+3
| * Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to matchQuincey Koziol2019-08-221-10/+10
| * Begin converting the H5MF interface to use shared file pointers insteadQuincey Koziol2019-08-211-1/+1
| * Finish converting H5PB_* routines to use shared file pointer, instead of topQuincey Koziol2019-08-201-3/+3
| * First pass of converting H5PB_* routines to use shared file pointers.Quincey Koziol2019-08-191-1/+1
| * Partial H5F__accum_* routines.Quincey Koziol2019-08-191-3/+3
| * Changes based on PR feedback.Vailin Choi2019-08-151-2/+4
| * Merge pull request #17 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-08-151-5/+5
| |\
| | * Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameterJerome Soumagne2019-08-141-5/+5
| * | Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly wit...Vailin Choi2019-08-141-1/+1
| |/