summaryrefslogtreecommitdiffstats
path: root/windows/proj/hdf5/hdf5.dsp
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13922] Purpose: First step in VS6 DepreciationScott Wegner2007-06-271-3560/+0
| | | | | | | | | | | | | | | | | Desciption: This is the first major check-in in the process of depreciating Visual Studio 6.0. We create a new directory, windows_vs6, which now holds all of our previous VS6 project files. We expect to maintain this directory for only a short time (perhaps one release), so users have time to make the change. The ./windows directory now contains project files for Visual Studio .Net, as well as existing source and test scripts. This will allow us to greatly simplify the build process for the majority of our users. We have created a new solution (.Net equivolent of workspace) that houses the Fortran project files. This allowed us to remove these files from the main solution, as well as streamline the conversion in the Fortran solution. It is also much easier now to convert to Visual Studio 2005 files. Notes: I didn't update the MANIFEST with this check-in, I will make those changes shortly. Also, I haven't yet updated the documentation to reflect this check-in. That is going to require more work. We will be giving a seminar in the coming weeks about .Net and how to migrate over. Tested: VS6/VNET/VS2005 on WinXP 32/64-bit
* [svn-r13921] Purpose: Add new file to Windows projectsScott Wegner2007-06-261-6/+21
| | | | | Description: Added new H5Dfill.c source file which was added in revision 13918.
* [svn-r13863] Added H5FDwindows.c to Windows project files, although sec2 is ↵Scott Wegner2007-06-141-6/+21
| | | | | | | | | still the default. Also added a Windows-specific macro, WINDOWS_USE_STDIO, which users can define if they'd like the Windows VFD to use the buffered low-level I/O functions. This is instead of splitting our Windows driver into two separate drivers. By default, this macro is undefined. Tested: VS6 on WinXP
* [svn-r13734] Added new source files (from rev. 13721) to Windows project files.Scott Wegner2007-05-051-85/+100
| | | | | | | Note: ohdr_gentst currently fails on Windows, and is disabled by default. I'm working with Quincy to get this fixed. Tested: VS6 on WinXP
* [svn-r13649] Updated Windows project files hdf5.dsp and hdf5dll.dsp to ↵Scott Wegner2007-04-121-6/+85
| | | | | | | include new source files. Tested: VS6 on WinXP
* [svn-r13504] Added new source file H5Orefcount.c to Windows project files ↵Scott Wegner2007-03-121-6/+21
| | | | | | | 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-081-6/+21
| | | | | | | 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-051-6/+36
| | | | | | | | | 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-r13249] Modified hdf5.dsp and hdf5dll.dsp to include H5Oshmesg.c which ↵Scott Wegner2007-02-061-6/+21
| | | | was added in revision 13246.
* [svn-r13131] UPdated windows project files because of the new files checked in.MuQun Yang2007-01-101-6/+21
|
* [svn-r13081] Updated libary project files.MuQun Yang2006-12-201-0/+30
| | | | | | 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-191-0/+15
|
* [svn-r13055] update library and DLL project files on windows.MuQun Yang2006-12-121-0/+60
| | | | All C tests get passed with VS6.0.
* [svn-r13018] H5Omessage.c has been added. Updated the windows project files.MuQun Yang2006-12-041-0/+15
|
* [svn-r13017] Update windows project files for hdf5 library.MuQun Yang2006-12-041-6/+21
| | | | Tested on windows vs 6.0.
* [svn-r12993] Update windows project files to reflect the recent library change.MuQun Yang2006-11-291-6/+21
|
* [svn-r12964] Update windows project files for the library.MuQun Yang2006-11-211-0/+30
| | | | | Update batch files for h5repack test,needs big efforts. Update batch file to test hdf5 library.
* [svn-r12944] Update windows project files for static libraryMuQun Yang2006-11-191-0/+64
|
* [svn-r12874] MuQun Yang2006-11-071-0/+15
|
* [svn-r12843] Update windows library projects to reflect Quincey' recent changes.MuQun Yang2006-11-021-12/+27
|
* [svn-r12716] updating library project files to reflect the recent addition ↵MuQun Yang2006-10-031-12/+57
| | | | of source code.
* [svn-r12618] Update project files on windows to catch up with Quincey's new ↵MuQun Yang2006-08-231-6/+66
| | | | | | check-in. VS 6.0 C only
* [svn-r12616] Quincey added H5HFtiny.c in the source code. The hdf5 library ↵MuQun Yang2006-08-221-6/+21
| | | | | | 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-141-2/+32
| | | | | | | | 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-031-0/+45
| | | | | | 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-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-r12464] Changed "eol-style" property on all Windows-specific files to ↵Quincey Koziol2006-07-141-2817/+2817
| | | | | | be "CRLF" instead of "native".
* [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-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-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-r12086] Purpose:Fang Guo2006-03-141-0/+45
| | | | | | | | | | | Maintenance on Windows Description: Add H5B2stat.c H5HFflist.c H5HFstat.c into hdf5.dsp Solution: Platforms tested: Windows XP Misc. update:
* [svn-r12024] Purpose:Fang Guo2006-03-071-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Add H5dbg.c into project file Solution: Platforms tested: Misc. update:
* [svn-r11971] Purpose:Fang Guo2006-02-281-155/+65
| | | | | | | | | | | Maintenance on Windows Description: Update source files according to Quincey's check in Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11858] Purpose:Fang Guo2006-01-031-0/+15
| | | | | | | | | | | Windows maintenance Description: Add in H5Pacpl.c Solution: Platforms tested: Windows XP Misc. update:
* [svn-r11764] Purpose:Fang Guo2005-12-061-0/+45
| | | | | | | | | | | Maintenance on Windows Description: Add H5Goh.c, H5Doh.c and H5Toh.c into hdf5.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11717] Purpose:Fang Guo2005-11-151-0/+165
| | | | | | | | | | | Maintenance on Windows Description: Add newly checked in files by Quincey into hdf5.dsp Solution: Platforms tested: Windows XP with VS 6.0 Misc. update:
* [svn-r11416] Purpose:Fang Guo2005-09-141-0/+30
| | | | | | | | | | | Maintenance on Windows Description: Add in mpi source code files to hdf5.dsp Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11408] Purpose:Fang Guo2005-09-131-0/+15
| | | | | | | | | | | Maintenance on Windows Description: Add H5Pgcpl.c(newly checked in) into hdf5 project file on windows Solution: Platforms tested: MSVS 6.0 on Windows XP Misc. update:
* [svn-r11223] Purpose:Fang Guo2005-08-091-0/+15
| | | | | | | | | | | Maintenance on windows Description: Update project file to include the newly added file H5Fsfile.c Solution: Platforms tested: MSVS 6.0 on windows xp Misc. update:
* [svn-r11044] Purpose:Fang Guo2005-07-071-0/+60
| | | | | | | | | | | Update project file. Description: New source codes added (H5BP.c H5BPcache.c H5BPdbg.c and H5BPtest.c) Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
* [svn-r11027] Purpose:Fang Guo2005-07-051-0/+30
| | | | | | | | | | | Update project file. Description: New source code H5Fmount.c and H5Fsuper.c added 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-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-r10606] Purpose:Fang Guo2005-04-141-17/+0
| | | | | | | | | | | Remove outdate source code from hdf5/windows/proj/hdf5/hdf5.dsp Description: Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10529] Purpose:Fang Guo2005-03-311-0/+76
| | | | | | | | | | | Update hdf5 project file. Description: Missing H5BTtest.c Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update:
* [svn-r10268] Purpose:Fang Guo2005-03-221-0/+2229
For windows support, Remove all.zip from HDF5. Add hdf5 library project file. Solution: Platforms tested: MSVS 6.0 on windows xp. Misc. update: