summaryrefslogtreecommitdiffstats
path: root/windows/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r14140] Purpose: Fix typo from last checkinScott Wegner2007-09-101-1/+1
| | | | | | | | Description: There was a minor typo in the Windows test script for h5copy. It was actually causing us to do extra work, so this checkin should make the test slightly more efficient, without breaking anything. Tested: VS2005 on WinXP
* [svn-r14138] Scott Wegner2007-09-1023-3018/+3716
|
* [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support ↵Scott Wegner2007-08-1635-2481/+13034
| | | | | | | | | | | 64-bit Fortran Description: This checkin is another Windows project cleanup, and also extends our Windows support for 64-bit Fortran. Project files are now in VS2005 format, rather than VS.NET. A couple projects have been renamed to be more descriptive (*cstub rather than *_lib), and project settings make better use of build macros. This will make them much easier to update in the future. Tested: VS2005 on WinXP 32-bit VS2005 on WinXP x64
* [svn-r14058] Purpose: Bring Windows h5diff test script up to dateScott Wegner2007-08-091-1/+1
| | | | | | | | Description: One of the h5diff tests changed to check for NaN values-- this checkin updates our Windows script for these changes. Tested: Windows XP
* [svn-r14057] Purpose: Fixes for 64-bit Windows Intel Fortran 9.1Scott Wegner2007-08-0913-2040/+0
| | | | | | | | | | | | Description: We are porting Fortran to 64-bit Windows, and need to make many syntactical changes to bring the code up to date. We now go back to using "!DEC$" rather than "!MS$" in our "ATTRIBUTE" code. Also, the naming conventions for mixed language is inconsistent from 32- to 64- bit Windows. To make up with this, we use the "decorate" flag. We also needed to change the "calling convention" in project settings from "CVF" to "default". Also other minor cleanups on project files. Tested: 32-bit: VS.NET and VS2005 64-bit: VS2005
* [svn-r14043] Purpose: Add new testScott Wegner2007-08-071-0/+6
| | | | | | | | Description: Add new h5import test "teststr" which was added to other platforms this morning. Tested: VS.NET on WinXP
* [svn-r14034] Purpose: Remove forced symbol "gethostname@8" from Windows projectsScott Wegner2007-08-021-2/+0
| | | | | | | | | | | | Description: Previously, we needed to force symbol definition "gethostname@8" for compatibility with old versions of Visual Studio. It appears that Visual Studio no longer requires this, so we remove it. This makes the build process on 64-bit much smoother. Also minor updates to main documentation, command-line documentation, and removed codewarrior and INTEL docs. Tested: VS.NET VS2005 chkmanifest
* [svn-r14024] Purpose: Update Windows files for h5stat rearrangementScott Wegner2007-07-304-6/+6
| | | | | | | | | Description: h5stat was moved from the ./tools/misc directory to its own directory, so many of our files needed to be updated. Tested: VS6 on WinXP VS.NET on WinXP
* [svn-r13983] Purpose: Fix typoScott Wegner2007-07-161-1/+1
| | | | | | | | Description: There was a small typo when I added the new h5stat tests this morning. This corrects it. Tested: VS2005 on WinXP x64
* [svn-r13981] Purpose: Windows catchupScott Wegner2007-07-161-139/+149
| | | | | | | | | | Description: - Add new source file H5version.h to Windows projects - Add new h5stat tests, and uncomment one that no longer fails - Clean up autotests a little bit. Tested: VS.NET on WinXP
* [svn-r13958] Purpose: Fix subtle bug in Windows test scriptScott Wegner2007-07-091-1/+2
| | | | | | | | 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.
* [svn-r13922] Purpose: First step in VS6 DepreciationScott Wegner2007-06-2768-4827/+8631
| | | | | | | | | | | | | | | | | 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
* [svn-r13785] Initial update to fix test failures caused by Linux test script ↵Scott Wegner2007-05-221-2/+3
| | | | | | | update (rev 13775). More work needs to be done to incorporate the new tests. Tested: VS6 on Win XP
* [svn-r13611] Removed old source file h5_trav_table.c from Windows project ↵Scott Wegner2007-04-082-30/+0
| | | | | | | files toolslib and toolslibD.dsp Tested: VS6.0 on Windows XP
* [svn-r13519] Updated h5dump Windows test script to bring it up to date with ↵Scott Wegner2007-03-161-8/+57
| | | | | | | Linux. Tested: Visual Studio 6.0 on Windows XP
* [svn-r13462] Updated Windows project files to include new source files:Scott Wegner2007-03-053-0/+12
| | | | | | | | | 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
* [svn-r13423] Changed Windows h5diff test file /tools/difftest.BAT to work ↵Scott Wegner2007-02-271-66/+67
| | | | | | | with reverted naming scheme of test files (.txt rather than .wri) Tested: Visual Studio 6.0 on Windows XP
* [svn-r13412] Updated Windows h5diff test script /tools/difftest.bat to ↵Scott Wegner2007-02-271-74/+85
| | | | | | | reflect changes to test files and added tests. Tested: VS6.0 on Windows XP
* [svn-r13322] Added new Windows project file, h5mkgrp for new tool, and ↵Scott Wegner2007-02-161-0/+104
| | | | updated all.dsw workspace to include it.
* [svn-r13262] Added missing copyright notices.Albert Cheng2007-02-071-0/+12
| | | | Tests: just visual inspection as these are just remarks.
* [svn-r13258] Updated copyright notice in Windows batch files.Albert Cheng2007-02-0710-39/+49
|
* [svn-r13140] Added a new batch file to test error APIsMuQun Yang2007-01-122-63/+111
| | | | | | 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
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-212-110/+133
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12947] update h5repack project files on windows.MuQun Yang2006-11-193-32/+7
| | | | It is very hard to maintain the frequent changed h5repack tool on windows.
* [svn-r12836] Catch up with h5diff tests.MuQun Yang2006-10-311-2/+2
| | | | Catch up with h5repacktst tests.
* [svn-r12816] Update batch files to reflect h5diff and h5repack's changes on ↵MuQun Yang2006-10-262-3/+20
| | | | windows.
* [svn-r12812] Add h5copy tool tests for windows.MuQun Yang2006-10-253-4/+216
|
* [svn-r12807] Need to add another dependency for windows.MuQun Yang2006-10-241-2/+2
|
* [svn-r12790] Add a new batch file to test h5stat.MuQun Yang2006-10-203-7/+167
| | | | | Update repacktest.bat for the new h5repack test. Update tooltest.bat to include h5stat test.
* [svn-r12731] Updating the batch file to reflect the recent change of ↵MuQun Yang2006-10-061-7/+7
| | | | h5repack tool.
* [svn-r12691] Fix two minor bugs at batch files that include testing ↵MuQun Yang2006-09-272-3/+10
| | | | | | h5jam/h5unjam. MSVS 6.0 C/C++
* [svn-r12674] Add a batch file to test the validation of h5jam/h5unjam tool. ↵MuQun Yang2006-09-192-2/+92
| | | | The correctedness test is much harder to be implemented by using batch script on windows. Will handle this later.
* [svn-r12660] More revision for the h5repack batch file for with and without ↵MuQun Yang2006-09-121-19/+20
| | | | gzip/szlib compression filters
* [svn-r12658] There was a bug in the repacktest.BAT on windows.MuQun Yang2006-09-111-3/+49
| | | | | | 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.
* [svn-r12508] MuQun Yang2006-07-271-101/+0
|
* [svn-r12503] Add a new windows project h5copy.dsp into subversion.MuQun Yang2006-07-271-0/+105
| | | | | | This will generate h5copy on windows. The previous check-in is under the wrong directory.
* [svn-r12502] Add a new windows project h5copy.dsp into subversion.MuQun Yang2006-07-271-0/+101
| | | | This will generate h5copy on windows.
* [svn-r12499] Windows project updating:MuQun Yang2006-07-271-11/+11
| | | | | | Updating all.dsw,all.sln(for command-line testing only) and binread.dsp. New projects have been added into.
* [svn-r12473] Add a windows new project file: binread for read the output ↵MuQun Yang2006-07-151-0/+105
| | | | file from "h5dump -b".
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-1439-6869/+6869
| | | | | | be "CRLF" instead of "native".
* [svn-r12307] Purpose:Fang Guo2006-04-271-17/+1
| | | | | | | | | | | | 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:
* [svn-r12222] Purpose:Fang Guo2006-04-111-1/+1
| | | | | | | | | | | | | Maintenance on Windows Description: Fix a echo error: when running lstest.bat, previously echo "h5dump ..." change it to "h5ls ..." Solution: Platforms tested: Misc. update:
* [svn-r12198] Purpose:Fang Guo2006-04-041-1/+1
| | | | | | | | | | | | Maintenance on Windows Description: Temporarily comment out echo error messages to the screen for checking autotests on windows. Solution: Platforms tested: Misc. update:
* [svn-r12181] Purpose:Fang Guo2006-03-301-1/+1
| | | | | | | | | | | 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:
* [svn-r12176] Purpose:Fang Guo2006-03-301-0/+7
| | | | | | | | | | | | 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:
* [svn-r12170] Purpose:Fang Guo2006-03-281-4/+4
| | | | | | | | | | | 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:
* [svn-r12150] Purpose:Pedro Vicente Nunes2006-03-241-12/+26
| | | | | | | | | | | | | | new tests for h5diff Description: added new tests for the bat file on windows Solution: Platforms tested: windows Misc. update:
* [svn-r12135] Purpose:Fang Guo2006-03-222-5/+99
| | | | | | | | | | | Maintenance on Windows Description: Add in more comments Solution: Platforms tested: Misc. update:
* [svn-r12075] Purpose:Fang Guo2006-03-101-12/+12
| | | | | | | | | | | Update copyright information Description: Solution: Platforms tested: Misc. update:
* [svn-r12041] Purpose:Fang Guo2006-03-095-55/+60
| | | | | | | | | | | Modify copyright information Description: Copyright check failed. Modify them to the correct format Solution: Platforms tested: Misc. update: