summaryrefslogtreecommitdiffstats
path: root/src/H5PLpublic.h
Commit message (Collapse)AuthorAgeFilesLines
* VOL FEATUREDana Robinson2018-10-101-1/+3
|
* Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-3/+3
|
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-15/+19
| | | | | | | | 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.
* Revert HDFFV-9655 by disabling test and not using new function.Allen Byrne2017-04-241-6/+6
|
* HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-301-1/+1
|
* HDFFV-10143 change put to replace and add constAllen Byrne2017-03-301-4/+4
|
* HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-281-0/+7
|
* [svn-r26403] changes to comments and test should use unsigned var.Allen Byrne2015-03-091-2/+2
|
* [svn-r26367] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-051-0/+53
|
* [svn-r23549] Description:Quincey Koziol2013-04-041-84/+0
| | | | | | | | 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-r23540] I took out the "const" symbol from H5PL_get_plugin_type and ↵Raymond Lu2013-04-031-3/+2
| | | | | | H5PL_get_plugin_info functions. Tested on jam - simple change.
* [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-r23453] FIX plugin DLL decorationAllen Byrne2013-03-251-6/+34
|
* [svn-r23403] Refactor windows code:Allen Byrne2013-03-201-1/+12
| | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*'
* [svn-r23380] Description:Quincey Koziol2013-03-191-1/+2
| | | | Review & cleanup code.
* [svn-r23350] I cleaned up some code and added comments for my previous ↵Raymond Lu2013-03-141-0/+1
| | | | | | checkin of the DESY project. Tested on koala.
* [svn-r23346] First commit for DESY project. It has the basic functionality ↵Raymond Lu2013-03-131-0/+45
of loading dynamically filter libraries and a simple test for it. Tested on koala.