summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23515] I added test/dynlib3.c.Raymond Lu2013-04-011-0/+1
|
* [svn-r23514] I forgot to add the new file dynlib3.c in last commit.Raymond Lu2013-04-011-0/+83
|
* [svn-r23513] I added a test case in plugin.c for testing using filter for ↵Raymond Lu2013-04-016-17/+84
| | | | | | groups and created a dummy filter library for this test case. Tested on jam and koala.
* [svn-r23511] Replaced install-data-local with install-exec-hook in ↵Larry Knox2013-04-012-8/+9
| | | | | | test/Makefile.am. tested with h5committest
* [svn-r23509] Duplicated Bin-Minh's changes in the 1.8 branch (r23503) thatDana Robinson2013-04-011-6/+1
| | | | | | | | | delete the removed multi dxpl function names from the class. Tested on: jam w/ fortran & C++ I did not test on other platforms (h5committest) since there is nothing even remotely platform-specific here.
* [svn-r23508] Removed some dead code that belonged to the multi dxpl ↵Dana Robinson2013-04-011-28/+0
| | | | | | | | | | | functions that were removed in HDF5 1.8.11. Tested on: jam w/ fortran & C++, tested with check-vfd I did not test on other platforms (h5committest) since there is nothing even remotely platform-specific here.
* [svn-r23505] reverted FFLAGS bug fix.Scot Breitenfeld2013-04-012-0/+2
| | | | Tested: jam (intel)
* [svn-r23497] Bug fix: HDFFV-8358Albert Cheng2013-03-301-7/+64
| | | | | | | | Change h5redeploy to change all 4 lines, prefix=..., exec_prefix=..., libdir=..., and includedir=... This way, it reset all 4 lines. Should work for both version of h5cc created by configure or by rpm. Tested: hand tested in jam.
* [svn-r23496] synced DESY branch with the trunk (tested with h5committest)Raymond Lu2013-03-2937-1519/+3745
|\
| * [svn-r23495] ported revisions 23433:23494 from the trunkRaymond Lu2013-03-2920-42/+286
| |
| * [svn-r23494] I added another filter library dynlib2.c for plugin.c test. ↵Raymond Lu2013-03-296-71/+142
| | | | | | | | | | | | | | | | The test script moves the libdynlib2.so to /tmp then runs plugin.c. Tested on jam and koala.
| * [svn-r23493] Correct improper additionAllen Byrne2013-03-291-3/+0
| |
| * [svn-r23492] Bug fix:Albert Cheng2013-03-291-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | Test was not checking error result. It basically return succeess to make check all the time. Fixed it so that it does check the return code of the test (plugin) and set nerror accordingly. It then exit 1 if there is any error detected. Test: use the desy committest to pass on jam, koala, ostrich, duck and emu. Also hand test by "rm test/.lib/libdynlib1* to verify the test script can indeed response to errors properly.
| * [svn-r23491] Add test_plugin.sh to list of cleanup filesAllen Byrne2013-03-291-1/+3
| |
| * [svn-r23482] I changed the plugin library to be built as shared library only ↵Raymond Lu2013-03-283-1388/+1456
| | | | | | | | | | | | when configure enables shared. libtool will install the shared plugin library. I put a remove command in test/Makefile.am to delete the unnecessary plugin library. Tested on jam, koala, and emu.
| * [svn-r23480] Reposition conditional and libtool commands.Allen Byrne2013-03-282-68/+66
| |
| * [svn-r23472] I updated the default search path for plugin module to be ↵Raymond Lu2013-03-271-2/+2
| | | | | | | | | | | | | | | | /usr/local/hdf5/lib/plugin for Unix and "%ALLUSERSPROFILE%/hdf5/lib/plugin" for Windows. Tested with Albert's committest on 6 systesm.
| * [svn-r23467] Remove subdirectory.Allen Byrne2013-03-274-246/+68
| | | | | | | | Tested: local linux
| * [svn-r23465] I moved dynlib1.c to test/ directory and revised the ↵Raymond Lu2013-03-279-73/+228
| | | | | | | | | | | | | | | | Makefile.am in test/. I added the condition to skip plugin.c test when the library is built for static. Tested on jam, koala, and emu.
| * [svn-r23454] Update script for reporting errors from configure, build, test.Allen Byrne2013-03-251-3/+16
| | | | | | | | Tested: jam
| * [svn-r23453] FIX plugin DLL decorationAllen Byrne2013-03-251-6/+34
| |
| * [svn-r23451] I took out RTLD_LAZY for dlopen.Raymond Lu2013-03-251-1/+1
| | | | | | | | Tested on koala.
| * [svn-r23447] Add new env var to prevent filter plugin loadingAllen Byrne2013-03-253-1/+67
| | | | | | | | Tested: jam
| * [svn-r23437] Removed duplicated line in the MANIFEST file (exposed by the ↵Elena Pourmal2013-03-231-1/+0
| | | | | | | | daily tests)
| * [svn-r23435] ported revisions 23346:23432 from the trunkRaymond Lu2013-03-2245-945/+831
| |\
| * | [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵Raymond Lu2013-03-228-46/+94
| | | | | | | | | | | | | | | | | | during data reading. Tested on koala and jam.
| * | [svn-r23406] Correct typoAllen Byrne2013-03-201-1/+1
| | |
| * | [svn-r23405] Correct typoAllen Byrne2013-03-201-1/+1
| | |
| * | [svn-r23403] Refactor windows code:Allen Byrne2013-03-206-67/+29
| | | | | | | | | | | | | | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*'
| * | [svn-r23402] Plugin Library needs own dll decoratorAllen Byrne2013-03-201-2/+11
| | | | | | | | | | | | Tested: windows
| * | [svn-r23401] I cleaned up the test.Raymond Lu2013-03-201-149/+8
| | | | | | | | | | | | Tested on koala.
| * | [svn-r23400] I updated Makefile.in for Mac.Raymond Lu2013-03-201-1/+1
| | | | | | | | | | | | Tested on MacGoblin and koala.
| * | [svn-r23399] Add missing CMakeLists.txt fileAllen Byrne2013-03-201-0/+1
| | |
| * | [svn-r23390] Remove dll decoration from local functionAllen Byrne2013-03-191-3/+3
| | |
| * | [svn-r23389] HDFFV-8338: remove unused headersAllen Byrne2013-03-191-2/+0
| | |
| * | [svn-r23387] Add dynamic windows decorationsAllen Byrne2013-03-191-4/+17
| | |
| * | [svn-r23386] More updates for Windows.Raymond Lu2013-03-191-49/+9
| | | | | | | | | | | | Tested on koala.
| * | [svn-r23384] Copy dynamic lib to a plugins folder for testing. This will ↵Allen Byrne2013-03-193-2/+25
| | | | | | | | | | | | | | | | | | avoid the segfault with looking for the library with other libraries. Tested: local linux
| * | [svn-r23382] I took out H5PLpkg.h. It no longer exist.Raymond Lu2013-03-191-1/+0
| | |
| * | [svn-r23381] More update for Windows.Raymond Lu2013-03-191-3/+72
| | | | | | | | | | | | Tested on koala
| * | [svn-r23380] Description:Quincey Koziol2013-03-1912-486/+428
| | | | | | | | | | | | Review & cleanup code.
| * | [svn-r23377] Description:Quincey Koziol2013-03-192-0/+15
| | | | | | | | | | | | | | | Re-run bon/reconfigure, to generate detection of dirent.h and set up macro.
| * | [svn-r23376] Description:Quincey Koziol2013-03-191-0/+1
| | | | | | | | | | | | Add dirent.h detection to configure.ac
| * | [svn-r23373] Some updates for Windows.Raymond Lu2013-03-182-4/+4
| | | | | | | | | | | | Not tested.
| * | [svn-r23372] Description:Quincey Koziol2013-03-182-85/+55
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Bring in missing r23248 from trunk. Tested on: Not tested...
| * | | [svn-r23370] Corrected macro name and removed optional function info in ↵Allen Byrne2013-03-182-2/+2
| | | | | | | | | | | | | | | | ERROR macro
| * | | [svn-r23369] Escape "\" charAllen Byrne2013-03-181-1/+1
| | | |
| * | | [svn-r23368] Correct names and add includes for windowsAllen Byrne2013-03-183-4/+16
| | | |
| * | | [svn-r23367] I took out a declaration of "DIR" for Windows support. Raymond Lu2013-03-181-4/+5
| | | | | | | | | | | | | | | | Not tested.
| * | | [svn-r23365] I opted out dirent.h for Windows.Raymond Lu2013-03-181-2/+3
| | | | | | | | | | | | | | | | Not tested yet.