summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22711] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵Larry Knox2012-08-2349-2824/+5182
| | | | | | libtool 2.4.2 Tested THG machines.
* [svn-r22708] Description:Quincey Koziol2012-08-226-199/+169
| | | | | | | | | | | | Bring r22707 from trunk to 1.8 branch: Bring back some more cleanups from the plist_encode_decode branch, clean up some formatting and compiler errors, and add a few more property comparison routines that we've skipped implementing in the past. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug (Too minor to require h5committest)
* [svn-r22701] Purpose: Jonathan Kim2012-08-2011-19/+103
| | | | | | | | | | | | | Address HDFFV-7942 - h5diff: incorrect result for comparing attribute data with different type size in same class Description: When comparing attribute data values with same type class but different size, the result was incorrect. It was due to the size difference and got truncated. Fixed to match up the smaller type size to big type size like what dataset does. Merged from HDF5 trunk r22684 and r22691. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE cmake), cmake (jam)
* [svn-r22699] Merge trunk 22674 to 1.8:Allen Byrne2012-08-204-125/+25
| | | | | Remove checks for filters are available because the h5dump tests never used the filters in the tests. "-H" option excludes data. HDFFV-8125
* [svn-r22682] Description:Quincey Koziol2012-08-1510-1071/+590
| | | | | | | | | | Bring r22681 from trunk to 1.8 branch: Clean up file driver property handling, along with some misc. warnings. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.1, C++, FORTRAN & threadsafe (h5committest upcoming)
* [svn-r22677] Changes needed to make the default free-list mapping from ↵Vailin Choi2012-08-1418-174/+702
| | | | | | H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY. Also changed H5O_copy_search_comm_dt_check() to use H5O_obj_class() to get object type instead of H5O_get_info(...TRUE...) saving time in traversing metadata.
* [svn-r22671] Snapshot version 1.8 release 10 (snap7)HDF Tester2012-08-137-23/+23
|
* [svn-r22658] Bug fix: previous commit has a mistake--it used the wrong type ↵Albert Cheng2012-08-091-1/+1
| | | | | | | | of return value of FAIL. The function type is a pointer. Fixed it by changing it to NULL. Tested: In remote machine ADA (aix).
* [svn-r22652] bring 22651 to branchMohamad Chaarawi2012-08-092-11/+15
| | | | fix a bug that would skip or include the parallel atomicity test with cmd arguments -o or -x
* [svn-r22649] Allow second find_package call for legacy libraries (not ↵Allen Byrne2012-08-091-0/+8
| | | | cmake-configured)
* [svn-r22647] Description:Quincey Koziol2012-08-0931-103/+162
| | | | | | | | | | | 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)
* [svn-r22643] Correct check for filters in tools testAllen Byrne2012-08-082-8/+29
|
* [svn-r22639] HDFFV-8111: Remove special case shortcut and use normal path ↵Allen Byrne2012-08-072-223/+102
| | | | | | for comparing single objects. Merged from trunk
* [svn-r22634] Update CMake configuration files for current packaging layoutAllen Byrne2012-08-065-47/+29
|
* [svn-r22632] Merge from trunk revision 22631Allen Byrne2012-08-0633-1187/+2933
| | | | tested: local linux
* [svn-r22630] Snapshot version 1.8 release 10 (snap6)Larry Knox2012-08-067-23/+23
|
* [svn-r22628] Description:Quincey Koziol2012-08-0417-95/+179
| | | | | | | | | | | 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)
* [svn-r22621] Purpose:Jonathan Kim2012-08-0211-61/+173
| | | | | | | | | | | | | | | | 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 CMakeLists.txt files because CMake cautions/demands that in-source builds be avoided. Merged from HDF5 trunk r22617. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), some manual tests as well
* [svn-r22619] Jonathan Kim2012-08-023-16/+5
| | | | | | | | | | | | | | | 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 (mistakenly?) duplicated code in MPI section which caused such hang in a certain condition. The test used more processes than other tests, which increased chance to trigger more undone processes, and such process could enter the incorrect code section and wait for wrong pair of send. it explains why it occurred intermittently according to machine condition and using a certain feature. Removed incorrect code which blocked correct code. Merged from HDF5 trunk r22618. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), some manually repeated test performed in parallel
* [svn-r22609] Description:Quincey Koziol2012-07-2646-485/+686
| | | | | | | | | | | | | | | | | 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)
* [svn-r22607] Port test from r22601 from trunk to 1.8 branch. Also remove ↵Neil Fortner2012-07-262-24/+99
| | | | | | | | spurious FUNC_ENTER_PACKAGE_TAG and FUNC_ENTER_STATIC_TAG macros. Tested: jam, koala, ostrich (h5committest), durandal
* [svn-r22595] Bug fix: HDFFV-8105Albert Cheng2012-07-222-4/+5
| | | | | | | | | | | | | | 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.
* [svn-r22585] Issue 8068 - A user reported some random data in the padding of ↵Raymond Lu2012-07-171-2/+2
| | | | | | 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.
* [svn-r22583] Description:Quincey Koziol2012-07-1622-469/+737
| | | | | | | | | | | 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)
* [svn-r22580] HDFFV-7936: update legacy testsAllen Byrne2012-07-161-18/+156
|
* [svn-r22578] Windows compilers require declarations at top of routine.Allen Byrne2012-07-161-8/+5
|
* [svn-r22572] Re-Merge attr name with slash changes from trunkAllen Byrne2012-07-1310-12/+70
| | | | Tested: localinux with cmake
* [svn-r22571] HDFFV-7784,-8095,7936 merge from trunkAllen Byrne2012-07-1367-760/+2222
| | | | Tested: local linux with cmake
* [svn-r22551] Merge changes from Trunk revision 22550 for:Allen Byrne2012-07-1118-2161/+2778
| | | | | | HDFFV-4206, -7953, -5930, -2687, -5942 Tested: local linux with cmake
* [svn-r22538] Correct error string contentsAllen Byrne2012-07-101-3/+3
|
* [svn-r22536] added missing break to end of case statementAllen Byrne2012-07-101-0/+1
|
* [svn-r22524] Snapshot version 1.8 release 10 (snap6)Larry Knox2012-07-097-22/+22
|
* [svn-r22517] HDFFV-7782: h5import testfiles duplicated to match testname. ↵Allen Byrne2012-07-0514-52/+2095
| | | | | | (Consistent naming) Tested: local linux using CMake
* [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECTAllen Byrne2012-07-051-8/+11
|
* [svn-r22509] Merged changes from the trunk into the branch:Scot Breitenfeld2012-07-036-110/+321
| | | | | | | 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.
* [svn-r22503] Maintenance: Elena Pourmal2012-06-293-5/+13
| | | | | | | | | 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.
* [svn-r22493] I took out the "return an error" line in H5Dget_offset, to ↵Raymond Lu2012-06-261-2/+0
| | | | | | | | 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.
* [svn-r22492] Needed std:: for cout or cerr for other compilers.Larry Knox2012-06-261-1/+1
|
* [svn-r22491] Skip the failing File Creation I/O subtest that causes c++ ↵Larry Knox2012-06-261-2/+11
| | | | | | tests to fail with the new/PGI compiler (see HDFFV-8067). Tested on jam.
* [svn-r22488] Snapshot version 1.8 release 10 (snap4)HDF Tester2012-06-259-42/+44
|
* [svn-r22485] Description:Quincey Koziol2012-06-233-21/+23
| | | | | | | | | | | | | | 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
* [svn-r22483] Maintenance:Elena Pourmal2012-06-232-22/+5
| | | | | | | | - 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.
* [svn-r22477] Removed subfolder tools from install command, need to correct ↵Allen Byrne2012-06-201-2/+2
| | | | install template
* [svn-r22476] Change CPACK_PACKAGE_VENDOR to HDF_Group with underscore.Allen Byrne2012-06-201-1/+1
|
* [svn-r22475] Remove subfolder tools from install commandAllen Byrne2012-06-1910-23/+23
|
* [svn-r22474] Add check for MINGW - ws2_32 libraryAllen Byrne2012-06-194-1/+74
| | | | Tested: windows - mingw
* [svn-r22470] Allow MinGW checks for fseek and the likeAllen Byrne2012-06-181-2/+2
| | | | Tested: windows 32 mingw
* [svn-r22469] MinGW Flags need to use dashAllen Byrne2012-06-181-3/+8
| | | | | | | set WINSOCK2_H do not test for endianess Tested: windows 32 minGW
* [svn-r22464] Correct name used for POSIX flagAllen Byrne2012-06-151-1/+7
|
* [svn-r22462] ADD fortran warning to ignore listAllen Byrne2012-06-141-0/+1
|