summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8891] Purpose:Xuan Bai2004-07-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | Update. Description: Due to the source codes change, added 2 new projects to the Windows workspace and updated source codes for several Windows projects. Updated 2 HDF5 tool testing batch files. Solution: 1. Added 2 new projects reserved and reserveddll to the Windows workspace. These two projects include the new source code reserved.c. 2. Added H5RC.c and H5RCPrivate.h to hdf5 and hdf5dll projects. 3. testh5repack_filers.c and testh5repack_layout.c were removed from HDF5 1.6 branch by Prdro. Removed these 2 files from h5repacktst project. 4. Pedro updated h5dump and h5repack testings. Updated dumptest.bat and repacktest.bat batch files to match with current h5dump and h5repack testings in Unix. Platforms tested: Microsoft Visual C++ 6.0/.NET on Windows XP. Microsoft Visual C++ 6.0 on Windows 2000. Misc. update:
* [svn-r8763] Purpose:Xuan Bai2004-06-301-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-r8753] Nat Furrer2004-06-281-0/+0
| | | | | | | | | | | | | | | | | | | Purpose: Handled SZIP without the encoder present. Description: It is now an error for a user to try to create, extend, or write to a dataset without the encoder present in their SZIP library. Added H5Zget_filter_info to provide users with a way to query HDF5 about the presence (or lack thereof) of the SZIP encoder. Platforms tested: Windows Verbena Arabica Copper Misc. update:
* [svn-r8701] Purpose:Xuan Bai2004-06-171-0/+0
| | | | | | | | | | | | | | Update. Description: Update hdf5 tools testing batch files in Windows. Solution: Update hdf5 import and repack testing batch files: importtest.bat and repacktest.bat. Platforms tested: Misc. update:
* [svn-r8654] Purpose:Xuan Bai2004-06-111-0/+0
| | | | | | | | | | | | | | | | | | Update. Description: 1. Update toolslib and toolslibD projects in Windows. 2. Update hdf5diff, hdf5ls, hdf5import, and hdf5repack batch testing files in Windows. Solution: 1. Add new source file h5tools_ref.c and head file h5tools_ref.h into toolslib and toolslibD projects. 2. Update hdf5diff, hdf5ls, hdf5import, and hdf5repack batch testing files to match with the corresponding tests in Unix. Also now the outputs from these batch files will directly show whether these tests pass or fail. Platforms tested: Windows XP/Visual C++ 6.0 Misc. update:
* [svn-r8641] Purpose:Xuan Bai2004-06-091-0/+0
| | | | | | | | | | | | | | | | Update. Description: Update some Windows project source files as Quincey renamed several files in CVS. Solution: 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. Platforms tested: Windows XP/Visual C++ 6.0. Misc. update:
* [svn-r8612] Purpose:Xuan Bai2004-06-041-0/+0
| | | | | | | | | | | | | | | | | Update Description: Update the dumptest batch file for Windows. Solution: This new dumptest batch file can directly show whether each dump test passed or failed, while the former version can only show whether there is any difference between the expected and actual output files with fc command. Platforms tested: Windows XP/Visual Studio C++ 6.0. Misc. update:
* [svn-r8598] Purpose:Xuan Bai2004-05-281-0/+0
| | | | | | | | | | | | | | | | | | | Update. Description: Add new files added by Quincy Koziol into Windows Workspace. Update the dumptest and deleteline batch files. Solution: 1. Add H5DTest.c and H5Dpkg.h to the sourde and header files of hdf5 and hdf5dll projects. 2. Updated deleteline batch file. Compared with the former version, the deleteline batch file running time is reduced greatly and the output from the deleline batch file looks much better. 3. Updated h5dump tests under Windows to match with the new boot block and file contents tests added by Pedro Vicente under Unix. Platforms tested: Window XP Visual C++ 6.0, DEC FORTRAN 6.0 Misc. update:
* [svn-r8559] Purpose:Xuan Bai2004-05-211-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 tolls 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 hef5_f90cstub. Now hdf5_fortran project only inlcudes *.f90 files. The dependency of hdf5_fortran was changed from hdf5 to hdf5_f90cstub. 2. Add a new h5importtst project into the workspace with h5importtest.c 3. 4 new hdf5 auot test tools: h5diff, h5ls, h5import, and h5repack were created for hdf5 auto tests in Windows. H5dump auto test tools was also updated. Platforms tested: Windows XP with Microsoft Visual C++ 6.0 and DEC Fortran 6.0. Misc. update:
* [svn-r8511] Purpose:Xuan Bai2004-05-131-0/+0
| | | | | | | | | | | | | | | Update Description: Restore the default dependency settings of all project. Solution: By default, only c library will be tested. Unchecked the dependencies setting of all project on C++ project files. Users can check Fortran and C++ project files for Fortran and C++ tests. Platforms tested: Windows XP, Visual C++ 6.0, DEC Fortran 6.0, and .NET. Misc. update:
* [svn-r8478] Purpose:MuQun Yang2004-05-031-0/+0
| | | | | | | | | | | | | | | | | | bug fix Description: 1. hdf5_fortrantype.f90 was missing from the merged all.zip, fortran failed. 2. A redundant libtest_fortrandll was attached in all.dsw. Solution: 1. Add the missing f90 function. 2. remove the redundant project file. Platforms tested: windows 2000 intel fortran Misc. update:
* [svn-r8470] Purpose:Xuan Bai2004-05-031-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 on merged all.zip. By default, only c library will be tested. Users can check fortran and c++ project files for fortran and c++ tests. Detailed project list to be check will be provided in windows doc. Platforms tested: Window XP VS 6.0 C++, Dec Fortran Window XP .Net (c/c++ only) Misc. update:
* [svn-r8431] Purpose:Xuan Bai2004-04-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | bug fix and Update Description: Fixed the bug in the dump test file dumptest.bat on Windows platform. From now on, the following lines at the beginning of the expected output file: ##################################################### Expected Output for '??????????????????' ##################################################### will be deleted before the expected output file is compared with the actual output file by "fc" command. Solution: h5repack and h5repacktst project were added into the workspace. Dump test batch file dumptest.bat was updated to call deleteline.bat file before comparing the expected and actual output files. A new batch file deleteline.bat was added. The deleteline.bat file is used to delete a certain number of lines at the beginning of a given file. Platforms tested: Windows XP VS 6.0 Misc. update:
* [svn-r8410] Purpose:Xuan Bai2004-04-221-0/+0
| | | | | | | | | | | | | | | | | | | | | bug fix Description: The source file (h5diff.c, h5trav.c, and h5trav.h) path for h5diff and h5difftst was wrong. can not find h5difftst.c h5diff and h5difftst missed some files. Solution: Added the following files to h5diff: h5diff_array.c, h5diff_attr.c, h5diff_dset.c, h5diff_main.c, h5diff_util.c, h5tools_filters.c, h5trav_table.c H5diff settings/C/C++/Preprocessor/Additional include directories: add ..\..\tools\lib Added the following files to h5difftst: test5diff.h, test5diff_attr.c, test5diff_basic.c, testh5diff_dset.c, testh5diff_main.c, testh5diff_util.cRemoved h5difftst.c from h5difftst Platforms tested: Windows XP MS VS 6.0 Misc. update:
* [svn-r8402] Purpose:MuQun Yang2004-04-221-0/+0
| | | | | | | | | | | | | | | trival bug fix Description: one empty folder all_withWInDEbug was generated when compiling HDF5. It should not be there. Solution: Remove the intemediate file. Platforms tested: windows 2000 Misc. update:
* [svn-r8180] Purpose: Correct project settingsBinh-Minh Ribler2004-02-111-0/+0
| | | | | | | | | | Description: The C++ API was inadvertently enabled by default. I disabled it. Platforms tested: This change doesn't need testing. Misc. update:
* [svn-r8155] Purpose:Pedro Vicente Nunes2004-02-051-0/+0
| | | | | | | | | | | | | added a new Code Warrior project file the old one lacked a source file that was introduced last month to the test library Description: Solution: Platforms tested: Misc. update:
* [svn-r8070] Purpose:MuQun Yang2004-01-151-0/+0
| | | | | | | | | | | | | | fix a project setting bug for release hdf5 c++ test Description: WS2_32.lib is forgotten to add to the release version of testhdf5_cpp. Some interal windows files cannnot be found. Solution: Add WS2_32.lib. Platforms tested: Misc. update:
* [svn-r8063] Purpose:MuQun Yang2004-01-141-0/+0
| | | | | | | | | | | | | | | | Update c++ test project Description: dumplicate codes in c++ test has been removed and relinked with c tests. However, this is not reflected on windows. Solution: make testhdf5_cpp and testhdf5_cppdll depend on libtest.lib and libtestD.lib; under that case, the test is relinked with c tests. Platforms tested: windows 2000 Misc. update:
* [svn-r8061] Purpose:MuQun Yang2004-01-141-0/+0
| | | | | | | | | | | | | update project files. Description: testframe.c defines some helper functions. windows libtest and libtestD projects need to incoporate this function. Solution: Add testframe.c in libtest.dsp and libtestd.dsp. Platforms tested: windows 2000 Misc. update:
* [svn-r8036] Elena Pourmal2004-01-072-0/+0
| | | | | | | | | | | | | | | | | Purpose: Windows maintenance for the 1.6.2 release Description: Included regenerated H5Tinit.c and modofied testhdf5(dll).dsp files to the archive files. Solution: Platforms tested: This is a pure Windows update, so it was tests on Windows 2000 with MSVC++ for all.zip(debug and release x DLL) and Windows 2000 with MSVC++ Intel C and Fortran compilers for all_withf90.zip(debug and release) Misc. update:
* [svn-r7716] Purpose:MuQun Yang2003-10-231-0/+0
| | | | | | | | | | | | | | | Update installhdf5lib.bat Description: To make it easy for maintenance and install HDF5 library on windows hdf5 cpp libraries should be "semi-auto" installed. Solution: Platforms tested: Misc. update:
* [svn-r7597] Purpose:MuQun Yang2003-10-101-0/+0
| | | | | | | | | | | | | | | | | Project updating Description: h5_get_file_size is defined at h5test.c; testhdf5 needs to depend on libtest.lib(h5test.c); previous it is ignored. Solution: add in. Platforms tested: windows 2000, xp Misc. update:
* [svn-r7568] Elena Pourmal2003-10-071-0/+0
| | | | | | | | | | | | | Purpose: Windows maintenance for the 1.6.1 release Description: testhdf5 compilation failed on Win2000 because it needs to link with libtest library now. Solution: Update the project to depend on libtest library Platforms tested: Win200o with MSVC++ and DEC Fortran compilers Misc. update:
* [svn-r7448] Purpose:MuQun Yang2003-09-091-0/+0
| | | | | | | | | | | | | | | | | | bug fix Description: A user reports a strange bug when mixing Fortran and C language with current HDF5 binary. It just generates H5Tinit.c on windows. With some investigations, I found H5detect.c has been accidently added to windows hdf5 src directory, which is not supposed to do. Inside H5detect.c, a main() is defined and that causes the application always run that functions. Solution: remove h5detect.c from windows project file. Platforms tested: windows 2000 Misc. update:
* [svn-r7351] Purpose:MuQun Yang2003-08-121-0/+0
| | | | | | | | | | | | | | | update project h5import and activiate h5diff. Description: project h5import linked with an old h5import.c file project h5diff has been activiated. Solution: update the project h5import and activate project h5diff. Platforms tested: windows 2000 Misc. update:
* [svn-r7240] Purpose:MuQun Yang2003-07-171-0/+0
| | | | | | | | | | | | | | maintenance Description: 1. H5_SZIP_FILTER was set to 0 orginally. Though it's harmless, make it to be 1 to avoid confusion. 2. Update installhdf5lib.bat to make the windows installation of library easy. Solution: Platforms tested: win2000 Misc. update:
* [svn-r7222] Purpose:MuQun Yang2003-07-141-0/+0
| | | | | | | | | | | | | | update the all.zip. Description: allexample.dsw needs to be updated because of szip addition. 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:
* [svn-r6916] Elena Pourmal2003-05-231-0/+0
| | | | | | | | | | | | | | | | | Purpose: Maintenance Description: all_withf90.zip file contained unnecessary all.ncb all.opt hdf5.mcp files Solution: Removed Platforms tested: Windows 2000 with Intel and MVSC++ C and Fortran compilers. SZIP fortran test fails in debug mode while trying to create a file. It is a failure similar that Bill reported for 1.5.54 failure on Linux 2.4 with pgf90 compiler. I am looking into the problem. Misc. update:
* [svn-r6906] Purpose:Pedro Vicente Nunes2003-05-201-0/+0
| | | | | | | | | | | | | | | | add a new project file for Code Warrior Description: the old project was with the old H5Farray.c file, causing a build error Solution: removed the file from the project settings Platforms tested: CW Misc. update:
* [svn-r6873] Elena Pourmal2003-05-141-0/+0
| | | | | | | | | | | | | | | Purpose: Maintenance for 1.6 release Description: Fortran DLLs do not work. Solution: Disable all DLL projects and build only static fortran library and tests for 1.6. release Platforms tested: This is a pure Windows change. Windows 2000 with MSVC++ and Intel compilers. Fortran debug SZIP test fails for both compilers. Misc. update:
* [svn-r6862] Purpose:MuQun Yang2003-05-131-0/+0
| | | | | | | | | | | | | | | A little change for project modification Description: libtestD.dll for debug mode is changed to libtestDd.dll to separate from release version. Solution: Platforms tested: windows 2000 Misc. update:
* [svn-r6850] Purpose:MuQun Yang2003-05-131-0/+0
| | | | | | | | | | | | | | | | | | | Windows project-rearrangements, shut off warnings Description: 1. H5Farray.c is no longer used, removed it from hdf5.dsp. 2. libtestD is supposed to be a windows DLL; however it is treated as static library in the past. change it back to DLL and add HDF5TESTDLL and HDF5USETESTDLL. Solution: 1. see above. 2. change h5api_adpt.h and h5test.h, add macro HDF5TESTDLL and HDF5TESTUSEDLL. These changes will not affect other platforms. Platforms tested: windows 2000 Misc. update:
* [svn-r6848] Purpose:Pedro Vicente Nunes2003-05-122-0/+0
| | | | | | | | | | | | | | code warrior update Description: update project file Solution: Platforms tested: code warrior Misc. update:
* [svn-r6799] Purpose:Pedro Vicente Nunes2003-05-052-0/+0
| | | | | | | | | | | | | | | code warrior port Description: added H5pubconf.h with H5_NO_SHARED_WRITING and new code warrior project without the fix to enable shared writing in the open CW function Solution: Platforms tested: CW Misc. update:
* [svn-r6774] Elena Pourmal2003-04-291-0/+0
| | | | | | | | | | | | | Purpose: Windows maintenance Description: New C tests were never added to the Fortran Work Space. Solution: Added new C tests to the Fortran Work Space Platforms tested: Windows Static tests pass, DLL fails. Sigh... Misc. update:
* [svn-r6723] Purpose:Pedro Vicente Nunes2003-04-212-0/+0
| | | | | | | | | | | | | changed the h5pubconf.h file the MALLOC_WORKS definition for code warrior , which is #undef this is because pt=malloc(0) returns 0 in code warrior and was causing a failure in the config_malloc_test Platforms tested: code warrior Misc. update:
* [svn-r6687] Elena Pourmal2003-04-151-0/+0
| | | | | | | | | | | | | | | Purpose: Windows port for 1.5 branch Description: Projects files were not up-to-date; Fortran and C libraries, and tests would not build. Solution: Updated all projects and coresponding all_withf90.zip file Platforms tested: Windows 2000 Only static tests (both debug and release) passed on Windows. DLLs have multiple problems ;-) Misc. update: