summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r13484] Updated Windows test file tools\repacktest.BAT to be consistent ↵Scott Wegner2007-03-091-0/+0
| | | | | | | with updated file name of test files. Also added one test case that seemed to be missing. Tested: Visual Studio 6.0 on Windows XP
* [svn-r13481] Forgot to add updated all.dsw Windows project file in revision ↵Scott Wegner2007-03-081-0/+0
| | | | 13473. Now it is added.
* [svn-r13473] Updated Windows project file h5repacktst.dsp to update source ↵Scott Wegner2007-03-061-0/+0
| | | | | | | files. Also added toolslib as a dependency, and fixed Windows-specific link errors. Tested: Visual Studio 6.0 on Windows XP
* [svn-r13421] Changed Windows h5diff test file /tools/difftest.BAT to work ↵Scott Wegner2007-02-271-0/+0
| | | | | | | with reverted naming scheme of test files (.txt rather than .wri) Tested: Visual Studio 6.0 on Windows XP
* [svn-r13411] Updated Windows h5diff test script /tools/difftest.bat to ↵Scott Wegner2007-02-271-0/+0
| | | | | | | reflect changes to test files and added tests. Tested: VS6.0 on Windows XP
* [svn-r13409] Fixed bug in h5import under Visual Studio 2005 on Windows. ↵Scott Wegner2007-02-271-0/+0
| | | | | | | | VS2005 has problems with setvbuf, so conditionally defined HDsetvbuf in Windows file H5pubconf.h, and updated H5private.h and h5import.c accordingly. Tested: Windows XP, VS2005 kagiso
* [svn-r13408] Commented out a line in Windows h5repack test file ↵Scott Wegner2007-02-271-0/+0
| | | | /tools/repacktest.BAT to fix formatting of test output.
* [svn-r13383] Updated Windows testing batch file /tools/difftest.bat for ↵Scott Wegner2007-02-231-0/+0
| | | | testing h5diff. Updated corresponding to recent updates in h5diff. Also added tests that were present in the unix test script, but missing in Windows version.
* [svn-r13377] Updated Windows project file h5difftst.dsp to reflect added ↵Scott Wegner2007-02-221-0/+0
| | | | file (h5diffgentest.c) and removed source files in rev 13356.
* [svn-r13271] Updated directory structure of windows\all.zip fromScott Wegner2007-02-081-0/+0
| | | | | | | | | | /hdf5/{files} to simply /{files} This will make it easier to build from command line, as well as autotests. Updated Windows installation documentation to reflect changes.
* [svn-r13230] Purpose: Update projectsBinh-Minh Ribler2007-02-031-0/+0
| | | | | | | | | Description: Updated testhdf5_cpp and testhdf5_cppdll to add tcompound.cpp tfilter.cpp, ttypes.cpp, and tvlstr.cpp. Platforms tested Windows XP
* [svn-r13071] Fixed bug 738.MuQun Yang2006-12-181-0/+0
| | | | | In 1.6, H5_HAVE_VSNPRINTF is not defined. Instead H5_HAVE__VSNPRINTF is defined. Fixed to use H5_HAVE_VSNPRINTF as the macro.
* [svn-r13061] Purpose: Update Windows projectsBinh-Minh Ribler2006-12-141-0/+0
| | | | | | | | | | Description: Added the C++ test tattr.cpp to testhdf5_cpp and testhdf5_cppdll. Platform tested: Visual C++ 6.0 on Windows XP The last time I did this update was almost two years ago, I'm hoping that I didn't mess it up!
* [svn-r12639] Frank Baker2006-09-041-0/+16
| | | | | | | | Description: Add per-directory abbreviated copyright notices (abbreviated COPYING files pointing to full notices). Tested: MANIFEST verified; not otherwise tested.
* [svn-r12047] Purpose:Fang Guo2006-03-091-0/+0
| | | | | | | | | | | | | | | | | | Maintenance and Improvement on Windows Description: Move gifconv and gifconvdll project files from tools dir. to hl/tools Add hdf5_hldll.dsp Add in install_hldll.bat Add in HL C examples Add in test_hlcexamples.bat Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11846] Purpose:Fang Guo2005-12-291-0/+0
| | | | | | | | | | | Windows Maintenance Description: Add in new source code (H5Gname.c H5Gtest.c and H5Gtraverse.c) Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11826] Purpose:Fang Guo2005-12-211-0/+0
| | | | | | | | | | | Maintenance on Windows Description: Update all.zip due to project(h52gif.dsp(dll))setting changes Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11746] Purpose:Fang Guo2005-11-221-0/+0
| | | | | | | | | | | Maintenance on Windows Description: Add H5Bcache.c and H5Ocache.c into project file hdf5.dsp and hdf5dll.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11565] Purpose:Fang Guo2005-10-141-0/+0
| | | | | | | | | | | Maintenance on Windows Description: Modify batch file repacktest.bat due to the new change of h5diff Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11410] Purpose:Fang Guo2005-09-131-0/+0
| | | | | | | | | | | | | | | | | | | | Maintenance on Windows Description: Update H5Tinit.c due to the changes of H5detect.c Turn off the following h5dump -xml tests on Windows due to the unresolved tests failure --xml tall.h5 --xml tcompound.h5 --xml tcompound2.h5 --xml tloop2.h5 --xml tslink.h5 --xml -A tall.h5 Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11227] Purpose:Fang Guo2005-08-091-0/+0
| | | | | | | | | | | | | | | Maintenance on Windows Description: Remove project files filename.dsp and filenamedll.dsp (filename.cwas removed some time ago) Add newly added file H5Fsfile.c into hdf.dsp and hdf5dll.dsp modify hdf5test.bat to remove filename test Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11030] Purpose:Fang Guo2005-07-061-0/+0
| | | | | | | | | | | | New source code added. Description: New source code H5Fmount.c and H5Fsuper.c added by Quincey Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10932] Purpose:Fang Guo2005-06-171-0/+0
| | | | | | | | | | | Update Source code for windows Description: Update H5tinit.c Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10142] Purpose:MuQun Yang2005-03-041-0/+0
| | | | | | | | | | | | | | On windows, HDF5 C example output file gets changed. Needs to be fixed. Description: Solution: Platforms tested: windows XP 6.0 and .Net. Misc. update:
* [svn-r10092] Purpose: Update Windows projectsBinh-Minh Ribler2005-02-261-0/+0
| | | | | | | | | | Description: Removed the following files from the projects hdf5_cpp and hdf5_cppdll, due to the removal of the files for bugzilla #242: H5Idtemplates.h H5RefCounter.cpp H5RefCounter.h Platforms tested: Windows XP
* [svn-r9972] Purpose:Xuan Bai2005-02-091-0/+0
| | | | | | | | | | | | | | | Bug fix. Description: During last check-in, I forgot to uncheck HDF5 C++/Fortran projects from the dependencies of the "all" dummy project. By default, only HDF5 C projects should be added to the dependencies of the "all" dummy project. Solution: Uncheck HDF5 C++/Fortran projects from the dependencies of the "all" dummy project. (update all.dsw) Platforms tested: Minor fix, test not necessary. Misc. update: