Commit Graph

2934 Commits

Author SHA1 Message Date
MuQun Yang
2574e0d2c0 [svn-r3395]
Purpose:
    present a problem of h5toh4 release dll problem on windows NT and 2000
Description:
    see the text for h5toh4 problem
Solution:
    document in the release file
Platforms tested:
    [machines you have tested the changed version.  This is absolute
    important.  Test it out on at least two or three different platforms
    such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
    64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
2001-02-09 17:37:18 -05:00
MuQun Yang
9d7d7f5abb [svn-r3394]
Purpose:
    bug fix for h5toh4 converter test batch file and add install example batch file
Description:
    The previous h5toh4 test batch file is complicated and easy to make mistakes for
    testers, rewrite h5toh4 test batch file
Solution:
    copy hdp into the directory where h4toh5 converter exe file is located.
Platforms tested:
    windows 2000,NT and 98
2001-02-09 17:28:08 -05:00
MuQun Yang
c04bafe5e4 [svn-r3393]
Purpose:
    add install example batch file
Description:
Solution:
Platforms tested:
     windows NT, 2000
2001-02-09 17:24:06 -05:00
MuQun Yang
58f09ef0a0 [svn-r3392]
Purpose:
   windows install documents updated
Description:
   fix some text bugs as well as descriptions of h5toh4 converter testing batch file
Solution:
Platforms tested:
    windows 2000
2001-02-09 16:57:50 -05:00
Bill Wendling
3925de2cdd [svn-r3391] Purpose:
UPdate
Description:
    Added Intro/Makefile.in to the MANIFEST
2001-02-09 15:17:48 -05:00
Bill Wendling
cb7758e1ad [svn-r3390] Purpose:
Adding Intro/ subdirectory
Description:
    The Intro/ subdirectory was added. Reflected in Makefile.in
2001-02-09 15:16:49 -05:00
Frank Baker
e26fda7232 [svn-r3389]
Purpose:
    Add file ./doc/html/Intro/IntroExamples.html
2001-02-09 13:05:51 -05:00
Frank Baker
1247940443 [svn-r3388]
Purpose:
    Marking files for "Release 1.4, February 2001."
Description:
    Across doc files
        Updating "Describes HDF5 Release..." entry to "Describes
        HDF5 Release 1.4, February 2001."
Platforms tested:
    IE 5
2001-02-09 13:03:02 -05:00
Frank Baker
fd05f98e9e [svn-r3387]
Purpose:
    Marking files for "Release 1.4, February 2001."
Description:
    Across doc files
        Updating "Describes HDF5 Release..." entry to "Describes
        HDF5 Release 1.4, February 2001."
    Copyright.html:  Added 2001 to years copyrighted.
    index.html:  Changed header to Release 1.4 (from 1.4 Beta)
Platforms tested:
    IE 5
2001-02-09 13:02:16 -05:00
Frank Baker
099c5c9d7e [svn-r3386]
Purpose:
    Contains code examples from doc/H5.intro.html (Intro to HDF5).
    These were moved so that examples can be displayed in a separate
    browser window and viewed in parallel with reading the document.
Platforms tested:
    IE 5
2001-02-09 12:56:25 -05:00
Robert E. McGrath
f7cbdd1d33 [svn-r3385] Added description of known bug in h4toh5 images.
Purpose:
    [is this a bug fix? feature? ...]
Description:
    [describe the bug, or describe the new feature, etc]
Solution:
    [details about the changes, algorithm, etc...]
    [Please as detail as you can since your own explanation is
    better than others guessing it from the code.]
Platforms tested:
    [machines you have tested the changed version.  This is absolute
    important.  Test it out on at least two or three different platforms
    such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
    64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
2001-02-09 12:39:16 -05:00
Quincey Koziol
9461e68750 [svn-r3384] Purpose:
Bug Fix
Description:
    The 'carry' variable in the general floating point-to-floating point
    conversion routine wasn't getting initialized correctly and was causing
    problems while converting certain sequences of floating point numbers
    on the Cray SV1.
Solution:
    Added 'else carry=0;' line to always reset the carry variable to a known
    value.
Platforms tested:
    Cray SV1 (killeen)
2001-02-09 11:00:45 -05:00
Frank Baker
75d07f2add [svn-r3383]
Purpose:
    Added direct link from docs index page to ADGuide/Changes.html.
Platforms tested:
    IE 5
2001-02-09 10:59:38 -05:00
Frank Baker
88d233c43e [svn-r3382]
Purpose:
    Extracted code examples from document file so that examples
    can be displayed in separate window and viewed in parallel
    with reading the doument.
Platforms tested:
    IE 5
2001-02-09 10:58:10 -05:00
Frank Baker
c744e18bbe [svn-r3381]
Purpose:
    Added array datatype class section.
Platforms tested:
    IE 5
2001-02-09 10:39:35 -05:00
Albert Cheng
e11bd841c2 [svn-r3380] Took about the failure of stream-vfd for IRIX64 since it was "fixed".
Insert couple spaces before a few lines to make them look consistent.
2001-02-08 12:03:03 -05:00
Albert Cheng
f61b3fa137 [svn-r3379] Purpose:
"Bug fix"
Description:
    It could not create the stream file in modi4 because port 5678 is used by
    a recently installed application in modi4.  But the reading side just
    waited there and the two test processes have to be killed by hand.
Solution:
    Changed to use port 10007 instead, hoping less chance of conflict
    with other applications.  Just a short-term solution.
Platforms tested:
    modi4.
2001-02-08 11:58:55 -05:00
Frank Baker
99764857e7 [svn-r3378]
Purpose:
    Adding H5Tget_member_class to RM.
Platforms tested:
    IE 5
2001-02-07 16:32:14 -05:00
Raymond Lu
1083a3f600 [svn-r3377]
Purpose:
    Document a known problem.
Description:
    The Stream VFD testing failed on IRIX64 6.5(n32, modi4).
Platforms tested:
    IRIX64 6.5 N32, modi4.
2001-02-07 15:09:34 -05:00
Elena Pourmal
7c8407ac84 [svn-r3376]
Purpose:
    Update.
Description:
    NERSC T3e OS version number has been changed. Refelected this update
    in the  appropriate section of the file.

    Added a sentence about fixed conversion bug to the "Bugs fixed since ...-beta2" section.
2001-02-07 14:49:02 -05:00
MuQun Yang
ef0e8fe002 [svn-r3375]
Purpose:
   update all.dsw to include h4toh5dll and h5toh4dll
Description:
Solution:
Platforms tested:
    win 2000,NT, should not affect other platforms
2001-02-06 20:25:38 -05:00
Bill Wendling
b21c1e1deb [svn-r3374] Purpose:
Bug fix
Description:
    The /bin/csh shell was causing problems if you were using a different
    shell than csh (like bash). It couldn't find the compiler.
Solution:
    Changed to the more standard /bin/sh
Platforms tested:
    Linux
2001-02-06 16:49:14 -05:00
Bill Wendling
f9a10498aa [svn-r3373] Purpose:
Bug Fix
Description:
    I somehow overlooked dataset_p1.obj which was listed as a file to
    install.
Solution:
    Removed dataset_p1.obj from the list.
Platforms tested:
    Linux
2001-02-06 16:47:31 -05:00
Elena Pourmal
6a28293644 [svn-r3372]
Purpose:
    Typo fix
Description:
    While running a snapshot, I noticed that MANIFEST has _DO_NO_DISTRIBUTE_ typo.
Solution:
    Fixed.
Platforms tested:
    PDP-11 and BESM-6
2001-02-06 14:27:31 -05:00
Elena Pourmal
8603132b2a [svn-r3371] Snapshot version 1.4 release 0 (beta3-pre4) 2001-02-06 14:20:45 -05:00
Bill Wendling
285e90a6a0 [svn-r3370] Purpose:
Documentation
Description:
    Documented the ``install-doc'' option addition/fix.
Platforms tested:
    PDP-10
2001-02-06 13:40:15 -05:00
Albert Cheng
637d7f4ce1 [svn-r3369] Purpose:
Bug fix (feature)
Description:
    It did not recognize the op-configure keyword as a possible
    type of test.
Solution:
    Added the feature to handle op-configure.
Platforms tested:
    Linux, freebsd.
2001-02-06 12:48:21 -05:00
Elena Pourmal
6084397532 [svn-r3368]
Purpose:
    Maintenance
Description:
    Added ./examples/run_examples.sh line to the file
2001-02-06 11:30:57 -05:00
Elena Pourmal
0f61405462 [svn-r3367]
Purpose:
     Maintenance
Description:
    C examples directory did not have a script to run examples.
Solution:
    Added.  Needs more work to catch failures.
Platforms tested:
    O2k (modi4)
2001-02-06 11:30:08 -05:00
Quincey Koziol
1827b8c507 [svn-r3366] Purpose:
Updated information
Description:
    Mentioned port to Cray SV1 machine.
2001-02-06 11:18:21 -05:00
Albert Cheng
28c1d30212 [svn-r3365] Purpose:
Bug fix, feature, cleaning code
Description:
    It could not find bin/locate_hdf5.
Solution:
    Explicitedly use the bin/locate_hdf5 in the snapshots/current area.
    Also, added Usage page to be printed when -h(elp) is asked or when
    there is error in command option.
    Cleaned some old code no longer used.
Platforms tested:
    eirene
2001-02-05 23:38:57 -05:00
Quincey Koziol
3ad685f720 [svn-r3364] Purpose:
Bug fix
Description:
    Fix typo in variable name
Platforms tested:
    Eyeballed...
2001-02-05 16:50:03 -05:00
Frank Baker
503ae69aa0 [svn-r3363]
Purpose:
    The variable specifying one possible creation length for a
    variable-length string was misidentified.
Solution:
    Changed erroneous occurence of H5T_STRING_VARIABLE to the
    correct occurence of H5T_VARIABLE.
Platforms tested:
    IE 5
2001-02-05 16:33:09 -05:00
Bill Wendling
6ce5775a6c [svn-r3362] Purpose:
Feature Add
Description:
    Added the ``install-doc'' command to the Makefile.
Platforms tested:
    Linux, Solaris.
2001-02-05 15:26:44 -05:00
Bill Wendling
3f1cdd074e [svn-r3361] Purpose:
Update
Description:
    Updated with the new files in the doc/ directories.
2001-02-05 15:23:55 -05:00
Bill Wendling
6450c4436f [svn-r3360] Purpose:
Fix
Description:
    Fixed the install-doc command...
Solution:
Purpose:
    Fix
Description:
    Fixed the install-doc command...
Solution:
    Mostly just fixed in the config/conclude.in file, but updated the doc
    directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
    Linux, Solaris
2001-02-05 15:21:14 -05:00
Bill Wendling
8bcddaed97 [svn-r3359] Purpose:
Fix
Description:
    Fixed the install-doc command...
Solution:
    Mostly just fixed in the config/conclude.in file, but updated the doc
    directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
    Linux, Solaris
2001-02-05 15:16:02 -05:00
Bill Wendling
a0382e8da1 [svn-r3358] Purpose:
Feature Fix
Description:
    Added more Makefile generations to support the ``install-doc''
    command.
Platforms tested:
    Linux, Solaris
2001-02-05 15:15:26 -05:00
Bill Wendling
10b5d82de0 [svn-r3357] Purpose:
Formatting
Platforms tested:
    Solaris
2001-02-05 15:10:37 -05:00
Bill Wendling
6fbdd9f68b [svn-r3356] Purpose:
Formatting...
Platforms tested:
    Solaris
2001-02-05 15:09:33 -05:00
Bill Wendling
f6bc747972 [svn-r3355] Purpose:
Fix
Description:
    Fixed the install-doc feature.
Solution:
    It manually tests if the appropriate doc directory is there. If not,
    then it mkdir's it and proceeds to the subdirectory installs.
Platforms tested:
    Linux, Solaris
2001-02-05 15:07:38 -05:00
Bill Wendling
0c5cedfff9 [svn-r3354] Purpose:
Fix for install-doc feature
Description:
    I fixed the install-doc feature so that it actually works! (Imagine
    :-).
Solution:
    It manually checks if the DOCDIR exists. If not, then it mkdir's it.
    Then it does the install of the appropriate docs.
Platforms tested:
    Linux, Solaris
2001-02-05 15:05:48 -05:00
Albert Cheng
4ad78c82e2 [svn-r3353] Description:
Automatically update the HISTORY.txt and RELEASE.txt to in doc/html/ADGuide
    by copying the same files at the top level to them.  This keeps the two
    files updated right before release.
Platforms tested:
    eirene.
2001-02-05 14:29:09 -05:00
Albert Cheng
4af0e3c7b5 [svn-r3352] Updated with the file name changes of RELEASE.txt and HISTORY.txt. 2001-02-05 14:05:13 -05:00
Albert Cheng
67a2bc2da2 [svn-r3351] Updated with file name changes.
Platforms tested:
    bin/chkmanifest in eirene.
2001-02-05 13:44:45 -05:00
Albert Cheng
32573e6ede [svn-r3350] Renamed INSTALL_Windows as INSTALL_Windows.txt so that
MS-Windows users can read it more readily.
2001-02-05 13:42:43 -05:00
Albert Cheng
023c39ad3f [svn-r3349] Renamed HISTORY as HISTORY.txt and RELEASE as RELEASE.txt so that
MS-Windows users can read it more readily.
2001-02-05 13:39:28 -05:00
Albert Cheng
e80c106497 [svn-r3348] Purpose:
new feature
Description:
    It now reads a configuration file ($HOME/snapshots-hdf5/snaptest.cfg)
    to set up the configure options of the tests, and what type of tests
    to run for each host.
Platforms tested:
    Eirene launched a full blown test on all machines involved in the
    daily test.
2001-02-04 23:36:30 -05:00
Robb Matzke
5fa7f93263 [svn-r3346] ./hdf5-1.4/src/H5Tconv.c
2001-02-03 00:19:25 Robb Matzke  <matzke@llnl.gov>
	* H5T_conv_f_f: Fixed a bug where I had forgotten to increment the floating-point
	   exponent if rounding the significand resulted in a
	   carry. Thanks to Guillaume Colin de Verdiere for
	   finding this one!
2001-02-02 23:38:09 -05:00
Frank Baker
500e15e77e [svn-r3345]
Description:
    Adding two files:
        ./doc/html/ADGuide/HISTORY.txt
        ./doc/html/ADGuide/RELEASE.txt
2001-02-02 16:48:23 -05:00