summaryrefslogtreecommitdiffstats
path: root/windows/all_withhdf4.zip
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4821] MuQun Yang2002-01-141-0/+0
| | | | | | | | | | | | | | | | Purpose: a bug fix for release dll Description: change the project setting for release dll from single-threaded to multithreaded DLL seems to make all tests pass. For DLL testing, it should be set to multithreaded DLL anyway. Solution: Platforms tested: windows 2000 [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r4804] MuQun Yang2002-01-091-0/+0
| | | | | | | | | Purpose: H5FDdpss test no longer exists, modify project file at 1.5 branch. Description: Solution: Platforms tested: windows 2000
* [svn-r4801] MuQun Yang2002-01-081-0/+0
| | | | | | | | | | Purpose: somehow the updated H5pubconf.h and H5config.h missed from all zip files. recheck in. Description: Solution: Platforms tested: windows 2000
* [svn-r4704] MuQun Yang2001-12-121-0/+0
| | | | | | | | | Purpose: fix installexample.bat Description: erase backslash at the end of the directory path Solution: Platforms tested:
* [svn-r4521] MuQun Yang2001-10-041-0/+0
| | | | | | | | | | | | | | | Purpose: Fixed bugs Description: 1. tconfig.c finds size of long double and size of off_t are not correct on windows 2000. Size of long double(8) at the manually hacked H5config.h on windows represents windows NT 4.0. On windows 2000, it is set to 12. Now H5config.h is fixed to pass windows 2000, but will fail on NT4.0O. This problem needs to be addressed. 2. modify testhdf5 and testhdf5sll projects to fit in the new test. 3. find a release dll bug(cause tattr test failed), later the bug is gone after install VS 6.0 service pack 5. Highly suspect it is a compiler bug. Solution: See above. Platforms tested: windows 2000
* [svn-r4462] MuQun Yang2001-09-181-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: 1. rearrange project settings to be consistent with UNIX platforms 2. fix bugs on H5Tinit.c and h5pubconf.h windows version. Description: 1. overhead, iopipe and chunk testings are moved to perform directory on UNIX platforms rearrange windows project settings to reflect the changes 2. H5_HAVE_SYS_TIMEB_H is defined in h5pubconf.h, it is only used in the iopipe test. In iopipe.c, H5_HAVE_SYS_TIMEB is used to get the current time before opening HDF5 file. This constant is never defined at h5pubconf.h. So iopipe test failed on windows. 3. intn is still used in windows version H5Tinit.c. 4. redefine H5_inline at h5pubconf.h. That will generate warnings like: ..\..\src\H5private.h(150) : warning C4005: 'H5_inline' : macro redefinition ..\..\src\h5pubconf.h(8) : see previous definition of 'H5_inline' Solution: 1. Rearrange chunk.c,iopipe.c and overhead.c files in project setting. 2. In order not to affect other platform(linux also defines H5_HAVE_SYS_TIMEB_H). in windows version h5pubconf.h change H5_HAVE_SYS_TIMEB_H into H5_HAVE_SYS_TIMEB. Now H5_HAVE_SYS_TIMEB is only used by windows platform, iopipe test runs okay. 3. change intn into int. 4. undefine H5_inline on windows version of h5pubconf.h Platforms tested: windows 2000(NT5.0) and windows 98.
* [svn-r4114] Elena Pourmal2001-07-051-0/+0
Purpose: Maintenance Description: Source directory has been rearranged. INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory. *.zip files were moved to the windows directory. README file was renamed to README.txt MANIFEST was updated to reflect those changes.