2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-07 16:37:56 +08:00
Commit Graph

7700 Commits

Author SHA1 Message Date
Fang Guo
8896b02394 [svn-r10933] Purpose:
Add html format document for windows users.
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-17 12:08:07 -05:00
Raymond Lu
0d6e379701 [svn-r10931] Purpose: Adjust Test Program and Rename
Description: Renamed test/dt_atomic.c to test/dt_arith.c(an abbreviation
of "arithmetic data types") to better describe the program.  This checkin
broke down into three sections when the floating-point numbers are the
source, normalized, denormalized, and special values.  If there's any
difference of destination values, only normalized value test reports
failure.  The other 2 report only as warning.


Platforms tested: h5commitest and fuss

Misc. update: MANIFEST
2005-06-17 08:33:36 -05:00
Fang Guo
d37e4e1488 [svn-r10930] Purpose:
Modify format and typo.
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-16 16:50:39 -05:00
Fang Guo
65d84e7d58 [svn-r10929] Purpose:
Modify format and typo
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-16 16:43:10 -05:00
Fang Guo
827af73c38 [svn-r10928] Purpose:
Modify format and typo
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-16 16:36:05 -05:00
Fang Guo
d15a518c28 [svn-r10927] Purpose:
Modify formats and typo
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-16 16:18:50 -05:00
Fang Guo
df1b7e62bc [svn-r10926] Purpose:
modify formats and typo
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-16 15:35:20 -05:00
Fang Guo
5f4089a8ef [svn-r10925] Purpose:
Add comments.
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-16 12:52:15 -05:00
Fang Guo
6dd0f441ff [svn-r10924] Purpose:
Add html format document.
Description:
It is easy for windows users to follow and read.
Solution:

Platforms tested:

Misc. update:
2005-06-15 17:39:49 -05:00
Fang Guo
b9a4294cd0 [svn-r10923] Purpose:
Add html format document.
Description:
It is easy for windows users to read and follow.
Solution:

Platforms tested:

Misc. update:
2005-06-15 17:38:55 -05:00
Quincey Koziol
7e7dd03a32 [svn-r10920] Purpose:
Bug fix

Description:
    Add check for opaque tags that are too long for file format to handle
currently.


Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5commmitest
2005-06-14 16:18:32 -05:00
Raymond Lu
162b19cd6c [svn-r10919] Purpose: Take Out An Unused Function
Description: Data conversion function H5T_conv_i32le_f64le() was unused.
Because we have new conversion functions for integers and floating numbers,
this old function is taken out.


Platforms tested: fuss - simple change.

Misc. update:
2005-06-14 15:37:04 -05:00
Raymond Lu
3344dd72ed [svn-r10918] Purpose: Bug fix
Description: Fix the codes of last checkin(Bug ).  Some failures happened
in daily test from last checkin.  Try to fix them in this checkin.


Platforms tested: modi4, mir, and tg-login2.
2005-06-14 14:16:07 -05:00
Raymond Lu
1d6d996286 [svn-r10917] Purpose: Bug fix
Description: Fix the codes of last checkin(Bug ).  Some failures happened
in daily test from last checkin.  Try to fix them in this checkin.


Platforms tested: modi4, mir, and tg-login2.
2005-06-14 13:22:19 -05:00
Raymond Lu
ccc9a37b52 [svn-r10916] Purpose: Bug fix
Description: The hard conversion functions of "long double" and other floating
point types were left out for registration somehow.

Solution:  Added them in.

Platforms tested: h5committest and fuss.
2005-06-13 16:35:38 -05:00
Pedro Vicente Nunes
9acff10584 [svn-r10915] Purpose: work around a compiler bug
Description:

while compiling in mir with pgcc -O2 a condition

if (name ) {
  do_something(name);
  }

 is executed when name is NULL

Solution:
avoid the error by checking the NULL pointer inside do_something(name);


Platforms tested:
linux (mir with pgcc 6.0)


Misc. update:
2005-06-13 15:06:47 -05:00
Raymond Lu
cf83fb0612 [svn-r10913] Purpose: Work Around A Compiler Bug
Description: PGCC compiler on mir(AMD Opeteron) has a bug for optimization,
causing the multi driver test to fail.  The compiler handles a macro in this
file incorrectly.

Solution: Slightly change the definition of this macro to avoid the problem
temporarily.

Platforms tested: h5committest, optimization and debug on mir.
2005-06-13 11:32:25 -05:00
Fang Guo
3fb71cf59b [svn-r10912] Purpose:
Change output file name.
Description:
Out put file name should be changed from hdf5_results.txt to hdf5_results_net.txt
Solution:

Platforms tested:

Misc. update:
2005-06-13 10:12:13 -05:00
Fang Guo
578e287bdd [svn-r10911] Purpose:
Change output file name.
Description:
Some output file name should be changed from hdf5_results.txt to hdf5_intelc.txt
Solution:

Platforms tested:

Misc. update:
2005-06-13 10:10:43 -05:00
Fang Guo
4660d05a6b [svn-r10910] Purpose:
Update typegen.sln
Description:

Solution:

Platforms tested:
MSVS .Net on windows XP
Misc. update:
2005-06-10 16:35:56 -05:00
Fang Guo
64bd40b9db [svn-r10907] Purpose:
Add comments!
Description:

Solution:

Platforms tested:

Misc. update:
2005-06-10 15:21:07 -05:00
Fang Guo
e9f54a435f [svn-r10906] Purpose:
Several files added into windows directory
Description:
Added:
Batch files for intel and .net
Documents for windows
Removed:
Short instruction for windows
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:52:51 -05:00
Fang Guo
55c70c771a [svn-r10905] Purpose:
File was split into three parts.
Description:
The short version was split into three parts three compilers
MSVS 6.0 MSVS .NET and Intel Compiler
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:49:26 -05:00
Fang Guo
6637dff29e [svn-r10904] Purpose:
Support command line build HDF5 with Visual C++ .Net and Intel compiler
Description:
We can not find a way to convert workspace to solution format from command line.
typegen.sln will be provided in order to support command line build HDF5
with MSVS .Net and Intel Compiler.
Solution:

Platforms tested:
MSVS .NET on windows XP.
Misc. update:
2005-06-10 14:36:47 -05:00
Fang Guo
5404f6e026 [svn-r10903] Purpose:
Support HDF5 on Visual C++ .Net and Intel from command line.
Description:
For the time being, we can not find a way to convert .dsw file
to .sln file from command line. In order to support building
HDF5 with Visual C++ .Net and Intel compiler from command line,
all.sln will be provided.
Solution:

Platforms tested:
MSVS .Net on windows XP.
Misc. update:
2005-06-10 14:33:42 -05:00
Fang Guo
de6cc11295 [svn-r10902] Purpose:
Support building HDF5 with Intel compiler from command line.
Description:
Corresponding batch file with hdf5build.bat
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:28:44 -05:00
Fang Guo
2657dc0666 [svn-r10901] Purpose:
Support building and testing HDF5 with Intel compiler from command line.
Description:
Corresponding batch file with hdf5bt.bat
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:26:45 -05:00
Fang Guo
381cd2e9d2 [svn-r10900] Purpose:
Support building HDF5 with intel C compiler from command line.
Description:
convert_to_icproj will be used to convert project files format from
MSVS .NET to Intel C from command line.:
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:25:26 -05:00
Fang Guo
9c5bb0b650 [svn-r10899] Purpose:
Support building and testing HDF5 with Visual Studio .Net from command line.
Description:
Corresponding batch file with hdf5build.bat
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:21:36 -05:00
Fang Guo
326338a0f7 [svn-r10898] Purpose:
Support building and testing HDF5 with visual studio .Net from command line.
Description:
Correspondint batch file with hdf5bt.bat
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:20:19 -05:00
Fang Guo
a96891a292 [svn-r10897] Purpose:
Add batch file convert_to_vcproj.bat
Description:
convert_to_vcproj.bat will be used to convert
projects files format from MSVS 6.0 to MSVS .Net on command line.
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:18:44 -05:00
Fang Guo
476c5ed150 [svn-r10896] Purpose:
Add convert.js
Description:
convert.js will be used to convert project files format from
MSVS 6.0 to MSVS .Net
Solution:

Platforms tested:
Windows XP
Misc. update:
2005-06-10 14:16:54 -05:00
Fang Guo
46323232f3 [svn-r10895] Purpose:
Update batch file.
Description:
Add batch file for intel and visual c++ .Net
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:15:01 -05:00
Fang Guo
77de06b381 [svn-r10894] Purpose:
Add short version instruction for users using Intel Compiler
Description:
Add a short version instruction for building and testing HDF5
with Intel C and Fortan compiler on windows XP.
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:10:50 -05:00
Fang Guo
ae41553de2 [svn-r10893] Purpose:
Add short version instruction for Visual C++ .net 2003
Description:
Short version instruction for building and testing HDF5
with Visual C++ .Net was added.
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:09:26 -05:00
Fang Guo
072c08b7af [svn-r10892] Purpose:
Separate short version instruction for different compilers.
Description:
Add short version instruction for MSVS 6.0
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:07:26 -05:00
Fang Guo
4866e40e53 [svn-r10891] Purpose:
Update document for windows.
Description:
Add support with visual c++ .Net and intel compiler on windows XP.
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:06:06 -05:00
Fang Guo
147aa9ef46 [svn-r10890] Purpose:
Update instruction for windows users.
Description:
Modify detailed instruction to catch up the changes .
Solution:

Platforms tested:

Misc. update:
2005-06-10 14:04:33 -05:00
Fang Guo
1b362fa9fe [svn-r10889] Purpose:
Two new project files added.
Description:
Two new test tools h5repart project files added into windows/tools/testfiles
Solution:

Platforms tested:

Misc. update:
2005-06-09 13:03:03 -05:00
Fang Guo
5f560096b2 [svn-r10888] Purpose:
Update workspace dependencies.
Description:
Add two new project files h5repart_gentest.dsp and h5reparttst.dsp
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-06-09 12:48:57 -05:00
Fang Guo
fd0c20784e [svn-r10887] Purpose:
Catch up with Linux.

Description:
Toos h5repart test project file h5reparttst project files added.
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-06-09 12:46:28 -05:00
Fang Guo
46fcd4a264 [svn-r10886] Purpose:
Catch up with Linux.
Description:
Add h5repart tools test project file h5repart_gentest.dsp
Solution:

Platforms tested:
MSVS 6.0 on windows XP.
Misc. update:
2005-06-09 12:44:50 -05:00
Fang Guo
a95fa38106 [svn-r10885] Purpose:
Update project files to generate H5fortran_detect.f90
Description:
Source code in project file H5fortran_detect_gen.dsp was renamed
to H5test_kind.f90.
Solution:

Platforms tested:
Compaq fortran 6.6 on windows XP.
Misc. update:
2005-06-09 12:10:18 -05:00
Raymond Lu
a7a6139bef [svn-r10884] Purpose: A minor feature
Description: Let this short script file check whether the tests pass
and report pass or fail.


Platforms tested: fuss only - a simple change to the script file.
2005-06-09 11:32:23 -05:00
James Laird
6dd39e45be [svn-r10883] Purpose:
Bug fix

Description:
H5test_kind.f90 had an error when being compiled by pgf90.

Solution:
A variable wasn't declared.  Declared it to fix the bug.

Platforms tested:
heping, mir
2005-06-09 10:04:08 -05:00
James Laird
602a9ce693 [svn-r10882] Purpose:
Bug fix/improvement

Description:
Added another step to fortran type detection.  This should help on some
bizarre platforms.

Solution:
Formerly, H5fortran_detect.f90 was included in the distribution.  Now
it is generated by H5test_kind.f90 (written by Elena).

Platforms tested:
verbena, modi4, copper
2005-06-08 16:05:07 -05:00
Raymond Lu
24ccb5da13 [svn-r10881] Purpose: Bug fix
Description: After recent fix of family driver bug(), some failure
was discovered on sol and kelgia in daily test.  Family files can't be
opened by hdf5/tools/misc/repart_test.c.  It turned out to be the
destination size of "off_t" type wasn't passed in through H5Pset()
correctly.

Solution: In tools/misc/h5repart.c, copy the destination size to a
variable of "hsize_t" type and pass in to H5Pset().

Platforms tested: sol and kelgia where the failure was discovered.
2005-06-08 15:50:58 -05:00
MuQun Yang
40b72a28ac [svn-r10880] Purpose:
Adding supports for cygwin

Description:
g95 needs special fortran flags to make it work cygwin.

Solution:
Add the flag on cygwin config file.
Now gcc, g++ and g95 are supported on cygwin.

Platforms tested:
cygwinNT_5.1, Linux 2.4
Misc. update:
2005-06-08 14:54:15 -05:00
MuQun Yang
6bf7952de0 [svn-r10879] Purpose:
Removing configuration warnings on cygwin.

Description:
winsock.h cannot be compiled by cygwin and that generates configuration warnings.
Remove checking winsock.h on cygwin.

Solution:

Platforms tested:

Misc. update:
2005-06-08 14:51:26 -05:00
Frank Baker
d0145118bd [svn-r10878]
Purpose:
     Remove statement that gray-scale image attribute must
         be in the range of 0-255.
     Remove datatype definition for the attribute IMAGE_ASPECTRATIO.
     Fixes Bugzilla entry 347.
 Platforms tested:
     Firefox
2005-06-08 10:39:09 -05:00