| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
| |
Change configure to test the result of the CHECK HEADERS call before checking for the library.
Tested: local linux, h5committest
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
function,
waiting for an answer from PGI how to resolve the problem.
Tested: jam (pgi compiler)
|
|
|
|
|
|
| |
added character bounds for C_LOC arguments.
Tested: jam (gnu)
|
|
|
|
| |
reverted check in.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Tested: (jam, gnu,intel compilers)
|
| |
|
|
|
|
| |
Tested: local linux
|
| |
|
| |
|
|
|
|
| |
Tested: local linux
|
| |
|
|
|
|
| |
Tested: local linux
|
| |
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
Tested: local linux
|
| |
|
|
|
|
| |
Tested: local linux
|
| |
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
| |
Update copyright to 2013.
Tested: Firefox
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Tested: local linux
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add MEMORY_CHECK settings to match existing VALGRIND statements
|
|
|
|
|
|
| |
identifier.
Cleaned up comments.
|
|
|
|
| |
No test is needed.
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
(HDFFV-7596)
|
|
|
|
|
|
|
|
| |
NULL termination and H5DSget_label returns size
Updated tests.
Tested: jam( gnu, intel)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Write a Fortran test for conversion fron enum to numeric type
Tested (jam, gnu, intel)
|
|
|
|
|
|
|
| |
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))
|
|
|
|
|
|
| |
tests.
Tested: jam (pgcc), ummon (gcc)
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
| |
for filename F to be optional.
Tested: local linux
|