summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4462] MuQun Yang2001-09-183-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-r4188] Pedro Vicente Nunes2001-07-111-0/+0
| | | | | | | | | | | Purpose: removed hl from workspace Description: Solution: Platforms tested:
* [svn-r4187] Pedro Vicente Nunes2001-07-111-0/+0
| | | | | | | | | | | | Purpose: removed hdf5_hl projects from all.zip Description: Solution: Platforms tested:
* [svn-r4169] Pedro Vicente Nunes2001-07-101-0/+0
| | | | | | | | | | | Purpose: updated all.zip for include new projects for hdf5_hl Description: Solution: Platforms tested:
* [svn-r4153] Pedro Vicente Nunes2001-07-091-0/+0
| | | | | | | | | | | Purpose: updated all.zip to the MSVC projects for hdf5_hl: Description: Solution: Platforms tested:
* [svn-r4152] Pedro Vicente Nunes2001-07-091-0/+0
| | | | | | | | | | Purpose: updated all.zip to include code warrior project Description: Solution: Platforms tested:
* [svn-r4151] Pedro Vicente Nunes2001-07-091-0/+0
| | | | | | | | | | | | Purpose update all .zip to include MSVC projects for hd5_hl : Description: Solution: Platforms tested:
* [svn-r4114] Elena Pourmal2001-07-053-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.