summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2003-03-03 16:10:13 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2003-03-03 16:10:13 (GMT)
commit3c23f31e6b0a703c17db34b2962474c8a3aa7854 (patch)
treecb06fd46549964cca757ecce0ff2b4ea146b6af1 /windows
parentda3fd8f6d6fbe1e43709105ca5147272be016748 (diff)
downloadhdf5-3c23f31e6b0a703c17db34b2962474c8a3aa7854.zip
hdf5-3c23f31e6b0a703c17db34b2962474c8a3aa7854.tar.gz
hdf5-3c23f31e6b0a703c17db34b2962474c8a3aa7854.tar.bz2
[svn-r6448]
Purpose: update project files, bug fix and new feature added on windows Description: 1. bug fix the maually-maintained H5Tinit.c on windows gave the wrong information of the size of data type long double due to inconsistent description of the long double at MSDN. After testing with a real case, find the long double is treated as double on windows. The size is 8 bytes. Previously it was set to 12. The alignment information of struct is missed in the old H5Tinit.c. 2. Project files updated With the Quincey's new additions, Project files hdf5, hdf5dll,testhdf5,testhdf5dll are modified. Add several test project files on windows, they are ntypes,ntypesdll,file_handle,file_handledll, getname, getnamedll, set_extent and set_extentdll. 3. New features H5Tinit.c can be automatically generated from H5detect.c. Adding a workspace and a project file for users who may build and test HDF5 snapshotes. Solution: 1. Use automatic-generated H5Tinit.c to replace the manually maintained H5Tinit.c This automatic-generated H5Tinit.c has been confirmed the same on windows XP and windows 2000. Platforms tested: windows 2000,(since the files changed are windows specified *.zip files, it will not affect non-windows platforms). Only update projects all-withf90.zip without building and testing due to upcoming modification of fortran projects by Elena.
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/all.zipbin227002 -> 237385 bytes
-rwxr-xr-xwindows/all_withf90.zipbin151369 -> 164157 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip
index 200a449..595a113 100755
--- a/windows/all.zip
+++ b/windows/all.zip
Binary files differ
diff --git a/windows/all_withf90.zip b/windows/all_withf90.zip
index 2af6c3f..1f34685 100755
--- a/windows/all_withf90.zip
+++ b/windows/all_withf90.zip
Binary files differ