MuQun Yang
f546cc8972
[svn-r12658] There was a bug in the repacktest.BAT on windows.
...
If either szip or zlib filter was not present, the batch still tried to use h5repack tool to test the data compression feature. Therefore the h5repack test failed.
Fixed the bug. Now if the compression filter is not present, that particular repack test will be skipped.
2006-09-11 15:35:15 -05:00
Frank Baker
749a0b9c17
[svn-r12640]
...
Description:
Add per-directory abbreviated copyright notices
(abbreviated COPYING files pointing to full notices).
Tested:
MANIFEST verified; not otherwise tested.
2006-09-04 13:30:13 -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
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
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
Fang Guo
30952f892c
[svn-r11990] Purpose:
...
Add in more comments
Description:
Solution:
Platforms tested:
Misc. update:
2006-02-28 15:19:14 -05:00
Fang Guo
de1e6d4079
[svn-r11989] Purpose:
...
Fix a error
Description:
Solution:
Platforms tested:
Misc. update:
2006-02-28 15:03:42 -05:00
Fang Guo
00521058bb
[svn-r11988] Purpose:
...
Maintenance on Windows
Description:
Fix typo
Solution:
Platforms tested:
Misc. update:
2006-02-28 14:17:10 -05:00
Fang Guo
d03c3e9358
[svn-r11986] Purpose:
...
Batch file improvement
Description:
Solution:
Platforms tested:
Misc. update:
2006-02-28 13:51:39 -05:00
Fang Guo
f31875592a
[svn-r11985] Purpose:
...
Batch file improvements
Description:
Solution:
Platforms tested:
Misc. update:
2006-02-28 13:50:17 -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
408970047b
[svn-r11981] Purpose:
...
Maintenance on Windows
Description:
Update project files to be tested.
Solution:
Platforms tested:
Misc. update:
2006-02-28 11:52:39 -05:00
Fang Guo
435f11aec4
[svn-r11980] Purpose:
...
Maintenance on Windows
Description:
Remove sheapdll.dsp according to Quincey's check in
Solution:
Platforms tested:
Windows
Misc. update:
2006-02-28 11:51:14 -05:00
Fang Guo
cc841fcf65
[svn-r11979] Purpose:
...
Maintenance on Windows
Description:
Remove sheap.dsp according to Quincey's check in
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-28 11:50:07 -05:00
Fang Guo
3574c087e3
[svn-r11978] Purpose:
...
Maintenance on Windows
Description:
Remove blocktrackdll.dsp according to Quincey's check in
Solution:
Platforms tested:
Windows
Misc. update:
2006-02-28 11:49:02 -05:00
Fang Guo
a0d3474592
[svn-r11977] Purpose:
...
Maintenance on Windows
Description:
Remove project file blocktract.dsp according to Quincey's check in
Solution:
Platforms tested:
Windows
Misc. update:
2006-02-28 11:47:56 -05:00
Fang Guo
ba885f53da
[svn-r11976] Purpose:
...
Maintenance on Windows
Description:
Remove b_plus_treedll.dsp according to Quincey's check in
Solution:
Platforms tested:
Windows
Misc. update:
2006-02-28 11:46:32 -05:00
Fang Guo
16378ff9a2
[svn-r11975] Purpose:
...
Maintenance on Windows
Description:
Remove b_plus_tree.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-28 11:44:02 -05:00
Fang Guo
78c0777b9e
[svn-r11974] Purpose:
...
Maintenance on Windows
Description:
Add in new project file fheapdll.dsp according to Quincey's check in
Solution:
Platforms tested:
Windows
Misc. update:
2006-02-28 11:42:26 -05:00
Fang Guo
b122d0a140
[svn-r11973] Purpose:
...
Maintenance on Windows
Description:
Add in new project file fheap.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-28 11:41:06 -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
3bc27f1741
[svn-r11948] Purpose:
...
Batch file Improvement
Description:
This batch file is not necessary for new batch files
Solution:
Platforms tested:
Misc. update:
2006-02-16 12:05:28 -05:00
Fang Guo
beca2df12b
[svn-r11947] Purpose:
...
Add in copyright information
Description:
Solution:
Platforms tested:
Misc. update:
2006-02-16 12:03:52 -05:00
Fang Guo
eb24bf8fc0
[svn-r11946] Purpose:
...
Batch File Improvement
Description:
Make tool test batch files easier to maintain
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-16 12:01:47 -05:00
Fang Guo
4f841b0ab3
[svn-r11945] Purpose:
...
Batch file improvement
Description:
Make tool test batch files easier to maintain
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:58:43 -05:00
Fang Guo
b60f1ac81a
[svn-r11944] Purpose:
...
Batch file improvement
Description:
This batch file will be call by all of the tool test batch files
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:56:20 -05:00
Fang Guo
6a3e8c405f
[svn-r11941] Purpose:
...
Batch file improvement
Description:
Make tool test batch files easier to maintain
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:48:24 -05:00
Fang Guo
f2b9b502d2
[svn-r11940] Purpose:
...
Batch file improvement
Description:
Make tool tests batch files easier to maintain
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:46:28 -05:00
Fang Guo
811131397c
[svn-r11938] Purpose:
...
Batch file improvement
Description:
Make tool tests batch file easier to maintain
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-16 11:45:27 -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
8a9da174d1
[svn-r11924] Purpose:
...
Maintenance on Windows
Description:
Change project settings to include path to H5IM.h
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-02-07 17:31:44 -05:00
Fang Guo
8874b3eac4
[svn-r11923] Purpose:
...
Maintenance on Windows
Description:
Change project settings to include the path to H5IM.h
Solution:
Platforms tested:
Misc. update:
2006-02-07 17:30:51 -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
44ac5d87fa
[svn-r11913] Purpose:
...
Windows Maintenance
Description:
Add in cache_api.dsp and cache_apidll.dsp
Solution:
Platforms tested:
Misc. update:
2006-01-31 15:12:16 -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
f6e8d8c469
[svn-r11910] Purpose:
...
Maintenance on Windows
Description:
Add cache_common.c into cachedll.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-01-31 14:51:44 -05:00
Fang Guo
72406bcaae
[svn-r11909] Purpose:
...
Maintenance on Windows
Description:
Add cache_common.c into project cache.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-01-31 14:50:58 -05:00
Fang Guo
1cc33a5f31
[svn-r11908] Purpose:
...
Maintenance on Windows
Description:
Add tests for cache_api.dsp and cache_apidll.dsp
Solution:
Platforms tested:
Misc. update:
2006-01-31 14:49:43 -05:00
Fang Guo
7340e2c148
[svn-r11907] Purpose:
...
Maintenance on Windows
Description:
Add new tests cache_apidll.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-01-31 14:48:35 -05:00
Fang Guo
b37446fb40
[svn-r11906] Purpose:
...
Mintainance on Windows
Description:
Add new tests cache_api.dsp
Solution:
Platforms tested:
Windows XP
Misc. update:
2006-01-31 14:47:41 -05:00
James Laird
ef292e862b
[svn-r11873] Purpose:
...
Copyright fix
Description:
The packet table examples were breaking the copyright checking script.
Fixed them.
Also caught a one-line copyright problem in another file.
Platforms tested:
Only changed comments.
2006-01-09 10:41:38 -05:00
Fang Guo
f53877f7c2
[svn-r11863] Purpose:
...
Windows Maintenance
Description:
C++ .dsp files failed to be converted into .vcproj. Fix problem
Solution:
Platforms tested:
Misc. update:
2006-01-04 14:05:02 -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
ed6944c012
[svn-r11829] Purpose:
...
Maintenance on Windows
Description:
Fix an error
Solution:
Platforms tested:
Misc. update:
2005-12-21 15:58:59 -05:00
Fang Guo
6cf24a160b
[svn-r11828] Purpose:
...
Maintenance on Windows
Description:
Changes due to location change of hl c examples
Solution:
Platforms tested:
Misc. update:
2005-12-21 15:56:25 -05:00
Fang Guo
9882c09fab
[svn-r11827] Purpose:
...
Maintenance on Windows
Description:
Changes due to hl c examples' location changed
Solution:
Platforms tested:
Misc. update:
2005-12-21 15:54:46 -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
029da49d52
[svn-r11823] Purpose:
...
move hl c examples to windows/hl/examples
Description:
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:30:12 -05:00
Fang Guo
efb985021e
[svn-r11822] Purpose:
...
move hl c examples to windows/hl/examples
Description:
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:28:07 -05:00
Fang Guo
5d6971b840
[svn-r11820] Purpose:
...
Add batch file to install hl fortran examples
Description:
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:19:54 -05:00
Fang Guo
924a5ab38c
[svn-r11819] Purpose:
...
Move hl c examples to windows/hl/examples
Description:
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:10:42 -05:00
Fang Guo
14bf24805a
[svn-r11818] Purpose:
...
Maintenance on Windows
Description:
move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:07:55 -05:00
Fang Guo
d22495e8b6
[svn-r11817] Purpose:
...
Maintenance on Windows
Description:
Move hl c examples to hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:05:28 -05:00
Fang Guo
a97b208604
[svn-r11816] Purpose:
...
maintenance on windows
Description:
move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:04:15 -05:00
Fang Guo
e05db43e1e
[svn-r11815] Purpose:
...
Maintenance on Windows
Description:
Move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:02:51 -05:00
Fang Guo
7489fee5d9
[svn-r11814] Purpose:
...
Windows Maintenance
Description:
move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 16:01:18 -05:00
Fang Guo
675b025429
[svn-r11813] Purpose:
...
Windows maintanence
Description:
move hl c examples to windows/hl/examples directory
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:52:59 -05:00
Fang Guo
e7f9912108
[svn-r11812] Purpose:
...
Maintenance on windows
Description:
moving hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:49:53 -05:00
Fang Guo
405637a06e
[svn-r11811] Purpose:
...
maintenance on windows
Description:
move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:48:55 -05:00
Fang Guo
fe77ace583
[svn-r11810] Purpose:
...
Maintenace on Windows
Description:
move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:47:30 -05:00
Fang Guo
2284c5d282
[svn-r11809] Purpose:
...
Maintenance on Windows
Description:
Move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:46:40 -05:00
Fang Guo
cf98f1786b
[svn-r11808] Purpose:
...
Maintenance on Windows
Description:
move hl c examples to windows/hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:45:53 -05:00
Fang Guo
469773938c
[svn-r11807] Purpose:
...
Maintenance on Windows
Description:
Move hl c examples to windows/hl/examples directory
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:43:53 -05:00
Fang Guo
740f519575
[svn-r11806] Purpose:
...
Maintenance on Windows
Description:
Move hl c examples to the directory hl/examples
Solution:
Platforms tested:
Misc. update:
2005-12-20 15:35:05 -05:00
Fang Guo
9121ddec83
[svn-r11805] Purpose:
...
Maintenance on Windows
Description:
Add batch file to test hl fortran examples
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-12-20 15:32:27 -05:00
Fang Guo
91ddc081ba
[svn-r11804] Purpose:
...
Maintenance on Windows
Description:
Add hl fortran examples
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-12-20 15:31:38 -05:00
Fang Guo
d6c3f66882
[svn-r11803] Purpose:
...
Maintenance on Windows
Description:
Add in hl fortran examples
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-12-20 15:30:02 -05:00
Fang Guo
2d2775376f
[svn-r11801] Purpose:
...
Maintenance on Windows XP
Description:
Change project settings due to Petro's changes to h52gif
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-12-19 13:31:24 -05:00
Fang Guo
308cb926e9
[svn-r11800] Purpose:
...
Maintenance on Windows
Description:
Update project settings due to Petro's new changes to h52gif
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-12-19 13:30:05 -05:00
Fang Guo
86b71e9586
[svn-r11767] Purpose:
...
Maintenance on Windows
Description:
Update expected output for C examples
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-12-06 13:11:38 -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
151e0e1620
[svn-r11753] Purpose:
...
Description:
Solution:
Platforms tested:
Misc. update:
2005-12-02 10:52:42 -05:00
Fang Guo
0d008c805c
[svn-r11752] Purpose: Maintenance on Windows
...
Files updates due to the difference of copyright information
Description:
Solution:
Platforms tested:
Misc. update:
2005-12-02 10:50:05 -05:00
Fang Guo
e2f0e6a176
[svn-r11727] Purpose:
...
Maintenance on Windows
Description:
Comment out H5_HAVE_ATTRIBUTE on windows
Solution:
Platforms tested:
Misc. update:
2005-11-15 16:14:04 -05:00
Fang Guo
5b83c94b9e
[svn-r11725] Purpose:
...
Maintenace on Windows
Description:
Add in conversion .vcproj to intel format for objcopy.vcproj and objcopydll.vcproj
Solution:
Platforms tested:
Misc. update:
2005-11-15 12:53:16 -05:00
Fang Guo
1fc0fa056d
[svn-r11724] Purpose:
...
Maintenance on Windows
Description:
Add in conversion .dsp to .vcproj for objcopy.dsp and objcopydll.dsp
Solution:
Platforms tested:
Misc. update:
2005-11-15 12:52:04 -05:00
Fang Guo
a8e74b46fc
[svn-r11721] Purpose:
...
Maintenance on Windows
Description:
Add tests for objcopy and objcopydll into batch file
Solution:
Platforms tested:
Windows XP with VS 6.0
Misc. update:
2005-11-15 12:38:31 -05:00
Fang Guo
9895837b76
[svn-r11720] Purpose:
...
Maintenance on Windows
Description:
Add new test objcopydll.dsp
Solution:
Platforms tested:
Windows XP with VS 6.0
Misc. update:
2005-11-15 12:37:29 -05:00
Fang Guo
6c45185693
[svn-r11719] Purpose:
...
Maintenance on Windows
Description:
Add in new test objcopy.dsp
Solution:
Platforms tested:
Windows XP with VS 6.0
Misc. update:
2005-11-15 12:36:42 -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
Albert Cheng
ef0b313644
[svn-r11667] Purpose:
...
Updated the copyright notices.
2005-11-01 14:47:22 -05:00
Fang Guo
42a87cc9a9
[svn-r11666] Purpose:
...
Add in copyright notice
Description:
Solution:
Platforms tested:
Misc. update:
2005-11-01 14:15:15 -05:00
Fang Guo
54662429c3
[svn-r11663] Purpose:
...
Add copyright notice
Description:
Solution:
Platforms tested:
Misc. update:
2005-11-01 14:09:05 -05:00
Fang Guo
74e97fa905
[svn-r11661] Purpose:
...
add in copyright notice
Description:
Solution:
Platforms tested:
Misc. update:
2005-11-01 14:03:19 -05:00
Fang Guo
3aa57f1900
[svn-r11660] Purpose:
...
add in copyright notice
Description:
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-11-01 14:01:18 -05:00
Fang Guo
2737d99bc2
[svn-r11659] Purpose:
...
Add in copyright notice
Description:
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-11-01 14:00:13 -05:00
Fang Guo
21ceee1b28
[svn-r11658] Purpose:
...
add in copyright information
Description:
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-11-01 13:52:18 -05:00
Fang Guo
7ab598f2ea
[svn-r11657] Purpose:
...
Add copyright information
Description:
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-11-01 13:50:21 -05:00
Fang Guo
f2685bb8b4
[svn-r11656] Purpose:
...
Add in copyright information
Description:
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-11-01 13:46:25 -05:00
Albert Cheng
0cc4fba8b7
[svn-r11654] Added copyright notice as an example.
2005-11-01 12:00:20 -05:00
Fang Guo
cef7b9f008
[svn-r11611] Purpose:
...
Maintenance on Windows
Description:
Add new h5diff test into batch file difftest.bat
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-10-26 17:10:48 -05:00
Albert Cheng
329e4c382f
[svn-r11591] Purpose:
...
Removed because these were committed by mistakes.
2005-10-20 20:03:19 -05:00
Pedro Vicente Nunes
c997f29d60
[svn-r11584] Purpose:
...
bug fix
Description:
an assertion after the search for objects was saying that the number of
objects in file should be > 0
removed it, since there can be a case where the number of objects is 0.
in this case this was found by a case where zlib was not present and the output file
was not written any objects to
note: this was only detected on the windows batch files, that do not have a conditional
condition to not run tests when a filter is not present
Solution:
Platforms tested:
linux
Misc. update:
2005-10-19 11:46:12 -05:00
Fang Guo
fe5d592288
[svn-r11513] Purpose:
...
Maintenance on Windows
Description:
hl fortran debug dll tests missed and hl fortran release dll tested twice before
Add in hl fortran debug dll tests and remove one hl fortran release dll test
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-10-07 10:44:09 -05:00
Fang Guo
69656b1e53
[svn-r11512] Purpose:
...
Maintenance on Windows
Description:
Enable talign test on Windows.
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-10-07 09:22:21 -05:00
Fang Guo
ec51e77e66
[svn-r11462] Purpose:
...
Maintenance on Windows
Description:
Modify Batch file due to the changes of output of H5diff tool
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-23 10:17:56 -05:00
Fang Guo
34b9451f33
[svn-r11457] Purpose:
...
Maintenance on Windows
Description:
Update all.sln
Solution:
Platforms tested:
Misc. update:
2005-09-21 16:24:58 -05:00
Fang Guo
1edf88aa23
[svn-r11455] Purpose:
...
Maintenance on Windows
Description:
Add in two new project files (h5stat.dsp and h5statdll.dsp)
Solution:
Platforms tested:
Visual Studio .Net on Windows XP
Misc. update:
2005-09-21 16:20:41 -05:00
Fang Guo
1816076d5d
[svn-r11454] Purpose:
...
Maintenance on Windows
Description:
Add in two new project files (h5stat.dsp and h5statdll.dsp)
Solution:
Platforms tested:
Misc. update:
2005-09-21 16:19:28 -05:00
Fang Guo
434aee58c3
[svn-r11453] Purpose:
...
Maintenance on Windows
Description:
Add dll project file for tool h5stat
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-21 16:04:16 -05:00
Fang Guo
4a9d533290
[svn-r11452] Purpose:
...
Maintenance on Windows
Description:
Add the static project file for tool h5stat
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-21 16:03:14 -05:00
Fang Guo
638084ea5b
[svn-r11451] Purpose:
...
Maintenance on Windows
Description:
Add two new project files for tool h5stat
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-21 16:01:24 -05:00
Pedro Vicente Nunes
d09ca66a26
[svn-r11448] Purpose:
...
new features
Description:
add support for compiling the library and testphdf5 in Windows
Solution:
Platforms tested:
Linux
AIX
Solaris
Windows VC6
Misc. update:
2005-09-21 08:41:09 -05:00
Fang Guo
7c3f074087
[svn-r11417] Purpose:
...
Maintenance on Windows
Description:
Add mpi source code files to hdf5dll.dsp
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-14 17:35:14 -05:00
Fang Guo
b9f5d898c1
[svn-r11416] Purpose:
...
Maintenance on Windows
Description:
Add in mpi source code files to hdf5.dsp
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-14 17:34:04 -05:00
Fang Guo
676e9e6f13
[svn-r11409] Purpose:
...
Maintenance on Windows
Description:
Add in H5Pgcpl.c(Newly checked in) into hdf5 project file on Windows
Solution:
Platforms tested:
MSVS 6.0 On windows XP
Misc. update:
2005-09-13 14:17:58 -05:00
Fang Guo
4439d86517
[svn-r11408] Purpose:
...
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:
2005-09-13 14:16:25 -05:00
Fang Guo
c8da2c7fdc
[svn-r11407] Purpose:
...
Maintenance on Windows
Description:
Changes made for windows due to the change of h5detect.c
Solution:
Platforms tested:
MSVS 6.0, VS .Net, Intel 8.0 on Windows XP
Misc. update:
2005-09-13 14:13:42 -05:00
Fang Guo
0bd4a240e0
[svn-r11406] Purpose:
...
Maintenance on Windows
Description:
Changes made for windows due to the change of code H5f90i.h H5match_types.c
Solution:
Platforms tested:
MSVS 6.0 On windows XP
Misc. update:
2005-09-13 14:12:17 -05:00
Fang Guo
ae138025bb
[svn-r11368] Purpose:
...
Maintenance on Windows
Description:
Add definition for int <-> float conversion exception
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-09-07 17:17:04 -05:00
Fang Guo
7cd3b94df2
[svn-r11287] Purpose:
...
Maintenance on Windows
Description:
Fix typoes
H5_HAVE__SNPRINTF should be H5_HAVE_SNPRINTF
Solution:
Platforms tested:
Misc. update:
2005-08-22 13:57:50 -05:00
Fang Guo
3ca7a17507
[svn-r11273] Purpose:
...
Maintenance
Description:
Update workspace and solution file
Solution:
Platforms tested:
MSVS 6.0 on windows
Misc. update:
2005-08-19 15:28:28 -05:00
Fang Guo
a1e557eae3
[svn-r11271] Purpose:
...
Maintenance
Description:
Add some comments for future thread safe use on windows
Solution:
Platforms tested:
Misc. update:
2005-08-19 15:12:22 -05:00
Fang Guo
1e0b7c4021
[svn-r11270] Purpose:
...
Improvement on windows
Description:
Add Thread safe project file with pthread-win32 on Windows
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-08-19 15:08:23 -05:00
Fang Guo
3bf0e04aa3
[svn-r11250] Purpose:
...
Maintenance on Windows
Description:
Add #define H5_HAVE_TMPFILE
Solution:
Platforms tested:
Misc. update:
2005-08-15 17:55:29 -05:00
Fang Guo
0a2e76ff1e
[svn-r11225] Purpose:
...
Maintenance on windows
Description:
Update solution file to include newly added files
Solution:
Platforms tested:
Misc. update:
2005-08-09 13:07:07 -05:00
Fang Guo
eced247f5a
[svn-r11224] Purpose:
...
Maintenance on Windows
Description:
Update workspace to include newly added file H5Fsfile.c
Solution:
Platforms tested:
MSVS 6.0 on Windows XP
Misc. update:
2005-08-09 13:06:13 -05:00
Fang Guo
c558ac0191
[svn-r11223] Purpose:
...
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:
2005-08-09 13:05:01 -05:00
Fang Guo
ce86da60eb
[svn-r11170] Purpose:
...
Maintenance
Description:
when enable cpp option was chosen, after hdf5check finished, it can not go back to hdf5 directory.
Solution:
Platforms tested:
Misc. update:
2005-07-28 10:44:21 -05:00
Fang Guo
34e11ce421
[svn-r11167] Purpose:
...
Improvement
Description:
Add installation of high level dlls
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-07-27 09:43:34 -05:00
Fang Guo
26f7a427f9
[svn-r11164] Purpose:
...
Maintenance
Description:
Source code files for hl c examples
Solution:
Platforms tested:
Misc. update:
2005-07-26 17:49:57 -05:00
Fang Guo
76184559cb
[svn-r11163] Purpose:
...
Wrong location
Description:
This directory should be placed into hl/hl_c_examples directory
Solution:
Platforms tested:
Misc. update:
2005-07-26 17:48:41 -05:00
Fang Guo
095e01cc45
[svn-r11161] Purpose:
...
Improvement
Description:
Add Batch file to install hl c examples executable files into
four directories
Solution:
Platforms tested:
Misc. update:
2005-07-26 17:36:55 -05:00
Fang Guo
da1f73f926
[svn-r11160] Purpose:
...
Maintenance
Description:
Add copy for high level c library examples' source code
Solution:
Platforms tested:
Misc. update:
2005-07-26 17:22:15 -05:00
Fang Guo
580fde182a
[svn-r11159] Purpose:
...
Improvement
Description:
Source code for high level c library examples. They are obtained
from http://hdf.ncsa.uiuc.edu/HDF5/hdf5_hl/doc/tutor/examples/
Solution:
Platforms tested:
Misc. update:
2005-07-26 17:20:44 -05:00
Fang Guo
62e6bc99b0
[svn-r11158] Purpose:
...
Improvement
Description:
Add batch file to test high level c library examples
Solution:
Platforms tested:
Windows XP
Misc. update:
2005-07-26 17:18:15 -05:00
Fang Guo
340bade33a
[svn-r11157] Purpose:
...
Improvement
Description:
Add high level C library examples
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-26 17:16:09 -05:00
Fang Guo
8514029c7f
[svn-r11156] Purpose:
...
Improvement
Description:
Add high level c library examples
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-26 17:10:49 -05:00
Fang Guo
dfe88e0fd3
[svn-r11155] Purpose:
...
Maintenance
Description:
Modify help information
Solution:
Platforms tested:
Misc. update:
2005-07-26 09:56:10 -05:00
Fang Guo
b28be580b8
[svn-r11154] Purpose:
...
Maintenance
Description:
Update solution file
Solution:
Platforms tested:
Misc. update:
2005-07-25 10:55:15 -05:00
Fang Guo
f3b982a073
[svn-r11153] Purpose:
...
Maintenance
Description:
Change output name of debug version to hdf5_hl_cppd.lib
Solution:
Platforms tested:
Misc. update:
2005-07-25 10:54:17 -05:00
Fang Guo
7019d31f37
[svn-r11141] Purpose:
...
Improvement
Description:
Add high level dlls
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:48:17 -05:00
Fang Guo
0d0f0681b1
[svn-r11140] Purpose:
...
Improvement
Description:
Add high level dlls
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:40:46 -05:00
Fang Guo
9905e99e09
[svn-r11139] Purpose:
...
Improvement
Description:
New batch file to install high level c++ dlls
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:39:24 -05:00
Fang Guo
60c14da988
[svn-r11138] Purpose:
...
Improvement
Description:
New batch file to install HL fortran dlls
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:38:24 -05:00
Fang Guo
e0a048298b
[svn-r11137] Purpose:
...
Improvement
Description:
New batch file to install HL DLLs
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:37:22 -05:00
Fang Guo
1193d50a90
[svn-r11136] Purpose:
...
Improvement
Description:
Add HL c and c++ dll project files
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:35:24 -05:00
Fang Guo
9becd241a6
[svn-r11135] Purpose:
...
Improvement
Description:
Add high level dll and HL c++ dll project files
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:34:26 -05:00
Fang Guo
552252e0af
[svn-r11134] Purpose:
...
Maintenance
Description:
Update project setting to remove unused macro
Solution:
Platforms tested:
MSVS 6.0 on windows Xp
Misc. update:
2005-07-22 17:21:44 -05:00
Fang Guo
3b977dcc78
[svn-r11133] Purpose:
...
Update project setting
Description:
remove unuseless macro
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:20:14 -05:00
Fang Guo
7efcd3194b
[svn-r11132] Purpose:
...
Improvement
Description:
Add high level fortran dll tests
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:15:26 -05:00
Fang Guo
0a9fe184f8
[svn-r11131] Purpose:
...
Improvement
Description:
high level fortran dll lite test project file added
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:11:22 -05:00
Fang Guo
4e48b2abe7
[svn-r11130] Purpose:
...
Improvement
Description:
high level fortran dll table test project file added
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:10:02 -05:00
Fang Guo
fc58c147d5
[svn-r11129] Purpose:
...
Improvement
Description:
Add high level fortran dll image test project file
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:08:42 -05:00
Fang Guo
d32b0fa1de
[svn-r11128] Purpose:
...
Improvement
Description:
high leve c++ dll tests added
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:07:05 -05:00
Fang Guo
c13a47f031
[svn-r11127] Purpose:
...
Improvement
Description:
Add high level c++ dll table test project file
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:06:12 -05:00
Fang Guo
4c2143054d
[svn-r11126] Purpose:
...
Improvement
Description:
high level dll tests added
Solution:
Platforms tested:
Misc. update:
2005-07-22 17:04:37 -05:00
Fang Guo
dd3c6ad6da
[svn-r11125] Purpose:
...
Improvement
Description:
Add high level dll table test project file
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:03:45 -05:00
Fang Guo
3fd0f93a00
[svn-r11124] Purpose:
...
Improvemenht
Description:
Add high level dll packet test project file
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:02:38 -05:00
Fang Guo
4285034fa8
[svn-r11123] Purpose:
...
Improvement
Description:
Add high level dll lite test project file
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 17:01:10 -05:00
Fang Guo
9f3261e510
[svn-r11122] Purpose:
...
Improvement
Description:
Add high level dll ds test project file
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 16:59:56 -05:00
Fang Guo
6132ce0c58
[svn-r11121] Purpose:
...
Improvement
Description:
Add high level dll image test project file
Solution:
Platforms tested:
MSVS 6.0 on windows xp
Misc. update:
2005-07-22 16:58:49 -05:00
Fang Guo
9083d4ae4b
[svn-r11120] Purpose:
...
Improvement
Description:
High level dll and tests project files added
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-22 16:55:44 -05:00
Fang Guo
c6065b8b6f
[svn-r11119] Purpose:
...
Improvement
Description:
Add high level fortran cstub dll project on windows.
Solution:
Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-07-22 16:50:30 -05:00
Fang Guo
870fa10e77
[svn-r11118] Purpose:
...
Improvement
Description:
Add high level fortran dll project on windows.
Solution:
Platforms tested:
MSVS 6.0 on windows
Misc. update:
2005-07-22 16:48:40 -05:00
Fang Guo
911f996b75
[svn-r11117] Purpose:
...
Improvement
Description:
Add high level c++ dll project on windows
Solution:
Platforms tested:
MSVS 6.0, MSVS .Net on windows XP
Misc. update:
2005-07-22 16:46:58 -05:00
Fang Guo
4c61013c9b
[svn-r11116] Purpose:
...
Improvement
Description:
Add high level dll project for windows.
Solution:
Platforms tested:
MSVS 6.0, MSVS .NET on windows XP
Misc. update:
2005-07-22 16:45:28 -05:00
Fang Guo
37ab21a3fc
[svn-r11103] Purpose:
...
Maintenance for windows
Description:
Separate C and C++
Solution:
Platforms tested:
Misc. update:
2005-07-21 18:11:50 -05:00
Fang Guo
596bb5ad64
[svn-r11102] Purpose:
...
Maintenance for windows
Description:
Two filename project files removed
Solution:
Platforms tested:
Misc. update:
2005-07-21 18:06:30 -05:00
Fang Guo
eac17d917d
[svn-r11101] Purpose:
...
Maintenance for windows
Description:
Two project files removed
Solution:
Platforms tested:
Visual studio .Net on Windows XP
Misc. update:
2005-07-21 18:03:25 -05:00
Fang Guo
b84a1375ec
[svn-r11099] Purpose:
...
Maintenance for windows
Description:
two project files were removed.
Solution:
Platforms tested:
MSVS 6.0 on windows
Misc. update:
2005-07-21 15:26:50 -05:00
Fang Guo
b3b48f8b59
[svn-r11098] Purpose:
...
Maintenance for Windows
Description:
Remove filename test
Solution:
Platforms tested:
Misc. update:
2005-07-21 15:25:32 -05:00
Fang Guo
cb5030a9c8
[svn-r11097] Purpose:
...
Maintenance for windows
Description:
Remove project file filenamedll.dsp because its source file filename.c was removed
Solution:
Platforms tested:
MSVS 6.0 on windows XP
Misc. update:
2005-07-21 15:23:49 -05:00