summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Expand)AuthorAgeFilesLines
* Clang format changes.vchoi2021-12-071-1/+1
* Changes to address feedback from PR review.vchoi2021-12-071-4/+6
* Committing clang-format changesgithub-actions2021-11-171-21/+21
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-171-0/+8
* Make entry log code as a #define macro as John suggests.myang62021-11-021-1/+1
* 1. Close the log file when the file closing flag is true in H5F_vfd_swmr_clos...myang62021-11-021-17/+16
* Update comments to use the HDF5 timer for the log feature.myang62021-10-291-1/+1
* Committing clang-format changesgithub-actions2021-10-291-1/+1
* Use HDF5 timer functionmyang62021-10-291-4/+4
* Add macros to make windows ignore the HDgetclock_time().myang62021-10-281-0/+2
* Add comments, descriptions for the VFD log feature.myang62021-10-271-2/+2
* 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