summaryrefslogtreecommitdiffstats
path: root/test/vol_test.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25593] - rename values for VOL class.Mohamad Chaarawi2014-09-151-1/+1
| | | | - add more sanity checks in H5VL APIs.
* [svn-r25583] fix bugs and warningns.Mohamad Chaarawi2014-09-101-11/+11
|
* [svn-r25582] Dynamic VOL plugin loading: Mohamad Chaarawi2014-09-091-0/+136
- add support for searching for plugins by name in the H5PL interface - add support for searching for VOL plugins and returning the plugin structure - implement H5VLregister_by_name - add tests similar to the filter plugin tests - still needs some refactoring and better test framework and cmake support.