Commit Graph

145 Commits

Author SHA1 Message Date
Scott Wegner
caa24a2a05 [svn-r13958] Purpose: Fix subtle bug in Windows test script
Description:
Our Windows test script was using "ERRORLEVEL" to check the diff output for our tooltests.  However, FC does not actually set ERRORLEVEL with valid input.  As a work around, we pipe the output into FIND, which sets the ERRORLEVEL if it doesn't find a valid string.  We probably never saw this bug before because h5dump sets the ERRORLEVEL.

Tested:
WinXP.
2007-07-09 14:27:03 -05:00
Scott Wegner
6f175a8ff2 [svn-r13922] Purpose: First step in VS6 Depreciation
Desciption:
This is the first major check-in in the process of depreciating Visual Studio 6.0.  We create a new directory, windows_vs6, which now holds all of our previous VS6 project files.  We expect to maintain this directory for only a short time (perhaps one release), so users have time to make the change.

The ./windows directory now contains project files for Visual Studio .Net, as well as existing source and test scripts.  This will allow us to greatly simplify the build process for the majority of our users.

We have created a new solution (.Net equivolent of workspace) that houses the Fortran project files.  This allowed us to remove these files from the main solution, as well as streamline the conversion in the Fortran solution.  It is also much easier now to convert to Visual Studio 2005 files.

Notes:
I didn't update the MANIFEST with this check-in, I will make those changes shortly.  
Also, I haven't yet updated the documentation to reflect this check-in.  That is going to require more work.
We will be giving a seminar in the coming weeks about .Net and how to migrate over.

Tested:
VS6/VNET/VS2005 on WinXP 32/64-bit
2007-06-27 14:13:45 -05:00
Scott Wegner
4d5673c3c0 [svn-r13785] Initial update to fix test failures caused by Linux test script update (rev 13775). More work needs to be done to incorporate the new tests.
Tested:
VS6 on Win XP
2007-05-22 13:16:15 -05:00
Scott Wegner
493be71eb1 [svn-r13611] Removed old source file h5_trav_table.c from Windows project files toolslib and toolslibD.dsp
Tested:
VS6.0 on Windows XP
2007-04-07 20:33:59 -05:00
Scott Wegner
d3bd0649ed [svn-r13519] Updated h5dump Windows test script to bring it up to date with Linux.
Tested:
Visual Studio 6.0 on Windows XP
2007-03-16 13:11:56 -05:00
Scott Wegner
1a644892a4 [svn-r13462] Updated Windows project files to include new source files:
H5Obtreek.c and H5Odrvinfo.c in hdf5.dsp and hdf5dll.dsp
h5repack_ref.c in h5repack.dsp, h5repackdll.dsp, and h5repacktst.dsp.

Tested:
Visual Studio 6.0 on Windows XP
Visual Studio 8.0 on Windows XP 64-bit
2007-03-05 17:20:25 -05:00
Scott Wegner
465bc848fe [svn-r13423] Changed Windows h5diff test file /tools/difftest.BAT to work with reverted naming scheme of test files (.txt rather than .wri)
Tested:
Visual Studio 6.0 on Windows XP
2007-02-27 15:29:33 -05:00
Scott Wegner
71285e804f [svn-r13412] Updated Windows h5diff test script /tools/difftest.bat to reflect changes to test files and added tests.
Tested:
VS6.0 on Windows XP
2007-02-27 10:38:32 -05:00
Scott Wegner
5e5fd1e940 [svn-r13322] Added new Windows project file, h5mkgrp for new tool, and updated all.dsw workspace to include it. 2007-02-16 14:57:56 -05:00
Albert Cheng
46a8a795f8 [svn-r13262] Added missing copyright notices.
Tests: just visual inspection as these are just remarks.
2007-02-07 16:55:13 -05:00
Albert Cheng
26b908439d [svn-r13258] Updated copyright notice in Windows batch files. 2007-02-07 13:28:45 -05:00
MuQun Yang
b801393937 [svn-r13140] Added a new batch file to test error APIs
Tested 1.6 compatibility feature: work for vs studio 6.0
Corrected several small bugs inside tool batch files
Add a few project files to test error APIs
2007-01-12 16:13:48 -05:00
MuQun Yang
10c0ac6e1e [svn-r12964] Update windows project files for the library.
Update batch files for h5repack test,needs big efforts.
Update batch file to test hdf5 library.
2006-11-21 16:31:32 -05:00
MuQun Yang
9f55ae114e [svn-r12947] update h5repack project files on windows.
It is very hard to maintain the frequent changed h5repack tool on windows.
2006-11-19 17:11:22 -05:00
MuQun Yang
f940948af9 [svn-r12836] Catch up with h5diff tests.
Catch up with h5repacktst tests.
2006-10-31 12:36:52 -05:00
MuQun Yang
7f295dcb3c [svn-r12816] Update batch files to reflect h5diff and h5repack's changes on windows. 2006-10-25 20:29:16 -05:00
MuQun Yang
a88a102d5c [svn-r12812] Add h5copy tool tests for windows. 2006-10-25 15:11:29 -05:00
MuQun Yang
fbe677a029 [svn-r12807] Need to add another dependency for windows. 2006-10-24 12:16:16 -05:00
MuQun Yang
5d1ebe6b0a [svn-r12790] Add a new batch file to test h5stat.
Update repacktest.bat for the new h5repack test.
Update tooltest.bat to include h5stat test.
2006-10-19 20:43:43 -05:00
MuQun Yang
f372694841 [svn-r12731] Updating the batch file to reflect the recent change of h5repack tool. 2006-10-06 15:56:54 -05:00
MuQun Yang
3289dc5a18 [svn-r12691] Fix two minor bugs at batch files that include testing h5jam/h5unjam.
MSVS 6.0 C/C++
2006-09-27 17:20:04 -05:00
MuQun Yang
6917abeca2 [svn-r12674] Add a batch file to test the validation of h5jam/h5unjam tool. The correctedness test is much harder to be implemented by using batch script on windows. Will handle this later. 2006-09-19 17:19:03 -05:00
MuQun Yang
314b3f597b [svn-r12660] More revision for the h5repack batch file for with and without gzip/szlib compression filters 2006-09-11 19:41:11 -05:00
MuQun Yang
f546cc8972 [svn-r12658] There was a bug in the repacktest.BAT on windows.
If either szip or zlib filter was not present, the batch still tried to use h5repack tool to test the data compression feature. Therefore the h5repack test failed.

Fixed the bug. Now if the compression filter is not present, that particular repack test will be skipped.
2006-09-11 15:35:15 -05:00
MuQun Yang
48054acffe [svn-r12508] 2006-07-27 10:07:38 -05:00
MuQun Yang
4749d8e0e9 [svn-r12503] Add a new windows project h5copy.dsp into subversion.
This will generate h5copy on windows.

The previous check-in is under the wrong directory.
2006-07-27 09:47:53 -05:00
MuQun Yang
449616b5ba [svn-r12502] Add a new windows project h5copy.dsp into subversion.
This will generate h5copy on windows.
2006-07-27 09:42:38 -05:00
MuQun Yang
f7d6f53a68 [svn-r12499] Windows project updating:
Updating all.dsw,all.sln(for command-line testing only) and binread.dsp.

New projects have been added into.
2006-07-27 09:31:34 -05:00
MuQun Yang
f9ac366dbd [svn-r12473] Add a windows new project file: binread for read the output file from "h5dump -b". 2006-07-14 23:56:41 -05:00
Quincey Koziol
b69cf7ea84 [svn-r12464] Changed "eol-style" property on all Windows-specific files to be "CRLF"
instead of "native".
2006-07-14 00:41:50 -05:00
Fang Guo
ffab954f86 [svn-r12307] Purpose:
Maintenance on Windows
Description:
All of the source code files were replaced by a new one.

Solution:

Platforms tested:
Windows XP with VS 6.0
Misc. update:
2006-04-27 12:35:17 -05:00
Fang Guo
5d70249f6e [svn-r12222] Purpose:
Maintenance on Windows
Description:
Fix a echo error:
when running lstest.bat, previously echo "h5dump ..."
change it to "h5ls ..."
Solution:

Platforms tested:

Misc. update:
2006-04-11 13:19:16 -05:00
Fang Guo
cfa54ffdc1 [svn-r12198] Purpose:
Maintenance on Windows
Description:
Temporarily comment out echo error messages to the screen for checking autotests
on windows.
Solution:

Platforms tested:

Misc. update:
2006-04-04 16:02:46 -05:00
Fang Guo
72b16bcff9 [svn-r12181] Purpose:
Maintenance on Windows
Description:
Change output for skip tests from "SKIP" to "-SKIP-" for easier tell the skiped tests
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-30 13:09:44 -05:00
Fang Guo
c5a29977ce [svn-r12176] Purpose:
Maintenance on Windows
Description:
Add in new h5dump tests (tvms.ddl tvms.h5 Checked in by Pedro)
Skip new h5dump tests ( tldouble.h5 checked in by Pedro)
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-30 12:20:44 -05:00
Fang Guo
194d3dfe52 [svn-r12170] Purpose:
Maintenance on Windows
Description:
update batch file according to Pedro's bug fix (h5dump was not printing attributes for the named datatype cases)
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-28 15:09:56 -05:00
Pedro Vicente Nunes
9f94edb329 [svn-r12150] Purpose:
new tests for h5diff

Description:
added new tests for the bat file on windows

Solution:

Platforms tested:
windows

Misc. update:
2006-03-24 09:31:25 -05:00
Fang Guo
1b60c48c1d [svn-r12135] Purpose:
Maintenance on Windows
Description:
Add in more comments
Solution:

Platforms tested:

Misc. update:
2006-03-22 16:02:56 -05:00
Fang Guo
49ae59ce6e [svn-r12075] Purpose:
Update copyright information
Description:

Solution:

Platforms tested:

Misc. update:
2006-03-10 17:21:05 -05:00
Fang Guo
5e818d72ac [svn-r12041] Purpose:
Modify copyright information
Description:
Copyright check failed. Modify them to the correct format
Solution:

Platforms tested:

Misc. update:
2006-03-09 09:17:29 -05:00
Fang Guo
fbddc2a7ef [svn-r12039] Purpose:
Remove gifconv project files
Description:

Solution:

Platforms tested:

Misc. update:
2006-03-07 17:53:53 -05:00
Fang Guo
b490a1eaee [svn-r12025] Purpose:
Maintenance on Windows
Description:
Remove gifconv two project files
Solution:

Platforms tested:

Misc. update:
2006-03-07 14:11:54 -05:00
Fang Guo
3bc27f1741 [svn-r11948] Purpose:
Batch file Improvement
Description:
This batch file is not necessary for new batch files
Solution:

Platforms tested:

Misc. update:
2006-02-16 12:05:28 -05:00
Fang Guo
beca2df12b [svn-r11947] Purpose:
Add in copyright information
Description:

Solution:

Platforms tested:

Misc. update:
2006-02-16 12:03:52 -05:00
Fang Guo
eb24bf8fc0 [svn-r11946] Purpose:
Batch File Improvement
Description:
Make tool test batch files easier to maintain
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-16 12:01:47 -05:00
Fang Guo
4f841b0ab3 [svn-r11945] Purpose:
Batch file improvement
Description:
Make tool test batch files easier to maintain
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:58:43 -05:00
Fang Guo
b60f1ac81a [svn-r11944] Purpose:
Batch file improvement
Description:
This batch file will be call by all of the tool test batch files
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:56:20 -05:00
Fang Guo
6a3e8c405f [svn-r11941] Purpose:
Batch file improvement
Description:
Make tool test batch files easier to maintain
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:48:24 -05:00
Fang Guo
f2b9b502d2 [svn-r11940] Purpose:
Batch file improvement
Description:
Make tool tests batch files easier to maintain
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:46:28 -05:00
Fang Guo
811131397c [svn-r11938] Purpose:
Batch file improvement
Description:
Make tool tests batch file easier to maintain
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:45:27 -05:00
Fang Guo
8a9da174d1 [svn-r11924] Purpose:
Maintenance on Windows
Description:
Change project settings to include path to H5IM.h
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-07 17:31:44 -05:00
Fang Guo
8874b3eac4 [svn-r11923] Purpose:
Maintenance on Windows
Description:
Change project settings to include the path to H5IM.h
Solution:

Platforms tested:

Misc. update:
2006-02-07 17:30:51 -05:00
Fang Guo
2d2775376f [svn-r11801] Purpose:
Maintenance on Windows XP
Description:
Change project settings due to Petro's changes to h52gif
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-12-19 13:31:24 -05:00
Fang Guo
308cb926e9 [svn-r11800] Purpose:
Maintenance on Windows
Description:
Update project settings due to Petro's new changes to h52gif
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-12-19 13:30:05 -05:00
Fang Guo
42a87cc9a9 [svn-r11666] Purpose:
Add in copyright notice
Description:

Solution:

Platforms tested:

Misc. update:
2005-11-01 14:15:15 -05:00
Fang Guo
cef7b9f008 [svn-r11611] Purpose:
Maintenance on Windows
Description:
Add new h5diff test into batch file difftest.bat
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-10-26 17:10:48 -05:00
Fang Guo
ec51e77e66 [svn-r11462] Purpose:
Maintenance on Windows
Description:
Modify Batch file due to the changes of output of H5diff tool
Solution:

Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-23 10:17:56 -05:00
Fang Guo
434aee58c3 [svn-r11453] Purpose:
Maintenance on Windows
Description:
Add dll project file for tool h5stat
Solution:

Platforms tested:
MSVS  6.0 on Windows XP
Misc. update:
2005-09-21 16:04:16 -05:00
Fang Guo
4a9d533290 [svn-r11452] Purpose:
Maintenance on Windows
Description:
Add the static project file for tool h5stat
Solution:

Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-21 16:03:14 -05:00
Fang Guo
effd73de41 [svn-r11068] Purpose:
Maintenance for windows
Description:
Fix h5repack test problems with test1.h5 and test2.h5
Solution:

Platforms tested:

Misc. update:
2005-07-12 17:28:15 -05:00
Fang Guo
0c4c634117 [svn-r11011] Purpose:
Catch up changes with h5diff
Description:
output format of h5diff changed when there is no difference found.

Solution:

Platforms tested:

Misc. update:
2005-07-01 10:53:01 -05:00
Fang Guo
2c1d787f3e [svn-r11002] Purpose:
Catch up with the changes of h5diff
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-29 12:41:44 -05:00
Fang Guo
fd0c20784e [svn-r10887] Purpose:
Catch up with Linux.

Description:
Toos h5repart test project file h5reparttst project files added.
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-06-09 12:46:28 -05:00
Fang Guo
46fcd4a264 [svn-r10886] Purpose:
Catch up with Linux.
Description:
Add h5repart tools test project file h5repart_gentest.dsp
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-06-09 12:44:50 -05:00
Fang Guo
abdf7aba7d [svn-r10388] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h52gifdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-23 13:05:05 -05:00
Fang Guo
ac577c7408 [svn-r10387] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h52gif tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-23 13:03:12 -05:00
Fang Guo
d56d162cb8 [svn-r10383] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add toolslib tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:43:14 -05:00
Fang Guo
415835fefc [svn-r10382] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add testh5repack_detect_szipdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:38:25 -05:00
Fang Guo
e86f52f674 [svn-r10381] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add Testh5repack_detect_szip tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:36:20 -05:00
Fang Guo
0f76c892bb [svn-r10380] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5repacktst tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:33:55 -05:00
Fang Guo
413ad2ea42 [svn-r10379] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5jamtst tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:32:32 -05:00
Fang Guo
7077c6fdf0 [svn-r10378] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5importtst tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:31:04 -05:00
Fang Guo
e8d179ad94 [svn-r10377] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5dumptst tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:29:17 -05:00
Fang Guo
9e96df7ff8 [svn-r10376] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5difftst tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:27:22 -05:00
Fang Guo
b80429ba51 [svn-r10375] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add taligndll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:18:23 -05:00
Fang Guo
74733a177d [svn-r10374] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add talign tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:17:06 -05:00
Fang Guo
4a918319ec [svn-r10373] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5unjam tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 17:15:26 -05:00
Fang Guo
aa11e768bd [svn-r10372] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5repartdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:57:36 -05:00
Fang Guo
075528f081 [svn-r10371] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5repart tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:56:06 -05:00
Fang Guo
78046b67b2 [svn-r10370] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5repackdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:54:28 -05:00
Fang Guo
3ce5a24ab5 [svn-r10369] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5repack tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:53:01 -05:00
Fang Guo
49ccbd643f [svn-r10368] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5lsdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:51:28 -05:00
Fang Guo
16f559cb3c [svn-r10367] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5ls tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:50:02 -05:00
Fang Guo
8166ba140e [svn-r10366] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5jam tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:48:33 -05:00
Fang Guo
601948153d [svn-r10365] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5importdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:46:47 -05:00
Fang Guo
8210e835f8 [svn-r10364] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5import tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:45:09 -05:00
Fang Guo
5f63ca9847 [svn-r10363] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5dumpdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:43:27 -05:00
Fang Guo
2cb0b356ec [svn-r10362] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5dump tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:42:02 -05:00
Fang Guo
af6da8d3ef [svn-r10361] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5diffdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:40:10 -05:00
Fang Guo
41d8081ca9 [svn-r10360] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5diff tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:38:40 -05:00
Fang Guo
1d30f0248b [svn-r10359] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5debugdll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:37:03 -05:00
Fang Guo
c2fad8b442 [svn-r10358] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5debug tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:35:38 -05:00
Fang Guo
1f842fdef7 [svn-r10357] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add gifh5dll tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:33:58 -05:00
Fang Guo
4e9f9b72ad [svn-r10356] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add gif2h5 tools project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-22 16:32:01 -05:00
Fang Guo
969b72ae7d [svn-r10355] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add Batch files for tools test.
Solution:

Platforms tested:

Misc. update:
2005-03-22 16:27:51 -05:00