Commit Graph

222 Commits

Author SHA1 Message Date
Scott Wegner
cb2a70feb4 [svn-r14298] Purpose: Remove references of H5FD_stream.c from Windows project files.
Description: The stream file driver was recently removed from the HDF5-1.8 source.  This checkin removes any left-over references in the Windows projects.

Tested:
VS2005
2007-11-28 10:01:48 -05:00
Scott Wegner
9743541227 [svn-r14255] Purpose: Add h5tinit.c to default Windows build process
Description:
Previously, we provided a static h5tinit.c with our Windows distribution, and provided instructions to optionally generate it.  Now, we will incorporate it as part of the default build process, to emulate other platforms more closely.

Tested:
VS6
VS2005
2007-11-13 10:17:49 -05:00
Scott Wegner
467f103cb1 [svn-r14235] Purpose: Modify Windows project dependencies
Description:
Add toolslib(dll) as a dependency to h5import(dll), to support the new -V flag.  This needed to be done in each of our 3 solution files.

Tested:
Only built, VS2005 and VS6
2007-11-05 09:13:31 -05:00
Scott Wegner
dcf8866b6a [svn-r14207] Purpose: Bring Windows up-to-date
Description:
-- Add new source files to Windows projects: H5Pdeprec.c, H5Pint.c, H5Ddbg.c, H5Dint.c
-- Add new h5dump XML tests to Windows test script

Tested:
VS2005 on WinXP
2007-10-17 09:26:50 -05:00
Scott Wegner
1a332eb5a2 [svn-r14149] Purpose: Add new source files to Windows projects
Description:
Two new files, h5rdeprec.c and h5rpkg.h were added to the Windows HDF5 projects.

Tested:
VS2005, build only.
2007-09-17 09:18:20 -05:00
Scott Wegner
43bb1ba8e5 [svn-r14138] 2007-09-10 14:14:08 -05:00
Scott Wegner
2ab6b11aaf [svn-r14093] Purpose: Convert Windows projects to VS2005 format and support 64-bit Fortran
Description:
This checkin is another Windows project cleanup, and also extends our Windows support for 64-bit Fortran.  Project files are now in VS2005 format, rather than VS.NET.  A couple projects have been renamed to be more descriptive (*cstub rather than *_lib), and project settings make better use of build macros.  This will make them much easier to update in the future.

Tested:
VS2005 on WinXP 32-bit
VS2005 on WinXP x64
2007-08-16 13:28:20 -05:00
Scott Wegner
20be26bdc6 [svn-r14057] Purpose: Fixes for 64-bit Windows Intel Fortran 9.1
Description:

We are porting Fortran to 64-bit Windows, and need to make many syntactical changes to bring the code up to date.  We now go back to using "!DEC$" rather than "!MS$" in our "ATTRIBUTE" code.  Also, the naming conventions for mixed language is inconsistent from 32- to 64- bit Windows.  To make up with this, we use the "decorate" flag.  We also needed to change the "calling convention" in project settings from "CVF" to "default".

Also other minor cleanups on project files.

Tested:
32-bit: VS.NET and VS2005
64-bit: VS2005
2007-08-09 09:04:05 -05:00
Scott Wegner
e2477c8d0b [svn-r14036] Purpose: Fix Windows debug DLL naming scheme
Description:
At a previous seminar, it was brought up that the naming scheme for Windows debug DLL is inconsistent.  Specifically, some use *ddll, while others use *dlld.  *dlld is more widely-used, so we decided this is "correct".  This changes others to use this scheme, and adapts other projects / install scripts / documentation.

Tested:
Visual Studio .NET on WinXP
2007-08-03 09:44:44 -05:00
MuQun Yang
76cf163f96 [svn-r14019] Update windows project files for .Net to reflect Quincey's new source code check-in. Tested on .Net and VS 6.0. 2007-07-26 09:08:59 -05:00
Scott Wegner
00b5ba099e [svn-r13981] Purpose: Windows catchup
Description:
- Add new source file H5version.h to Windows projects
- Add new h5stat tests, and uncomment one that no longer fails
- Clean up autotests a little bit.

Tested:
VS.NET on WinXP
2007-07-16 11:50:07 -05:00
Scott Wegner
0b0c229df9 [svn-r13929] Purpose: Add source to Windows projects
Description:
Added new H5WB.c and H5WBprivate.h files to our Windows .NET / 6.0 project files.

Tested:
VS.NET on WinXP
2007-06-29 17:31:17 -05:00
Scott Wegner
6f175a8ff2 [svn-r13922] Purpose: First step in VS6 Depreciation
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
2007-06-27 14:13:45 -05:00
Scott Wegner
9f6c4bece5 [svn-r13921] Purpose: Add new file to Windows projects
Description:
Added new H5Dfill.c source file which was added in revision 13918.
2007-06-26 15:04:35 -05:00
Scott Wegner
d05df8434b [svn-r13863] Added H5FDwindows.c to Windows project files, although sec2 is 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
2007-06-14 08:23:59 -05:00
Scott Wegner
6ea2260ea7 [svn-r13799] Applying Windows Fortran-specific patches suggested in Bug #879. This checkin takes care of the first two, I will look at the last one today.
Tested:
Visual Studio 2005 on WinXP
2007-05-23 09:14:53 -05:00
Scott Wegner
1726061075 [svn-r13752] Added an include to the ohdr testfile generator code to fix an issue with Visual Studio. I've also turned this project on by default in Windows.
Tested:
VS6 on WinXP
kagiso
2007-05-14 13:50:54 -05:00
Scott Wegner
8829cafe90 [svn-r13734] Added new source files (from rev. 13721) to Windows project files.
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
2007-05-05 11:03:35 -05:00
Scott Wegner
9844f91b17 [svn-r13710] Added Fortran dependencies to Windows project files, and updated documentation to reflect changes.
Tested:
Visual Studio 2005 on WinXP
2007-04-30 14:16:50 -05:00
Scott Wegner
c8f12172f1 [svn-r13649] Updated Windows project files hdf5.dsp and hdf5dll.dsp to include new source files.
Tested:
VS6 on WinXP
2007-04-12 16:23:16 -05:00
Scott Wegner
00f32db756 [svn-r13536] Added source files to Windows C++ test project files. Both 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
2007-03-22 14:45:33 -05:00
Scott Wegner
01f50118c0 [svn-r13504] Added new source file H5Orefcount.c to Windows project files hdf5.dsp and hdf5dll.dsp
Tested:
MSVS6.0 on Win XP
2007-03-12 14:17:40 -05:00
Scott Wegner
7b065df159 [svn-r13478] Added new source file H5Oainfo.c to Windows project files hdf5.dsp and hdf5dll.dsp.
Tested:
Visual Studio 6.0 on Windows XP
2007-03-08 15:39:27 -05:00
Scott Wegner
1a644892a4 [svn-r13462] Updated Windows project files to include new source files:
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
2007-03-05 17:20:25 -05:00
Scott Wegner
154a2ac0dc [svn-r13336] Updated all.sln, which is generated by Visual Studio 2005 and is used only for Windows autotests. 2007-02-19 15:52:34 -05:00
Scott Wegner
5e5fd1e940 [svn-r13322] Added new Windows project file, h5mkgrp for new tool, and updated all.dsw workspace to include it. 2007-02-16 14:57:56 -05:00
Scott Wegner
535d29a726 [svn-r13249] Modified hdf5.dsp and hdf5dll.dsp to include H5Oshmesg.c which was added in revision 13246. 2007-02-06 16:14:25 -05:00
MuQun Yang
b801393937 [svn-r13140] Added a new batch file to test error APIs
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
2007-01-12 16:13:48 -05:00
MuQun Yang
50926c2ae9 [svn-r13131] UPdated windows project files because of the new files checked in. 2007-01-10 08:32:52 -05:00
MuQun Yang
371e2dda53 [svn-r13081] Updated libary project files.
test_cpp didn't pass compiling. C and Fortran are fine.

Compilers: VS 6.0 Compaq Visual fortran 6.6c.
2006-12-20 10:29:29 -05:00
MuQun Yang
cd1d21dff7 [svn-r13077] HDF5 library project updates due to the adding of new source code. 2006-12-19 14:26:27 -05:00
MuQun Yang
6bf1f234f2 [svn-r13055] update library and DLL project files on windows.
All C tests get passed with VS6.0.
2006-12-12 14:13:59 -05:00
MuQun Yang
7e646125f2 [svn-r13018] H5Omessage.c has been added. Updated the windows project files. 2006-12-04 10:12:42 -05:00
MuQun Yang
53ad5729c4 [svn-r13017] Update windows project files for hdf5 library.
Tested on windows vs 6.0.
2006-12-04 09:47:49 -05:00
MuQun Yang
1b16195060 [svn-r12993] Update windows project files to reflect the recent library change. 2006-11-28 21:02:18 -05:00
MuQun Yang
10c0ac6e1e [svn-r12964] Update windows project files for the library.
Update batch files for h5repack test,needs big efforts.
Update batch file to test hdf5 library.
2006-11-21 16:31:32 -05:00
MuQun Yang
b20353bb63 [svn-r12945] update windows DLL. 2006-11-19 17:09:10 -05:00
MuQun Yang
54df14ca1e [svn-r12944] Update windows project files for static library 2006-11-19 17:08:34 -05:00
MuQun Yang
c17b59ac25 [svn-r12874] 2006-11-07 11:21:11 -05:00
MuQun Yang
cc93ac2d28 [svn-r12856] On windows file_handle has been changed to vfd. This check-in changes the feature.
Add project files for ref test.
Update hdf5test.bat that includes btree2 test.
2006-11-03 12:53:42 -05:00
MuQun Yang
f0b2748073 [svn-r12843] Update windows library projects to reflect Quincey' recent changes. 2006-11-02 10:53:59 -05:00
MuQun Yang
f940948af9 [svn-r12836] Catch up with h5diff tests.
Catch up with h5repacktst tests.
2006-10-31 12:36:52 -05:00
MuQun Yang
eff5e13304 [svn-r12716] updating library project files to reflect the recent addition of source code. 2006-10-03 18:09:24 -05:00
MuQun Yang
d2019d7c50 [svn-r12714] check in the new dataspace file 2006-10-03 13:44:10 -05:00
MuQun Yang
2c7ce93f85 [svn-r12618] Update project files on windows to catch up with Quincey's new check-in.
VS 6.0 C only
2006-08-23 09:59:56 -05:00
MuQun Yang
f13881bc4f [svn-r12616] Quincey added H5HFtiny.c in the source code. The hdf5 library projects need to be updated.
Tested with MSVS 6.0.
2006-08-22 16:51:41 -05:00
MuQun Yang
91aa37b5ae [svn-r12577] Update windows project files to reflect the HDF5 library source code recently committed.
Test C,C++, fortran, debug,debug dll, release and release dll.

MSVS 6.0 + Compaq Visual fortran 6.6c
2006-08-14 14:12:33 -05:00
MuQun Yang
b1e0516dd0 [svn-r12532] Update windows projects with James and Quincey's new changes.
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.
2006-08-03 16:07:27 -05:00
MuQun Yang
f7d6f53a68 [svn-r12499] Windows project updating:
Updating all.dsw,all.sln(for command-line testing only) and binread.dsp.

New projects have been added into.
2006-07-27 09:31:34 -05:00
MuQun Yang
403d6e461b [svn-r12471]
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.
2006-07-14 23:47:52 -05:00
MuQun Yang
3c0c853fe0 [svn-r12470]
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
2006-07-14 23:26:40 -05:00
MuQun Yang
4a8ce92dac [svn-r12469] Updates on windows
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
2006-07-14 23:25:08 -05:00
MuQun Yang
875e3d1dd5 [svn-r12468] Update for windows
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.
2006-07-14 23:21:47 -05:00
Quincey Koziol
b69cf7ea84 [svn-r12464] Changed "eol-style" property on all Windows-specific files to be "CRLF"
instead of "native".
2006-07-14 00:41:50 -05:00
MuQun Yang
7773dedf81 [svn-r12447] Purpose:
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:
2006-06-30 14:12:04 -05:00
MuQun Yang
698f38c1fe [svn-r12357] Purpose:
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:
2006-05-18 13:31:50 -05:00
MuQun Yang
b0d43609b2 [svn-r12356] Purpose:
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:
2006-05-18 13:29:50 -05:00
MuQun Yang
37a9d44194 [svn-r12334] Purpose:
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:
2006-05-05 13:42:46 -05:00
MuQun Yang
507e84085d [svn-r12333] Purpose:
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:
2006-05-05 13:41:55 -05:00
Fang Guo
6a77572c26 [svn-r12309] Purpose:
Maintenance on Windows
Description:
change delimiter between preprocessor names from " " to ",".
Interl fortran doesn't take " " as delimiter.
Solution:

Platforms tested:

Misc. update:
2006-04-27 13:07:55 -05:00
Fang Guo
c30df6d504 [svn-r12308] Purpose:
Maintenance on Windows
Description:
Update solution file all.sln
Solution:

Platforms tested:

Misc. update:
2006-04-27 12:36:09 -05:00
Fang Guo
0b069c8c5f [svn-r12272] Purpose:
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:
2006-04-17 19:45:09 -05:00
Fang Guo
5457f7a64a [svn-r12271] Purpose:
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:
2006-04-17 19:41:23 -05:00
Fang Guo
dc3f6128f0 [svn-r12238] Purpose:
Maintenance on Windows
Description:
Update all.sln
Solution:

Platforms tested:

Misc. update:
2006-04-13 12:51:11 -05:00
Fang Guo
e986ea1496 [svn-r12237] Purpose:
Maintenance on Windows
Description:
hl\src\H5HL_private.c was removed
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-04-13 12:50:32 -05:00
Fang Guo
42bbce053a [svn-r12236] Purpose:
Maintenance on Windows
Description:
H5HL_private.c was removed
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-04-13 12:49:39 -05:00
Fang Guo
b18e0d8497 [svn-r12223] Purpose:
Maintenance on Windows
Description:
libtestfortran.dsp was enabled by accident. Disable libtestfortran.dsp
Solution:

Platforms tested:

Misc. update:
2006-04-11 14:55:41 -05:00
Fang Guo
5a90c6b31c [svn-r12179] Purpose:
Maintenance on Windows
Description:
update all.sln
Solution:

Platforms tested:

Misc. update:
2006-03-30 13:05:42 -05:00
Fang Guo
19cd13e951 [svn-r12167] Purpose:
Maintenance on Windows
Description:
Update solution file
Solution:

Platforms tested:

Misc. update:
2006-03-28 11:05:43 -05:00
Fang Guo
0c213d08ef [svn-r12166] Purpose:
Maintenance on Windows
Description:
Add in new test cross_read(dll) on Windows
Solution:

Platforms tested:
Windows
Misc. update:
2006-03-28 11:05:11 -05:00
Fang Guo
2d75524013 [svn-r12088] Purpose:
Update solution file all.sln
Description:

Solution:

Platforms tested:

Misc. update:
2006-03-14 11:20:14 -05:00
Fang Guo
664bd5da3f [svn-r12087] Purpose:
Maintenance on Windows
Description:
Add H5B2stat.c H5HFflist.c H5HFstat.c into hdf5dll.dsp
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-14 11:18:01 -05:00
Fang Guo
cce5763b53 [svn-r12086] Purpose:
Maintenance on Windows
Description:
Add H5B2stat.c H5HFflist.c H5HFstat.c into hdf5.dsp
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-14 11:17:15 -05:00
Fang Guo
b9bb5be2a8 [svn-r12038] Purpose:
Update all.sln
Description:

Solution:

Platforms tested:

Misc. update:
2006-03-07 17:50:31 -05:00
Fang Guo
c3bc0d362a [svn-r12024] Purpose:
Maintenance on Windows
Description:
Add H5dbg.c into project file
Solution:

Platforms tested:

Misc. update:
2006-03-07 14:10:32 -05:00
Fang Guo
e5c65dc7b4 [svn-r12023] Purpose:
Maintenance on Windows
Description:
Move gifconv from windows\tools\ to windows\hl\tools
Solution:

Platforms tested:

Misc. update:
2006-03-07 14:09:05 -05:00
Fang Guo
e49590a6d9 [svn-r11983] Purpose:
Maintenance on Windows
Description:
Update all.sln
Solution:

Platforms tested:

Misc. update:
2006-02-28 12:01:05 -05:00
Fang Guo
6a259c7b2e [svn-r11972] Purpose:
Maintenance on Windows
Description:
Update workspace according to Quincey's check in.
Remove blocktrack(dll).dsp, b_plus+tree(dll).dsp and sheap(dll).dsp and add in fheap(dll).dsp
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-28 11:39:30 -05:00
Fang Guo
1a01fdd60b [svn-r11971] Purpose:
Maintenance on Windows
Description:
Update source files according to Quincey's check in
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-28 11:36:36 -05:00
Fang Guo
91f4f60a4a [svn-r11925] Purpose:
Windows Maintenance
Description:
Update all.sln
Solution:

Platforms tested:

Misc. update:
2006-02-07 17:37:10 -05:00
Fang Guo
f396c4caa0 [svn-r11922] Purpose:
Maintenance on Windows
Description:
Add hdf hl library as the dependency of gifconv and gifconvdll
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-02-07 17:29:46 -05:00
Fang Guo
00f3f8f4c1 [svn-r11912] Purpose:
Maintenance on Windows
Description:
Update all.sln to include cache_api.dsp and cache_apidll.dsp
Solution:

Platforms tested:

Misc. update:
2006-01-31 15:10:16 -05:00
Fang Guo
433b9ecf6b [svn-r11911] Purpose:
Maintenance on Windows
Description:
Update workspace to include cache_api.dsp and cache_apidll.dsp
Solution:

Platforms tested:

Misc. update:
2006-01-31 15:01:41 -05:00
Fang Guo
e8804cada8 [svn-r11859] Purpose:
windows maintenance
Description:
Add in H5Pacpl.c
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-01-03 12:25:03 -05:00
Fang Guo
febe6dc756 [svn-r11858] Purpose:
Windows maintenance
Description:
Add in H5Pacpl.c
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-01-03 12:24:22 -05:00
Fang Guo
0663b66204 [svn-r11857] Purpose:
Maintenance on Windows
Description:
Update solution file
Solution:

Platforms tested:

Misc. update:
2006-01-03 12:23:17 -05:00
Fang Guo
d073ddf81e [svn-r11844] Purpose:
Windows Maintenance
Description:
Update solution file
Solution:

Platforms tested:

Misc. update:
2005-12-28 16:55:02 -05:00
Fang Guo
a99684ee15 [svn-r11843] Purpose:
Windows Maintenance
Description:
Update workspace
Solution:

Platforms tested:

Misc. update:
2005-12-28 16:54:36 -05:00
Fang Guo
4b414a12c6 [svn-r11842] Purpose:
Maintenance on Windows
Description:
Update project file because the source file names have benn changed
Solution:

Platforms tested:
WIndows XP
Misc. update:
2005-12-28 16:49:55 -05:00
Fang Guo
bed9f950f7 [svn-r11841] Purpose:
Maintenance on Windows
Description:
Update project file because the source file names changed
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-12-28 16:48:58 -05:00
Fang Guo
b240730cc8 [svn-r11825] Purpose:
Maintenance on Windows
Description:
Update workspace due to project h52gif.dsp and h52gifdll.dsp setting changes
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-12-21 14:29:35 -05:00
Fang Guo
1180b1bebb [svn-r11766] Purpose:
Maintenance on Windows
Description:
Update all.sln due the new changes of hdf5.dsp and hdf5dll.dsp
Solution:

Platforms tested:

Misc. update:
2005-12-06 12:55:21 -05:00
Fang Guo
16fb858103 [svn-r11765] Purpose:
Maintenance on Windows
Description:
Add H5Goh.c, H5Doh.c and H5Toh.c into hdf5dll.dsp
Solution:

Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-12-06 12:54:03 -05:00
Fang Guo
792b756e2b [svn-r11764] Purpose:
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:
2005-12-06 12:52:45 -05:00
Fang Guo
7764d1e544 [svn-r11718] Purpose:
Maintenance on Windows
Description:
Add newly checked in files by Quincey into hdf5dll.dsp
Solution:

Platforms tested:
Windows XP with VS 6.0
Misc. update:
2005-11-15 12:34:28 -05:00
Fang Guo
df6c7524d1 [svn-r11717] Purpose:
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:
2005-11-15 12:33:26 -05:00
Fang Guo
c423a4086b [svn-r11716] Purpose:
Maintenance on windows
Description:
Add in objcopy.dsp and objcopydll.dsp
Solution:

Platforms tested:
Windows XP with VS 6.0
Misc. update:
2005-11-15 12:31:56 -05:00
Fang Guo
1baf9cf104 [svn-r11692] Purpose:
Maintenance on Windows.
Description:
Update solution file
Solution:

Platforms tested:

Misc. update:
2005-11-07 17:58:24 -05:00
Fang Guo
8429c835ef [svn-r11691] Purpose:
Maintenance on Windows
Description:
Adding the new function H5LTtext_to_dtype() for converting text description to data type

Solution:

Platforms tested:
Windows XP
Misc. update:
2005-11-07 17:48:48 -05:00
Fang Guo
3f48ca1265 [svn-r11690] Purpose:
Maintenance on Windows
Description:
Adding the new function H5LTtext_to_dtype() for converting text description to data type
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-11-07 17:48:05 -05:00