Commit Graph

432 Commits

Author SHA1 Message Date
Fang Guo
90ecc9c456 [svn-r10763] Purpose:
Add new project file to hdf5/windows/all.dsw
Description:
New C library test project file pool.dsp added into all.dsw
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-05-19 15:03:50 -05:00
Fang Guo
afd749b7b9 [svn-r10762] Purpose:
Update hdf5build.bat under hdf5/windows directory
Description:
Add code to generate H5f90i.h and H5fortran_types.f90
Solution:

Platforms tested:

Misc. update:
2005-05-19 12:37:22 -05:00
Fang Guo
c5807e5486 [svn-r10761] Purpose:
Update project setting.
Description:

Solution:

Platforms tested:

Misc. update:
2005-05-19 12:25:27 -05:00
Fang Guo
3a102ab279 [svn-r10759] Purpose:
Use to generate H5f90i_gen.h and H5fortran_types.f90
Description:
Special project file for windows.
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-05-19 10:18:08 -05:00
Fang Guo
07a0bbc8ef [svn-r10758] Purpose:
Use to generate H5f90i_gen.h and H5fortran_types.f90 on windows.
Description:
Special workspace for windows.
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-05-19 10:16:59 -05:00
Fang Guo
2ba67994f3 [svn-r10757] Purpose:
Use to generate H5fortran_detect.f90 in windows.
Description:
Special workspace for windows.
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-05-19 10:14:44 -05:00
Fang Guo
fd1dc4bc9d [svn-r10756] Purpose:
Use to generate H5fortran_detect.f90
Description:
Special project file on windows XP.
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-05-19 10:13:30 -05:00
Fang Guo
82146ab06f [svn-r10755] Purpose:
Use to generate H5fort_type_defines.h in windows.
Description:
Special project file for windows.
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-05-19 10:11:12 -05:00
Fang Guo
fcf44daadc [svn-r10754] Purpose:
Special wrokspace for windows.
Description:
Use to generate H5fort_type_defines.h in windows.
Solution:

Platforms tested:
MSVS6.0 on windows XP.
Misc. update:
2005-05-19 10:09:29 -05:00
Fang Guo
8662f8cf96 [svn-r10753] Purpose:
Typo in directory name.
Description:

Solution:

Platforms tested:

Misc. update:
2005-05-19 09:59:40 -05:00
MuQun Yang
09cf37e31a [svn-r10713] Purpose:
Adding windows project files to simulate the fortran auto-type conversion procedures on linux.

Description:

Solution:

Platforms tested:

Misc. update:
2005-05-02 12:24:57 -05:00
MuQun Yang
0a09adbc0c [svn-r10712] Purpose:
Adding windows workspace to simulate the fortran auto-type conversion procedures on linux.

Description:

Solution:

Platforms tested:
windows xp

Misc. update:
2005-05-02 12:23:03 -05:00
MuQun Yang
e944d6041c [svn-r10711] Purpose:
Update path of High-level fortran library because of internal updates of the library on Linux.

Description:

Solution:

Platforms tested:
MSVS 6.0 on windows

Misc. update:
2005-05-02 12:07:12 -05:00
MuQun Yang
dab6848163 [svn-r10710] Purpose:
Update cachedll tests  to include the tokens HDF5_DLL and HDF5_USE_DLL.

Description:

Solution:

Platforms tested:
MSVS 6.0 on windows XP

Misc. update:
2005-05-02 12:04:34 -05:00
MuQun Yang
7713afd950 [svn-r10709] Purpose:
Update dependency for cache project

Description:

Solution:

Platforms tested:
MSVS 6.0 on windows XP

Misc. update:
2005-05-02 12:02:41 -05:00
MuQun Yang
8457776f67 [svn-r10708] Purpose:
remove srb and gass tests from windows batch file.

Description:

Solution:

Platforms tested:
No need to test.

Misc. update:
2005-05-02 12:01:43 -05:00
Quincey Koziol
55f8e19fc7 [svn-r10699] Purpose:
Code cleanup

Description:
    Switch name & logic from H5_LLONG_TO_FP_CAST_BROKEN to
H5_LLONG_TO_FP_CAST_WORKS, to better match the rest of the library.

Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2005-04-29 15:31:29 -05:00
Fang Guo
bceba07ad2 [svn-r10697] Purpose:
Update fortran source code for windows.
Description:

Solution:

Platforms tested:

Misc. update:
2005-04-29 12:23:47 -05:00
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