Commit Graph

414 Commits

Author SHA1 Message Date
Fang Guo
6415a6daf6 [svn-r10696] Purpose:
Update header files for windows
Description:

Solution:

Platforms tested:

Misc. update:
2005-04-29 12:22:42 -05:00
MuQun Yang
c1e2a4b00f [svn-r10665] Purpose:
One dtransform test failed with Intel 8.1 C++ compiler.
Turned off the test with assertion of a macro.

Description:

Solution:

Platforms tested:
Intel C++ 8.1 on .Net 2003.

Misc. update:
2005-04-26 10:53:33 -05:00
MuQun Yang
8ab8a39817 [svn-r10664] Purpose:
H5f90i_gen.h has to be copied to fortran/src for windows.
Add this line in the batch file.

Description:

Solution:

Platforms tested:
MSVS 6.0 on windows XP


Misc. update:
2005-04-26 10:51:28 -05:00
MuQun Yang
4a5280bd71 [svn-r10663] Purpose:
Update windows fortran support

Description:
Currently an implementation of automatic generated fortran data type from C has been done for
Linux/Unix platforms. For windows different implementation needs to be developed to make it
consistent with the implementation on Linux/Unix. For the purpose of 1.8 release, we have to add a
new header file. The checking program of the header file on windows will be generated on windows separately.
Solution:

Platforms tested:
VS 6.0 on windows xp.

Misc. update:
2005-04-26 10:50:09 -05:00
MuQun Yang
7946059021 [svn-r10655] Purpose:
Supper 12-byte long double for intel compiler.

Description:
Long double is 12-byte at intel compiler, currently we always set long double to 8-byte.
Change this for intel compiler. This is not the compelete change. H5Tinit.c needs also to be changed to support this.

Solution:

Platforms tested:
Not test yet, since it won't affect other compilers except intel, will test soon.

Misc. update:
2005-04-25 11:47:52 -05:00
MuQun Yang
4260605b14 [svn-r10654] Purpose:
long_long to long_long data transform doesn't work with intel compiler on windows.

Description:
Turned off this test.


Solution:
Need corresponding source code changes, will talk with Leon.

Platforms tested:
VS. Net 2003 + Intel 8.1


Misc. update:
2005-04-25 11:39:39 -05:00
Fang Guo
21d06b51b2 [svn-r10651] Purpose:
Remove outdated source filrs from project files hdf5_f90cstub.dsp
Description:

Solution:

Platforms tested:

Misc. update:
2005-04-22 17:10:02 -05:00
Fang Guo
a2c0a9bde9 [svn-r10650] Purpose:
Update header file for windows.
Description:

Solution:

Platforms tested:

Misc. update:
2005-04-22 17:08:06 -05:00
Fang Guo
3281133721 [svn-r10649] Purpose:
Remove unused batch file!
Description:

Solution:

Platforms tested:

Misc. update:
2005-04-22 16:33:05 -05:00
MuQun Yang
ecf77d5189 [svn-r10644] Purpose:
remove all.zip from HDF5 directory.
Description:

In 1.7, windows projects are directly installed under windows directory.
all.zip should be deprecated.
Solution:
Read install_windows.txt for details on how to build and install HDF5 library on
windows.
Platforms tested:

Misc. update:
2005-04-22 07:53:10 -05:00
Fang Guo
7edb30b429 [svn-r10611] Purpose:
Update project settings for hdf5/windows/proj/all/all.dsw.
Description:

Solution:

Platforms tested:

Misc. update:
2005-04-15 10:54:03 -05:00
Fang Guo
77f594d254 [svn-r10610] Purpose:
Update batchfile hdf5test.bat
Description:

Solution:

Platforms tested:

Misc. update:
2005-04-14 17:57:09 -05:00
Fang Guo
ddba6a77a8 [svn-r10608] Purpose:
Update windows project files.
Description:
Add two new project files.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-04-14 14:39:11 -05:00
Fang Guo
2530815ac0 [svn-r10607] Purpose:
Remove outdate source code from hdf5/windows/proj/hdf5dll/hdf5dll.dsp
Description:

Solution:

Platforms tested:
MSVS 6.0 on windows xp
Misc. update:
2005-04-14 14:37:35 -05:00
Fang Guo
076e66c3a0 [svn-r10606] Purpose:
Remove outdate source code from hdf5/windows/proj/hdf5/hdf5.dsp
Description:

Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-04-14 14:35:53 -05:00
Fang Guo
6633703382 [svn-r10605] Purpose:
Add new test project file into hdf5/windows/test
Description:
Add dt_atomicdll.dsp
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-04-14 14:33:28 -05:00
Fang Guo
0e1c8898ff [svn-r10604] Purpose:
Add new test project files into windows/test
Description:
add dt_atomic.dsp
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-04-14 14:31:38 -05:00
MuQun Yang
c645c5ce0d [svn-r10566] Purpose:
FOrtran is using macro FC_FUNC or H5_FC_FUNC
Has to update windows H5pubconf.h to be consistent with the
change.

Description:

Solution:

Platforms tested:

VS 6.0 on windows
Misc. update:
2005-04-06 18:47:30 -05:00
MuQun Yang
7c59ba5187 [svn-r10565] Purpose:
Bug fix for windows project files

Description:
Environmental variable HDF5_SZIP_DLL should be replaced by
HDF5_SZIP,
HDF5_ZLIB_DLL should be replaced by HDF5_ZLIB.

Solution:

Platforms tested:
VS 6.0 on XP

Misc. update:
2005-04-06 18:42:18 -05:00
MuQun Yang
e9b1d33e52 [svn-r10564] Purpose:
update work space file on windows

Description:
work space file should be updated to incoroprate the new check-in project files btree2, blocketc....


Solution:

Platforms tested:
VS6.0 on XP

Misc. update:
2005-04-06 18:40:47 -05:00
MuQun Yang
3988929996 [svn-r10563] Purpose:
Bug fix

Description:
HDF5_EXT_SZIP_DLL system environment variable is depleted, should be removed from the project file.

Solution:

Platforms tested:
MSVS 6.0 on XP

Misc. update:
2005-04-06 18:38:40 -05:00
Fang Guo
a32882f703 [svn-r10556] Update batch file hdf5build.BAT
Description:
Batch file hdf5build.BAT updated for windows without all.zip
Solution:

Platforms tested:

Misc. update:
2005-04-05 16:51:56 -05:00
Fang Guo
189028bc5f [svn-r10530] Purpose:
Update hdf5 project file under windows.
Description:
Missing H5BTtest.c
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 16:43:38 -05:00
Fang Guo
b6c6e887d0 [svn-r10529] Purpose:
Update hdf5 project file.
Description:
Missing H5BTtest.c
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 16:40:44 -05:00
Fang Guo
9ae31830ec [svn-r10528] Purpose:
Update windows test batch file.
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-31 16:26:01 -05:00
Fang Guo
52d14a10d2 [svn-r10527] Purpose:
Add test project file into hdf5/windows/test
Description:
Add sheapdll test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:16:54 -05:00
Fang Guo
0659b39120 [svn-r10526] Purpose:
Add test project file into windows/test
Description:
Add sheap test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:15:35 -05:00
Fang Guo
df46ae2a46 [svn-r10525] Purpose:
Add test project file into windows/test
Description:
Add btree2dll test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:14:27 -05:00
Fang Guo
966aa9915e [svn-r10524] Purpose:
Add test project file into windows/test
Description:
Add btree2 test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:13:17 -05:00
Fang Guo
44605c80ca [svn-r10523] Purpose:
Add test project file into windows/test
Description:
Add blocktrack dll project file
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:11:51 -05:00
Fang Guo
56753394af [svn-r10522] Purpose:
Add new test project file into windows/test
Description:
Add blocktrack test project file.
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 14:10:14 -05:00
Fang Guo
60ad9bc65c [svn-r10521] Purpose:
Update windows misc file.
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-31 13:53:02 -05:00
Fang Guo
0a97c546d5 [svn-r10520] Purpose:
Update document for windows C examples test results
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-31 13:49:28 -05:00
Fang Guo
b751994b98 [svn-r10519] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add h5tinit project file into windows/misc/typegen/h5tinit
Solution:

Platforms tested:
MSVS 6.0 on windows xp.
Misc. update:
2005-03-31 13:33:41 -05:00
Fang Guo
01fcda770c [svn-r10518] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add typegen workspace project file into windows/misc/typegen
Solution:

Platforms tested:
MSVS 6.0 on windows xp.

Misc. update:
2005-03-31 13:31:40 -05:00
Fang Guo
6d23bbece1 [svn-r10502] Purpose:
Update batch file.
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 15:47:52 -05:00
Fang Guo
6cc51fe9cc [svn-r10501] Purpose:
Add C examples project file into hdf5/windows/examples
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 15:41:37 -05:00
Fang Guo
0d76163895 [svn-r10500] Purpose:
Modify the wrong project file name;
current one is selecttestdll.dsp
correct one is selectestdll.dsp
Description:

Solution:

Platforms tested:


Misc. update:
2005-03-29 15:38:07 -05:00
Fang Guo
49ec8cc93d [svn-r10499] Purpose:
Modify wrong project file name;
Current is selecttest.dsp
correct should be selectest.dsp
Description:

Solution:

Platforms tested:

Misc. update:
2005-03-29 15:36:02 -05:00
Fang Guo
7502ff5c08 [svn-r10496] Purpose:
For windows support, remove all.zip form hdf5.
Description
Add fortran example project files into hdf5/windows/fortran
Solution:
Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:32:45 -05:00
Fang Guo
da98cb955f [svn-r10495] Purpose:
For windows support, remove all.zip form hdf5.
Description:
Add fortran example project files into hdf5/windows/fortran
Solution:

Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:29:37 -05:00
Fang Guo
95a607008a [svn-r10494] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran example project files into hdf5/windows/fortran.
Solution:

Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:17:53 -05:00
Fang Guo
4a7bc1a085 [svn-r10493] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project files into hdf5/windows/fortran
Solution:

Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:14:48 -05:00
Fang Guo
8f992a210b [svn-r10492] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows/fortran.
Solution:

Platforms tested:
Comapq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:11:31 -05:00
Fang Guo
cb68acff09 [svn-r10491] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows/fortran.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:09:14 -05:00
Fang Guo
08cf2d38d5 [svn-r10490] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran example project files into hdf5/windows/fortran
Solution:

Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:06:19 -05:00
Fang Guo
a49a3c45b0 [svn-r10489] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0
Misc. update:
2005-03-29 13:04:43 -05:00
Fang Guo
29966a3a69 [svn-r10488] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortan 6.0
Misc. update:
2005-03-29 13:02:45 -05:00
Fang Guo
3569d8e5a3 [svn-r10487] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortran 6.0 on windows xp.
Misc. update:
2005-03-29 13:01:19 -05:00
Fang Guo
d2755909bb [svn-r10486] Purpose:
For windows support, remove all.zip from hdf5.
Description:
Add fortran examples project file into hdf5/windows.
Solution:

Platforms tested:
Compaq Visual Fortran on windows xp.
Misc. update:
2005-03-29 12:59:19 -05:00