summaryrefslogtreecommitdiffstats
path: root/windows/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22953] Purpose:Dana Robinson2012-10-2346-18485/+0
| | | | | Removed legacy Visual Studio solutions and projects, which will no longer be supported after HDF5 1.8.10.
* [svn-r21641] remove spurious " from batch fileAllen Byrne2011-10-211-1/+1
|
* [svn-r21635] sync legacy batch file to match unix test scriptAllen Byrne2011-10-211-22/+7
|
* [svn-r21358] Purpose:Jonathan Kim2011-09-021-0/+11
| | | | | | | | | | | HDFFV-7712 - h5diff: segfault over combinations of complex container types (compound, array, vlen) Description: - Fixed segfault over dataset with container types (array,lven) with multiple nested compound types. (ex: compound->array->compound, compound->vlen->compound) Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
* [svn-r21237] Description:Jonathan Kim2011-08-161-0/+10
| | | | | | | | 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), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), cmake
* [svn-r21072] Purpose:Jonathan Kim2011-07-071-4/+30
| | | | | | | | | | | | Work for HDFFV-7600 - GMQS: h5diff - argument options -d, -p and --use-system-epsilon should be mutually exclusive. Description: 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-r20903] Removed PACKED_BITS check to match removal of option in codeAllen Byrne2011-05-251-3/+80
|
* [svn-r20676] Purpose:Jonathan Kim2011-04-291-6/+6
| | | | | | | | | | | | | | | | - HDFFV-5928 - GMQS: h5diff problem and improvement on comparsing the same objects Description: 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-r20384] Purpose:Jonathan Kim2011-03-311-2/+12
| | | | | | | | | | | | | | | | | | Fixed Bug 2184 - GMQS: h5diff - incorrect calculation code for --use-system-epsilon option Description: Merged from HDF5 1.8 branch r20369. 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-r20294] Purpose:Jonathan Kim2011-03-221-0/+48
| | | | | | | | | | | | | | | | Fixed CHICAGO: Bug 2121 - h5diff - incorrect and lack of output for the different set of attributes (different number and names) Description: Previously h5diff compared attributes correctly only when two objects have the same number of attributes and attribute names are identical. This fix covers all other cases. Also didn't display useful information about attribute difference. This fixes both issues. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
* [svn-r20254] Description:Jonathan Kim2011-03-151-2/+2
| | | | | | | | | h5ls is used to verify for the result, so change the two tests not to run h5diff like others. This is related to the previous checkin SVN r18398 for Bug#1733. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), cmake (jam)
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-0/+1
|
* [svn-r20132] Purpose:Jonathan Kim2011-02-211-1/+1
| | | | | | | | | | | | | | | | | Fixing Bug 2092 - h5dump does not display index for a dataset Description: improve the test case from previous checkin r20108, which also display dataset via region reference. Previous Log: 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), tejeda (mac32-LE), linew (solaris-BE), Cmake - jam
* [svn-r20108] Purpose:Jonathan Kim2011-02-151-0/+1
| | | | | | | | | | | | | | Fixing Bug 2092 - h5dump does not display index for a dataset Description: 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), tejeda (mac32-LE), linew (solaris-BE)
* [svn-r19971] Purpose:Jonathan Kim2011-01-211-0/+3
| | | | | | | h5dump: add dangling external link test case as part of Chicago project. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
* [svn-r19936] Add new signed/unsigned test to legacy test scriptAllen Byrne2011-01-101-0/+3
|
* [svn-r19751] 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. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32)
* [svn-r19712] 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. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (Mac32)
* [svn-r19628] Because h5diff fix (bug1975) which can compare groups ↵Jonathan Kim2010-10-181-6/+6
| | | | recursively, h5copy diff tests no longer should fail.
* [svn-r19447] Fix for Windows legacy test added for 1890 h5diff exclude-pathJonathan Kim2010-09-211-2/+2
|
* [svn-r19443] Purpose:Jonathan Kim2010-09-201-0/+4
| | | | | | | | | | Fix for group comparison with exclude-path case. Use relative path. Description: Related to "1890: h5diff excluding object for file comparison via command line" checkins. (r19406) Tested: jam, amani and heiwa
* [svn-r19430] Update to H5REPACK tests for layout info required a new ↵Allen Byrne2010-09-201-23/+161
| | | | | | function in batch file Tested: Windows
* [svn-r19425] Fix for legay Windows test for h5diff updates.Jonathan Kim2010-09-201-8/+10
|
* [svn-r19409] Purpose: Jonathan Kim2010-09-161-0/+27
| | | | | | | | | | | Add extra test cases for bug1975 h5diff - support recursive comparison on group when specified as an object. Description: 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-r19406] Purpose:Jonathan Kim2010-09-161-0/+35
| | | | | | | | | | | Add --exclude-path option Description: 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 and heiwa
* [svn-r19400] Purpose:Jonathan Kim2010-09-161-29/+93
| | | | | | | | | | Fix for Bug1975 h5diff - support recursive comparison on group when specified as an object Description: 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, heiwa
* [svn-r19051] 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). Tested: jam, amani and heiwa
* [svn-r18947] 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 trunk SVN r18943
* [svn-r18877] Update testh5diff.bat for --follow-symlinks changeAllen Byrne2010-05-211-76/+76
| | | | Tested: windows
* [svn-r18675] Updated scripts for H5copy r18398 and H5ls r18642Allen Byrne2010-04-292-2/+54
|
* [svn-r18430] Add windows define BIND_TO_CURRENT_VCLIBS_VERSION=1 to project ↵Allen Byrne2010-03-1934-264/+264
| | | | | | | files. Corrected copy H5srcdir_str.h commands in script. Added libsettings project to behave like h5tinit.vcproj.
* [svn-r18419] Description:Quincey Koziol2010-03-181-22/+0
| | | | | | | | | Clean up srcdir querying code more, extracting it into single header file, to avoid compiler warnings. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & prod Linux/32 2.6 (jam)
* [svn-r18418] Description:Quincey Koziol2010-03-181-45/+0
| | | | | | | | Centralize common code for srcdir lookups. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & prod Linux/32 2.6 (jam)
* [svn-r18414] Description:Quincey Koziol2010-03-171-0/+15
| | | | Add copyright to new files
* [svn-r18413] Description:Quincey Koziol2010-03-171-0/+52
| | | | | | | | | | | | | | Unify srcdir handling for test executables and allow them to use the srcdir setting from configure time without requiring the 'srcdir' environment variable be set (although you still can, to override the built in setting). Attempted to get this right for Windows builds also. Also add dependency between src/H5Tinit.c and src/libhdf5.settings, so that the test/testcheck_version.sh script works correctly. Tested on: Linux/32 2.6 (jam) Mac OS X/32 10.6.2 (amazon)
* [svn-r18360] Updated project files and release docs to VS2008 and IVF101 based.Allen Byrne2010-03-0334-420/+326
| | | | | | Made change to cpp version of testhdf5 for the elimination of dsets standalone. Tested: Windows
* [svn-r18325] Updated test script to match *nix shell script. Allen Byrne2010-02-231-0/+7
| | | | Tested: windows
* [svn-r18322] Updated test script to match *nix shell script. Allen Byrne2010-02-231-5/+38
| | | | Tested: windows
* [svn-r18317] Updated test script to match *nix shell script. Also corrected ↵Allen Byrne2010-02-231-2/+184
| | | | 629 file exit code
* [svn-r17726] Updated the errorlevel checking for better error handling in ↵Allen Byrne2009-10-221-5/+16
| | | | the windows batch files.
* [svn-r17494] Added missing test for display buffer resize.Allen Byrne2009-09-171-0/+1
|
* [svn-r17478] Update Windows project file for test refactored out of tools lib.Allen Byrne2009-09-143-14/+13
| | | | Tested: Windows
* [svn-r17471] Corrected use of _DEBUG preprocessor value in release ↵Allen Byrne2009-09-111-6/+4
| | | | | | | | | configurations of hdf5_f90cstubdll.vcproj Corrected debug configuration of examples project file Updated windows batch file to match the testh5diff.sh script change in rev 17466. Tested: windows
* [svn-r17373] Added new file to library project.Allen Byrne2009-08-1834-3426/+21
| | | | | | Also removed unused project settings. These were per file settings that should not be used unless a file needs them. Tested: Windows
* [svn-r17287] Added the two infinity tests to the windows batch script to ↵Allen Byrne2009-07-311-0/+8
| | | | match the linux test script.
* [svn-r17056] Rev 17052 added new test to h5repack test script, which ↵Allen Byrne2009-06-161-3/+47
| | | | | | requires that the windows batch file be updated. Tested: Windows XP32
* [svn-r16806] 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-r16666] Added h5tools.h to h5difftst.vcproj.Allen Byrne2009-04-032-4/+11
| | | | | | Added new test to h5repack.bat. Tested on XP32-VS2005-IVF101
* [svn-r16521] Changed windows batch file due r16518. As all windows OS are ↵Allen Byrne2009-02-261-2/+2
| | | | | | | always LE on all platforms, simply added le to the two locations where these files are used. Tested: Vista 32 VS2008
* [svn-r16469] Added new cases for compound types to batch file per the ↵Allen Byrne2009-02-111-0/+7
| | | | | | | updated script file of rev #16461 Tested: Vista32, XP64 - VS2005, VS2008