summaryrefslogtreecommitdiffstats
path: root/windows/proj
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13536] Added source files to Windows C++ test project files. Both ↵Scott Wegner2007-03-221-0/+30
| | | | | | | | | | | | | | | | testhdf5_cpp.dsp and testhdf5_cppdll.dsp received: ./c++/test/tcompound.cpp ./c++/test/ttypes.cpp ./c++/test/tfilter.cpp ./c++/test/tvlstr.cpp Also, fixed a declaration in ttypes.cpp that was causing a compile error in MSVS6.0. Tested: Visual Studio 6.0 on WinXP kagiso too minor for h5committest
* [svn-r13504] Added new source file H5Orefcount.c to Windows project files ↵Scott Wegner2007-03-122-12/+42
| | | | | | | hdf5.dsp and hdf5dll.dsp Tested: MSVS6.0 on Win XP
* [svn-r13478] Added new source file H5Oainfo.c to Windows project files ↵Scott Wegner2007-03-082-12/+42
| | | | | | | hdf5.dsp and hdf5dll.dsp. Tested: Visual Studio 6.0 on Windows XP
* [svn-r13462] Updated Windows project files to include new source files:Scott Wegner2007-03-052-12/+72
| | | | | | | | | H5Obtreek.c and H5Odrvinfo.c in hdf5.dsp and hdf5dll.dsp h5repack_ref.c in h5repack.dsp, h5repackdll.dsp, and h5repacktst.dsp. Tested: Visual Studio 6.0 on Windows XP Visual Studio 8.0 on Windows XP 64-bit
* [svn-r13336] Updated all.sln, which is generated by Visual Studio 2005 and ↵Scott Wegner2007-02-191-1967/+2044
| | | | is used only for Windows autotests.
* [svn-r13322] Added new Windows project file, h5mkgrp for new tool, and ↵Scott Wegner2007-02-161-0/+21
| | | | updated all.dsw workspace to include it.
* [svn-r13249] Modified hdf5.dsp and hdf5dll.dsp to include H5Oshmesg.c which ↵Scott Wegner2007-02-062-12/+42
| | | | was added in revision 13246.
* [svn-r13140] Added a new batch file to test error APIsMuQun Yang2007-01-121-0/+84
| | | | | | Tested 1.6 compatibility feature: work for vs studio 6.0 Corrected several small bugs inside tool batch files Add a few project files to test error APIs
* [svn-r13131] UPdated windows project files because of the new files checked in.MuQun Yang2007-01-102-12/+42
|
* [svn-r13081] Updated libary project files.MuQun Yang2006-12-202-0/+60
| | | | | | test_cpp didn't pass compiling. C and Fortran are fine. Compilers: VS 6.0 Compaq Visual fortran 6.6c.
* [svn-r13077] HDF5 library project updates due to the adding of new source code.MuQun Yang2006-12-192-0/+30
|
* [svn-r13055] update library and DLL project files on windows.MuQun Yang2006-12-122-0/+120
| | | | All C tests get passed with VS6.0.
* [svn-r13018] H5Omessage.c has been added. Updated the windows project files.MuQun Yang2006-12-042-0/+30
|
* [svn-r13017] Update windows project files for hdf5 library.MuQun Yang2006-12-042-12/+42
| | | | Tested on windows vs 6.0.
* [svn-r12993] Update windows project files to reflect the recent library change.MuQun Yang2006-11-293-108/+42
|
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-213-46/+160
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12945] update windows DLL.MuQun Yang2006-11-191-6/+66
|
* [svn-r12944] Update windows project files for static libraryMuQun Yang2006-11-191-0/+64
|
* [svn-r12874] MuQun Yang2006-11-072-0/+30
|
* [svn-r12856] On windows file_handle has been changed to vfd. This check-in ↵MuQun Yang2006-11-031-42/+84
| | | | | | | changes the feature. Add project files for ref test. Update hdf5test.bat that includes btree2 test.
* [svn-r12843] Update windows library projects to reflect Quincey' recent changes.MuQun Yang2006-11-022-22/+52
|
* [svn-r12836] Catch up with h5diff tests.MuQun Yang2006-10-311-0/+3
| | | | Catch up with h5repacktst tests.
* [svn-r12716] updating library project files to reflect the recent addition ↵MuQun Yang2006-10-032-22/+112
| | | | of source code.
* [svn-r12714] check in the new dataspace fileMuQun Yang2006-10-031-0/+33
|
* [svn-r12618] Update project files on windows to catch up with Quincey's new ↵MuQun Yang2006-08-232-12/+132
| | | | | | check-in. VS 6.0 C only
* [svn-r12616] Quincey added H5HFtiny.c in the source code. The hdf5 library ↵MuQun Yang2006-08-222-12/+42
| | | | | | projects need to be updated. Tested with MSVS 6.0.
* [svn-r12577] Update windows project files to reflect the HDF5 library source ↵MuQun Yang2006-08-142-4/+64
| | | | | | | | code recently committed. Test C,C++, fortran, debug,debug dll, release and release dll. MSVS 6.0 + Compaq Visual fortran 6.6c
* [svn-r12532] Update windows projects with James and Quincey's new changes.MuQun Yang2006-08-033-4/+90
| | | | | | Found two minor bugs in h5dumpgentst.c and links.c. Have informed James. Should work with windows. Tests with MSVS 6.0 with visual fortran 6.6c.
* [svn-r12499] Windows project updating:MuQun Yang2006-07-272-1944/+1979
| | | | | | Updating all.dsw,all.sln(for command-line testing only) and binread.dsp. New projects have been added into.
* [svn-r12471] MuQun Yang2006-07-152-1989/+1945
| | | | | | | | | | | | | | | | Updates on windows Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003 Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat. The previous check-in forgot including the dependency of a new project file.
* [svn-r12470] MuQun Yang2006-07-151-8/+68
| | | | | | | | | | Updates on windows Some new source files are added to support new implementation of external links, hdf5dll.dsp needs to updated. Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003
* [svn-r12469] Updates on windowsMuQun Yang2006-07-151-0/+60
| | | | | | | | Some new source files are added to support new implementation of external links, hdf5.dsp needs to updated. Tested with VS C/C++ 6.0 and Compaq fortran 6.6c VS .Net 2003
* [svn-r12468] Update for windows MuQun Yang2006-07-152-2030/+2167
| | | | | | | | Because 1. New source files added to the library 2. New program to test "h5dump -b" option all.dsw and all.sln need to be updated. all.sln is used only for hdf5bt_net.bat and hdf5bt_intelc.bat.
* [svn-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-1418-13928/+13928
| | | | | | be "CRLF" instead of "native".
* [svn-r12447] Purpose:MuQun Yang2006-06-301-16/+4
| | | | | | | | | | | | | | Update windows project file Description: Eliminate the link to non-existing HL headers. Solution: Platforms tested: windows MSVS 6.0 Won't affect other platforms and too minor to check with other windows compilers. Misc. update:
* [svn-r12357] Purpose:MuQun Yang2006-05-181-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | Updating project file Description: Due to the new added source codes under hdf5/src. Solution: Project file has to be changed to reflect this Platforms tested: VS 6.0 ( Failed during compiling because of compiler failure) VS 7.0 Everything okay except that several h5repack tests get skipped. Don't know whether this happens on other platforms. h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_none:S+O=31 - SKIPED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -SKIP ED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_scaleoffset:N ONE -SKIPED- h5repack -i test_all.h5 -o out.test_all.h5 -SKIP ED- Misc. update:
* [svn-r12356] Purpose:MuQun Yang2006-05-181-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating project file Description: New source code has been added, project files need to be updated. Solution: Platforms tested: VS 6.0(build failed due to compiler problem) VS 7.1(.Net 2003) Everything okay except that several h5repack tests get skipped. Don't know whether this happens on other platforms. h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_none:S+O=31 - SKIPED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -SKIP ED- h5repack -i test_scaleoffset.h5 -o out.test_scaleoffset.h5 -f dset_scaleoffset:N ONE -SKIPED- h5repack -i test_all.h5 -o out.test_all.h5 -SKIP ED- Misc. update:
* [svn-r12334] Purpose:MuQun Yang2006-05-051-8/+23
| | | | | | | | | | | | | | | | Updating the windows DLL project file Description: new file H5HFiter.c has been added project file needs to be reflected Solution: Platforms tested: VSMS 6.0 Misc. update:
* [svn-r12333] Purpose:MuQun Yang2006-05-051-2/+17
| | | | | | | | | | | | | | | | Updating windows project file Description: new file H5HFiter.c has been added project file needs to be reflected Solution: Updating the project file Platforms tested: VS 6.0 Misc. update:
* [svn-r12309] Purpose:Fang Guo2006-04-271-41/+41
| | | | | | | | | | | | Maintenance on Windows Description: change delimiter between preprocessor names from " " to ",". Interl fortran doesn't take " " as delimiter. Solution: Platforms tested: Misc. update:
* [svn-r12308] Purpose:Fang Guo2006-04-271-1868/+1869
| | | | | | | | | | | Maintenance on Windows Description: Update solution file all.sln Solution: Platforms tested: Misc. update:
* [svn-r12272] Purpose:Fang Guo2006-04-181-0/+60
| | | | | | | | | | | | | | Update DLL project file Description: New source files are added, DLL project needs to be updated to reflect the change. Solution: Platforms tested: windows XP VS 6.0 C and C++ Misc. update:
* [svn-r12271] Purpose:Fang Guo2006-04-181-76/+136
| | | | | | | | | | | | | | update project file on windows Description: New files have been checked in, library project files have to be updated. Solution: Platforms tested: windows XP with 6.0 Misc. update:
* [svn-r12238] Purpose:Fang Guo2006-04-131-1868/+1868
| | | | | | | | | | | Maintenance on Windows Description: Update all.sln Solution: Platforms tested: Misc. update:
* [svn-r12237] Purpose:Fang Guo2006-04-131-4/+0
| | | | | | | | | | | Maintenance on Windows Description: hl\src\H5HL_private.c was removed Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12236] Purpose:Fang Guo2006-04-131-4/+0
| | | | | | | | | | | Maintenance on Windows Description: H5HL_private.c was removed Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12223] Purpose:Fang Guo2006-04-111-1871/+1868
| | | | | | | | | | | Maintenance on Windows Description: libtestfortran.dsp was enabled by accident. Disable libtestfortran.dsp Solution: Platforms tested: Misc. update:
* [svn-r12179] Purpose:Fang Guo2006-03-301-1868/+1871
| | | | | | | | | | | Maintenance on Windows Description: update all.sln Solution: Platforms tested: Misc. update:
* [svn-r12167] Purpose:Fang Guo2006-03-281-1844/+1874
| | | | | | | | | | | Maintenance on Windows Description: Update solution file Solution: Platforms tested: Misc. update:
* [svn-r12166] Purpose:Fang Guo2006-03-281-0/+42
| | | | | | | | | | | Maintenance on Windows Description: Add in new test cross_read(dll) on Windows Solution: Platforms tested: Windows Misc. update: