summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to developQuincey Koziol2018-12-181-2/+13
| |\ \ \ | | |/ / | |/| / | | |/ | | | | | | * commit '3597bd469ff0073134b31765d9b87660cd3e0039': Revert change to MSC_VER, in favor of Dana's Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out not to be necessary.
| | * Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns outQuincey Koziol2018-12-171-2/+13
| | | | | | | | | | | | | | | | | | not to be necessary. Also, correct _MSC_VER #ifdef
| * | Merge pull request #1364 in HDFFV/hdf5 from ↵Dana Robinson2018-12-171-2/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5i_reference_removal to develop * commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53': Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| | * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-081-2/+0
| | | | | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| * | Moved the native VOL connector's optional enums to theDana Robinson2018-12-151-1/+1
| |/ | | | | | | | | public headers and renamed to include native/NATIVE in the name.
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-582/+629
|\ \ | |/
| * Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-1/+0
| | | | | | | | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header.
| * Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-181-3/+2
| | | | | | | | metadata read attempts.
| * Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-45/+119
| | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc.
| * Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-56/+120
| |
| * Switch driver | plugin => connector.Quincey Koziol2018-11-041-11/+11
| |
| * Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-7/+6
| | | | | | | | dataset callbacks.
| * Eliminate last call to H5VL_native_register, shifting everything over toQuincey Koziol2018-10-261-1/+9
| | | | | | | | the VOL plugin wrapping code.
| * Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-24/+37
| | | | | | | | in the 'test' directory appear to be working.
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-10-251-8/+8
| |\ | | | | | | | | | stackable_vol
| | * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-2/+1
| | |
| | * Updates to the VOL ID and object API calls.Dana Robinson2018-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the H5VL code in line with the H5I code regarding naming, parameter order, etc. Several public API calls were affected by this change. These changed names to reflect their use with VOL drivers: H5VLregister() --> H5VLregister_driver() H5VLregister_by_name() --> H5VLregister_driver_by_name() H5VLunregister() --> H5VLunregister_driver() H5VLis_registered() --> H5VLis_driver_registered() This call was renamed to match H5Iregister(). The order of the first two parameters also reversed and the object pointer is now const. H5VLobject_register() --> H5VLregister()
| * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-15/+83
| |/ | | | | | | modified: test/dsets.c
| * VOL FEATUREDana Robinson2018-10-101-53/+71
| |
| * Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-331/+307
| |
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-216/+20
| | | | | | | | orginally intended to support the full SWMR feature.
* | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-0/+3
|/ | | | CMake stuff is not verified.
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-2/+2
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-141-55/+56
|\
| * Normalization with vol_integration branch.Dana Robinson2018-06-071-55/+56
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-231-38/+38
|\ \ | |/
| * Put back CTRL-L charsAllen Byrne2018-05-231-52/+52
| |
| * Valgrind fixed by checking for prefix_len of 0Allen Byrne2018-05-231-90/+90
| |
* | Fixed libver bounds underscore issueM. Scot Breitenfeld2018-05-111-3/+3
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-213/+916
|\ \ | |/
| * Add comment for the file flush when the file low / high bounds are changedQuincey Koziol2018-04-011-0/+19
| | | | | | | | after a file is open.
| * Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-04-011-21/+160
| |\
| | * Created internal functions for a couple of H5F calls.Dana Robinson2018-03-301-0/+318
| |/ |/|
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-48/+411
| |\ | |/ |/| | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-102/+589
| |
* | Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-121-3/+38
|\ \ | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * | Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-121-3/+38
| | |
* | | Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.cmainzer2018-03-121-2/+0
| | | | | | | | | | | | Tested parallel (debug and production) and serial (production)
* | | Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-02-201-38/+40
|\ \ \ | |/ /
| * | Modifications made based on comments from pull request.Vailin Choi2018-02-071-4/+4
| | |
| * | Fix bounds check for the generation of cache image.Vailin Choi2018-01-221-4/+0
| | |
| * | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-34/+293
| |\ \
| * | | Changes made based on code reviews.Vailin Choi2018-01-121-2/+34
| | | |
| * | | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-33/+33
| |\ \ \ | | | | | | | | | | | | | | | Merge from develop.
| * \ \ \ (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-463/+331
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * | | | | Initial checkin for library version boundsVailin Choi2017-10-031-44/+8
| | | | | | | | | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* | | | | | Merge branch 'develop' into avoid_trunc_betaM. Scot Breitenfeld2018-01-221-36/+295
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | HDFFV-10361 Correct signaturesAllen Byrne2018-01-091-16/+16
| | | | | |
| * | | | | HDDFV-10361 combine duplicated prefix utility functionsAllen Byrne2018-01-051-36/+295
| | |_|/ / | |/| | |
* | | | | Optimized version of avoid truncate patch.M. Scot Breitenfeld2017-12-181-0/+11
|/ / / /