summaryrefslogtreecommitdiffstats
path: root/windows
Commit message (Collapse)AuthorAgeFilesLines
* [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:
* [svn-r10803] Purpose:Fang Guo2005-05-261-0/+2
| | | | | | | | | | | Update H5f90i_gen.h Description: Solution: Platforms tested: Compaq Fortran 6.6c on windows XP. Misc. update:
* [svn-r10799] Purpose:Fang Guo2005-05-251-1/+2
| | | | | | | | | | | Update H5pubconf.h Description: Solution: Platforms tested: Misc. update:
* [svn-r10792] Purpose:Fang Guo2005-05-231-0/+15
| | | | | | | | | | | Add new source code tunicode.c to project file testhdf5dll.dsp Description: Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10791] Purpose:Fang Guo2005-05-231-0/+15
| | | | | | | | | | | Add new source code tunicode.c to project file testhdf5.dsp Description: Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10790] Purpose:Fang Guo2005-05-231-69/+0
| | | | | | | | | | | Update project settings. Description: Solution: Platforms tested: Misc. update:
* [svn-r10772] Purpose:Fang Guo2005-05-201-0/+6
| | | | | | | | | | | Update project dependency of all.dsw. Description: New project pool.dsp and pooldll.dsp were added to all.dsw's dependencies. Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10770] Purpose:Fang Guo2005-05-191-1/+8
| | | | | | | | | | | Add new HDF5 C library test project files into windows/test. Description: Add pool.dsp and pooldll.dsp Solution: Platforms tested: Misc. update:
* [svn-r10767] Purpose:Fang Guo2005-05-191-0/+105
| | | | | | | | | | | New project files added into all.dsw Description: pool.dsp and pooldll.dsp added into all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10766] Purpose:Fang Guo2005-05-191-0/+34
| | | | | | | | | | | New source files added to hdf5.dsp. Description: Add new source files H5MP.c and H5MPtest.c to hdf5.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10765] Purpose:Fang Guo2005-05-191-0/+30
| | | | | | | | | | | Add new source file into hdfdll project file under hdf5/windows. Description: New source files H5MP.c and H5MPtest.c added into hdf5dll.dsp Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10764] Purpose:Fang Guo2005-05-191-0/+107
| | | | | | | | | | | Add new project file into hdf5/windows Description: New C dll test project file pooldll.dsp added into all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10763] Purpose:Fang Guo2005-05-191-0/+106
| | | | | | | | | | | Add new project file to hdf5/windows/all.dsw Description: New C library test project file pool.dsp added into all.dsw Solution: Platforms tested: MSVS 6.0 on windows XP. Misc. update:
* [svn-r10762] Purpose:Fang Guo2005-05-191-0/+67
| | | | | | | | | | | Update hdf5build.bat under hdf5/windows directory Description: Add code to generate H5f90i.h and H5fortran_types.f90 Solution: Platforms tested: Misc. update:
* [svn-r10761] Purpose:Fang Guo2005-05-191-7/+7
| | | | | | | | | | | Update project setting. Description: Solution: Platforms tested: Misc. update: