| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
test directory in files:
dt_arith.c
filter_fail.c
big.c
dynlib2.c
dynlib3.c
Also an HDassert(0 && "Unknown type"); statement was added to all 29 combinations of
case OTHER:
default:
See crucible review HDF5-145 for more details.
|
| |
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
| |
technique and creates a test. Help changes will be added after trunk tests pass the test cycle.
Tested: local linux
|
|
|
|
|
|
|
|
| |
Found and removed two more "//" comments.
Tested: in Koala by
$ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only
$ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
|
| |
|
|
|
|
| |
HDFFV-8427: Add options to the help text of ALLOW_EXTERNAL_LIBS option.
|
| |
|
|
|
|
|
|
| |
removal line.
Tested: local linux
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
| |
file.
Tested: local linux
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
instead of %Hd. The later is for shorts.
This fixes: https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8450
Tested on Jam.
|
|
|
|
| |
h5tools_str_replace function.
|
|
|
|
|
|
| |
front of h5import.
Tested local linux: h5dump executed before h5import
|
|
|
|
|
|
| |
with respect to XSD file.
Tested: local linux
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested: windows
|
|
|
|
| |
Incorrect copy from Fortran macro
|
| |
|
|
|
|
| |
Tested: local linux
|
|
|
|
| |
config/gnu-flags file.
|
|
|
|
| |
MS VS compiler levels added to warning options.
|
|
|
|
| |
Tested: local linux
|
|
|
|
|
|
| |
This adds the UserMacros.cmake Windows /MT support file.
Tested: local linux
|
| |
|
|
|
|
|
| |
This adds the UserMacros.cmake support needed.
Correct Properties tag name
|
| |
|
|
|
|
| |
This adds the UserMacros.cmake support needed.
|
|
|
|
| |
violations on Windows 8 64
|
| |
|
|
|
|
| |
Reviewed in H5T-59, tested local linux
|
|
|
|
| |
Trival change
|
|
|
|
|
|
| |
values to match libtool values.
Tested: local linux
|
|
|
|
|
|
| |
'\/' to '\\'.
Tested: Windows
|
|
|
|
| |
creates the intermediate testfiles folder first.
|
| |
|
|
|
|
|
|
|
| |
Fix return value from FAIL to NULL, to match the routines type.
Tested on:
Mac OSX/64 10.8.3 (amazon)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
Failure to write fill values to the user's buffer when reading unallocated
chunks from datasets that have a fill value set to H5D_FILL_VALUE_DEFAULT.
A consequence of this was the reporting of spurious data values in h5dump
and h5diff output.
Solution:
Added check for fill value of H5D_FILL_VALUE_DEFAULT whenever fill value
setting was checked to decide whether or not to fill. This effectively
treats H5D_FILL_VALUE_DEFAULT the same as H5D_FILL_VALUE_USER rather than
H5D_FILL_VALUE_UNDEFINED.
Tested:
h5committest (platypus, ostrich, jam-pp, koala) ran successfully
(fillval test was modified to reveal and check for this error)
Note: RELEASE.txt was previously changed to reflect this fix. This
checkin was of a cleaner version of the code, but mostly to get this
full log message entered.
-This line, and those below, will be ignored--
M H5Dchunk.c
|
|
|
|
|
|
|
|
|
|
| |
Clean up warnings, switch library code to use Standard C/POSIX wrapper
macros, remove internal calls to API routines, update checkapi and checkposix
scripts.
Tested on:
Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN
Big-Endian Linux/64 (ostrich)
|
|
|
|
|
|
|
|
|
| |
H5_HAVE_DIRENT_H
H5_HAVE_LIBDL
H5_HAVE_SETJMP
to h5pubconf.h.
Not tested yet.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Revert r23695, which breaks big-endian tests on ostrich, etc. Will
investigate and submit correction later.
Tested on:
BE & LE Linux systems (ostrich, koala, jam, emu)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clean up warnings in H5Tconv.c (down to _only_ 9000 lines of output now!)
Merge changes from Coverity branch back to trunk:
r20684:
Fix for coverity bug #1721 which was due to the fix for coverity bug #943.
r20685:
Use HDstrncpy. --gh
r20761:
Purpose: Fix valgrind issues
Description:
Free image_data and data as appropriate in test_image.
r20762:
Purpose: Fix coverity issue 600
Description:
Add check for return value of H5O_close in H5Ocopy. Also cleaned up various
warnings.
r20763:
Purpose: Fix valgrind issues with h5stat
Description:
Modified h5stat to free "iter" before exit, and free "hand" before exit if
parse_command_line exits directly.
r20764:
fixed coverity issues:
69, 327, 614, 684, 685, 696, 697, 1681, 967, 826, 660, 80
r20765:
Fixed coverity bug 668
Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning.
No actual integer overflow tests are performed since it's just a test program but I did add a check that n_elements is >= 1.
I also changed an error condition from doing its own close and returning -1 to "goto out;" like the rest of the program.
r20766:
Fixed coverity bug 667
Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning.
No actual integer overflow tests are performed since it's just a test program.
Tested on:
Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN
(h5committest upcoming)
|
|
|
|
| |
Added if block around INSTALL files
|