summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-1846-404/+444
| | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
* [svn-r23304] Purpose:Jonathan Kim2013-02-185-6/+16
| | | | | | | | | | | | HDFFV-7643 - h5diff - incorrect exit-code returns for extra attribute exist Description: h5diff: Fixed to return correct exit code 1 when detect unique attribute. Prior to this fix, h5diff returned exit code 0 indicating two files are identical. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE), emu (solaris-BE), Windows (32-LE cmake), cmake (jam)
* [svn-r23297] Temporary fix: PGI COMPILERS seem to have a bug in the INQUIRE ↵Scot Breitenfeld2013-02-181-0/+4
| | | | | | | | function, waiting for an answer from PGI how to resolve the problem. Tested: jam (pgi compiler)
* [svn-r23296] Fix HDFFV-8312: Problem using NAG compiler and F2003 interface Scot Breitenfeld2013-02-181-17/+17
| | | | | | added character bounds for C_LOC arguments. Tested: jam (gnu)
* [svn-r23295] Did not intend to check in this file with the previous ci.Scot Breitenfeld2013-02-181-6/+2
| | | | reverted check in.
* [svn-r23294] Related to: HDFFV-8265Scot Breitenfeld2013-02-1834-34/+34
| | | | | | | Fortran2003 option does not work under windows; Need to manage .def files more efficiently Changed the comment notes from adding to the 'hdf5_fortrandll.def' to instead adding to the 'hdf5_fortrandll.def.in' file.
* [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-1818-22/+396
| | | | Tested: (jam, gnu,intel compilers)
* [svn-r23290] Snapshot version 1.9 release 144HDF Tester2013-02-1713-26/+26
|
* [svn-r23289] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-151-170/+227
| | | | Tested: local linux
* [svn-r23288] Fix mismatched block statementAllen Byrne2013-02-151-1/+1
|
* [svn-r23287] Correct file namesAllen Byrne2013-02-151-6/+6
|
* [svn-r23286] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-1518-249/+301
| | | | Tested: local linux
* [svn-r23282] Add folder to outfile nameAllen Byrne2013-02-141-1/+1
|
* [svn-r23278] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-141-3/+2
| | | | Tested: local linux
* [svn-r23277] Change name of output file.Allen Byrne2013-02-141-2/+2
|
* [svn-r23276] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-141-3/+2
| | | | Tested: local linux
* [svn-r23275] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-141-7/+0
| | | | Tested: local linux
* [svn-r23274] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-141-19/+1
| | | | Tested: local linux
* [svn-r23273] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-142-19/+19
| | | | Tested: local linux
* [svn-r23272] Correct typosAllen Byrne2013-02-141-2/+2
|
* [svn-r23271] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-142-230/+237
| | | | Tested: local linux
* [svn-r23270] Cleanup old test commentsAllen Byrne2013-02-141-5/+0
|
* [svn-r23269] HDFFV-8311: Correct test dependencyAllen Byrne2013-02-141-50/+185
| | | | Tested: local linux
* [svn-r23267] Description:Frank Baker2013-02-131-1/+1
| | | | | Update copyright to 2013. Tested: Firefox
* [svn-r23264] Remove tests from valgrind processingAllen Byrne2013-02-131-13/+15
|
* [svn-r23263] Test dependencies were incorrect and test outside macros did ↵Allen Byrne2013-02-131-161/+142
| | | | | | | | not always execute in the correct order. Created new macro for h5import test verification. Corrected intra-macro test dependencies. Fixed clear tests. Tested: local linux
* [svn-r23262] Updated with bug fix entry of HDFFV-8267.Albert Cheng2013-02-131-0/+4
| | | | | Since this is a testing code error that does not affect the function of the library or tools, I started a new "Testing" section for this sort of changes.
* [svn-r23260] Bug fix: HDFFV-8267Albert Cheng2013-02-121-1/+1
| | | | | | | | | | The ERROR macro had a typo of missing a separator comma. When used, it seg. fault. Added the comma back in. Fix is reviewed in Crucible HDF5-107. Tested: h5committest passed. Also tested using the ERROR macro in the Mac (Owl) platform. Before fix, it seg. fault. After fix, it prints the message as intended.
* [svn-r23254] Make tests independent of each otherAllen Byrne2013-02-121-26/+113
| | | | Tested: local linux
* [svn-r23253] update memcheck ignore testsAllen Byrne2013-02-121-0/+5
|
* [svn-r23252] Fix test dependency flowAllen Byrne2013-02-121-8/+7
|
* [svn-r23251] Fix test dependency flowAllen Byrne2013-02-121-1/+5
|
* [svn-r23250] Merge changes from normal cache fileAllen Byrne2013-02-121-1/+6
|
* [svn-r23249] Correct typo in normal depends statement.Allen Byrne2013-02-122-1/+3
| | | | Add MEMORY_CHECK settings to match existing VALGRIND statements
* [svn-r23248] Made modification of comments for h5rget_name_*f for the loc_id ↵Scot Breitenfeld2013-02-122-85/+55
| | | | | | identifier. Cleaned up comments.
* [svn-r23245] I added the information about the new function H5DOwrite_chunk.Raymond Lu2013-02-111-5/+11
| | | | No test is needed.
* [svn-r23244] Correct test dependency handling.Allen Byrne2013-02-111-86/+78
| | | | Tested: local linux
* [svn-r23242] Added info. about changed behavior of H5DSgetscale_name ↵Scot Breitenfeld2013-02-111-1/+4
| | | | (HDFFV-7596)
* [svn-r23241] Fix for: HDFFV-7596 H5DSget_scale returns size that includes ↵Scot Breitenfeld2013-02-113-11/+9
| | | | | | | | NULL termination and H5DSget_label returns size Updated tests. Tested: jam( gnu, intel)
* [svn-r23240] Snapshot version 1.9 release 143HDF Tester2013-02-1013-26/+26
|
* [svn-r23238] Description:Quincey Koziol2013-02-083-15/+24
| | | | | | | | | | | | | | | | | | | | | | Bring changes from Coverity branch to trunk: r20528: Purpose: Fix coverity issue 1372 Description: Rewrite file open secition of H5FD_stdio_open to avoid TOCTUO condition. No longer calls access, and uses a tentative open in "rb" or "rb+" mode to check for existence of the file. r20609: Use HDstrncpy and HDstrncat. --gh r20611: Use HDstrncpy. --gh Tested on: Mac OSX/64 10.8.2 (amazon) w/debug, C++ & FORTRAN (h5committest not required, already tested on branch)
* [svn-r23237] Purpose: Implement H5Dscatter and H5DgatherNeil Fortner2013-02-082-4/+24
| | | | | | | | | | | Description: Adds 2 new API functions, H5Dscatter and H5Dgather. H5Dscatter retrieves data from a specified callback function and scatters it into a selection, defined by a supplied dataspace, within a supplied memory buffer. H5Dgather gathers data from a selection within a supplied memory buffer and passes it in a contiguous form to a supplied callback function. Added tests for these functions Tested: jam, ostrich, koala (h5committest); ummon
* [svn-r23236] Fix for: HDFFV-8223Scot Breitenfeld2013-02-082-2/+353
| | | | | | Write a Fortran test for conversion fron enum to numeric type Tested (jam, gnu, intel)
* [svn-r23235] Fix for:Scot Breitenfeld2013-02-081-6/+4
| | | | | | | HDFFV-7909 When building with g95 on Mac OS X 64-bit, the wrong options (gfortran) are used Tested: duck (gfortran, g95 (which is not supported))
* [svn-r23234] Fix out-of-bounds errors on pgcc for H5Dscatter and H5Dgather ↵Neil Fortner2013-02-071-10/+10
| | | | | | tests. Tested: jam (pgcc), ummon (gcc)
* [svn-r23230] Purpose: Implement H5Dscatter and H5DgatherNeil Fortner2013-02-055-1/+1229
| | | | | | | | | | | Description: Adds 2 new API functions, H5Dscatter and H5Dgather. H5Dscatter retrieves data from a specified callback function and scatters it into a selection, defined by a supplied dataspace, within a supplied memory buffer. H5Dgather gathers data from a selection within a supplied memory buffer and passes it in a contiguous form to a supplied callback function. Added tests for these functions Tested: jam, ostrich, koala (h5committest); ummon
* [svn-r23228] Purpose: Jonathan Kim2013-02-051-1/+1
| | | | | | | | | | | Revert back one of the coverity updates from previous checkin. "r20457: Coverity issue 691" in previous svn log. Only revert the change about using "STDOUT_FILENO". Description: Using "STDOUT_FILENO" caused error on Windows. On unix it's defined in <unistd.h>, but not in Windows. After a little discussion with Allen, he remembered how the similar case were handled for h5dump redirecting those streams. (in h5dump.c) However it would requires more attention to apply, so this issue is entered as a separate task in jira HDDFV-8306. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE)
* [svn-r23227] HDFFV-8215 - update help text to be cosistent with the RM entry.Allen Byrne2013-02-056-12/+12
| | | | Tested: local linux
* [svn-r23226] HDFFV-8285: suppress-ddl option: Changed file options to allow ↵Allen Byrne2013-02-0413-41/+48
| | | | | | for filename F to be optional. Tested: local linux
* [svn-r23223] Description:Quincey Koziol2013-02-041-4/+4
| | | | | | | | | Revert use of snprintf() for sprintf(), as it is not supported on Windows. (And file a bug, http://jira.hdfgroup.uiuc.edu/browse/HDFFV-8302, for the general problem) Tested: Mac OSX/64 10.8.2 (amazon)