summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17747] One more missing file in all.zip, h5tinit.cAllen Byrne2009-10-271-0/+0
|
* [svn-r17746] Added hl/tools project filesAllen Byrne2009-10-271-0/+0
|
* [svn-r17745] Added missing fortran project filesAllen Byrne2009-10-271-0/+0
|
* [svn-r17744] Updated windows install text files and added new file tlinks.cppAllen Byrne2009-10-271-0/+0
| | | | Tested: windows
* [svn-r17679] added tcheckversion. All project files converted to VNET 2003 ↵Allen Byrne2009-10-191-0/+0
| | | | | | project files as VS6 is no longer supported. Tested: Windows XP 32 VNET
* [svn-r17059] Rev 17054 added new test to h5repack test script, which ↵Allen Byrne2009-06-161-0/+0
| | | | | | requires that the windows batch file be updated. Tested: Windows XP32
* [svn-r16769] Corrected include of h5tool.h in h5difftst.Allen Byrne2009-04-161-0/+0
| | | | Tested: XP32 VS6
* [svn-r16547] Changed windows batch file lstest.bat due r16535. As all ↵Allen Byrne2009-03-051-0/+0
| | | | | | | windows OS are always LE on all platforms, simply added le to the two locations where these files are used. Tested: XP 32 VS6
* [svn-r16496] Changed difftest.bat and repacktest.bat to match changes in ↵Allen Byrne2009-02-191-0/+0
| | | | | | | script file testh5diff.sh and h5diff sources that implement "not comparable". (per rev #16491) Tested: XP 32 VS6
* [svn-r16446] revised lstest.bat from rev 16426 to match the corrected output ↵Allen Byrne2009-02-051-0/+0
| | | | | | | of h5ls from rev 16433, 16445 Tested: XP 32 VS6
* [svn-r16426] lstest.BAT modified to match script file from rev 16317Allen Byrne2009-02-041-0/+0
| | | | | | | set_extent.dsp modified to add WS2_32.lib for change to set_extent from rev 16421 Tested: XP32-VS6
* [svn-r16342] Description:Frank Baker2009-01-221-1/+1
| | | | | | Changed 'THG' to 'The HDF Group' in various HDF5 source files, most of which are <subdirectory>/COPYING. -- Closes Bugzilla entry 1403.
* [svn-r16079] Purpose: Update Windows h5dump test script, dumptest.batScott Wegner2008-11-171-0/+0
| | | | | | | | Description: Recently, the "-b *" syntax was backported to HDF5 1.6 h5dump. New tests were added to the main h5dump test script. This checkin adapts the Windows test script to reflect these changes. Tested: VS6 on WinXP
* [svn-r15911] Purpose: Update Windows h5repack testScott Wegner2008-10-201-0/+0
| | | | | | | | Description: Recently, the h5repack were moved into their own folder. This checkin makes similar changes to the Windows test script to compensate for the change. Tested: VS6 on WinXP
* [svn-r15910] Purpose: Update Windows h5diff test scriptScott Wegner2008-10-201-0/+0
| | | | | | | | Description: Many changes were made to the h5diff test script recently. In particular, the testfiles were moved to their own directory. A few tests were also modified or removed. This checkin brings these updates to the Windows test script. Tested: VS6 on WinXP
* [svn-r15856] Purpose: Add new test, err_vers, to WindowsScott Wegner2008-10-131-0/+0
| | | | | | | | Description: New test code was added to check version compatibility macros. Add the new test, err_vers to Windows. Tested: VS6 on WinXP
* [svn-r15787] Purpose: Update Windows h5repack and h5import test scriptsScott Wegner2008-10-061-0/+0
| | | | | | | | Description: There were recently format changes to the h5repack and h5import test scripts. In particular, we have fixed the user-block test for Windows in h5repack, and added a new test to h5import. This checkin brings those changes to Windows. Tested: VS6 on WinXP
* [svn-r15717] Purpose: Add h5repack alignment test to Windows, and disable ↵Scott Wegner2008-09-291-0/+0
| | | | | | | | | | | | ublock test Description: revision 15679 added a test to h5repack for alignment. We've now added the test to the Windows script as well. This checkin also disables a previously-added h5repack test for the userblock. The test is disabled for now because Windows cannot find the input file ublock.bin. The file is generated dynamically on other systems, but cannot be easily generated for use on Windows. We should re-enable this test in the future when ublock.bin is added to svn. Tested: VS6 on WinXP
* [svn-r15716] Purpose: Bring changes from rev. 15710 to WindowsScott Wegner2008-09-291-0/+0
| | | | | | | | | | Description: From r15710: 'The GASS and SRB VFD have been retired and removed from the HDF5 library. The Dependencies files are generated by "make depend".' This checkin removes the related source files from the Windows projects. Tested: VS6 on WinXP
* [svn-r15600] Purpose: Add new h5repack tests to WindowsScott Wegner2008-09-081-0/+0
| | | | | | | | Description: New h5repack tests were added, and also the syntax of one test was changed. Tested: VS6 on WinXP
* [svn-r15449] Purpose: Update Windows test script for new h5diff option: -cScott Wegner2008-08-071-0/+0
| | | | | | | | Description: A new parameter was added to h5diff recently. We add a new test to the h5diff script, and change the syntax in which h5diff is called from the h5repack test script. The output for one of the h5repack tests also needed to be changed. Tested: VS6 on WinXP
* [svn-r15092] Purpose: Add hdf5.lib dependency to Windows C++ example project ↵Scott Wegner2008-05-291-0/+0
| | | | | | | | | | | "compoundtest". Description: A user brought it to our attention that one of our C++ example projects was missing a linker dependency to the hdf5 library. Somehow the project will still build without it using Visual Studio 6.0, but not VS2005. This check-in simply adds the dependency to the "Release" configuration. Tested: VS6 on WinXP VS2005 on WinXP
* [svn-r14985] Purpose: Update h5dump test script on WindowsScott Wegner2008-05-121-0/+0
| | | | | | | | Description: One test has been added to h5dump test for custom output formats. This adds the test on Windows as well. Tested: VS6 on WinXP
* [svn-r14718] Purpose: Add new tests to h5dump test scriptScott Wegner2008-03-101-0/+0
| | | | | | | | Description: 4 new tests were added to h5dump test, and 1 was removed. This makes similar updates on Windows. Tested: VS6 on WinXP
* [svn-r14697] Purpose: Update Windows h5dump test scriptScott Wegner2008-03-031-0/+0
| | | | | | | | Description: The syntax changed for the h5dump tests, as well as the parameters for one test. This brings the Windows script up-to-date. Tested: VS6 on WinXP
* [svn-r14643] Purpose: Update Windows tool test scriptsScott Wegner2008-02-251-0/+0
| | | | | | | | | | | Description: A few different changes in formatting were made to the tools commandline syntax, so we needed to update our Windows test scripts. Particularly: -- h5import syntax has been changed (and toolslib has been addeed as a project dependency) -- h5diff syntax was similarly changed -- we didn't need to update h5repack test script, because the h5diff input wasn't affected. Tested: VS6 on WinXP
* [svn-r14601] Purpose: Update Windows h5repack test scriptScott Wegner2008-02-181-0/+0
| | | | | | | | Description: h5repack was recently updated to use parameters in a different order-- similar to HDF5 1.8. This checkin changes the Windows script to use this new syntax. Also, we remove references to the removed h5repack_list.c file. Tested: VS6 on WinXP
* [svn-r14539] Purpose: Update Windows h5import test scriptScott Wegner2008-02-081-0/+0
| | | | | | | | Description: The file names for the testfiles in the h5import test changed, so we needed to update those. Also, we added a new test. This brings the Windows test script up-to-date with other platforms. Tested: VS6 on WinXP
* [svn-r14444] Purpose: Add tcoords.c to Windows projectsScott Wegner2008-01-181-0/+0
| | | | | | | | Description: Recently, the source file tcoords.c was added to the repository as part of the testhdf5 test. This checkin adds the source to our Windows project files. Tested: VS6 on WinXP
* [svn-r14332] Purpose: Remove stream vfd references in Windows projectsScott Wegner2007-12-101-0/+0
| | | | | | | | Description: H5FDstream.[ch] was recently removed from the source code. This checkin removed its references in our Windows project files, as well as a reference to a previously-disabled test for the stream-vfd. Tested: VS6 on WinXP
* [svn-r14143] Purpose: Fix bug in Windows install scriptScott Wegner2007-09-121-0/+0
| | | | | | | | Description: A user brought it to our attention that, although hdf5_hl DLLs are built, they aren't installed. After looking around, we were also missing C++ header files, and the h52gif/gif2h5 tools. This checkin fixes all of those issues. I've also sent Barbara new binaries for the ftp. Tested: VS6/VNET/VS2005 on WinXP
* [svn-r13895] Purpose: Add c++ pubconf file.Scott Wegner2007-06-201-0/+0
| | | | | | | | Description: Added static H5cxx_pubconf.h to our Windows zip file. This file is manually maintained, as Windows does not run a configure script to generate it. This file will also be added to the install directory when running the "installhdf5lib.bat" script. Tested: None, as the new macro isn't in use yet
* [svn-r13861] Added Windows project files for C++ example that was added in ↵Scott Wegner2007-06-131-0/+0
| | | | | | | | | rev 13737. Also added this new example to related Windows test script, and updated the expected.out file. Note: expected.out is Windows-specific, and should probably be moved into the Windows all.zip file. If there is no opposition, I will make this change in a later revision. Tested: VS6 on WinXP
* [svn-r13860] Uncommented three tests in the Windows h5dump test script to ↵Scott Wegner2007-06-131-0/+0
| | | | | | | | | bring Windows up to date with Linux. Specifically, the split and multi file tests were re-added as per Pedro's checkin. Also tfamily has been uncommented, which was broken due to a Windows idiosyncrasy. They are all working now. Tested: VS6 on WinXP
* [svn-r13831] Updating our locally-maintained H5pubconf.h for Windows to ↵Scott Wegner2007-06-041-0/+0
| | | | | | | define the H5_CLEAR_MEMORY macro introduced in rev. 13813. Also removed h5config.h from the Windows/all.zip, as we don't use this file. Tested: VS2005 on WinXP
* [svn-r13787] Initial update to fix h5dump test failures caused by Linux test ↵Scott Wegner2007-05-221-0/+0
| | | | script update (rev 13764). More work needs to be done to incorporate the new tests.
* [svn-r13728] Updated Windows C++ example project files--Scott Wegner2007-05-031-0/+0
| | | | | | | | The dependencies were set incorrectly and was causing linking errors in VS2005-- this should fix it. Tested: VS6 VS2005
* [svn-r13727] Various updates to fix Windows application examples. Updated ↵Scott Wegner2007-05-021-0/+0
| | | | | | | documentation to reflect changes. Tested: VS6.0 on WinXP
* [svn-r13725] Updated Windows Fortran project files-- added various ↵Scott Wegner2007-05-021-0/+0
| | | | | | | dependencies and updated preprocessor for new Intel Fortran 9.1 compiler. Updated release docs to reflect changes. Tested: VS2005 on WinXP
* [svn-r13669] Fixed a bug in fortran libraries for Visual Studio 2005, which ↵Scott Wegner2007-04-151-0/+0
| | | | | | | | was causing in to fail the tests only on VS2005. Had to do with the type that was being passed from Fortran code to cstub code. Tested: VS2005 on WinXP kagiso
* [svn-r13668] Removed old source file readhdf.c from Windows projects h52gif ↵Scott Wegner2007-04-151-0/+0
| | | | | | | and h52gifdll. Tested: VS6 and 2005 on WinXP
* [svn-r13664] Modified the Windows h5repack test script to bring it up to ↵Scott Wegner2007-04-141-0/+0
| | | | | | | date with 1.8, and also to fix a failing test. Tested: VS6.0 on Windows XP
* [svn-r13659] Updated dependencies in Windows projects h52gif.dsp and ↵Scott Wegner2007-04-131-0/+0
| | | | | | | h52gifdll.dsp to include hdf5_hl and hdf5_hldll, respectively. Tested: VS6 on Windows XP
* [svn-r13631] Added new Windows hl test script: h52giftest.bat, which tests ↵Scott Wegner2007-04-101-0/+0
| | | | | | | h52gif and gif2h5 Tested: VS6 on WinXP
* [svn-r13629] Cleanup of Windows-specific all.zip:Scott Wegner2007-04-101-0/+0
| | | | | Removed source-files from ./hl directory, which should not be there. This was causing problems with h52gif and gif2h5
* [svn-r13610] Forgot to include toolslib.dsp and toolslibD.dsp in last checkin.Scott Wegner2007-04-081-0/+0
| | | | | Tested: VS6.0
* [svn-r13609] Updated Windows-specific files:Scott Wegner2007-04-081-0/+0
| | | | | | | | | -Removed old h5_trav_table.c from toolslib and toolslibD -Added project h52gifgentst -Added new test script h52giftest Tested: VS6.0 on Windows XP
* [svn-r13522] Fixed the copyright commenting in the beginning of h5tinit.c in ↵Scott Wegner2007-03-161-0/+0
| | | | | | Windows. Fixed errors produced in my previous checkin. No need to test on other platforms-- only affect Windows.
* [svn-r13521] In Windows xip:Scott Wegner2007-03-161-0/+0
| | | | | - Updated h5tinit.c to be up to date with file generated by h5detect.c - Updated copyright header in h5tinit.c, H5config.c, and H5pubconf.c
* [svn-r13516] Updated Windows projects and tests:Scott Wegner2007-03-151-0/+0
| | | | | | | | - Added binread project with new binread.c source file - Updated h5dump testfile dumptest.bat to bring it up to date with Linux testfile Tested: Visual Studio 6.0 on Windows XP