summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-2219-235/+957
|
* [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-r19740] Snapshot version 1.9 release 79HDF Tester2010-11-071-3/+3
|
* [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-r19701] Snapshot version 1.9 release 78HDF Tester2010-10-311-3/+3
|
* [svn-r19666] Snapshot version 1.9 release 77HDF Tester2010-10-241-3/+3
|
* [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-r19569] Snapshot version 1.9 release 76HDF Tester2010-10-101-3/+3
|
* [svn-r19512] Snapshot version 1.9 release 75HDF Tester2010-10-051-3/+3
|
* [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-r19135] Added new file to windows project files.Allen Byrne2010-07-282-4/+12
| | | | Added new file to src/CMakeLists.txt
* [svn-r19086] Snapshot version 1.9 release 74HDF Tester2010-07-181-3/+3
|
* [svn-r19064] Snapshot version 1.9 release 73HDF Tester2010-07-111-3/+3
|
* [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-r19047] Snapshot version 1.9 release 72HDF Tester2010-07-041-3/+3
|
* [svn-r19031] Snapshot version 1.9 release 71HDF Tester2010-06-281-3/+3
|
* [svn-r19025] Correct defines for zlib and szipAllen Byrne2010-06-211-10/+9
|
* [svn-r19022] Snapshot version 1.9 release 70HDF Tester2010-06-201-3/+3
|
* [svn-r18949] Corrected where the static *.mod files are installed toAllen Byrne2010-06-021-6/+6
|
* [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-r18930] Enabled mf test since it is fixed.Allen Byrne2010-06-011-2/+1
| | | | Tested: windows
* [svn-r18877] Update testh5diff.bat for --follow-symlinks changeAllen Byrne2010-05-211-76/+76
| | | | Tested: windows
* [svn-r18823] Snapshot version 1.9 release 69HDF Tester2010-05-161-3/+3
|
* [svn-r18684] Snapshot version 1.9 release 68HDF Tester2010-05-021-3/+3
|
* [svn-r18675] Updated scripts for H5copy r18398 and H5ls r18642Allen Byrne2010-04-292-2/+54
|
* [svn-r18589] Snapshot version 1.9 release 67HDF Tester2010-04-181-3/+3
|
* [svn-r18572] Added new file to projectAllen Byrne2010-04-152-0/+8
|
* [svn-r18549] Updated missed configuration.Allen Byrne2010-04-131-2/+2
|
* [svn-r18545] Snapshot version 1.9 release 66HDF Tester2010-04-111-3/+3
|
* [svn-r18510] Updated project files to generate and link H5lib_settings.cAllen Byrne2010-04-053-6/+14
|
* [svn-r18508] Snapshot version 1.9 release 65HDF Tester2010-04-041-3/+3
|
* [svn-r18465] Snapshot version 1.9 release 64HDF Tester2010-03-281-3/+3
|
* [svn-r18438] Changed copy script to copy all *.h filesAllen Byrne2010-03-221-7/+1
|
* [svn-r18432] Snapshot version 1.9 release 63HDF Tester2010-03-211-3/+3
|
* [svn-r18431] Added libsettings project to solution files.Allen Byrne2010-03-193-63/+91
| | | | Updated Manifest
* [svn-r18430] Add windows define BIND_TO_CURRENT_VCLIBS_VERSION=1 to project ↵Allen Byrne2010-03-19247-1833/+2232
| | | | | | | files. Corrected copy H5srcdir_str.h commands in script. Added libsettings project to behave like h5tinit.vcproj.
* [svn-r18420] Description:Quincey Koziol2010-03-181-22/+0
| | | | | | | | | Re-run bin/reconfigure to catch up with recent rearrangements, remove some unused srcdir headers and duplicated code in main test header. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & prod Linux/32 2.6 (jam)
* [svn-r18419] Description:Quincey Koziol2010-03-185-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-185-225/+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-175-0/+75
| | | | Add copyright to new files