summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r10969] Purpose:Fang Guo2005-06-211-2/+2
| | | | | | | | | | | Modify wrong path to hl_test_packet Description: Solution: Platforms tested: Misc. update:
* [svn-r10967] Purpose:Fang Guo2005-06-211-1722/+1722
| | | | | | | | | | | Update solution file Description: H5Pocpl.c was newly added. Solution: Platforms tested: Misc. update:
* [svn-r10966] Purpose:Fang Guo2005-06-211-0/+15
| | | | | | | | | | | Update project file. Description: H5Pocpl.c was added into windows/proj/hdf5dll/hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10965] Purpose:Fang Guo2005-06-211-30/+45
| | | | | | | | | | | Update hdf5 project file. Description: H5Pocpl.c was added into windows/proj/hdf5/hdf5/dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10964] Purpose:Fang Guo2005-06-211-1722/+1722
| | | | | | | | | | | Update solution file all.sln Description: Solution: Platforms tested: Misc. update:
* [svn-r10943] Purpose:Fang Guo2005-06-172-4/+4
| | | | | | | | | | | Rename dt_atomic to dt_arith Description: Solution: Platforms tested: Misc. update:
* [svn-r10941] Purpose:Fang Guo2005-06-171-1722/+1722
| | | | | | | | | | | Update solution file all.sln Description: New project files added and old ones removed. Solution: Platforms tested: Misc. update:
* [svn-r10940] Purpose:Fang Guo2005-06-171-8/+8
| | | | | | | | | | | Update workspace all.dsw Description: Outdated project files were removed and new ones added. Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10939] Purpose:Fang Guo2005-06-171-2/+2
| | | | | | | | | | | Replace dt_atomic with dt_arith test Description: Solution: Platforms tested: windows XP Misc. update:
* [svn-r10938] Purpose:Fang Guo2005-06-171-0/+106
| | | | | | | | | | | Add new HDF5 C library test project files Description: dt_arithdll added to replace dt_atomicdll.dsp Solution: Platforms tested: msvs 6.0 on window XP. Misc. update:
* [svn-r10937] Purpose:Fang Guo2005-06-171-0/+107
| | | | | | | | | | | Add new project files Description: dt_arith.dsp added to replace dt_atomic.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10936] Purpose:Fang Guo2005-06-171-105/+0
| | | | | | | | | | | Remove out-of-date project files Description: dt_atomicdll.dsp will be replaced with dt_arithdll.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10935] Purpose:Fang Guo2005-06-171-106/+0
| | | | | | | | | | | Remove out-of-date project files Description: dt_atomic.dsp will be replaced with dt_arith.dsp Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r10925] Purpose:Fang Guo2005-06-161-1/+1
| | | | | | | | | | | Add comments. Description: Solution: Platforms tested: Misc. update:
* [svn-r10912] Purpose:Fang Guo2005-06-131-3/+3
| | | | | | | | | | | Change output file name. Description: Out put file name should be changed from hdf5_results.txt to hdf5_results_net.txt Solution: Platforms tested: Misc. update:
* [svn-r10911] Purpose:Fang Guo2005-06-131-3/+3
| | | | | | | | | | | Change output file name. Description: Some output file name should be changed from hdf5_results.txt to hdf5_intelc.txt Solution: Platforms tested: Misc. update:
* [svn-r10910] Purpose:Fang Guo2005-06-101-9/+5
| | | | | | | | | | | Update typegen.sln Description: Solution: Platforms tested: MSVS .Net on windows XP Misc. update:
* [svn-r10907] Purpose:Fang Guo2005-06-101-1/+2
| | | | | | | | | | | Add comments! Description: Solution: Platforms tested: Misc. update:
* [svn-r10904] Purpose:Fang Guo2005-06-101-0/+25
| | | | | | | | | | | | | Support command line build HDF5 with Visual C++ .Net and Intel compiler Description: We can not find a way to convert workspace to solution format from command line. typegen.sln will be provided in order to support command line build HDF5 with MSVS .Net and Intel Compiler. Solution: Platforms tested: MSVS .NET on windows XP. Misc. update:
* [svn-r10903] Purpose:Fang Guo2005-06-101-0/+2183
| | | | | | | | | | | | | | Support HDF5 on Visual C++ .Net and Intel from command line. Description: For the time being, we can not find a way to convert .dsw file to .sln file from command line. In order to support building HDF5 with Visual C++ .Net and Intel compiler from command line, all.sln will be provided. Solution: Platforms tested: MSVS .Net on windows XP. Misc. update:
* [svn-r10902] Purpose:Fang Guo2005-06-101-0/+111
| | | | | | | | | | | Support building HDF5 with Intel compiler from command line. Description: Corresponding batch file with hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10901] Purpose:Fang Guo2005-06-101-0/+27
| | | | | | | | | | | Support building and testing HDF5 with Intel compiler from command line. Description: Corresponding batch file with hdf5bt.bat Solution: Platforms tested: Misc. update:
* [svn-r10900] Purpose:Fang Guo2005-06-101-0/+212
| | | | | | | | | | | | Support building HDF5 with intel C compiler from command line. Description: convert_to_icproj will be used to convert project files format from MSVS .NET to Intel C from command line.: Solution: Platforms tested: Misc. update:
* [svn-r10899] Purpose:Fang Guo2005-06-101-0/+114
| | | | | | | | | | | Support building and testing HDF5 with Visual Studio .Net from command line. Description: Corresponding batch file with hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10898] Purpose:Fang Guo2005-06-101-0/+24
| | | | | | | | | | | Support building and testing HDF5 with visual studio .Net from command line. Description: Correspondint batch file with hdf5bt.bat Solution: Platforms tested: Misc. update:
* [svn-r10897] Purpose:Fang Guo2005-06-101-0/+209
| | | | | | | | | | | | Add batch file convert_to_vcproj.bat Description: convert_to_vcproj.bat will be used to convert projects files format from MSVS 6.0 to MSVS .Net on command line. Solution: Platforms tested: Misc. update:
* [svn-r10896] Purpose:Fang Guo2005-06-101-0/+34
| | | | | | | | | | | | Add convert.js Description: convert.js will be used to convert project files format from MSVS 6.0 to MSVS .Net Solution: Platforms tested: Windows XP Misc. update:
* [svn-r10895] Purpose:Fang Guo2005-06-101-0/+20
| | | | | | | | | | | Update batch file. Description: Add batch file for intel and visual c++ .Net Solution: Platforms tested: Misc. update:
* [svn-r10888] Purpose:Fang Guo2005-06-091-0/+36
| | | | | | | | | | | Update workspace dependencies. Description: Add two new project files h5repart_gentest.dsp and h5reparttst.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10887] Purpose:Fang Guo2005-06-091-0/+105
| | | | | | | | | | | | Catch up with Linux. Description: Toos h5repart test project file h5reparttst project files added. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10886] Purpose:Fang Guo2005-06-091-0/+106
| | | | | | | | | | | Catch up with Linux. Description: Add h5repart tools test project file h5repart_gentest.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10885] Purpose:Fang Guo2005-06-091-1/+1
| | | | | | | | | | | | Update project files to generate H5fortran_detect.f90 Description: Source code in project file H5fortran_detect_gen.dsp was renamed to H5test_kind.f90. Solution: Platforms tested: Compaq fortran 6.6 on windows XP. Misc. update:
* [svn-r10872] Purpose:Fang Guo2005-06-071-0/+12
| | | | | | | | | | | Change Project files building order. Description: Modify project dependencies of hdf5_hl_cpp and hdf5_hl_fortran project files. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10866] Purpose:Fang Guo2005-06-071-4/+4
| | | | | | | | | | | | Solve name conflicts when build hdf5 with intel fortran on windows XP. Description: Rename release version output file name of project file hdf5_hl_fortran from hdf5_hl_fortran.lib to hdf5_hl_fortranr.lib Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10864] Purpose:Fang Guo2005-06-061-1/+1
| | | | | | | | | | | Solve the name conflicts when building with intel fortran. Description: Rename release version of libtest_fortran.lib to libtest_fortranr.lib Solution: Platforms tested: Intel Fortran 8.1 on windows XP Misc. update:
* [svn-r10859] Purpose:Fang Guo2005-06-061-18/+6
| | | | | | | | | | | | Update project dependencies! Description: Add hl_test_ds and hl_test_packet to dependencies of all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10855] Purpose:Fang Guo2005-06-031-0/+4
| | | | | | | | | | | Update hdf5_hl project files in windows/proj Description: Add source code H5DS.c into hdf5_hl.dsp. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10854] Purpose:Fang Guo2005-06-031-0/+54
| | | | | | | | | | | Update all.dsw Description: Two new high level project files added into workspace Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10853] Purpose:Fang Guo2005-06-031-2/+14
| | | | | | | | | | | Add test of new added high level project files. Description: Add test of hl_test_ds.dsp and hl_test_packet.dsp Solution: Platforms tested: Misc. update:
* [svn-r10852] Purpose:Fang Guo2005-06-031-0/+107
| | | | | | | | | | | Add new high level test project file. Description: Add high level test packet project file into windows/hl/test Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10851] Purpose:Fang Guo2005-06-031-0/+111
| | | | | | | | | | | Add high level test project file Description: Add high level test ds project file into windows/hl/test Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10843] Purpose:Fang Guo2005-06-021-1/+1
| | | | | | | | | | | Modify batch file. Description: Add hl_test_table build into hdf5build.bat Solution: Platforms tested: Misc. update:
* [svn-r10836] Purpose:Fang Guo2005-06-011-5/+13
| | | | | | | | | | | Modify path problem in hdf5check.BAT: Description: Solution: Platforms tested: Misc. update:
* [svn-r10831] Purpose:Fang Guo2005-05-311-0/+4
| | | | | | | | | | | Add C++ High level Debug Test in hdf5check.bat Description: C++ High Level Debug Test was missed in the batch file hdf5chek.bat Solution: Platforms tested: Misc. update:
* [svn-r10812] Purpose:Fang Guo2005-05-271-1/+6
| | | | | | | | | | | Update batch file hdf5check.bat Description: Add test for high level c++ library. Solution: Platforms tested: Windows XP. Misc. update:
* [svn-r10811] Purpose:Fang Guo2005-05-271-1/+1
| | | | | | | | | | | Update batch file hdf5build.bat Description: Add high level c++ library and test project file. Solution: Platforms tested: Windows XP Misc. update:
* [svn-r10810] Purpose:Fang Guo2005-05-271-0/+33
| | | | | | | | | | | Update all.dsw Description: Two new project files for high level c++ library and test added into windows/proj/all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10809] Purpose:Fang Guo2005-05-271-0/+11
| | | | | | | | | | | Add batch file to test high level c++ table test. Description: Batch file to test high level c++ table test. Solution: Platforms tested: WIndow XP Misc. update:
* [svn-r10808] Purpose:Fang Guo2005-05-271-0/+107
| | | | | | | | | | | Add hdf5 high level c++ test table project file into windows/hl/c++/test Description: Catch up with Linux. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10807] Purpose:Fang Guo2005-05-271-0/+101
| | | | | | | | | | | Add hdf5 high level c++ library into hdf5/windows/proj Description: hdf5 high level c++ library project file was added into windows/proj Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update: