Network

 
AuthorCommitMessageCommit Date
Albert ChengAlbert Cheng
1e41d9586be[svn-r22924] Updated LLNL aztec information. Tested: just eyeballed.
Quincey KoziolQuincey Koziol
14d87e20ff9[svn-r22916] Description: Bring r22915 from trunk to 1.8 branch: Bring Coverity changes back to trunk: r20399: Change parse_command_line to free hand structure on error and only "leave()" at end of main. r20400: Purpose: Fix coverity issue 592 Description: Added void cast to call to H5F_sfile_assert_num() in H5F_term)interface(). There is no need to check the return value of this function in general, and there would be nothing to do even if it did fail. r20401: Added free(src_s...
Raymond LuRaymond Lu
e1fb7702773[svn-r22910] Update compiler information for ostrich. No test is needed.
Raymond LuRaymond Lu
3b469b534ad[svn-r22906] Update GNU Fortran compiler version for fred. No test is needed.
Allen ByrneAllen Byrne
4eb2b06a80e[svn-r22905] Fixed typo in name of cmake config file. Needed for installing multiple versions on windows.
Albert ChengAlbert Cheng
b650bd0bbde[svn-r22892] Increment release branch for future release (v1.8.11). Set version number to 1.8.11-snap0. Clear out RELEASE.txt to hold 1.8.11 changes Update version references in RELEASE.txt
Albert ChengAlbert Cheng
1ce6022a142[svn-r22891] Added v1.8.10 RELEASE.txt place holder.
Albert ChengAlbert Cheng
e1fa5a23db3[svn-r22889] Copy finished RELEASE.txt from the 1.8.9 branch to 1.8's HISTORY-1_8.txt file.
Scot BreitenfeldScot Breitenfeld
c15fb685055[svn-r22886] Added bug fixes and enhancements since the last release.
Allen ByrneAllen Byrne
0b4f16df739[svn-r23518] Add new plugin library to build list
Raymond LuRaymond Lu
6c974c824db[svn-r23495] ported revisions 23433:23494 from the trunk
Raymond LuRaymond Lu
ed621aae388[svn-r23494] I added another filter library dynlib2.c for plugin.c test. The test script moves the libdynlib2.so to /tmp then runs plugin.c. Tested on jam and koala.
Allen ByrneAllen Byrne
5e5e9e3987d[svn-r23493] Correct improper addition
Albert ChengAlbert Cheng
59bb6d185e4[svn-r23492] Bug fix: 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.
Allen ByrneAllen Byrne
c1c11c021b0[svn-r23491] Add test_plugin.sh to list of cleanup files
Raymond LuRaymond Lu
3374ffecf82[svn-r23482] I changed the plugin library to be built as shared library only 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.
Allen ByrneAllen Byrne
9138b343aa6[svn-r23480] Reposition conditional and libtool commands.
Raymond LuRaymond Lu
c76847d107d[svn-r23472] I updated the default search path for plugin module to be /usr/local/hdf5/lib/plugin for Unix and "%ALLUSERSPROFILE%/hdf5/lib/plugin" for Windows. Tested with Albert's committest on 6 systesm.
Allen ByrneAllen Byrne
5f8f3dcb793[svn-r23467] Remove subdirectory. Tested: local linux
Raymond LuRaymond Lu
5b12b8e1227[svn-r23465] I moved dynlib1.c to test/ directory and revised the 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.
Allen ByrneAllen Byrne
bda2e5da5af[svn-r23454] Update script for reporting errors from configure, build, test. Tested: jam
Allen ByrneAllen Byrne
cfbbd946270[svn-r23453] FIX plugin DLL decoration
Raymond LuRaymond Lu
b1c594d52df[svn-r23451] I took out RTLD_LAZY for dlopen. Tested on koala.
Allen ByrneAllen Byrne
dabebe412fe[svn-r23447] Add new env var to prevent filter plugin loading Tested: jam
Elena PourmalElena Pourmal
01765e30799[svn-r23437] Removed duplicated line in the MANIFEST file (exposed by the daily tests)
Raymond LuRaymond Lu
865bf6bcb28M[svn-r23435] ported revisions 23346:23432 from the trunk
Raymond LuRaymond Lu
8ffd55478e1[svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading during data reading. Tested on koala and jam.
Allen ByrneAllen Byrne
f0e328cc04a[svn-r23406] Correct typo
Allen ByrneAllen Byrne
fb169f7aa93[svn-r23405] Correct typo
Allen ByrneAllen Byrne
59a9d9a0c67[svn-r23403] Refactor windows code: windows uses ';' as path separator windows default path is different windows find files needs '*.*'
Allen ByrneAllen Byrne
6563fc39b17[svn-r23402] Plugin Library needs own dll decorator Tested: windows
Raymond LuRaymond Lu
76d6b9f4db4[svn-r23401] I cleaned up the test. Tested on koala.
Raymond LuRaymond Lu
61b39ecc7c1[svn-r23400] I updated Makefile.in for Mac. Tested on MacGoblin and koala.
Allen ByrneAllen Byrne
7c70c816f59[svn-r23399] Add missing CMakeLists.txt file
Allen ByrneAllen Byrne
4f1c1bbf1ab[svn-r23390] Remove dll decoration from local function
Allen ByrneAllen Byrne
cec54e1fa04[svn-r23389] HDFFV-8338: remove unused headers
Allen ByrneAllen Byrne
40b7936a5b3[svn-r23387] Add dynamic windows decorations
Raymond LuRaymond Lu
721b337b157[svn-r23386] More updates for Windows. Tested on koala.
Allen ByrneAllen Byrne
b5873210969[svn-r23384] Copy dynamic lib to a plugins folder for testing. This will avoid the segfault with looking for the library with other libraries. Tested: local linux
Raymond LuRaymond Lu
a9de6011382[svn-r23382] I took out H5PLpkg.h. It no longer exist.
Raymond LuRaymond Lu
32ffaa89822[svn-r23381] More update for Windows. Tested on koala
Quincey KoziolQuincey Koziol
af9a3abb3dc[svn-r23380] Description: Review & cleanup code.
Quincey KoziolQuincey Koziol
beccb8a0fcb[svn-r23377] Description: Re-run bon/reconfigure, to generate detection of dirent.h and set up macro.
Quincey KoziolQuincey Koziol
00c4e5f00d4[svn-r23376] Description: Add dirent.h detection to configure.ac
Raymond LuRaymond Lu
c08dc5f646c[svn-r23373] Some updates for Windows. Not tested.
Quincey KoziolQuincey Koziol
e4c9a6f3b61M[svn-r23372] Description: Bring in missing r23248 from trunk. Tested on: Not tested...
Allen ByrneAllen Byrne
9a720f99fe3[svn-r23370] Corrected macro name and removed optional function info in ERROR macro
Allen ByrneAllen Byrne
f2b142f6ed4[svn-r23369] Escape "\" char
Allen ByrneAllen Byrne
23635d656a7[svn-r23368] Correct names and add includes for windows
Raymond LuRaymond Lu
ebfebfd7d5a[svn-r23367] I took out a declaration of "DIR" for Windows support. Not tested.