summaryrefslogtreecommitdiffstats
path: root/windows/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r21239] Description:Jonathan Kim2011-08-171-0/+10
| | | | | | | | | Merged from HDF5 trunk r21237. Add test cases for HDFFV-7656 - "--delta=something" considers two NaN of the same type are different. The fix was added (r21105) before but test cases were incorrectly added and missing for cmake script. Tested: jam (linux32-LE), koala (linux64-LE), tejeda (mac32-LE), cmake (jam)
* [svn-r21092] Needed to remove the "echo Expected Results" section due to ↵Allen Byrne2011-07-114-84/+68
| | | | removal from reference files
* [svn-r21077] Purpose:Jonathan Kim2011-07-081-4/+30
| | | | | | | | | | | | | Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive. Description: Merge from HDF5 trunk r21072. Fixed h5diff to display instructive error message and exit with 1 when mutually exclusive options (-d, -p and --use-system-epsilon) are used together. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
* [svn-r21054] Synchronize windows project files with trunkAllen Byrne2011-06-3012-830/+61
|
* [svn-r20904] Bring r20871, 20875, 20901, 20903 from trunk.Allen Byrne2011-05-251-107/+88
| | | | Tested: local linux
* [svn-r20706] Purpose:Jonathan Kim2011-05-021-6/+6
| | | | | | | | | | | | | | | | | - HDFFV-5928 - GMQS: h5diff problem and improvement on comparsing the same objects Description: Merged from HDF5 trunk r20676. Fixed: 1) adding h5tools_is_obj_same() function to check if two given IDs or paths point to the same object. This function can be very useful for other tools and applications. 2) using h5tools_is_obj_same() at h5diff() and diff() in h5diff.c. If two paths point to the same object, there is no need to check the details of the object since we know there is no difference. The fix will increase the performance by skipping the content comparison. It also fixed the problem of reporting difference for some cases of comparing the same file, e.g. empty files or files with incomparable objects the same file. Test update: Updat prvious test cases (171, 172, 530) affected by this fix, so they still perfrom originally intended testing without bypassing. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), cmake
* [svn-r20369] Purpose:Jonathan Kim2011-03-291-2/+12
| | | | | | | | | | | | | | | | | Fixed Bug 2184 - GMQS: h5diff - incorrect calculation code for --use-system-epsilon option Description: Fixed h5diff for --use-system-epsilon option: the calculation changed from ( |a - b| / b ) to ( |a - b| ). This was decided for better performance and was corrected only in HDF5 trunk, so 1.8 got updated. Also comments for equal_XXX() function were updated correctly. Also help page and RM got updated correctly. Also add test cases for testing the differences w/wo the option. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE)
* [svn-r20299] Purpose:Jonathan Kim2011-03-231-0/+48
| | | | | | | | | | | | | | | | | Fixed CHICAGO: Bug 2121 - h5diff - incorrect and lack of output for the different set of attributes (different number and names) Description: Merged from HDF5 trunk r20294 Previously h5diff compared attributes correctly only when two objects have the same number of attributes and attribute names are identical. Also didn't display useful information about attribute difference. This fix covers all other cases. This fixes both issues. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE)
* [svn-r20279] Description:Jonathan Kim2011-03-181-2/+2
| | | | | | | | | | Merged from HDF5 trunk r20254. In test script, h5ls is used to verify for the result, so change the two tests like others. This is related to the previous checkin SVN r18400. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), cmake (jam)
* [svn-r20263] Merge in lahey project files.Allen Byrne2011-03-1624-2727/+123
| | | | Tested: windows
* [svn-r20133] Purpose:Jonathan Kim2011-02-211-0/+1
| | | | | | | | | | | | | | | | Fixing Bug 2092 - h5dump does not display index for a dataset Description: Merged from HDF5 trunk r20108 and r20132. h5dump skip displaying array indices every certain number when the array type dataset is relatively big. The certain number varies according to the size of each array. This checkin fix the skipping array indices problem. This fix also correct indentation of the dataset data output. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), Cmake - jam
* [svn-r19992] Purpose:Jonathan Kim2011-01-251-0/+3
| | | | | | | | h5dump: add dangling external link test case as part of Chicago project. Merged from hdf5 trunk r19971. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), linew (solaris-BE)
* [svn-r19935] Add new packed bits tests to legacy test scriptAllen Byrne2011-01-101-31/+75
|
* [svn-r19752] Purpose:Jonathan Kim2010-11-091-0/+3
| | | | | | | | | | | | | | | Fixed Bug# 1979 Output from h5ls -rdlS on nested compound datatypes is difficult to parse. Description: Update to add curly brackets for the nested compound members, when S (--simple) option is used with -l (--label), so user can tell which members blong to which compound type. Merged from hdf5 trunk r19751. Tested: jam (linux32-LE), amani (linux64-LE)
* [svn-r19713] Purpose:Jonathan Kim2010-11-021-0/+8
| | | | | | | | | | | | | | | | Fixed h5diff to handle variable-length strings in a compound dataset correctly. Also variable-length string array in a compound dataset. Bug #1989. Description: Garbage values were displayed when h5diff compared variable-length strings (or string array) in a compound type dataset. Merged from hdf5 trunk r19712. Tested: jam (linux32-LE), heiwa (linuxppc64-BE)
* [svn-r19627] Remove syntax error mistakenly added in from previous checkin.Jonathan Kim2010-10-181-1/+1
|
* [svn-r19626] Because h5diff changed and now can compare groups recursively, ↵Allen Byrne2010-10-181-7/+7
| | | | | | h5copy diff tests no longer should fail. Tested: windows
* [svn-r19448] Fix for legacy Windows test added for 1890 h5diff exclude-pathJonathan Kim2010-09-211-2/+2
|
* [svn-r19444] Purpose:Jonathan Kim2010-09-201-0/+4
| | | | | | | | | | | Fix for group comparison with exclude-path case. Use relative path. Description: Merge from hdf5 trunk (r19443) Related to "1890: h5diff excluding object for file comparison via command line" checkins. (r19407) Tested: jam, amani
* [svn-r19429] Update to H5REPACK tests for layout info required a new ↵Allen Byrne2010-09-201-23/+161
| | | | | | function in batch file Tested: Windows
* [svn-r19426] Fix for legay Windows test for h5diff exclude-path updatesJonathan Kim2010-09-201-8/+10
|
* [svn-r19411] Purpose: Jonathan Kim2010-09-171-0/+27
| | | | | | | | | | | | Add extra test cases for Bug1975 h5diff - support recursive comparison on group when specified as an object Description: Merged from hdf5 trunk (r19409) Additional tests for combination of group recursive and --follow-symlinks with multi-linked external links with several files (same name/strucure). Tested: jam, amani, heiwa
* [svn-r19407] Purpose:Jonathan Kim2010-09-161-0/+35
| | | | | | | | | | | | Add --exclude-path option Description: Merged from hdf5 trunk (r19406). Specified path to an object will be excluded from comparing the two files or two groups. If group is specified all the member objects will be excluded. Related to "1890: h5diff excluding object for file comparison via command line" Tested: jam, amani
* [svn-r19401] Purpose:Jonathan Kim2010-09-161-29/+93
| | | | | | | | | | | Fix for Bug1975 h5diff - support recursive comparison on group when specified as an object Description: Merged from hdf5 trunk (r19400). Compare member objects and groups recursively when two files or groups are specified to be compared. Support parallel diff and handling symbolic links accordingly. Tested: jam, amani
* [svn-r19053] Purpose:Jonathan Kim2010-07-071-0/+11
| | | | | | | | | | | | Add --no-dangling-links option to h5ls. Description: Related to "Bug 1830 - Following an dangling external link in h5ls should set non-zero return code." If --no-dangling-links option is specified and any dangling link is found, return exit code 1 (error). Merged from hdf5 trunk r19051 Tested: jam, amani, heiwa
* [svn-r18948] Purpose:Jonathan Kim2010-06-021-6/+22
| | | | | | | | Update Windows testing for h5ls according to the updates for Support follow symbolic links. Description: Sync with hdf5 1.8 branch SVN r18946
* [svn-r18878] Update testh5diff.bat for --follow-symlinks changeAllen Byrne2010-05-211-76/+76
| | | | Tested: windows
* [svn-r18850] Added packed-bits tests to batch fileAllen Byrne2010-05-181-1/+52
| | | | Tested: windows
* [svn-r18676] Updated scripts for H5copy r18400 and H5ls r18643Allen Byrne2010-04-292-2/+54
| | | | Tested: windows
* [svn-r18424] Upgraded all project files to VS2008. Allen Byrne2010-03-1834-420/+326
| | | | | | Changed batch files by removing VS2005 and IVF91 options. Added libsettings project to behave like h5tinit.vcproj. Updated Manifest
* [svn-r18423] Add windows define BIND_TO_CURRENT_VCLIBS_VERSION=1 to project ↵Allen Byrne2010-03-1834-580/+580
| | | | files
* [svn-r18324] Updated test script to match *nix shell script. Allen Byrne2010-02-231-0/+7
| | | | Tested: windows
* [svn-r18323] Updated test script to match *nix shell script. Allen Byrne2010-02-231-3/+36
| | | | Tested: windows
* [svn-r18318] Updated test script to match *nix shell script. Also corrected ↵Allen Byrne2010-02-231-3/+185
| | | | | | 629 file exit code Tested: windows
* [svn-r17727] Updated the errorlevel checking for better error handling in ↵Allen Byrne2009-10-221-4/+16
| | | | the windows batch files.
* [svn-r17497] Corrected location of talign.c in project files.Allen Byrne2009-09-182-10/+10
| | | | Tested: Windows
* [svn-r17495] Updated to include new h5dump region reference tests. Also ↵Allen Byrne2009-09-171-2/+4
| | | | added missing display buffer resize test.
* [svn-r17469] Update windows batch file to match the testh5diff.sh script ↵Allen Byrne2009-09-111-5/+3
| | | | | | change in rev 17467. Tested: windows
* [svn-r17288] Added the two infinity tests to the windows batch script to ↵Allen Byrne2009-07-311-0/+8
| | | | match the linux test script.
* [svn-r17057] Rev 17053 added new test to h5repack test script, which ↵Allen Byrne2009-06-161-4/+47
| | | | | | requires that the windows batch file be updated. Tested: Windows XP32
* [svn-r16805] Purpose: Add new h5repack tests to WindowsScott Wegner2009-04-201-2/+9
| | | | | | | | Description: Three new tests were added to the h5repack test script in rev.16802. This checkin brings those new tests to Windows as well. Tested: VS2005 on WinXP x64
* [svn-r16665] Added h5tools.h to h5difftst.vcproj.Allen Byrne2009-04-032-4/+11
| | | | | | Added new test to h5repack.bat. Tested on XP64-VS2005--IVF91
* [svn-r16522] Changed windows batch file due r16519 and r16520. As all ↵Allen Byrne2009-02-261-2/+2
| | | | | | | windows OS are always LE on all platforms, simply added le to the two locations where these files are used. Tested: Vista 32 VS2008
* [svn-r16470] Added two new test cases for compound types to batch file per ↵Allen Byrne2009-02-111-0/+7
| | | | | | | script file changes in rev #16463. Tested: XP32, XP64 - VNET, VS2005
* [svn-r16443] Update windows batch file to match *nix script due to rev 16351Allen Byrne2009-02-051-36/+82
| | | | | Tested:  XP 32 VNET
* [svn-r16411] testh5ls.bat - added tests to match script file from rev 16310Allen Byrne2009-02-032-0/+12
| | | | | | | | h5repack.bat - added test to match script file from rev 16402 set_extent.vcproj - added WS2_32.lib for change to set_extent from rev 16406 Tested: Vista32, XP32, XP64 using VNET, VS2005 VS2008
* [svn-r15970] Purpose: Update Windows h5dump test scriptScott Wegner2008-10-271-3/+10
| | | | | | | | Description: The h5dump test script was recently updated to add the new -b syntax. This update also adds and modifies the neccessary tests for Windows. Tested: VS2005 on WinXP
* [svn-r15963] Purpose: Minor h5repack test updateScott Wegner2008-10-271-1/+1
| | | | | | | | Description: Change the Windows h5repack test script so that the h5diff format matches the latest changes. In particular, don't send the -c option. Tested: None, very minor
* [svn-r15909] Purpose: Various Windows test script updatesScott Wegner2008-10-203-11/+65
| | | | | | | | Description: This checkin includes updates to Windows test scripts for h5copy, h5diff, and h5dump tools. Each represents minor changes to syntax which emulates the updates made to the general-platform test scripts. Tested: VS2005 on WinXP
* [svn-r15887] Purpose: Close bug 1332Neil Fortner2008-10-161-0/+4
| | | | | | | | | Description: Improved external link traversal of h5dump. h5dump will now properly avoid all cycles, even those spanning multiple files. Improvement to the output of committed datatypes. Committed datatypes are now checked for uniqueness (like other objects). Tests added for these cases. Tested: kagiso, linew, smirom (h5committest)