summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r4874] MuQun Yang2002-01-281-0/+0
| | | | | | | | | | | | Purpose: check code warrior changes at HDF5 branch Description: 1. add a maro at H5config.h and H5pubconf.h to maintain the correct printf output in code warrior. 2. update code warrior project changes. Solution: Platforms tested: tested by pedro on windows ?
* [svn-r4829] MuQun Yang2002-01-151-0/+0
| | | | | | | | | | Purpose: update testhdf5dll.dsp for release dll settings Description: previous testhdf5dll failed. Solution: Platforms tested: windows 98
* [svn-r4821] MuQun Yang2002-01-142-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-092-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-083-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-123-0/+0
| | | | | | | | | Purpose: fix installexample.bat Description: erase backslash at the end of the directory path Solution: Platforms tested:
* [svn-r4611] Binh-Minh Ribler2001-11-191-0/+0
| | | | | | | | | | | Purpose: Adding new zip file for windows Description: Added C++ API library and tests to "all" in this new zip file. The C++ API is disabled, however, and will need to be enabled by the user. Platforms tested: Windows 98
* [svn-r4596] MuQun Yang2001-11-081-0/+0
| | | | | | | | | | | | Purpose: Update H5pubconf.h and H5config.h on windows platform. Would like to be checked by c++ API and see whether the newly checking-in all.zip works. Description: H5config.h and H5pubconf.h are all rearranged. Comments have not been added to H5pubconf.h yet. Will be done later. Solution: Most auto-generated system specified constants have been manually tuned on windows platforms. Some of them are still unknown. Will wait later. Platforms tested: windows 2000
* [svn-r4551] MuQun Yang2001-10-161-0/+0
| | | | | | | | | | | | | | | | | | | | Purpose: bug fix HDF5 debug dll test failed when using all_withf90.zip. Description: various tests failed when using all_withf90.zip with the same project setting, all tests passed when using all.zip(C test). Suspect Digital fortran compiler problem. Solution: Find one strange warning message: LINK : warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library Following the instruction, ignore msvcrt.lib when linking with hdf5dll. All tests passed. Don't know the exact reason since msvcrt.lib is kind of required for DLL. Platforms tested: windows 2000
* [svn-r4521] MuQun Yang2001-10-042-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-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.