summaryrefslogtreecommitdiffstats
path: root/test/plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Plugin test reworkDana Robinson2017-11-091-1217/+0
| | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
* Minor tweaks in response to code review.Dana Robinson2017-08-011-21/+35
|
* Merge branch 'develop' into h5pl_commitDana Robinson2017-08-011-0/+9
|\
| * Add test header for logAllen Byrne2017-07-261-0/+1
| |
| * Verify default paths exist in tableAllen Byrne2017-07-261-0/+2
| |
* | Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-156/+270
|/ | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
* Fixed many minor warnings.Dana Robinson2017-05-251-3/+5
|
* 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.
* Fix typoAllen Byrne2017-04-241-1/+1
|
* Signature change requires a ptrAllen Byrne2017-04-241-8/+8
|
* Change H5PLsize() signatureAllen Byrne2017-04-241-8/+15
|
* 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
| | | | | | | | | | | | | | | | | | | | | | | | modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c Minor fixes to replace numeric exit codes with MACRO declarations. Not all codes found were boolean, and those cases were not changed.
* [svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which ↵Allen Byrne2016-08-011-2/+39
| | | | calls a HDF5 function.
* [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-10-201-1/+1
| | | | | | | | | | | | | | available Fix tests accordingly and fix misuse of hbool_t in various places Fix initialization of H5Pgcpl/ocpl structs in property decoding routines Tested on: Linux/32 (jam) Linux/64 (platypus) Linux/PPC64 (ostrich) MacOSX/64 10.11
* [svn-r27774] Description:Quincey Koziol2015-09-141-0/+6
| | | | | | | Correct test reset code in plugin code and fix typo in testing script. Tested on: Linux 2.6/32 (jam) w/serial
* [svn-r27768] Description:Quincey Koziol2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel Linux/64 3.10.x (kituo) w/serial & parallel Linux/64 2.6.x (ostrich) w/serial
* [svn-r27548] Revert r27545Jerome Soumagne2015-08-211-1/+1
|
* [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if ↵Jerome Soumagne2015-08-211-1/+1
| | | | | | available Fix tests accordingly
* [svn-r26607] Correct test of plugin read when disabled to not print FAILURE ↵Allen Byrne2015-03-261-8/+9
| | | | when successful
* [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
| | | | | | Update windows WiX packaging. h5committested
* [svn-r23549] Description:Quincey Koziol2013-04-041-19/+14
| | | | | | | | 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-r23536] I corrected the copyright information and added some comment in ↵Raymond Lu2013-04-031-7/+5
| | | | | | H5Pocpl.c. Tested on jam - no code change.
* [svn-r23533] I changed the operation in dynlib2.c from math operations pow ↵Raymond Lu2013-04-031-2/+3
| | | | | | | | and sqrt to simpler multiplication and division to avoid potential rounding problem in math operations. Tested on jam - simple change.
* [svn-r23519] I used H5Gcreate instead of H5Gcreate2 in plugin.c. I ↵Raymond Lu2013-04-021-7/+55
| | | | | | corrected it and added some real operation in the dummy filter library dynlib3.c. Tested on jam and koala.
* [svn-r23513] I added a test case in plugin.c for testing using filter for ↵Raymond Lu2013-04-011-4/+58
| | | | | | groups and created a dummy filter library for this test case. Tested on jam and koala.
* [svn-r23494] I added another filter library dynlib2.c for plugin.c test. ↵Raymond Lu2013-03-291-45/+10
| | | | | | | | The test script moves the libdynlib2.so to /tmp then runs plugin.c. Tested on jam and koala.
* [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵Raymond Lu2013-03-221-0/+7
| | | | | | during data reading. Tested on koala and jam.
* [svn-r23401] I cleaned up the test.Raymond Lu2013-03-201-149/+8
| | | | Tested on koala.
* [svn-r23380] Description:Quincey Koziol2013-03-191-2/+3
| | | | Review & cleanup code.
* [svn-r23350] I cleaned up some code and added comments for my previous ↵Raymond Lu2013-03-141-31/+25
| | | | | | 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/+810
of loading dynamically filter libraries and a simple test for it. Tested on koala.