summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r8925] Purpose:Xuan Bai2004-07-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | Update. Description: Update all the hdf5 testing batch files. Solution: 1. Updated dumptest.bat, difftest.bat, lstest.bat and repacktest.bat files to match with correspondent testings in Unix. 2. Added one new batch file mask.bat to mask off time information displayed in some h5ls tests. The time displayed with h5ls uses a system all that accountants for the local timezone of the cumputer that run that tests. To solve this issue, the time information has to be masked off. Otherwise, the expected output may be different with the actual output. 3. Updated H5pubconf.h to enable szlib encoder. Platforms tested: Microsoft Visual C++ 6.0 on Windows XP and 2000. (will test with .NET on Windows XP after this check-in.) Misc. update:
* [svn-r8889] Purpose:Xuan Bai2004-07-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Update. Description: Due to source code change, added 2 new projects to the Windows tests and removed some files from a Windows project. Updated h5repack testing batch file in Windows. Did some minor updates for cache project. Solution: 1. Added 2 new projects reserved and reserveddll to the Windows workspace. These two projects include the new source code reserved.c. 2. testh5repack_filters.c and testh5repack_layout.c were removed from HDF5 1.7 branch by Pedro. Removed these 2 files from h5repacktst project. 3. Pedro updated h5repack testings. Updated repacktest.bat batch file to match with new h5repack testings in Unix. 4. cache project settings->Link->Ignore libraries: add libcd.lib for release version and libc.lib for debug version. Platforms tested: Microsoft Visual C++ 6.0/.NET on Windows XP. (Will test on Windows 2000 with Visual C++ 6.0 after this check-in). Misc. update:
* [svn-r8855] Purpose:Xuan Bai2004-07-101-0/+0
| | | | | | | | | | | | | | | | Update. Description: Update new files into Windows workspace. Solution: Add H5RC.c and H5RCprivate.h to hdf5 and hdf5dll projects in Windows workspace. Platforms tested: MS Visual C++ 6.0 on Windows 2000. (will test on Windows XP with Visual C++ 6.0 and .NET after this check-in) Misc. update:
* [svn-r8828] Purpose:Xuan Bai2004-07-081-0/+0
| | | | | | | | | | | | | | | | | Update. Description: Added cache.c to the Windows tests. Updated H5Tinit.c. Solution: 1. Added 2 new projects cache and cachedll to the Windows workspace. These two projects include the new source code cache.c. 2. Updated H5Tinit.c. Platforms tested: MS Visual C++ 6.0 and .NET in Windows XP. Misc. update:
* [svn-r8809] Purpose:Xuan Bai2004-07-051-0/+0
| | | | | | | | | | | | | | | | Update projects in Windows workspace. Description: John added three files under hdf5/src. Update these files into windows workspace. Solution: 1. Added H5C.c to the source folders of hdf5 and hdf5dll projects. 2. Added H5Cprivate.h and H5Cpublic.h to the head folders of hdf5 and hdf5dll projects. Platforms tested: Microsoft Visual C++ 6.0 and DEC Fortran 6.0 in Windows XP and Windows 2000. Misc. update:
* [svn-r8762] Purpose:Xuan Bai2004-06-291-0/+0
| | | | | | | | | | | | | | | | | | Temporary bug fix Description: h5dump debug and debug dll testings failed for the following 2 tests: TOOLTEST thlink.h5.xml --xml thlink.h5 TOOLTEST tmany.h5.xml --xml tmany.h5 in Windows. These are known unsolved failures. To run the auto-compile, auto-test for hdf5 in Windows, these 2 tests need to be turned off temporarily. Solution: Turn off the above h5dump 2 tests temporarily. Platforms tested: Windows XP/Visual C++ 6.0 and .NET. Misc. update:
* [svn-r8720] Purpose:Xuan Bai2004-06-221-0/+0
| | | | | | | | | | | | | | | | | | Update. Description: 1. James and Nat changed the H5I code recently. Update Windows projects accordingly. 2. Update h5dumptest batch file. Solution: 1. Add new sourece code file tid.c into testhdf5 and testhdf5dll projects in Windows workspace. 2. Update testing flags (from -H -d dset1 -d /dset2 --dataset=dset3 to -H -d dset1 -d /dset2 in tdset-2.dll test) in h5dumptest batch file. Platforms tested: Windows XP/Visual C++ 6.0, and DEC Fortran 6.0. Misc. update:
* [svn-r8698] Purpose:Xuan Bai2004-06-161-0/+0
| | | | | | | | | | | | | | | Update. Description: Update toolslib and toolslibD projects in Windows. Solution: Add new source file h5tools_ref.c and head file h5tools_ref.h into toolslib and toolslibD projects. Platforms tested: Windows XP/Visual C++ 6.0 and .NET. Misc. update:
* [svn-r8638] Purpose:Xuan Bai2004-06-091-0/+0
| | | | | | | | | | | | | | | | | | | | | Update Description: 1. Update Windows project files as Quincey Koziol renamed several files in CVS. 2. Update the hdf5 test batch files. Solution: 1. Quincey renamed the following files in CVS: H5Fcompact.c -> H5Dcompact.c H5Fcontig.c -> H5Dcontig.c H5Fistore.c -> H5Distore.c H5Fseq.c -> H5Dseq.c hdf5, hdf5dll, and hdf5_cf90stub project files were updated to reflect the change. 2. H5dump, h5diff, h5ls, h5import, and h5repack test batch files were updated. Now the output from these batch files will show whether each test passes or fails. Platforms tested: Windows XP/Visual C++ 6.0 Misc. update:
* [svn-r8606] Purpose:Xuan Bai2004-06-021-0/+0
| | | | | | | | | | | | | | | | | | | | | Update and Optimization. Description: Update source codes into Windows workspace. Optimized the dumptest and deleteline batch files. Solution: 1. Added H5DTest.c and H5Dpkg.h to the sourde and header files of hdf5 and hdf5dll projects. 2. Removed H5RefCounter.cpp and H5RefCounter.h from hdf5_cpp and hdf5_cppdll projects. 3. Updated deleteline batch file. Compared with the former version, the current batch file running time is reduced greatly and the output from the deleteline batch file looks much better. 4. Updated dumptest batch file to match with the new dump tests added by Prdro Vicente under Unix. The output from dumptest will show whether the tests passed or failed, while the former version can only show whether there are any difference between the expected and actual output files with fc command. Platforms tested: Windows XP/Visual Studio C++ 6.0 and .Net. Misc. update:
* [svn-r8553] Purpose:Xuan Bai2004-05-201-0/+0
| | | | | | | | | | | | | | | | | | | | | New Feature Description: 1. A new Fortran c stub for static library hdf5_f90cstub project was added. 2. A new h5importtst project was added into the workspace for h5import test. 3. 4 new hdf5 auto test tools in Windows were added. Solution: 1. Removed all the *.C files in hdf5_fortran project and put them into the new created Fortran c stub project hdf5_f90cstub. Now hdf5_fortran project only include *.f90 files. 2. Added a new h5importtst project with h5importtest.c. 3. 4 New hdf5 auto test tools: h5diff, h5ls, h5import, and h5repack were created for hdf5 auto tests in Windows. H5dump auot test tools was also updated. Platforms tested: Windows XP with Microsoft Visual C++ 6.0 and DEC Fortran 6.0. Misc. update:
* [svn-r8510] Purpose:Xuan Bai2004-05-121-0/+0
| | | | | | | | | | | | | Update Description: Add H5Ztrans.c to hdf5 and hdf5dll projects. Add h5config.h to all.zip. Solution: Platforms tested: Windows XP Visual C++ 6.0, DEC Fortran 6.0, and .Net. Misc. update:
* [svn-r8503] Purpose:Binh-Minh Ribler2004-05-111-0/+0
| | | | | | | | | | | | | | | | Fix part of bug #59 (Bugzilla) Description: Removed two extra lines in the script hdf5cpptest.bat by mistake, that caused errors when running the test. The C++ library is unabled by mistake again. Disabled both hdf5_cpp and hdf5_cppdll. Platforms tested: Windows 2000 Misc. update:
* [svn-r8440] Purpose:MuQun Yang2004-04-301-0/+0
| | | | | | | | | | | | | | | | | | | | | New feature Description: Previously we have two windows .zip files for hdf5. One for c/c++ and one for fortran. That added double maintenance work and also bug-driven. Solution: Use one merged all.zip. By default, only C library will be tested. Users can check fortran and c++ project files for fortran tests. Detailed project list to be checked will be provided in windows doc. Platforms tested: windows xp 6.0 VS C++, Dec Fortran windows 2000 6.0 VS C++, Dec Fortran, Intel C++ Misc. update:
* [svn-r8413] Purpose:MuQun Yang2004-04-231-0/+0
| | | | | | | | | | | | | | | | | | bug fix Description: szip dll path was wrong at debug version Since h5dump --xml thlink.h5 and h5dump --xml tmany.h5 failed for debugging due to string allocation violation in h5dump.c; we turned off these two tests for debug testing. Solution: Add a temporary batch file called dumptstdebug.bat for the time being. Platforms tested: windows 2000 VS 6.0. Misc. update:
* [svn-r8411] Purpose:Xuan Bai2004-04-221-0/+0
| | | | | | | | | | | | | | bug fix Description: h5repack and h5repacktst are not included in all dependencies. unresolved externals in h5repack and h5repacktst. Solution: Added all dependencies on h5repack and h5repacktst. Added h5repack and h5repacktst dependencies on toolslib. h5repack and h5repacktst settings/Link/Object/library modules: added zlib.lib szib.lib. Platforms tested: Windows XP MS VS 6.0 Misc. update:
* [svn-r8395] Purpose:MuQun Yang2004-04-191-0/+0
| | | | | | | | | | | | | | | | | | Windows update including project update, H5Tinit.c update. Description: H5detect.c has been changed in UNIX, H5Tinit.c needs to be updated. Several test files have been re-arranged. Solution: Fix them Platforms tested: windows xp Misc. update:
* [svn-r8390] Purpose:Pedro Vicente Nunes2004-04-191-0/+0
| | | | | | | | | | | | | bug fix Description: the "all" project did not include h5repack Solution: Platforms tested: Misc. update:
* [svn-r8343] Purpose:Pedro Vicente Nunes2004-04-112-0/+0
| | | | | | | | | | | | update toolslib windows project Description: Solution: Platforms tested: Misc. update:
* [svn-r8319] Purpose:Pedro Vicente Nunes2004-04-072-0/+0
| | | | | | | | | | | | added a new windows project with the new files for h5repack Description: Solution: Platforms tested: Misc. update:
* [svn-r8183] Purpose:Pedro Vicente Nunes2004-02-112-0/+0
| | | | | | | | | | | | | removed some harcoded zlib and szip library paths from the h5repack project settings that were accidently left there Description: Solution: Platforms tested: Misc. update:
* [svn-r8166] Purpose:Pedro Vicente Nunes2004-02-091-0/+0
| | | | | | | | | | | | updated the h5repack projects with the new source files Description: Solution: Platforms tested: Misc. update:
* [svn-r8165] Purpose:Pedro Vicente Nunes2004-02-091-0/+0
| | | | | | | | | | | | updated the windows project files for h5repack and h5repacktst with new source files Description: Solution: Platforms tested: Misc. update:
* [svn-r7970] Purpose:Pedro Vicente Nunes2003-12-182-0/+0
| | | | | | | | | | | | windows new projects for h5repack Description: Solution: Platforms tested: Misc. update:
* [svn-r7968] Purpose:MuQun Yang2003-12-171-0/+0
| | | | | | | | | | | | | | | Catch up with Unix system. Description: H5Tinit.c needs to be consistent with main stream platforms. Solution: Use typegen.exe to re-generate H5Tinit.c for windows. Platforms tested: windows xp, windows 2000 Misc. update:
* [svn-r7909] Purpose:Pedro Vicente Nunes2003-12-032-0/+0
| | | | | | | | | | | | added a new project for the h5diff test generation files Description: Solution: Platforms tested: Misc. update:
* [svn-r7832] Purpose:MuQun Yang2003-11-101-0/+0
| | | | | | | | | | | | | | project updated Description: Somehow the updated project(all.dsw for dependence testhdf5.dsp) was gone Solution: Re-update Platforms tested: windows 2000 Misc. update:
* [svn-r7817] Purpose:Pedro Vicente Nunes2003-11-052-0/+0
| | | | | | | | | | | | added new windows project files for tools lib that have a new h5diff attribute compare file Description: Solution: Platforms tested: Misc. update:
* [svn-r7776] Purpose:Pedro Vicente Nunes2003-10-282-0/+0
| | | | | | | | | | | | | added the new project files for toolslib, h5diff and h5repack Description: Solution: Platforms tested: windows Misc. update:
* [svn-r7715] Purpose:MuQun Yang2003-10-231-0/+0
| | | | | | | | | | | | | | update project Description: 1. testhdf5 needs to depend on libtest.lib 2. Update installhdf5lib.bat to make it convenient for cpp installation. Solution: Platforms tested: Misc. update:
* [svn-r7711] Purpose:Pedro Vicente Nunes2003-10-221-0/+0
| | | | | | | | | | | | added new windows projects for h5diff and h5repack Description: Solution: Platforms tested: Misc. update:
* [svn-r7710] Purpose:Pedro Vicente Nunes2003-10-221-0/+0
| | | | | | | | | | | | | forgot to add the new h5diff test project Description: Solution: Platforms tested: Misc. update:
* [svn-r7709] Purpose:Pedro Vicente Nunes2003-10-221-0/+0
| | | | | | | | | | | | | | | | added new project files for windows for 1 h5diff 2 h5repack 3 h5repack test Description: Solution: Platforms tested: Misc. update:
* [svn-r7449] Purpose:MuQun Yang2003-09-091-0/+0
| | | | | | | | | | | | | | | bug fix Description: The same h5detect bug also happens in this branch. Solution: remove h5detect.c from the windows source directory. Platforms tested: windows 2000 Misc. update:
* [svn-r7349] Purpose:MuQun Yang2003-08-121-0/+0
| | | | | | | | | | | | | | | | | | update project to include the new h5import support. Description: project h5import was linking with an old h5import.c file under tools/misc, it compiled okay, but it was not doing what it is supposed to do. Solution: link the project with new h5import.c under tools/h5import. A suggestion is to remove old files from CVS tree or source distribution if they are no longer useful. Platforms tested: windows 2000 Misc. update:
* [svn-r7294] Purpose:MuQun Yang2003-08-081-0/+0
| | | | | | | | | | | | | | update project files Description: Several source .c files are added to /src, that needs to be reflected on windows. Solution: Platforms tested: win2000 Misc. update:
* [svn-r7239] Purpose:MuQun Yang2003-07-171-0/+0
| | | | | | | | | | | | | | maintenance Description: 1. update H5pubconf.h : change value of H5Z_FILTER_SZIP from 0 to 1, more logic though it's harmless 2. update installhdf5.bat to make the installation of the HDF5 products easy. Solution: Platforms tested: win2000 Misc. update:
* [svn-r7220] Purpose:MuQun Yang2003-07-141-0/+0
| | | | | | | | | | | | | | | | | | 1. Re-organize example data space. 2. fix bugs for windows H5pubconf.h Description: 1. Without modifying project files, the example dataspace won't be built due to the lack of szlib and zlib. Modify the project files to add those into the project files. 2. Quincey use lint tool to find three harmless bugs at H5pubconf.h, fix them anyway. Solution: Platforms tested: windows 2000 Misc. update:
* [svn-r7135] Purpose:MuQun Yang2003-07-011-0/+0
| | | | | | | | | | | | | | | Flag adding for .Net Description: Somehow in .Net environment, libc.lib and libcd.lib are used simultenously and that causes system function redefined. Thereafter, HDF5 build failed. Solution: explicitly set an "ignore" flag to ignore libcd.lib for release build. Platforms tested: .Net at xp and VC++ 6.0 at windows 2000 Misc. update:
* [svn-r7034] Elena Pourmal2003-06-131-0/+0
| | | | | | | | | | | | | | | Purpose: Maintenance for 1.6 release Description: hdf5 project file did not have new H5Ptest.c and H5Stest.c functions included. Solution: Added new files to the project and included new project to the all_withf90.zip file Platforms tested: This is a pure Windows change; Windows 2000 Misc. update:
* [svn-r7032] Elena Pourmal2003-06-131-0/+0
| | | | | | | | | | | | | Purpose: Maintenance Description: H5Stest.c and H5Ptest.c were missing from the hdf5 and hdf5dll projects. That caused compilation to fail on Windows. Solution: Added missing files to the projects. Platforms tested: it is windows change only, so Windows 2002 Misc. update:
* [svn-r7024] Purpose:Binh-Minh Ribler2003-06-111-0/+0
| | | | | | | | | | | | | | | | Updating zip file for windows Description: Kent made two libraries libtest and libtestD for code in hdf5/test/h5test.c. Some of the C++ tests are using h5test.c, so I changed them to use the new libraries instead. Solution: Added libtest to project dsets_cpp and libtestD to project dsets_cppdll.cpp and removed h5test.c from them. Platforms tested: Windows 2000 - should not effect non-windows platforms
* [svn-r7022] Purpose:Binh-Minh Ribler2003-06-111-0/+0
| | | | | | | | | | | | | | Updating zip file for windows Description: Added h5cpputil.h and h5cpputil.cpp to these projects: dsets_cpp dsets_cppdll testhdf5_cpp testhdf5_cppdll Platforms: Windows 2000 - should only effect this platform
* [svn-r6971] Purpose:Pedro Vicente Nunes2003-06-051-0/+0
| | | | | | | | | | | | | modified code warrior project to include recent changes in library Description: Solution: Platforms tested: CW Misc. update:
* [svn-r6935] Purpose:Pedro Vicente Nunes2003-05-311-0/+0
| | | | | | | | | | | | | | | ok, this time it went phew, i'm outta here Description: Solution: Platforms tested: Misc. update:
* [svn-r6934] Purpose:Pedro Vicente Nunes2003-05-311-0/+0
| | | | | | | | | | | | error in adding this one as binary Description: Solution: Platforms tested: Misc. update:
* [svn-r6933] Purpose:Pedro Vicente Nunes2003-05-312-0/+0
| | | | | | | | | | | | added them as binary Description: Solution: Platforms tested: Misc. update:
* [svn-r6932] Purpose:Pedro Vicente Nunes2003-05-312-0/+0
| | | | | | | | | | | | removed these 2 files to mark them as binary Description: Solution: Platforms tested: Misc. update:
* [svn-r6930] Purpose:Pedro Vicente Nunes2003-05-311-0/+0
| | | | | | | | | | | | | | | | | | | | added code warrior project file with szip support to link with szip, it is necessary the precompiled library located in /szip/codewarrior/szip.lib that is included in our szip distribution Description: Solution: Platforms tested: Code Warrior Misc. update:
* [svn-r6929] Purpose:Pedro Vicente Nunes2003-05-301-0/+0
| | | | | | | | | | | | | | removed a small path warning on the code warrior project this project is *without* szip support Description: Solution: Platforms tested: CW Misc. update: