summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-281-3/+3
| | | | | | 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.
* Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-281-4/+10
| | | | | | comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks.
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-181-7/+8
|\ | | | | | | stackable_vol
| * Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-141-7/+8
| |
* | Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-106/+7
| | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc.
* | Switch driver | plugin => connector.Quincey Koziol2018-11-041-119/+119
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-10-251-2/+2
|\ \ | |/ | | | | stackable_vol
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| |
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-165/+171
|/ | | | modified: test/dsets.c
* VOL FEATUREDana Robinson2018-10-101-0/+523
|
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-129/+129
| | | | other misc).
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-10/+10
| | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-11/+11
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-131-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) 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-0/+21
| |
| * HDDFV-10414 correct location of error changeAllen Byrne2018-03-071-91/+91
| |
| * HDFFV-10414 restore Ctl char - do we really need these anymoreAllen Byrne2018-03-051-89/+89
| |
| * HDFFV-10414 change minor error_numberAllen Byrne2018-03-051-101/+101
| |
| * Modifications made based on comments from pull request.Vailin Choi2018-02-071-18/+18
| |
| * Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-469/+470
| |\
| * \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-081-15/+13
| |\ \ | | | | | | | | | | | | Merge from develop.
| * | | Initial checkin for library version boundsVailin Choi2017-10-031-33/+145
| | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* | | | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-121/+234
| | | |
* | | | synced with developM. Scot Breitenfeld2018-01-051-469/+469
|\ \ \ \ | | |_|/ | |/| |
| * | | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-469/+469
| | | |
| * | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-469/+469
| | | | | | | | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
| * | | HDFFV-9724 Remove VDS file cache functionalityAllen Byrne2017-12-201-81/+0
| | | |
| * | | Fix VDS file cache var namesAllen Byrne2017-12-131-9/+9
| | | |
| * | | Added java wrappers and testsAllen Byrne2017-12-121-471/+483
| | | |
| * | | HDFFV-9724 Initial changes and testAllen Byrne2017-12-111-0/+69
| | |/ | |/|
* | | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-12-121-15/+13
|\ \ \ | |/ /
| * | Normalization with VOL integration branch.Dana Robinson2017-12-011-2/+2
| | |
| * | Normalization with VOL integration branch.Dana Robinson2017-11-301-13/+11
| |/
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
| * Fixed problems that prevent bin/trace from marking up some functions.Dana Robinson2017-04-211-13/+1
| |
| * The cache_image test shows a skipped message about EoC in parallel.Dana Robinson2017-04-201-1/+0
| |
| * Added code to disable the evict-on-close feature inDana Robinson2017-04-191-2/+19
| | | | | | | | the parallel library.
* | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-281-11/+11
| | | | | | | | Modifications to fix H5Sencode bug when num points selected is > 2^32.
* | Fixed problems that prevent bin/trace from marking up some functions.Dana Robinson2017-04-241-13/+1
| |
* | The cache_image test shows a skipped message about EoC in parallel.Dana Robinson2017-04-201-1/+0
| |
* | Added code to disable the evict-on-close feature inDana Robinson2017-04-201-2/+19
| | | | | | | | the parallel library.
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
|/ | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-4/+128
|
* Cache image feature and testingQuincey Koziol2017-01-291-0/+255
|
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-0/+9
| | | | and the tool and API wrappers will be coming in over the weekend.
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-0/+96
| | | | supporting metadata cache callback changes, etc.
* Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-051-4/+4
| | | | const void *. Fixes HDFFV-10017.
* Add cache logging property and file pieces.Quincey Koziol2016-11-041-10/+360
|
* Added "Purpose:" information to the API call comments for theDana Robinson2016-09-231-2/+14
| | | | new functions.
* Merge branch 'develop' into evict_on_closeDana Robinson2016-09-141-1/+1
|\