Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
4e6b652c3d0[svn-r22647] Description: Bring r22646 from trunk to 1.8 branch: Changes resulting from Klocwork static analysis tool, from Mark Miller @ LLNL (miller86@llnl.gov). Tested on: Mac OS X/64 10.7.4 (amazon) w/debug, C++ & FORTRAN, using gcc 4.7.x (too minor to require h5committest)
Allen ByrneAllen Byrne
98ac51ba1c4[svn-r22643] Correct check for filters in tools test
Allen ByrneAllen Byrne
28504a15f61[svn-r22639] HDFFV-8111: Remove special case shortcut and use normal path for comparing single objects. Merged from trunk
Allen ByrneAllen Byrne
65b620ea499[svn-r22634] Update CMake configuration files for current packaging layout
Allen ByrneAllen Byrne
c2491932d95[svn-r22632] Merge from trunk revision 22631 tested: local linux
Larry KnoxLarry Knox
451fd8514b1[svn-r22630] Snapshot version 1.8 release 10 (snap6)
Quincey KoziolQuincey Koziol
53ac57325cf[svn-r22628] Description: Bring r22627 from trunk to 1.8 branch: Merge some of the changes on the plist_encode_decode branch back to the trunk. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5committest)
Jonathan KimJonathan Kim
e8197d19414[svn-r22621] Purpose: HDFFV-8107 testh5diff will fail if build/test in HDF5 source tree Description: This is sub-task for "HDFFV-8105 testh5diff.sh uses the wrong operator (-a) in an if statement." From the HDFFV-8105's update, h5diff test failed if build&test is performed in HDF5 source tree because 'cp' try to copy test files to self dir. It's addressed by skipping if cp's src dir and dest dir is same. Also this applied for all other tools under src/tools dir. No change to the...
Jonathan KimJonathan Kim
62455bb0256[svn-r22619] Purpose: HDFFV-8003 - ph5diff (parallel h5diff): daily test failure on ember intermittently during non comparable test file comparison HDFFV-7755 - parallel h5diff : hanging on koala intermittently during non comparable test file comparison Description: non-comparable test intermittently hung on koala and ember, but not on jam. it didn't occur until -np reaches 4 or bigger. it occurred once out of many repeated attempts of the same test. There was a incorrectly (mistake...
Quincey KoziolQuincey Koziol
0728b38ddd4[svn-r22609] Description: Bring r22608 from trunk to 1.8 branch: Switch propert list/class iteration from internal to external form of iteration, cleaning up and simplifying the code a bit. Bring other general improvements from plist_encode_decode branch back to trunk. Clean up many warnings. Tested on: Mac OSX/64 10.7.4 (amazon) w/gcc 4.7, debug and C++ & FORTRAN (too minor to require h5committest)
Neil FortnerNeil Fortner
0ea9a386447[svn-r22607] Port test from r22601 from trunk to 1.8 branch. Also remove spurious FUNC_ENTER_PACKAGE_TAG and FUNC_ENTER_STATIC_TAG macros. Tested: jam, koala, ostrich (h5committest), durandal
Albert ChengAlbert Cheng
85d0f3befd5[svn-r22595] Bug fix: HDFFV-8105 Description: The test command in COPY_TESTFILES_TO_TESTDIR used the wrong operator -a which means and. It is not sufficient to test mere existence as $tstfile could have been a directory or other non-file things. If the file is not readable, the $CP command would fail but its return code was not checked. Solution: Get rid of the test command and go ahead to $CP it and then check its returned code and report errors if detected. Tested; committested.
Raymond LuRaymond Lu
dfebc04ff6e[svn-r22585] Issue 8068 - A user reported some random data in the padding of fill value. The problem happened in H5P_get_fill_value. I believe it's because the background buffer wasn't big enough. So I corrected it in this checkin. Tested on jam - simple change. I'm porting the fix from the trunk.
Quincey KoziolQuincey Koziol
43995f12ac6[svn-r22583] Description: Bring r22582 from trunk to 1.8 branch: Refactor ID class registration to be more like how other "class"s in the library are registered, and clean up compiler warnings. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5comittest)
Allen ByrneAllen Byrne
0f43d84b3c7[svn-r22580] HDFFV-7936: update legacy tests
Allen ByrneAllen Byrne
e89ecb8b21d[svn-r22578] Windows compilers require declarations at top of routine.
Allen ByrneAllen Byrne
8d05b733b91[svn-r22572] Re-Merge attr name with slash changes from trunk Tested: localinux with cmake
Allen ByrneAllen Byrne
d9ba5c234c9[svn-r22571] HDFFV-7784,-8095,7936 merge from trunk Tested: local linux with cmake
Allen ByrneAllen Byrne
5096b7d3ec1[svn-r22551] Merge changes from Trunk revision 22550 for: HDFFV-4206, -7953, -5930, -2687, -5942 Tested: local linux with cmake
Allen ByrneAllen Byrne
91de89d57e8[svn-r22538] Correct error string contents
Allen ByrneAllen Byrne
9cd0f549abc[svn-r22536] added missing break to end of case statement
Larry KnoxLarry Knox
f49fe94a094[svn-r22524] Snapshot version 1.8 release 10 (snap6)
Allen ByrneAllen Byrne
434466e58ee[svn-r22517] HDFFV-7782: h5import testfiles duplicated to match testname. (Consistent naming) Tested: local linux using CMake
Allen ByrneAllen Byrne
029ac0e3c85[svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT
Scot BreitenfeldScot Breitenfeld
11861e66189[svn-r22509] Merged changes from the trunk into the branch: svn merge -r 22163:22479 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Fixed merged issue with fortran/test/tH5E_F03.f90 (missing part of the file) and changed Makefile.am accordingly.
Elena PourmalElena Pourmal
d05e1c8ca18[svn-r22503] Maintenance: See HELPDESK-643 issue in JIRA. NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments and no executable statements. Removed tH5E_F03.f90 from the list of modules to build. Tested on jam with PGI compiler using --enable-fortran2003 flag. Will point the user to a snapshot when it is available.
Raymond LuRaymond Lu
52de056071d[svn-r22493] I took out the "return an error" line in H5Dget_offset, to match what the RM says about the function behavior. Quincey added it some time ago without realizing it caused test errors (Issue 8072). Tested on ostrich, but imported the fix from the trunk - simple change.
Larry KnoxLarry Knox
97da6adcd0e[svn-r22492] Needed std:: for cout or cerr for other compilers.
Larry KnoxLarry Knox
35936e66b75[svn-r22491] Skip the failing File Creation I/O subtest that causes c++ tests to fail with the new/PGI compiler (see HDFFV-8067). Tested on jam.
Private HDFPrivate HDF
11ddad75fb2[svn-r22488] Snapshot version 1.8 release 10 (snap4)
Quincey KoziolQuincey Koziol
2725ab3dafa[svn-r22485] Description: Merge r22484 from trunk to 1.8 branch: Copy the file image test file from the source directory to the build directory, instead of trying to open the [in-memory] file R/W. Also, clean up a few other test files that were left lying around from other tests. Tested on: MacOSX/64 10.7.4 (amazon) w/debug Too minor to require h5committest
Elena PourmalElena Pourmal
f59572a17eb[svn-r22483] Maintenance: - Fixed a typo in return value of the nh5dread_f_c function ( was 1 instead of 0 on success); fixed the return value to make it consistent with other Fortran functions; cleaned the code from debug statements. Platforms tested: jam with GNU and Intel compilers, fortran 2003 feature.
Allen ByrneAllen Byrne
635916cec08[svn-r22477] Removed subfolder tools from install command, need to correct install template
Allen ByrneAllen Byrne
8336239197c[svn-r22476] Change CPACK_PACKAGE_VENDOR to HDF_Group with underscore.
Allen ByrneAllen Byrne
17f1e60d93f[svn-r22475] Remove subfolder tools from install command
Allen ByrneAllen Byrne
25a711fdce5[svn-r22474] Add check for MINGW - ws2_32 library Tested: windows - mingw
Allen ByrneAllen Byrne
b52c3aea3b7[svn-r22470] Allow MinGW checks for fseek and the like Tested: windows 32 mingw
Allen ByrneAllen Byrne
ca76cbbd5b7[svn-r22469] MinGW Flags need to use dash set WINSOCK2_H do not test for endianess Tested: windows 32 minGW
Allen ByrneAllen Byrne
dd408f47f64[svn-r22464] Correct name used for POSIX flag
Allen ByrneAllen Byrne
b0e5e9208fb[svn-r22462] ADD fortran warning to ignore list
Raymond LuRaymond Lu
ba30e9248f2[svn-r22459] I added an item in the known problem section for the data conversion problem on Mac Lion.
Allen ByrneAllen Byrne
751f22f99ad[svn-r22454] Add NOT WINDOWS blocking around VSNPRINTF works check.
Allen ByrneAllen Byrne
62ce2569cf6[svn-r22453] Add missing property for resultcode of 1 to MEMCHECKER tests
Allen ByrneAllen Byrne
d8572191812[svn-r22451] Brought cmake configuration / configure changes from Trunk. Tested jam, local linux
Private HDFPrivate HDF
ba0ea5dc9c8[svn-r22449] Snapshot version 1.8 release 10 (snap3)
Allen ByrneAllen Byrne
e5c0e3d57fd[svn-r22443] Add new test to CMake file Tested: local linux
Quincey KoziolQuincey Koziol
ce4f31c0a9a[svn-r22442] Description: Add new file to MANIFEST
Vailin ChoiVailin Choi
c2059c656a5[svn-r22440] This is part of the previous checkin--#22438. A new ddl to be added.
Vailin ChoiVailin Choi
596d5b2662e[svn-r22438] (1) fix for making MEM_GHEAP as MEM_DRAW (2) fix to extend into the aggregator based on threshold (3) fix for the "flavor" logging problem (4) fix for test failures due to the above fixes (5) bug fix for h5stat when h5stat against a non-existing file --Ths line, and th se below, will be ignored-- M test/mf.c M src/H5MFaggr.c M src/H5FDpublic.h M src/H5MF.c M src/H5FDmulti.c M src/H5FDlog.c M src/H5Faccum.c M tools/h5copy/testfiles/h5copytst.out.ls M ...
Quincey KoziolQuincey Koziol
71ca559f81d[svn-r22434] Description: Correct misspelled debugging #ifdef and remove unused variable. Tested on: Mac OS X/64 10.7.4 (amazon) w/serial (too minor to require h5committest)