summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5458] MuQun Yang2002-05-231-0/+0
| | | | | | | | | | | Purpose: update project file Description: forget updating dset_cpp and dset_cppdll in order to erase linking errors. Solution: update it Platforms tested: windows 2000
* [svn-r5306] MuQun Yang2002-05-011-0/+0
| | | | | | | | Purpose: The decision has been made, no use to keep all_withhdf4.zip Description: Solution: remove this zip file
* [svn-r5303] MuQun Yang2002-05-011-0/+0
| | | | | | | | Purpose: RE-ADD all_withhdf4.zip to 1.4 branch until future decision. Description: Solution: Platforms tested:
* [svn-r5300] MuQun Yang2002-04-302-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-r5299] MuQun Yang2002-04-301-0/+0
| | | | | | | | Purpose: hdf4-related tools have been moved out of HDF5 CVS tree, so all_withhdf4.zip needs to be retired. Description: Solution: Platforms tested:
* [svn-r5116] MuQun Yang2002-03-292-0/+0
| | | | | | | | | | Purpose: clean up warnings by creating new project libtest. Make it compatible with development branch. Description: Solution: Platforms tested: windows 2000
* [svn-r4988] MuQun Yang2002-02-181-0/+0
| | | | | | | | | | Purpose: update h5toh4 test batch file Description: change HDF4 version from 41r4 to 41r5. Solution: Platforms tested: windows 2000
* [svn-r4954] MuQun Yang2002-02-131-0/+0
| | | | | | | | | | | | Purpose: Update HDF4 library path for h4toh5 and h5toh4 tools. Description: HDF4 library path is not set correctly, make a easy solution for users Who are not familiar with windows. Use standard path C:\HDF41r5\ for those users. Previously HDF4 library is in C:\HDF41r4. Update the version. Solution: Platforms tested: windows 2000
* [svn-r4937] Purpose:Binh-Minh Ribler2002-02-121-0/+0
| | | | | | | | | | Updating zip file for windows Description: Added DLL version 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-r4924] MuQun Yang2002-02-081-0/+0
| | | | | | | | | | | | Purpose: Updated project files for hdf4-related tools Description: hdf4 libraries are updated from 4.1r3 to 4.1r5. Default library pathes and names are updated. Solution: Platforms tested: windows 98
* [svn-r4909] Pedro Vicente Nunes2002-02-062-0/+0
| | | | | | | | Purpose: added new all.dsw and all.dsp that have a utility project instead of a application project (this was causing a link error message) added the file tmisc.c to the projects testhdf5 and testhdf5dll these 2 projects were replaced in the all.zip file and all_withf90.zip all_withhdf4.zip
* [svn-r4906] Pedro Vicente Nunes2002-02-061-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Purpose: modified all.zip Description: added new code warrior project file added new all.dsw and all.dsp that have a utility project instead of a application project (this was causing a link error message) added the file tmisc.c to the projects testhdf5 and testhdf5dll these 2 projects were replaced in the all.zip file added a new H5pubconf.h file The file H5pubconf.h compiled on CW shows an error "inconsistent line endings" That is because CW and MSVC use different line endings. For the thing to work we have either to edit the file on MSVC and then save it on CW to remove those line endings or just edit it on CW. Solution Platforms tested: windows 2000
* [svn-r4873] MuQun Yang2002-01-281-0/+0
| | | | | | | | | | | | | Purpose: fix code warrior bugs in hdf5.cmp. add macro for code warrior at manual configuration header file H5config.h and H5pubconf.h for PRINTF_LL_WIDTH Description: dsets test is ignored in the previous code warrior data space. Add it in. dumper test failed on code warrior because code warrior used the different modifier(I64) for printf at MSVS. Pedro said adding a macro for code warrior and it works. Solution: Platforms tested: code warrior on windows by pedro.
* [svn-r4827] MuQun Yang2002-01-151-0/+0
| | | | | | | | | Purpose: flush1dll missed from workspace. Add it. Description: Solution: Platforms tested: windows 98
* [svn-r4820] MuQun Yang2002-01-142-0/+0
| | | | | | | | | | | | | | Purpose: fix bug for release dll Description: It seems that by changing the project setting option to multithreaded DLL make the testing of release dll work(It should be 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-r4819] MuQun Yang2002-01-141-0/+0
| | | | | | | | | Purpose: update code warrior project Description: Help pedro check into his updated code warrior project on windows Solution: Platforms tested:
* [svn-r4815] MuQun Yang2002-01-111-0/+0
| | | | | | | | | Purpose: update c++ project settings Description: Solution: Platforms tested: windows 2000
* [svn-r4810] Binh-Minh Ribler2002-01-091-0/+0
| | | | | | | | | | | Purpose: Updating zip file for windows Description: Added C++ API library and tests to all.zip. The C++ API is disabled, however, and will need to be enabled by the user. Only static library is added, no dll for C++ API yet. Platforms tested: Windows 2000
* [svn-r4800] MuQun Yang2002-01-083-0/+0
| | | | | | | | | | | Purpose: update windows project setting zip files for 1.4 branch Description: The main change is H5pubconf.h and H5config.h. Make it consistent with 1.5 branch. Solution: Platforms tested: windows 2000(release dll failed when testing VL length attribute)
* [svn-r4776] Elena Pourmal2002-01-041-0/+0
| | | | | | | | | | | | | | Purpose: Bug fix and maintenance Description: tH5E.f90 file was missing from the testhdf5_fortran(dll) projects. This caused Fortran compilation to fail on Windows. I also created and added two new projects flush1_fortradll and flush2_fortrandll that were never added in when I did Fortran port for Windows. Solution: Added missing files to the projects. Platforms tested: Windows 2K
* [svn-r4771] MuQun Yang2002-01-033-0/+0
| | | | | | | | | Purpose: H5dpss.c no longer exists, remove the file from windows project. Description: Solution: Platforms tested: windows 2000
* [svn-r4709] MuQun Yang2001-12-123-0/+0
| | | | | | | | | Purpose: a bug fix Description: erase back slash at the end of lines of Installexamples.bat Solution: Platforms tested:
* [svn-r4552] MuQun Yang2001-10-161-0/+0
| | | | | | | | | | Purpose: The bug fix for debug dll tests when using all_withf90.zip. Description: Solution: change project setting and ignore msvcrt.lib. Tests passed. Platforms tested: windows 2000.
* [svn-r4539] Elena Pourmal2001-10-121-0/+0
| | | | | | | | | | | Purpose: Maintenance Description: I never checked in correct project for the Fortran Release DLL test. Platforms tested: Windows NT
* [svn-r4538] MuQun Yang2001-10-103-0/+0
| | | | | | | | | | | | Purpose: update 1.4 branch of various bug fixes for windows support. Description: 1. intn to int and uintn to unsigned at H5Tinit.c 2. test rearrangements or chunk, iopipe etc. to directory perform 3. update testhdf5 and testhdf5dll for test configuration type test. Solution: Platforms tested: eirene, windows 2000
* [svn-r4148] Pedro Vicente Nunes2001-07-081-0/+0
| | | | | | | | | | | | | | | | | Purpose: update all.zip Description: 2 new files in all.zip hdf5.mcp (code warrior project) that opens by default the all project a new H5pubconf.h , the older one had line endings not compatible with CW Solution: Platforms tested: NT, (CW and MSVC)
* [svn-r4146] Pedro Vicente Nunes2001-07-071-0/+0
| | | | | | | | | | | Purpose: inserted new code warrior project file in ALL.ZIP has an all projects build Description: Solution: Platforms tested:
* [svn-r4116] Pedro Vicente Nunes2001-07-051-0/+0
| | | | | | | | | | Purpose: updated the all.zip file to include the code warrior project file it is located on hdf5/proj/codewarrior/hdf5.mcp Description: Solution:
* [svn-r4112] 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.