summaryrefslogtreecommitdiffstats
path: root/test/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
* Add missing test statusAllen Byrne2017-04-061-0/+1
* Fix typo deletionAllen Byrne2017-04-041-2/+2
* HDFFV-10143 clean up format and function returnAllen Byrne2017-04-041-348/+306
* Update with checks for index boundsAllen Byrne2017-04-031-11/+14
* HDFFV-10143 surround will fail with try blockAllen Byrne2017-03-301-1/+4
* HDFFV-10143 typo cleanupAllen Byrne2017-03-301-4/+4
* HDFFV-10143 typo removedAllen Byrne2017-03-301-1/+1
* Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-301-13/+17
* HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-301-7/+7
* HDFFV-10143 remove debugging outputAllen Byrne2017-03-301-6/+0
* HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-301-12/+41
* HDFFV-10143 change put to replace and add constAllen Byrne2017-03-301-1/+1
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-60/+92
* HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-281-215/+407
* Changes to be committed:Frank.Willmore2016-10-251-2/+2
* [svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which c...Allen Byrne2016-08-011-2/+39
* [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if a...Jerome Soumagne2015-10-201-1/+1
* [svn-r27774] Description:Quincey Koziol2015-09-141-0/+6
* [svn-r27768] Description:Quincey Koziol2015-09-141-1/+1
* [svn-r27548] Revert r27545Jerome Soumagne2015-08-211-1/+1
* [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if a...Jerome Soumagne2015-08-211-1/+1
* [svn-r26607] Correct test of plugin read when disabled to not print FAILURE w...Allen Byrne2015-03-261-8/+9
* [svn-r26403] changes to comments and test should use unsigned var.Allen Byrne2015-03-091-1/+1
* [svn-r26365] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-051-6/+87
* [svn-r23549] Description:Quincey Koziol2013-04-041-19/+14
* [svn-r23536] I corrected the copyright information and added some comment in ...Raymond Lu2013-04-031-7/+5
* [svn-r23533] I changed the operation in dynlib2.c from math operations pow an...Raymond Lu2013-04-031-2/+3
* [svn-r23519] I used H5Gcreate instead of H5Gcreate2 in plugin.c. I corrected...Raymond Lu2013-04-021-7/+55
* [svn-r23513] I added a test case in plugin.c for testing using filter for gro...Raymond Lu2013-04-011-4/+58
* [svn-r23494] I added another filter library dynlib2.c for plugin.c test. The...Raymond Lu2013-03-291-45/+10
* [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading d...Raymond Lu2013-03-221-0/+7
* [svn-r23401] I cleaned up the test.Raymond Lu2013-03-201-149/+8
* [svn-r23380] Description:Quincey Koziol2013-03-191-2/+3
* [svn-r23350] I cleaned up some code and added comments for my previous checki...Raymond Lu2013-03-141-31/+25
* [svn-r23346] First commit for DESY project. It has the basic functionality o...Raymond Lu2013-03-131-0/+810