summaryrefslogtreecommitdiffstats
path: root/windows/tools
Commit message (Collapse)AuthorAgeFilesLines
* [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:
* [svn-r12039] Purpose:Fang Guo2006-03-072-246/+0
| | | | | | | | | | | Remove gifconv project files Description: Solution: Platforms tested: Misc. update:
* [svn-r12025] Purpose:Fang Guo2006-03-072-246/+0
| | | | | | | | | | | Maintenance on Windows Description: Remove gifconv two project files Solution: Platforms tested: Misc. update:
* [svn-r11948] Purpose:Fang Guo2006-02-161-15/+0
| | | | | | | | | | | Batch file Improvement Description: This batch file is not necessary for new batch files Solution: Platforms tested: Misc. update:
* [svn-r11947] Purpose:Fang Guo2006-02-162-1/+22
| | | | | | | | | | | Add in copyright information Description: Solution: Platforms tested: Misc. update:
* [svn-r11946] Purpose:Fang Guo2006-02-161-238/+177
| | | | | | | | | | | Batch File Improvement Description: Make tool test batch files easier to maintain Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11945] Purpose:Fang Guo2006-02-161-984/+399
| | | | | | | | | | | Batch file improvement Description: Make tool test batch files easier to maintain Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11944] Purpose:Fang Guo2006-02-161-0/+248
| | | | | | | | | | | 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:
* [svn-r11941] Purpose:Fang Guo2006-02-161-395/+167
| | | | | | | | | | | Batch file improvement Description: Make tool test batch files easier to maintain Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11940] Purpose:Fang Guo2006-02-161-2476/+580
| | | | | | | | | | | Batch file improvement Description: Make tool tests batch files easier to maintain Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11938] Purpose:Fang Guo2006-02-161-1142/+385
| | | | | | | | | | | Batch file improvement Description: Make tool tests batch file easier to maintain Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11924] Purpose:Fang Guo2006-02-071-2/+2
| | | | | | | | | | | Maintenance on Windows Description: Change project settings to include path to H5IM.h Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11923] Purpose:Fang Guo2006-02-071-2/+2
| | | | | | | | | | | Maintenance on Windows Description: Change project settings to include the path to H5IM.h Solution: Platforms tested: Misc. update:
* [svn-r11801] Purpose:Fang Guo2005-12-191-2/+2
| | | | | | | | | | | Maintenance on Windows XP Description: Change project settings due to Petro's changes to h52gif Solution: Platforms tested: Windows XP Misc. update: