summaryrefslogtreecommitdiffstats
path: root/examples/h5_vol_external_log_native.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25579] Add version number for VOL plugins in VOL Plugin structure.Mohamad Chaarawi2014-09-081-0/+1
|
* [svn-r25555] - rework the public H5VL wrappers to not use H5VL_t* and use a ↵Mohamad Chaarawi2014-08-261-28/+29
| | | | | | | plugin hid_t instead - rework the private VL layer to use the class structure directly - some bug fixes
* [svn-r25549] Implement 4 new routines:Mohamad Chaarawi2014-08-251-4/+24
| | | | | | | | H5VLinitialize, H5VLterminate, H5VLget_plugin_id, H5VLclose Add simple tests in external log plugin. Fix some bugs with terminating Native plugin.
* [svn-r25544] - add a new version of H5Lis_registered.Mohamad Chaarawi2014-08-221-0/+508
- rename external log plugin test in examples.