summaryrefslogtreecommitdiffstats
path: root/test/plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* OESS-29 Fix shared MPI builds, more HD prefixAllen Byrne2019-08-221-9/+9
|
* Add test for plugin initialize checkAllen Byrne2017-07-261-0/+3
|
* Change copyright headers to replace url referring to file to belrknox2017-05-161-6/+4
| | | | removed and replace it with new url for COPYING file.
* Change the signature of H5PLget_size functionAllen Byrne2017-05-111-8/+15
|
* Add missing test statusAllen Byrne2017-04-061-0/+1
|
* HDFFV-10143 branch does not have HDprintfAllen Byrne2017-04-041-9/+9
|
* Fix typo deletionAllen Byrne2017-04-041-2/+2
|
* HDFFV-10143 clean up format and function returnAllen Byrne2017-04-041-349/+307
|
* Update with checks for index boundsAllen Byrne2017-04-031-1/+4
|
* Correct usuage of HD prefixAllen Byrne2017-04-031-19/+19
|
* 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
| | | | | | Fixed Conflicts: MANIFEST test/plugin.c
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-291-218/+414
|
* [svn-r30171] HDFFV-9939: convert cmake copy commands to reduce issue with ↵Allen Byrne2016-07-121-0/+39
| | | | | | | too long command lines on some platforms. Also, refactor hl/tools/gif3h5 cmake files. JAVA-1920: add plugin test with plugin that depends on hdf5
* [svn-r26700] Generators are only built staticAllen Byrne2015-04-011-8/+9
| | | | Plugin test for disable state does not print error stack and does not print FAILED
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-161-6/+87
| | | | h5committest
* [svn-r23550] Description:Quincey Koziol2013-04-041-19/+14
| | | | | | | | | | Bring r23549 from trunk to desy_1_8 branch: 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-r23537] I corrected the copyright information and added some comment in ↵Raymond Lu2013-04-031-7/+5
| | | | | | H5Pocpl.c. Tested on koala - no code change.
* [svn-r23521] I merged the changes for testing groups with filter into this ↵Raymond Lu2013-04-021-4/+107
| | | | | | branch. Tested on jam and koala.
* [svn-r23510] I merged the changes for DESY project from the trunk (r23496) ↵Raymond Lu2013-04-011-0/+636
into this 1.8 DESY branch. Tested with h5committest (duck failed with CMake because I don't know how to change test/CMakeLists.txt. I'll wait for Allen to do it).