| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
h5diff bug fix, enhancements
Description:
the case for 8 byte integers was not handled
added more checking of wrong input data
Solution:
added the size 8 integer case
Platforms tested:
w2000, linux, solaris (64 mode)
|
|
|
|
|
|
|
|
|
|
| |
bug fix
Description:
some data not read correctly due to type_id used in read
Solution:
did a function that determines the optimal memory type
Platforms tested:
w2000, linux, solaris
|
|
|
|
|
|
|
|
|
|
|
| |
bug fixes in h5diff
Description:
there was a incorrect reading of arguments when only 1 object name was supplied
reading of data was done using type_id got from disk, causing some values not read correctly into memory
Solution:
used native types to read into memory
Platforms tested:
w2000, linux, solaris57
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
h5diff enhancements
Description:
changed -r to count the number of differences, but do not print them
changed the output format with some printf enginnering, to align columns
print the dimensions of dsets, in case they are different
test files added test for non supported data (class not integer or float)
fix print dimensions to 0 index
Platforms tested:
w2000, linux, solaris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
h5diff bugs and enhancements
Description:
added checking for not comparable datatypes
added checking for the same dimensionality
changed the functionality of -n option, to check up to n reported differences
changed the formula for -p to relative error with absolute value
fixed a bug on solaris, related to printf integer format (int datatype)
Platforms tested:
w2000, linux, solaris
|
|
|
|
|
|
|
| |
removed -d , -g , -t and -v options and renamed -m to -d and -v to -l
added output for objects that are not in one file but in the other
Platforms tested:
windows, linux
|
|
|
|
|
|
|
|
|
|
| |
Code cleanup
Description:
Update dependencies and clean up a few warnings.
Platforms tested:
Linux 2.2 (eirene) w/parallel
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bug fix
added more verbose help message
added support for all dataset types
added more error checking
added new output format (28 Jan version )
Platforms tested:
windows , linux
|
|
|
|
|
|
|
| |
fix bug in Makefile.in
Platforms tested:
windows , linux
|
|
|
|
|
|
|
| |
added h5diff to CVS
current version, options only work for float dataset type
Platforms tested:
windows, linux
|
|
|
|
| |
More fixups to the Dependencies files...
|
|
|
|
| |
Regenerate Dependencies files.
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
Tests were failing on SOlaris machines.
Solution:
Added an explicit return value (0) to the script and main function.
|
|
|
|
|
|
|
|
|
| |
more features to h5diff
Platforms tested:
linux, windows
|
|
|
|
|
|
|
|
|
| |
changed script for tests
Platforms tested:
linux 2.4.18
|
|
|
|
|
|
|
|
| |
added a test file , a makefile and a script to run h5diff tests
Platforms tested:
linux 2.4.18
|
|
added a new file
Description:
prototype program for h5diff
Platforms tested:
windows 2000
|