diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2003-03-03 16:10:13 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2003-03-03 16:10:13 (GMT) |
commit | 3c23f31e6b0a703c17db34b2962474c8a3aa7854 (patch) | |
tree | cb06fd46549964cca757ecce0ff2b4ea146b6af1 /windows/all_withf90.zip | |
parent | da3fd8f6d6fbe1e43709105ca5147272be016748 (diff) | |
download | hdf5-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/all_withf90.zip')
-rwxr-xr-x | windows/all_withf90.zip | bin | 151369 -> 164157 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/windows/all_withf90.zip b/windows/all_withf90.zip Binary files differindex 2af6c3f..1f34685 100755 --- a/windows/all_withf90.zip +++ b/windows/all_withf90.zip |