| Commit message (Expand) | Author | Age | Files | Lines |
* | Persist dataset access properties when using H5Fstart_swmr_write - merge to 1... | Neil Fortner | 2022-08-22 | 1 | -12/+74 |
|
|
* | [1.12 Merge] Hdf5 1 12 develop merges (#2012) | jhendersonHDF | 2022-08-16 | 1 | -2/+5 |
|
|
* | clang 13 format #1933 (#1939) | Allen Byrne | 2022-07-27 | 1 | -23/+23 |
|
|
* | Commit codespell spelling corrections. | Larry Knox | 2022-04-07 | 1 | -6/+6 |
|
|
* | Hdf5 merge issue 537 v112 (#538) | Larry Knox | 2021-04-02 | 1 | -15/+35 |
|
|
* | Merge H5Fopen VOL auto-detect feature and latest VOL fixes to 1.12 (#395) | jhendersonHDF | 2021-03-15 | 1 | -9/+19 |
|
|
* | 1 12 Merges from develop (#421) | Allen Byrne | 2021-03-04 | 1 | -1/+1 |
|
|
* | Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F... | jhendersonHDF | 2021-02-24 | 1 | -6/+22 |
|
|
* | Update URL in source file Copyright headers for web copy of COPYING | Larry Knox | 2021-02-20 | 1 | -1/+1 |
|
|
* | 1 12 Whitespace changes after clang-format run (#288) | Allen Byrne | 2021-01-29 | 1 | -1/+1 |
|
|
* | Basic alignment with async branch (#115) (#137) | Quincey Koziol | 2020-11-30 | 1 | -1/+1 |
|
|
* | Manual sync with develop (#95) | Dana Robinson | 2020-11-17 | 1 | -20/+120 |
|
|
* | Merge changes from develop | Allen Byrne | 2020-10-08 | 1 | -0/+144 |
|
|
* | Source formatted | Allen Byrne | 2020-10-01 | 1 | -765/+756 |
|
|
* | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-22 | 1 | -1/+1 |
|
|
* | Sync with develop | Dana Robinson | 2020-08-01 | 1 | -12/+12 |
|
|
* | Merge pull request #2291 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/uninitialized to... | Kimmy Mu | 2020-01-28 | 1 | -2/+2 |
|
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-19 | 1 | -72/+0 |
|
|
* | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out | Quincey Koziol | 2020-01-04 | 1 | -4/+14 |
|
|
* | Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE | Jerome Soumagne | 2019-12-09 | 1 | -47/+18 |
|
|
* | Merged HDFFV-10929_2GB_testing to hdf5_1_12 | Richard Warren | 2019-12-06 | 1 | -2/+40 |
|
|
* | Add 'blob' callbacks to VOL, along with a native implementation to store them | Quincey Koziol | 2019-10-08 | 1 | -10/+7 |
|
|
* | Move ext_path field in H5F_t to H5F_shared_t. | Vailin Choi | 2019-08-31 | 1 | -29/+7 |
|
|
* | Move coll_md_read and coll_md_write fields in H5F_t to H5F_shared_t. | Vailin Choi | 2019-08-31 | 1 | -6/+6 |
|
|
* | Add a 'closing' flag on the shared file struct, and switch several of the | Quincey Koziol | 2019-08-26 | 1 | -0/+3 |
|
|
* | Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match | Quincey Koziol | 2019-08-22 | 1 | -10/+10 |
|
|
* | Begin converting the H5MF interface to use shared file pointers instead | Quincey Koziol | 2019-08-21 | 1 | -1/+1 |
|
|
* | Finish converting H5PB_* routines to use shared file pointer, instead of top | Quincey Koziol | 2019-08-20 | 1 | -3/+3 |
|
|
* | First pass of converting H5PB_* routines to use shared file pointers. | Quincey Koziol | 2019-08-19 | 1 | -1/+1 |
|
|
* | Partial H5F__accum_* routines. | Quincey Koziol | 2019-08-19 | 1 | -3/+3 |
|
|
* | Changes based on PR feedback. | Vailin Choi | 2019-08-15 | 1 | -2/+4 |
|
|
* | Merge pull request #17 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1... | Vailin Choi | 2019-08-15 | 1 | -5/+5 |
|\ |
|
| * | Fix H5F_get_file_id and H5F__get_file_id to take app_ref parameter | Jerome Soumagne | 2019-08-14 | 1 | -5/+5 |
|
|
* | | Fix for HDFFV-10813 H5Fset_metadata_read_retry_info() test fails on jelly wit... | Vailin Choi | 2019-08-14 | 1 | -1/+1 |
|/ |
|
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+6 |
|
|
* | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along | Quincey Koziol | 2019-07-30 | 1 | -1/+1 |
|
|
* | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 1 | -2/+2 |
|
|
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -6/+5 |
|
|
* | Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut... | Vailin Choi | 2019-06-24 | 1 | -0/+2 |
|\ |
|
| * | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -0/+2 |
|
|
* | | Checkin for new shutting down free-space manager. | Vailin Choi | 2019-06-20 | 1 | -3/+3 |
|/ |
|
* | Added H5Fdelete call and VOL support (but no VFD/native implementation). | Dana Robinson | 2019-06-11 | 1 | -2/+2 |
|
|
* | Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests | Dana Robinson | 2019-04-25 | 1 | -1/+1 |
|
|
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 1 | -1/+1 |
|
|
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-04-03 | 1 | -1/+1 |
|\ |
|
| * | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -1/+1 |
|
|
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -11/+2 |
|/ |
|
* | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 1 | -21/+23 |
|
|
* | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-27 | 1 | -1/+2 |
|\ |
|
| * | Moved private native VOL connector functions to H5VLnative_private.h. | Dana Robinson | 2018-12-20 | 1 | -1/+2 |
|
|