AuthorCommitMessageCommit dateIssues
Raymond LuRaymond Lu
72e84fcd825[svn-r23513] I added a test case in plugin.c for testing using filter for groups and created a dummy filter library for this test case.Tested on jam and koala.
Larry KnoxLarry Knox
e679eed61b5[svn-r23511] Replaced install-data-local with install-exec-hook in test/Makefile.am.tested with h5committest
Dana RobinsonDana Robinson
47a25f0d0ca[svn-r23509] Duplicated Bin-Minh's changes in the 1.8 branch (r23503) that 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.
Dana RobinsonDana Robinson
581f5fc68d9[svn-r23508] Removed some dead code that belonged to the multi dxpl 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.
Scot BreitenfeldScot Breitenfeld
cc3fdd8ba48[svn-r23505] reverted FFLAGS bug fix.Tested: jam (intel)
Albert ChengAlbert Cheng
913b88d15b7[svn-r23497] Bug fix: HDFFV-8358Change 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.HDFFV-8358
Raymond LuRaymond Lu
b6e0e867d07M[svn-r23496] synced DESY branch with the trunk (tested with h5committest)
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.
Allen ByrneAllen Byrne
02b1c11ecd0[svn-r23476] HDFFV-8359: correct script function calls.Tested: local linuxHDFFV-8359
Scot BreitenfeldScot Breitenfeld
d7724485b03[svn-r23475] added dll for verify_Fortran_INTEGER_4
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.
Mohamad ChaarawiMohamad Chaarawi
be4198eb414[svn-r23470] update INSTALL_parallel with build instructions for Hopper.
Quincey KoziolQuincey Koziol
86f1fce5f7a[svn-r23469] Description: Change h5diff_exit() routine to always return a zero exit code when running in parallel, since returning a non-zero exit code can cause MPI implementations to print output and that can throw off our "expected output" comparisons. Note that this change only changes the exit code for situations where an incorrect command-line parameter was given - ph5diff was already returning a zero exit code for all "normal" executions, including those where a serial h5diff would return a non-zero exit code. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel (Too minor to require h5committest)
Allen ByrneAllen Byrne
5f8f3dcb793[svn-r23467] Remove subdirectory.Tested: local linux
Mohamad ChaarawiMohamad Chaarawi
5a14bf5fac8[svn-r23466] more missed static declarationstested on Jam, to minor for committest
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.
Scot BreitenfeldScot Breitenfeld
881cdef5f8e[svn-r23463] Added dllexport for verify_real_kind_7
Scot BreitenfeldScot Breitenfeld
a1db18bc05d[svn-r23462] Added definition for h5kind_to_type
Mohamad ChaarawiMohamad Chaarawi
d55bfb91a27[svn-r23461] add missing static declarations of rotuines.tested on Jam - too minor for committest
Allen ByrneAllen Byrne
cb8e3dee9f6[svn-r23460] Add missing infile assignment and error counts
Binh-Minh RiblerBinh-Minh Ribler
782591cf138[svn-r23456] Description: A "return" was missing from a non-void function. Fixed. Platforms Tested: Linux/32 2.6 (jam) Linux/ppc64 (ostrich) Asked Allen check Windows.
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
52d11908837[svn-r23449] Update script for reporting errors from configure, build, test.Tested: jam
Allen ByrneAllen Byrne
dabebe412fe[svn-r23447] Add new env var to prevent filter plugin loadingTested: jam
Allen ByrneAllen Byrne
4ae0c873e0c[svn-r23446] HDFFV-8344, HDFFV-8346: merge from 1.8 branch2 JIRA Issues
Albert ChengAlbert Cheng
6e1122dda4e[svn-r23441] HDFFV-8245: bug fix. Snow Leopard (darwin 10.X) does not have clang++. Reversed it to use gcc/g++ as the default C and CXX compilers for Darwin 10.X systems.Tested: duck (darwin 11), wren (darwin 12) and fred (darwin 10).HDFFV-8245
Binh-Minh RiblerBinh-Minh Ribler
1f6cd26a938[svn-r23438] Purpose: Fix bug HDFFV-7520Description: Added wrappers for H5Aexists. Platforms Tested: Linux/32 2.6 (jam) Linux/64 2.6 (koala) Linux/ppc64 (ostrich)HDFFV-7520
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
Albert ChengAlbert Cheng
5c459618453[svn-r23434] Improvement: DFFV-8245 Use Clang as the compiler for the Mac platform.Changed all Mac to use clang/clang++ as the default C and CXX compilers if not provided by the user. Still use gfortran as the default fortran compiler since Apple does not provide any fortran compiler. Tested: passed all three macs OS, snow leapord (fred), lion (duck) and mountain lion (wren). Also passed test using Apple gcc, Gnu gcc, Intel as the C compilers and all corresponding CXX compil...DFFV-8245
Larry KnoxLarry Knox
f593b6e7129[svn-r23433] Fix for HDFFV-7996. Compile scripts will add paths for external libraries linked to executable files that they create. Eliminates need for LD_LIBRARY_PATH for szip in locations not known to ld.Teted on platypus and emu (64bit) in addition to h5committest.HDFFV-7996
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.
Larry KnoxLarry Knox
99b15244742[svn-r23431] Fix for HDFFV-8141. Changes default value for USE_SHARED_LIB in compile scripts to yes when static is disabled. Comments in scripts about the order of flag variables containing library paths was also corrected.Tested with h5committest on duck, jam, koala, and ostrich in addition to specific testing for the compile script change.HDFFV-8141
Binh-Minh RiblerBinh-Minh Ribler
3f1c23b3151[svn-r23428] Description: Fixed bug HDFFV-4272. Just typos in documentation. Platform tested: JamHDFFV-4272
Binh-Minh RiblerBinh-Minh Ribler
c8018386da2[svn-r23427] Purpose: Fix bug HDFFV-8067Description: + The C++ test failed with the new PGI compilers versions 12.4 and 12.5 + An exception thrown by an internal function, which was called by a constructor, was not propagating to the test program during the stack unwinding, so it couldn't be caught by the test and the program terminated. + Various trials and errors indicated that the problem is where an STD string c...HDFFV-8067
Dana RobinsonDana Robinson
030a17ca609[svn-r23417] Fixes an issue (HDFFV-8159) where uninitialized memory was being read during variable-length type conversion. All variable-length type conversion buffers are now initialized to contain 0s on allocation.Tested on: jam(w/ fortran, C++, parallel, parallel fortran) ostrich This is a very small change (basially changing malloc to calloc) and is unlikely to cause issues on other platforms.HDFFV-8159
Quincey KoziolQuincey Koziol
535456397c2[svn-r23415] Description: Avoid using fpclassify() for detecting zero/non-zero values.Tested on: Mac OSX/64 10.8.3 (amazon) w/debug
Allen ByrneAllen Byrne
0596de6267e[svn-r23412] Add test depends on clear test.Occasional failures.
Allen ByrneAllen Byrne
e7ced517bc9[svn-r23411] HDDFV-8322: Free allocations in command line parsing.Tested: local linuxHDDFV-8322
Scot BreitenfeldScot Breitenfeld
a0ec9c282b3[svn-r23410] HDFFV-8264: Using F2003, build fails on Fedora with undefined reference to __h5r_MOD_h5rget_region_region_f This turned out being an issue with configure. The reporter submitted a patch which fixed the fact that we should not be setting AM_FCFLAGS (an automake variable) with FFLAGS (a user variable). I removed this, and we now only set FFLAGS if the environment variable is set, otherwise we don't. Tested: jam (gnu)HDFFV-8264
Jonathan KimJonathan Kim
e8955b876cc[svn-r23407] Purpose: HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout.Description: h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks. The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (lin...HDFFV-8214
Allen ByrneAllen Byrne
f0e328cc04a[svn-r23406] Correct typo