Commit Graph

764 Commits

Author SHA1 Message Date
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
48054acffe [svn-r12508] 2006-07-27 10:07:38 -05:00
MuQun Yang
4749d8e0e9 [svn-r12503] Add a new windows project h5copy.dsp into subversion.
This will generate h5copy on windows.

The previous check-in is under the wrong directory.
2006-07-27 09:47:53 -05:00
MuQun Yang
449616b5ba [svn-r12502] Add a new windows project h5copy.dsp into subversion.
This will generate h5copy on windows.
2006-07-27 09:42:38 -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
f9ac366dbd [svn-r12473] Add a windows new project file: binread for read the output file from "h5dump -b". 2006-07-14 23:56:41 -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
984bc9d952 [svn-r12410] Purpose:
Update HDF5 Fortran90 type definition file on windows to
reflect the changes in Linux.

Description:
INT has been changed to Fortran_INTEGER in the file.

Solution:
Make the change.

Platforms tested:
Visual fortran 6.6c with MSVS 6.0
Only affects windows.


Misc. update:
2006-06-12 16:53:20 -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
ffab954f86 [svn-r12307] Purpose:
Maintenance on Windows
Description:
All of the source code files were replaced by a new one.

Solution:

Platforms tested:
Windows XP with VS 6.0
Misc. update:
2006-04-27 12:35:17 -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
5d70249f6e [svn-r12222] Purpose:
Maintenance on Windows
Description:
Fix a echo error:
when running lstest.bat, previously echo "h5dump ..."
change it to "h5ls ..."
Solution:

Platforms tested:

Misc. update:
2006-04-11 13:19:16 -05:00
Fang Guo
cfa54ffdc1 [svn-r12198] Purpose:
Maintenance on Windows
Description:
Temporarily comment out echo error messages to the screen for checking autotests
on windows.
Solution:

Platforms tested:

Misc. update:
2006-04-04 16:02:46 -05:00
Albert Cheng
10df706963 [svn-r12194] Purpose:
Typo.

Description:
Just fixed a typo in the copyright notice.  Too trivial to require
a test.
2006-04-03 08:00:51 -05:00
Fang Guo
1cd1d6956a [svn-r12188] Purpose:
Maintenance on Windows
Description:
Update source files which need mannually generated on Windows
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-31 17:14:05 -05:00
Fang Guo
9aa8b4aa67 [svn-r12187] Purpose:
Maintenance on Windows
Description:
Update H5Tinit.c
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-31 17:06:17 -05:00
Fang Guo
72b16bcff9 [svn-r12181] Purpose:
Maintenance on Windows
Description:
Change output for skip tests from "SKIP" to "-SKIP-" for easier tell the skiped tests
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-30 13:09:44 -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
4486efac6d [svn-r12178] Purpose:
Maintenance on Windows
Description:
Change dll projects output path and
let output of  dll projects generated into a separate
directory from static projects
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-30 13:04:58 -05:00
Fang Guo
ec631d83ce [svn-r12177] Purpose:
Maintenance on Windows
Description:
Modify path for gif2h5 and h52gif
Solution:

Platforms tested:
Windows
Misc. update:
2006-03-30 13:01:35 -05:00
Fang Guo
c5a29977ce [svn-r12176] Purpose:
Maintenance on Windows
Description:
Add in new h5dump tests (tvms.ddl tvms.h5 Checked in by Pedro)
Skip new h5dump tests ( tldouble.h5 checked in by Pedro)
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-30 12:20:44 -05:00
Fang Guo
194d3dfe52 [svn-r12170] Purpose:
Maintenance on Windows
Description:
update batch file according to Pedro's bug fix (h5dump was not printing attributes for the named datatype cases)
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-28 15:09:56 -05:00
Fang Guo
54014d2417 [svn-r12169] Purpose:
Maintenance on Windows
Description:
Del duplicated comments
Solution:

Platforms tested:

Misc. update:
2006-03-28 11:20:17 -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
31d673330c [svn-r12165] Purpose:
Maintenance on windows
Description:
Add in new test cross_read on Windows
Solution:

Platforms tested:
Windows
Misc. update:
2006-03-28 11:04:03 -05:00
Fang Guo
7a8ff24ec1 [svn-r12164] Purpose:
Maintenance on Windows
Description:
Add in new test cross_read on Windows
Solution:

Platforms tested:
Windows
Misc. update:
2006-03-28 11:00:56 -05:00
Fang Guo
120f0bf2ec [svn-r12163] Purpose:
Maintenance on Windows
Description:
Add in new tests cross_read on Windows
Solution:

Platforms tested:
Windows
Misc. update:
2006-03-28 10:59:50 -05:00
Pedro Vicente Nunes
9f94edb329 [svn-r12150] Purpose:
new tests for h5diff

Description:
added new tests for the bat file on windows

Solution:

Platforms tested:
windows

Misc. update:
2006-03-24 09:31:25 -05:00
MuQun Yang
36dda5514c [svn-r12141] Purpose:
portable issue on windows

Description:
setvbuf on visual studio 2005 needs the size to be greater or equal to 2.
<description of setvbuf from msdn library>
Buffer size in bytes. Allowable range: 2 <= size <=
INT_MAX (2147483647). Internally, the value supplied
for size is rounded down to the nearest multiple of 2.

h5import used linebuffer option of setvbuf for stderr and stdout and the size is
0 by default. This causes core dump with visual 2005 on windows 64-bit.

Solution:
1. Use HDsetvbuf inside h5import.c,
2. Define HDsetvbuf inside windows H5pubconf.h for windows to work around
   the core dump of h5import test. This is probably a bug inside visual studio 2005.


Platforms tested:
h5commit(shanti is down)
VS 6.0 on windows XP
VS 8.0 on windows XP-64bit
Misc. update:
2006-03-22 21:32:21 -05:00
Fang Guo
1b60c48c1d [svn-r12135] Purpose:
Maintenance on Windows
Description:
Add in more comments
Solution:

Platforms tested:

Misc. update:
2006-03-22 16:02:56 -05:00
Fang Guo
b0bf1e8c52 [svn-r12101] Purpose:
Maintenance on Windows
Description:
Changes on  project settings
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-16 12:51:01 -05:00
Fang Guo
d596ce8b81 [svn-r12100] Purpose:
Maintenance on Windows
Description:
Replace the old source code with the new check in

Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-16 12:49:43 -05:00
Fang Guo
ed78e967e0 [svn-r12099] Purpose:
Maintenance on Windows
Description:
Replace the old source code with the new check in
Solution:

Platforms tested:
Windows XP
Misc. update:
2006-03-16 12:46:26 -05:00