summaryrefslogtreecommitdiffstats
path: root/src/H5PLextern.h
Commit message (Collapse)AuthorAgeFilesLines
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-2/+2
| | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
* 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.
* [svn-r26365] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-051-12/+0
| | | | | | Update windows WiX packaging. h5committested
* [svn-r25624] Define symbol for other compilers as nothing.Allen Byrne2014-09-261-0/+2
| | | | Tested: platypus
* [svn-r25615] Include plugin header change. H5PLextern.h and H5PLprivate.h ↵Allen Byrne2014-09-251-34/+6
| | | | | | have two opposing use cases, only the enum is common. Tested: local linux and windows
* [svn-r23549] Description:Quincey Koziol2013-04-041-0/+84
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)