summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/h5diff_100.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14258] new feature: make h5diff use the same command line parsing code ↵Pedro Vicente Nunes2007-11-131-1/+1
| | | | | | | | | and syntax than h5dump usage is now h5diff [OPTIONS] file1 file2 [obj1[obj2]] tested: windows, linux, solaris
* [svn-r14136] Description:Quincey Koziol2007-09-061-2/+3
| | | | | | | | | | | | | | Move H5Gget_num_objs() and several minor macros, etc. to deprecated symbols section, replacing it with H5Gget_info(). Tested on: FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (kagiso) Linux/64 2.6 (smirom) AIX/32 5.3 (copper) Solaris/32 5.10 (linew) Mac OS X/32 10.4.10 (amazon)
* [svn-r13417] Pedro Vicente Nunes2007-02-271-0/+1039
| | | | commented a test that fails cross platforms and renamed files
* [svn-r13404] Pedro Vicente Nunes2007-02-261-1039/+0
| | | | renamed files for more easy browsing
* [svn-r13368] Pedro Vicente Nunes2007-02-211-4/+4
| | | | Added a little format alignment to the printing of dimensions
* [svn-r13334] Added a new function to print the dimensions sizesPedro Vicente Nunes2007-02-191-4/+4
|
* [svn-r13042] Pedro Vicente Nunes2006-12-111-0/+1
| | | | | added a size of array information when printing differences modified print_pos and diff_datum for having one extra argument *dims
* [svn-r12986] remove and insert these files, somehow their end of line ↵Pedro Vicente Nunes2006-11-271-0/+1038
| | | | terminator is not correct
* [svn-r12985] Pedro Vicente Nunes2006-11-271-1038/+0
| | | | remove and insert these files, somehow their end of line terminator is not correct
* [svn-r12815] Pedro Vicente Nunes2006-10-251-0/+1038
1) added a new parameter to the h5diff function diff_array that contains the beginning position of the hyperslab, so that the total position in the array is printed correctly when reading by hyperslabs. 2) added a new test to h5diff that reads and diffs by hyperslabs. The test reads a 1GB dataset, from which a 1KB hyperslab was written with differences . 3) added the generation of 2 files to the generator program to test the h5diff hyperslab read. 4) changed the h5diff binary pre-generated file names to be more descriptive (e.g, instead of file1.h5, made it h5diff_basic1.h5) 5) changed the name of the h5repack options text file to info.h5repack