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
Fang Guo
838e799710
[svn-r12089] Purpose:
...
Maintenance on Windows
Description:
Del the line to copy hl examples source code.
Solution:
Platforms tested:
Misc. update:
2006-03-14 11:23:49 -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
49ae59ce6e
[svn-r12075] Purpose:
...
Update copyright information
Description:
Solution:
Platforms tested:
Misc. update:
2006-03-10 17:21:05 -05:00
Fang Guo
13cddec0b4
[svn-r12042] Purpose:
...
Modify copyright information
Description:
copyright check failed. Modify them to correct format.
Solution:
Platforms tested:
Misc. update:
2006-03-09 09:18:46 -05:00
Fang Guo
5e818d72ac
[svn-r12041] Purpose:
...
Modify copyright information
Description:
Copyright check failed. Modify them to the correct format
Solution:
Platforms tested:
Misc. update:
2006-03-09 09:17:29 -05:00
Fang Guo
fbddc2a7ef
[svn-r12039] Purpose:
...
Remove gifconv project files
Description:
Solution:
Platforms tested:
Misc. update:
2006-03-07 17:53:53 -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
7c5f7650c7
[svn-r12037] Purpose:
...
Maintenance on Windows
Description:
Move gifconv project files
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-03-07 17:34:18 -05:00
Fang Guo
18edf4aa12
[svn-r12036] Purpose:
...
Maintenance on Windows
Description:
Changes on project settings
Solution:
Platforms tested:
Misc. update:
2006-03-07 17:32:58 -05:00
Fang Guo
397c135bfb
[svn-r12033] Purpose:
...
Maintenance on Windows
Description:
Remove duplicated source code files
Solution:
Platforms tested:
Misc. update:
2006-03-07 15:05:25 -05:00
Fang Guo
44c3748cf8
[svn-r12032] Purpose:
...
Maintenance on Windows
Description:
Batch file improvement
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-03-07 14:58:15 -05:00
Fang Guo
8199e183e5
[svn-r12031] Purpose:
...
Maintenance on Windows
Description:
Include more hl examples and batch file improvement
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-03-07 14:56:59 -05:00
Fang Guo
1214d6bd7b
[svn-r12030] Purpose:
...
Maintenance on Windows
Description:
More hl examples added
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-03-07 14:20:24 -05:00
Fang Guo
bd85d78e8b
[svn-r12029] Purpose:
...
Maintenance on Windows
Description:
Add in hl examples
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-03-07 14:18:36 -05:00
Fang Guo
cd895f5f35
[svn-r12028] Purpose:
...
Maintenance on Windows XP
Description:
Add in hl examples
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-03-07 14:17:53 -05:00
Fang Guo
be67f823c9
[svn-r12027] Purpose:
...
Maintenance on Windows
Description:
Add in hl examples
Solution:
Platforms tested:
Misc. update:
2006-03-07 14:15:53 -05:00
Fang Guo
781c97ebaf
[svn-r12026] Purpose:
...
Maintenance on Windows
Description:
Move gifconv two project files
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-03-07 14:14:15 -05:00
Fang Guo
b490a1eaee
[svn-r12025] Purpose:
...
Maintenance on Windows
Description:
Remove gifconv two project files
Solution:
Platforms tested:
Misc. update:
2006-03-07 14:11:54 -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
142705d983
[svn-r11999] Purpose:
...
Maintenance on Windows
Description:
Correct echo errors.
Echo Start building C++ libraries when start building both C/C++.
Solution:
Platforms tested:
Misc. update:
2006-03-02 10:18:23 -05:00