summaryrefslogtreecommitdiffstats
path: root/windows/proj/all/all.dsw
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13922] Purpose: First step in VS6 DepreciationScott Wegner2007-06-271-3671/+0
| | | | | | | | | | | | | | | | | 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-r13799] Applying Windows Fortran-specific patches suggested in Bug ↵Scott Wegner2007-05-231-6/+0
| | | | | | | #879. This checkin takes care of the first two, I will look at the last one today. Tested: Visual Studio 2005 on WinXP
* [svn-r13752] Added an include to the ohdr testfile generator code to fix an ↵Scott Wegner2007-05-141-0/+3
| | | | | | | | issue with Visual Studio. I've also turned this project on by default in Windows. Tested: VS6 on WinXP kagiso
* [svn-r13734] Added new source files (from rev. 13721) to Windows project files.Scott Wegner2007-05-051-0/+15
| | | | | | | Note: ohdr_gentst currently fails on Windows, and is disabled by default. I'm working with Quincy to get this fixed. Tested: VS6 on WinXP
* [svn-r13710] Added Fortran dependencies to Windows project files, and ↵Scott Wegner2007-04-301-0/+138
| | | | | | | updated documentation to reflect changes. Tested: Visual Studio 2005 on WinXP
* [svn-r13536] Added source files to Windows C++ test project files. Both ↵Scott Wegner2007-03-221-0/+30
| | | | | | | | | | | | | | | | testhdf5_cpp.dsp and testhdf5_cppdll.dsp received: ./c++/test/tcompound.cpp ./c++/test/ttypes.cpp ./c++/test/tfilter.cpp ./c++/test/tvlstr.cpp Also, fixed a declaration in ttypes.cpp that was causing a compile error in MSVS6.0. Tested: Visual Studio 6.0 on WinXP kagiso too minor for h5committest
* [svn-r13322] Added new Windows project file, h5mkgrp for new tool, and ↵Scott Wegner2007-02-161-0/+21
| | | | updated all.dsw workspace to include it.
* [svn-r13140] Added a new batch file to test error APIsMuQun Yang2007-01-121-0/+84
| | | | | | 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-r12993] Update windows project files to reflect the recent library change.MuQun Yang2006-11-291-96/+0
|
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-211-40/+94
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12856] On windows file_handle has been changed to vfd. This check-in ↵MuQun Yang2006-11-031-42/+84
| | | | | | | changes the feature. Add project files for ref test. Update hdf5test.bat that includes btree2 test.
* [svn-r12836] Catch up with h5diff tests.MuQun Yang2006-10-311-0/+3
| | | | Catch up with h5repacktst tests.
* [svn-r12714] check in the new dataspace fileMuQun Yang2006-10-031-0/+33
|
* [svn-r12499] Windows project updating:MuQun Yang2006-07-271-0/+21
| | | | | | Updating all.dsw,all.sln(for command-line testing only) and binread.dsp. New projects have been added into.
* [svn-r12471] MuQun Yang2006-07-151-13/+1
| | | | | | | | | | | | | | | | Updates on windows Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003 Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat. The previous check-in forgot including the dependency of a new project file.
* [svn-r12468] Update for windows MuQun Yang2006-07-151-161/+188
| | | | | | | | Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat.
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-141-3314/+3314
| | | | | | be "CRLF" instead of "native".
* [svn-r12166] Purpose:Fang Guo2006-03-281-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Add in new test cross_read(dll) on Windows Solution: Platforms tested: Windows Misc. update:
* [svn-r12023] Purpose:Fang Guo2006-03-071-17/+29
| | | | | | | | | | | Maintenance on Windows Description: Move gifconv from windows\tools\ to windows\hl\tools Solution: Platforms tested: Misc. update:
* [svn-r11972] Purpose:Fang Guo2006-02-281-122/+38
| | | | | | | | | | | | Maintenance on Windows Description: Update workspace according to Quincey's check in. Remove blocktrack(dll).dsp, b_plus+tree(dll).dsp and sheap(dll).dsp and add in fheap(dll).dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11922] Purpose:Fang Guo2006-02-071-163/+169
| | | | | | | | | | | Maintenance on Windows Description: Add hdf hl library as the dependency of gifconv and gifconvdll Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11911] Purpose:Fang Guo2006-01-311-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Update workspace to include cache_api.dsp and cache_apidll.dsp Solution: Platforms tested: Misc. update:
* [svn-r11843] Purpose:Fang Guo2005-12-281-161/+161
| | | | | | | | | | | Windows Maintenance Description: Update workspace Solution: Platforms tested: Misc. update:
* [svn-r11825] Purpose:Fang Guo2005-12-211-0/+6
| | | | | | | | | | | Maintenance on Windows Description: Update workspace due to project h52gif.dsp and h52gifdll.dsp setting changes Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11716] Purpose:Fang Guo2005-11-151-0/+42
| | | | | | | | | | | Maintenance on windows Description: Add in objcopy.dsp and objcopydll.dsp Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r11451] Purpose:Fang Guo2005-09-211-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Add two new project files for tool h5stat Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11273] Purpose:Fang Guo2005-08-191-0/+18
| | | | | | | | | | | Maintenance Description: Update workspace and solution file Solution: Platforms tested: MSVS 6.0 on windows Misc. update:
* [svn-r11120] Purpose:Fang Guo2005-07-221-11/+251
| | | | | | | | | | | Improvement Description: High level dll and tests project files added Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11099] Purpose:Fang Guo2005-07-211-42/+0
| | | | | | | | | | | Maintenance for windows Description: two project files were removed. Solution: Platforms tested: MSVS 6.0 on windows Misc. update:
* [svn-r11039] Purpose:Fang Guo2005-07-071-0/+42
| | | | | | | | | | | Update workspace Description: New project files added Solution: Platforms tested: Msvs 6.0 on windows XP Misc. update:
* [svn-r10940] Purpose:Fang Guo2005-06-171-8/+8
| | | | | | | | | | | Update workspace all.dsw Description: Outdated project files were removed and new ones added. Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10888] Purpose:Fang Guo2005-06-091-0/+36
| | | | | | | | | | | Update workspace dependencies. Description: Add two new project files h5repart_gentest.dsp and h5reparttst.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10872] Purpose:Fang Guo2005-06-071-0/+12
| | | | | | | | | | | Change Project files building order. Description: Modify project dependencies of hdf5_hl_cpp and hdf5_hl_fortran project files. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10859] Purpose:Fang Guo2005-06-061-18/+6
| | | | | | | | | | | | Update project dependencies! Description: Add hl_test_ds and hl_test_packet to dependencies of all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10854] Purpose:Fang Guo2005-06-031-0/+54
| | | | | | | | | | | Update all.dsw Description: Two new high level project files added into workspace Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10810] Purpose:Fang Guo2005-05-271-0/+33
| | | | | | | | | | | Update all.dsw Description: Two new project files for high level c++ library and test added into windows/proj/all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10790] Purpose:Fang Guo2005-05-231-69/+0
| | | | | | | | | | | Update project settings. Description: Solution: Platforms tested: Misc. update:
* [svn-r10772] Purpose:Fang Guo2005-05-201-0/+6
| | | | | | | | | | | Update project dependency of all.dsw. Description: New project pool.dsp and pooldll.dsp were added to all.dsw's dependencies. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10767] Purpose:Fang Guo2005-05-191-0/+105
| | | | | | | | | | | New project files added into all.dsw Description: pool.dsp and pooldll.dsp added into all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10709] Purpose:MuQun Yang2005-05-021-137/+143
| | | | | | | | | | | | | Update dependency for cache project Description: Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10611] Purpose:Fang Guo2005-04-151-161/+143
| | | | | | | | | | | Update project settings for hdf5/windows/proj/all/all.dsw. Description: Solution: Platforms tested: Misc. update:
* [svn-r10608] Purpose:Fang Guo2005-04-141-135/+171
| | | | | | | | | | | Update windows project files. Description: Add two new project files. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10564] Purpose:MuQun Yang2005-04-061-0/+126
| | | | | | | | | | | | | | | update work space file on windows Description: work space file should be updated to incoroprate the new check-in project files btree2, blocketc.... Solution: Platforms tested: VS6.0 on XP Misc. update:
* [svn-r10267] Purpose:Fang Guo2005-03-221-0/+2633
For windows support, Remove all.zip from HDF5. Description: Add windows all project file and workspace. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update: