summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-14/+2
|\ | | | | | | | | - fix bug in opending an already open named datatype. - fix dynamically loaded VOL plugin support with new changes coming in.
| * [svn-r26365] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-051-13/+2
| | | | | | | | | | | | Update windows WiX packaging. h5committested
* | [svn-r25635] fix merge bug for loaded vol plugins.Mohamad Chaarawi2014-09-301-1/+2
| |
* | [svn-r25634] merge from trunk.Mohamad Chaarawi2014-09-301-2/+12
|\ \ | |/
| * [svn-r25615] Include plugin header change. H5PLextern.h and H5PLprivate.h ↵Allen Byrne2014-09-251-2/+12
| | | | | | | | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows
* | [svn-r25582] Dynamic VOL plugin loading: Mohamad Chaarawi2014-09-091-1/+1
|/ | | | | | | | - 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.
* [svn-r23549] Description:Quincey Koziol2013-04-041-3/+4
| | | | | | | | More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
* [svn-r23543] Description:Quincey Koziol2013-04-041-1/+1
| | | | | | | | | Bring r23542 from desy_1_8 branch to trunk: Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel
* [svn-r23536] I corrected the copyright information and added some comment in ↵Raymond Lu2013-04-031-6/+5
| | | | | | H5Pocpl.c. Tested on jam - no code change.
* [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵Raymond Lu2013-03-221-1/+2
| | | | | | during data reading. Tested on koala and jam.
* [svn-r23380] Description:Quincey Koziol2013-03-191-22/+2
| | | | Review & cleanup code.
* [svn-r23373] Some updates for Windows.Raymond Lu2013-03-181-1/+1
| | | | Not tested.
* [svn-r23368] Correct names and add includes for windowsAllen Byrne2013-03-181-0/+13
|
* [svn-r23365] I opted out dirent.h for Windows.Raymond Lu2013-03-181-2/+3
| | | | Not tested yet.
* [svn-r23359] I added some macros and refactoring the code to prepare for ↵Raymond Lu2013-03-151-1/+0
| | | | | | Windows support. Tested on koala.
* [svn-r23346] First commit for DESY project. It has the basic functionality ↵Raymond Lu2013-03-131-0/+59
of loading dynamically filter libraries and a simple test for it. Tested on koala.