summaryrefslogtreecommitdiffstats
path: root/windows_vnet/proj/hdf5/hdf5.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17256] Added new file, H5Dlayout.c to project files.Allen Byrne2009-07-281-7985/+0
| | | | | | | | Deleted obsolete vnet project files as it is no longer supported for HDF55 1.9 and above Removed references from batch build files. Release documents still need to be updated. Tested XP32 VS2005
* [svn-r16729] Added H5Groot file to proj files.Allen Byrne2009-04-101-0/+35
| | | | Tested: Xp64-2005, XP32-VNET
* [svn-r16207] Added new file H5Bdbg.c to windows project file. Will test ↵Allen Byrne2008-12-181-1/+36
| | | | using VS2008 Express.
* [svn-r16189] Changed references of H5Distore to H5Dbtree in project files. ↵Allen Byrne2008-12-121-1/+1
| | | | (Related to revision 16180)
* [svn-r15675] Purpose: Add new source file H5EAdblock.c to Windows.Scott Wegner2008-09-221-0/+3
| | | | | | | | Description: New source file H5EAdblock.c was added to the library. This checkin adds the file to our Windows projects, hdf5 and hdf5dll (VS2005 and VS.NET project files) Tested: Build only, VS2005 on WinXP
* [svn-r15622] Purpose: Add new source files to Windows projectsScott Wegner2008-09-151-0/+9
| | | | | | | | Description: This checkin adds the following source files to our Windows projects: -- H5EAiblock.c -- H5EAstat.c -- H5EAdbg.c
* [svn-r15584] Purpose: Add new extensible array source code and test project ↵Scott Wegner2008-09-031-0/+21
| | | | | | | | | for Windows Description: In revision 15549, new source code was added for the extensible array interface. This checkin adds the source code to Windows, along with the new test project, earray. Note: The new H5EA interface causes compilation errors on Windows, and will need to be fixed in the source.
* [svn-r15094] Purpose: Cleanup Windows project files-- standardize program ↵Scott Wegner2008-05-291-2/+2
| | | | | | | | | | | | | debug information Description: In our debug project configurations, many of the projects were generating debug information for "Program Database and Edit & Continue". Other projects were using different settings, or none at all. We standardize to use "Program Database" setting, because it generates much smaller .obj files and cuts out unnecessary debug information. This is another project cleanup and enhancement from user suggestions outlined in bug #1164 Tested: VS2005 on WinXP VS.NET on WinXP
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-0/+6
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-6/+0
| | | | New fortran wrappers added.
* [svn-r14867] Purpose: Add new source files to Windows projectsScott Wegner2008-04-281-0/+6
| | | | | | | | Description: Two new source files have been added, H5Dchunk.c and H5Dscatgath.c. This checkin adds the files to the Windows project files as well. Tested: VS2005 on WinXP
* [svn-r14428] Purpose: Rename vs6 folder to vnetScott Wegner2008-01-161-0/+7876
Description: We are removing VS6 support in HDF5 1.8, so our windows_vs6 folder now becomes windows_vnet.