summaryrefslogtreecommitdiffstats
path: root/test/swmr.c
Commit message (Collapse)AuthorAgeFilesLines
* Squash merge of file locking fixesDana Robinson2020-08-031-64/+126
|
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-4/+2
| | | | in the 'test' directory appear to be working.
* VOL FEATUREDana Robinson2018-10-101-10/+11
|
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-2/+2
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-81/+81
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Cleanup overuse of include filesAllen Byrne2018-02-141-1/+0
|
* * Added new public H5FDdriver_query() API call.Dana Robinson2017-05-241-4/+1
| | | | | | * Changed return type of H5FD_driver_query() to herr_t. * Updated swmr.c to use H5FDdriver_query() instead of the private call. * Added some flags tests to vfd.c.
* * Made H5FD_driver_query() a private function instead of static.Dana Robinson2017-05-241-6/+30
| | | | | | | * Moved H5FD_driver_query() to H5FDint.c. * Minor typo fixes in H5I.c. * Updated swmr.c to check the VFD feature flags and skip the retries test when the VFD is not compatible with H5P_DEFAULT.
* Initialized IDs to -1 and minor code tidy.Dana Robinson2017-05-241-6/+6
|
* 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.
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-0/+7131
and the tool and API wrappers will be coming in over the weekend.