summaryrefslogtreecommitdiffstats
path: root/windows/all.zip
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r6205] MuQun Yang2002-12-131-0/+0
| | | | | | | | | | | | | Purpose: update windows project file Description: Solution: Platforms tested: windows 2000(not affect other platforms) Misc. update: Update MANIFEST if you add or remove any file. Update release_docs/RELEASE for bug fixes, new features, etc. Update applicable document files too.
* [svn-r6141] MuQun Yang2002-11-271-0/+0
| | | | | | | | | | | | | | Purpose: New feature Description: Add deflate and shuffle macro at H5pubconf.h on windows. Solution: Platforms tested: windows 2000 Misc. update: Update MANIFEST if you add or remove any file. Update release_docs/RELEASE for bug fixes, new features, etc. Update applicable document files too.
* [svn-r6140] Purpose:Pedro Vicente Nunes2002-11-261-0/+0
| | | | | | | | | | | | code warrior fix CW does not recognize the _stati64 type, changed HDstat macro accordingly Platforms tested: windows 2000 (MSVC, Code warrior) linux
* [svn-r6012] MuQun Yang2002-10-171-0/+0
| | | | | | | | | | | Purpose: update windows stuff to catch up with the changing of the library Description: REUTRN_ERROR has been replaced by GOTO_ERROR; need to update on windows. Solution: Platforms tested: windows 2000, windows xp Misc. update:
* [svn-r5970] Purpose:Pedro Vicente Nunes2002-10-091-0/+0
| | | | added a new project h5diff to the windows projects
* [svn-r5933] MuQun Yang2002-09-201-0/+0
| | | | | | | | | | Purpose: change the setting of HDF5DLL Description: To insert the "correct" zlib path for the project file HDF5DLL Solution: Platforms tested: win2000
* [svn-r5888] MuQun Yang2002-08-231-0/+0
| | | | | | | | | | Purpose: Update windows including zlib macro updating, new source adding and some source code tuning. Description: Need to update fortran case later. Solution: Platforms tested: windows 2000
* [svn-r5836] MuQun Yang2002-07-241-0/+0
| | | | | | | | | | | | | Purpose: move zlib out of hdf5/src from development branch update H5pubconf.h Description: The decision has been made to move zlib out of hdf5 source distribution, make it real in development branch. In dev. branch, H5_HAVE_COMPRESSION replaces H5_HAVE_COMPRESS2, H5_HAVE_ZLIB_H and H5_HAVE_LIBZ etc. Make windows consistent. Solution: Platforms tested: windows 2000
* [svn-r5584] MuQun Yang2002-06-111-0/+0
| | | | | | | | | | | Purpose: update windows project Description: H5Tinit.c is manually maintained on w2k, FUNC_ENTER and FUNC_LEAVE need to be consistent with the rest changes of library. Solution: Platforms tested: w2000(many tests failed not due to the check-in, somewhere at H5P.c is not working correctly)
* [svn-r5457] MuQun Yang2002-05-231-0/+0
| | | | | | | | | | Purpose: update c++ test project to avoid linking errors Description: since gethostname etc. window-version functions may not be linked without modifying project setting in link part; we have to modify project settings for every project affected. dsets_cpp and dsets_cppdll were ignored last time. Now update it. Solution: Platforms tested: windows 2000
* [svn-r5296] MuQun Yang2002-04-301-0/+0
| | | | | | | | | | | | | | Purpose: 1. update the transition from "MACRO_NAME" to "H5_MACRO_NAME" on windows platforms. 2. make gethostname work on windows Description: 1. All constant defined at H5config.h will be renamed and moved to H5pubconf.h. SInce no autoconf on windows, H5pubconf.h has to be manually tuned to build HDF5 library. 2. Have to use WS2_startup and WS2_end to make gethostname work. Also change project files to erase warnings. Solution: Platforms tested: windows 2000
* [svn-r5242] MuQun Yang2002-04-231-0/+0
| | | | | | | | | | | | | Purpose: update H5pubconf.h Description: Solution: somehow ilne feed format of H5config.h is messed up. corrected. Platforms tested: check with eyes
* [svn-r5238] MuQun Yang2002-04-231-0/+0
| | | | | | | | | | Purpose: update H5config.h at *.zip files Description: somehow ilne feed format of H5config.h is messed up. corrected. Platforms tested: win2000
* [svn-r5209] MuQun Yang2002-04-191-0/+0
| | | | | | | | | | | | | | | | | | Purpose: 1. add install hdf5 lib.,tools batch file 2. add comments and earse warning 3. update H5pubconf.h Description: 1. With the request from supporting team, add a batch file that can automatically move all library, include and binary files to a directory called hdf5lib under the top directory. 2. H5Tinit.c, H5pubconf.h and H5config.h are adapted from UNIX platform but manually maintained on windows. Add a one-line comment to avoid confusions. 3. erase a compiling warning for unlink.dll 4. Update H5pubconf.h, malloc(0) returns a non-NULL pointer for windows; So define H5_MALLOC_WORK on H5pubconf.h Solution: Platforms tested: windows 2000
* [svn-r5197] Pedro Vicente Nunes2002-04-171-0/+0
| | | | | | | | | | | | | | | | | | | | | | Purpose: change include header format Description: the format <> of headers was causing problems in the file H5Tinit.c Solution: changed to #include "H5private.h" #include "H5Iprivate.h" #include "H5Eprivate.h" #include "H5FLprivate.h" #include "H5MMprivate.h" #include "H5Tpkg.h" Platforms tested: w2000
* [svn-r5187] Pedro Vicente Nunes2002-04-161-0/+0
| | | | | | | Purpose: added a new projcet file "getname" to all.zip, that includes the new test getname.c Platforms tested: no test involved
* [svn-r5155] Pedro Vicente Nunes2002-04-091-0/+0
| | | | | | Purpose: Made a new all.zip that includes a new project called "set_extent".
* [svn-r5153] Pedro Vicente Nunes2002-04-091-0/+0
| | | | | | Purpose: Modified all.zip file to include a windows project for set_extend
* [svn-r5103] MuQun Yang2002-03-281-0/+0
| | | | | | | | Purpose: add hdf5cpptest.bat in the all.zip Description: Solution: Platforms tested:
* [svn-r5102] MuQun Yang2002-03-271-0/+0
| | | | | | | | | | | | Purpose: rearrange project setting Description: by default, no c++ library or tests will be built. User will enable by checking dependencies by themselves to build c++ library. The old all.zip somehow build c++ libraries. Solution: correct it by disable c++ dependency. Platforms tested: windows 2000
* [svn-r5070] MuQun Yang2002-03-191-0/+0
| | | | | | | | | | | | | | Purpose: 1. fix a bug on all_withf90.zip 2. update windows zlib library to 1.14 version Description: 1. somehow the workspace and project files were not totally updated on all_withf90.zip update it now. 2. Update windows zlib library to the 1.14 version in responding to the security problem of zlib. This updating will not affect other platforms. Solution: Platforms tested: windows 2000
* [svn-r5035] MuQun Yang2002-03-061-0/+0
| | | | | | | | | | | | | | | | | | | | Purpose: rearrange projects, erase more warnings, faster compiling fix a small bug in fortran building Description: Previously every testing project includes h5test.c to deal with test initialization and clean up etc. So h5test.c is compiled dozens of times for each HDF5 building. It slows down the compiling time and shows more warnings(dozens of times warnings that h5test.c generates). Solution: Make library called libtest.lib and libtestD.lib and connect this library with testing projects. In this way compiling time is shorter and warnings are reduced. Platforms tested: windows 2000 Note: HDF5 fortran debug dll test failed most tests. From the observation, I suspect it is due to visual fortran compiler. Since debug dll passed all in VS compiler.
* [svn-r5004] Binh-Minh Ribler2002-02-241-0/+0
| | | | | | | | | | | | Purpose: Removing unnecessary file from all.zip Description: The file H5config.h.in got into all.zip somehow at some point. When all.zip is being unzipped, an attempt to replace a newer H5config.h.in by this file was made. I confirmed this with Kent and removed it. Platforms tested: Windows 2000
* [svn-r5003] Binh-Minh Ribler2002-02-241-0/+0
| | | | | | | | | | | Purpose: Adding C++ support on windows Description: Added both static and DLL versions of the C++ API library and tests to all.zip. The C++ API is disabled, however, and will need to be enabled by the user. Platforms tested: Windows 2000
* [svn-r4923] Pedro Vicente Nunes2002-02-071-0/+0
| | | | | Purpose: new all.zip with all.dsp utility, new hdf5test.dsp and updated code warrior project
* [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-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-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-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-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-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.