Commit Graph

2882 Commits

Author SHA1 Message Date
Bill Wendling
2821175f3f [svn-r3489] Purpose:
Code Movement
Description:
    Moved tools code into their own separate subdirectories
Platforms tested:
    Linux, Kelgia
2001-02-22 16:53:56 -05:00
Bill Wendling
416a86e3ce [svn-r3488] Purpose:
Code Movement
Description:
    Moved tools code into their own special subdirectories.
Platforms tested:
    Linux, Kelgia
2001-02-22 16:53:30 -05:00
Bill Wendling
20061988ec [svn-r3487] Purpose:
Code Movement
Description:
    Moved the tools into their own separate directories (except for these
    small tools which are REALLY small, not tested, or documented,
    really...They just get put into the misc/ directory).
Platforms tested:
    Linux and Kelgia
2001-02-22 16:49:40 -05:00
Robert E. McGrath
e8ff838cf3 [svn-r3486]
Purpose:
    Removing junk file from tools tests.
Description:
    Accidently checked in a file that is not used.
2001-02-22 16:34:10 -05:00
Robert E. McGrath
015d638624 [svn-r3485]
Purpose:
    fix bug in XML output
Description:
    OBJ-XID, Parents, etc. were messed up in several cases.
Solution:
    Fixed.  Updated tests to have correct results in them
    Note:  tvldtype.h5.xml is a junk file,
Platforms tested:
    Solaris 2.7
2001-02-22 14:21:37 -05:00
Robert E. McGrath
e4e6daee0c [svn-r3484]
Purpose:
    fix bug in XML output
Description:
    OBJ-XID, Parents, etc. were messed up in several cases.
Solution:
    Fixed.  Updated tests to have correct results in them
Platforms tested:
    Solaris 2.7
2001-02-22 14:15:01 -05:00
Quincey Koziol
059190cf79 [svn-r3481] Purpose:
Documenting bug fixes
Description:
    Updated this file to start new bug fixes and features for the 1.5.x
    branch.

    Documented two bug fixes.
2001-02-21 16:32:03 -05:00
Quincey Koziol
bc3d5215ab [svn-r3480] Purpose:
Bug Fixes
Description:
    Wrote test to exercise hyperslab I/O on chunked datasets where the
    hyperslabs aren't aligned on exact dimension boundaries.
Platforms tested:
    FreeBSD 4.2. (hawkwind)
2001-02-21 16:26:23 -05:00
Quincey Koziol
4f098115dc [svn-r3479] Purpose:
Bug Fixes
Description:
    Fixed a bug in H5Shyper.c where 'contiguous' hyperslabs (i.e. ones which
    took up an entire dataset) were not being detected correctly and would
    instead be read a part at a time instead of all at once.

    Also fixed a bug in the handling of hyperslabs for chunked datasets where
    hyperslabs from chunks which weren't aligned on exact dimension bounaries
    were not reading/writing data correctly.
Solution:
    H5Shyper.c was a single line change from a 'block' size to a 'count' size.

    H5Fseq.c changes we much more significant and involved detecting when
    non-chunk aligned sequences of data were being written and constructing
    hyperslab blocks to pass down to the chunking I/O routine (which only
    understand hyperslab I/O requests, not element sequence requests).
    This was complicated by the need to align the hyperslabs requested on
    dimension boundaries...

Platforms tested:
    FreeBSD 4.2. (hawkwind)
2001-02-21 16:25:27 -05:00
Albert Cheng
53ed6e6794 [svn-r3475] Purpose:
Bug fix
Description:
    h4toh5test was being installed because it was put in the PUB_PROGS
    which is specifically for public programs to be installed.
Solution:
    Moved it away from the PUB_PROGS list to the PROGS list.
Platforms tested:
    eirene.
2001-02-20 18:13:11 -05:00
Albert Cheng
52c7057cc8 [svn-r3473] Purpose:
Updated.
2001-02-20 14:35:07 -05:00
Albert Cheng
0c991c0bb5 [svn-r3465] Description:
Added kelgia, an HPUX 11, to the HP hosts list for daily test.
Platforms tested:
    Eye-balled.
2001-02-19 21:42:26 -05:00
MuQun Yang
c82e01dd3b [svn-r3455]
Purpose:
    Fix a comment about h4toh5 datatype conversion when hdf4 datatype is DFNT_CHAR8.
Description:
Solution:
Platforms tested:
2001-02-19 15:14:14 -05:00
Bill Wendling
a9962be515 [svn-r3454] Purpose:
Fixed doc
Description:
    Added a pointer to the paper about the Thread Safety stuff which Robb
    wrote.
Platforms tested:
    ENIAC
2001-02-19 14:37:14 -05:00
MuQun Yang
fd3c700f36 [svn-r3453]
Purpose:
   Fixing Makefile.in for compiling h4toh5test.c at the right option
   Without including hdf4 lib, h4toh5test will not be generated.
Description:
Solution:

Platforms tested:
     arabica
2001-02-19 14:08:12 -05:00
Bill Wendling
241abf4931 [svn-r3452] Purpose:
Fix
Description:
    The "make *clean" options weren't recursing through the
    subdirectories (if they exist).
Solution:
    Force it to recurse through the subdirectories listed in SUBDIRS
Platforms tested:
    Linux
2001-02-19 14:04:32 -05:00
Bill Wendling
657d7c7596 [svn-r3451] Purpose:
Feature Add
Description:
    Added support for the h4toh5test program which needs to be
    conditionally compiled in only if HDF4 is specified.
Platforms tested:
    Linux
2001-02-19 12:21:26 -05:00
Bill Wendling
974e97e08d [svn-r3450] Purpose:
Update
Description:
    Added support for the h4toh5test program. It needs to be
    conditionally compiled if HDF4 is included.
Platforms tested:
    Linux
2001-02-19 12:18:50 -05:00
Bill Wendling
4ba0759700 [svn-r3448] Purpose:
update
Description:
    Modified to reflect removal of the h4-h5 test files.
Platforms tested:
    Guessed
2001-02-19 11:52:30 -05:00
MuQun Yang
32ab36e12f [svn-r3446]
Purpose:
    remove old h4-h5 test files
Description:
Solution:
Platforms tested:
2001-02-19 10:51:33 -05:00
MuQun Yang
7c39544d32 [svn-r3445]
Purpose:
    remove h4-h5 converter test files
Description:
Solution:
Platforms tested:
2001-02-19 10:47:05 -05:00
MuQun Yang
a0f4dd17a7 [svn-r3444]
Purpose:
    remove old h4-h5 testfiles
Description:
Solution:
Platforms tested:
2001-02-19 10:42:22 -05:00
MuQun Yang
f7838baceb [svn-r3443]
Purpose:
    remove old h4-h5 converter test files
Description:
Solution:
Platforms tested:
2001-02-19 10:36:00 -05:00
MuQun Yang
6dc04c60a4 [svn-r3442]
Purpose:
    remove old h4-h5 converter test files
Description:
Solution:
Platforms tested:
2001-02-19 10:29:47 -05:00
Albert Cheng
7af4310aa2 [svn-r3441] Purpose:
Updated
Platforms tested:
    bin/chkmanifest
2001-02-18 08:17:32 -05:00
Bill Wendling
de25a136c3 [svn-r3437] Purpose:
Feature Add
Description:
    This is the first phase of adding subsetting to the dumper. The
    command-line parsing should be pretty much set right now.

    NOTE: The revision before this one can be used to back port to the
    1.4 branch when the XML stuff is folded into that branch for
    release.
Platforms tested:
    Linux
2001-02-16 17:23:01 -05:00
Albert Cheng
c6bcd9c7d2 [svn-r3431] Purpose:
Update
Description:
    Incorporated all the changes made to powerpc-ibm-aix4.2.1.0
    and powerpc-ibm-aix4.3.2.0 into powerpc-ibm-aix4.x.
    Removed the other two "sub-files" now that powerpc-ibm-aix4.x
    can cover them too.
Platforms tested:
    IBM SP2 at LLNL BLUE, both parallel and serial.
2001-02-16 15:54:04 -05:00
Albert Cheng
3a6c7fe631 [svn-r3426] Description:
Some fixes were wiped out by Bob's commit.
    Recovered the changes.
2001-02-16 15:38:32 -05:00
Bill Wendling
925a56fbb5 [svn-r3423] Purpose:
Update
Description:
    Updated with the new testfiles.
Platforms tested:
    Linux
2001-02-16 12:47:04 -05:00
MuQun Yang
e971b7a958 [svn-r3421]
Purpose:
    updating this file to include updated hdf4 test files for converter testing
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-15 23:09:11 -05:00
MuQun Yang
4237169f3e [svn-r3420]
Purpose:
   add new expected converted hdf5 files from converter
Description:
Solution:
Platforms tested:
    eirene, arabica
CVOS: ----------------------------------------------------------------------
2001-02-15 22:48:17 -05:00
MuQun Yang
03e2ec673e [svn-r3419]
Purpose:
    adding new test hdf4files to be tested by h4toh5 converter
Description:
Solution:
    more typical test files are used
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-15 22:46:23 -05:00
MuQun Yang
1578b26103 [svn-r3418]
Purpose:
    add contents to compile h4toh5test.c
Description:

solution:
    handled similar as h5dumptst.c
Platforms tested:
    Linux(eirene), sun 5.7(arabica)
2001-02-15 22:42:03 -05:00
MuQun Yang
e8c3d178ac [svn-r3417]
Purpose:
    source code to generate hdf files for h4toh5 converter
Description:
Solution:
     see the comments of the code. this file is handled similar with h5dumptst.c
Platforms tested:
     eirene, arabica
2001-02-15 22:38:57 -05:00
MuQun Yang
c1d6c01959 [svn-r3416]
Purpose:
     bug fix
Description:
    update a few constant
Solution:
Platforms tested:
     eirene and arabica
2001-02-15 22:36:35 -05:00
MuQun Yang
5dc419551e [svn-r3415]
Purpose:
    bug fix
Description:
   two bugs: 1. different order of conventions of sds and image in hdf4 is
                 considered at h4toh5image.c file.
                  add palette colormodel attribute and correct names of
                   a few attributes. see detail at:
               http://hdf.ncsa.uiuc.edu/HDF5/H5Image/ImageDetails.htm
              2. convert hdf internal vdata structure(chunking table)
                 into a new hdf5 dataset.

Solution:
        1. change h5 data space order for image.
          h5dims[0] = edge[1]-edge[0];
          h5dims[1] = start[1]-start[0];
        2. at h4toh5main.c, check the vdata class name and if the
           first few characters match with HDF_CHK_TBL; ignore converting
           this vdata.
        3. add a few attributes at h4toh5pal.c

platforms:

       linux and sun 5.7(arabica)




    such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
    64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
2001-02-15 22:35:37 -05:00
Bill Wendling
a7c25153bc [svn-r3414] Purpose:
Update
Description:
    Updated the code so that error messages are sent to stdout instead of
    to /dev/null. Albert says that it was supposed to be doing this
    anyway, so...

    Also did some formatting changes.
Solution:
    Changed the "2>/dev/null" to "2>&1"
Platforms tested:
    Linux
2001-02-15 14:33:19 -05:00
Bill Wendling
24320f0df1 [svn-r3413] Purpose:
Update
Description:
    Updated the result files to be consistent with the new error
    messaging schema that h5dump uses.
Platforms tested:
    Linux
2001-02-15 14:32:38 -05:00
Bill Wendling
71090d2e9a [svn-r3412] Purpose:
Code cleanup
Description:
    Cleaned the code up a bit getting rid of some warnings about "const"
    being lost from passing a const char * to a function, etc.

    Also force the error messages to stderr instead of simply printing
    them to stdout. The same behaviour can be achieved by running h5dump
    like:

            h5dump ... 2>&1

    however, the error reporting before this change wasn't consistent in
    its use. I also made some of the error messages clearer (giving names
    of the failed types and, when there's an "internal error", reporting
    the line number the error occurred on so that we can debug).
Solution:
    Converted to "fflush(stdout); fprintf(stderr,...);" for all error
    reportings.
Platforms tested:
    Linux
2001-02-15 14:31:55 -05:00
Robert E. McGrath
d12fa9b5c5 [svn-r3408] Purpose:
Adding new feature.
Description:
  XML output option to h5dump
Platforms tested:
  SPARC Solaris 2.7, Irix6.5 (32bit), Linux, Win98
2001-02-14 15:48:22 -05:00
Bill Wendling
a66186cc0d [svn-r3406] Purpose:
Fixlet
Description:
    FIxed the hack for the INSTALL macro. It was checking the "whole"
    path to the install-sh script instead of if it was just a relative
    path with install-sh at the end.
Solution:
    Changed the test to match any relative path with install-sh at the
    end. This assumes that the install-sh is the one we supply to them
    (an assumption it was making before, really).
Platforms tested:
    Gondolin, Linux
2001-02-13 14:42:06 -05:00
Bill Wendling
21e3bc433c [svn-r3405] Purpose:
Addition
Description:
    Added doc/html/Intro/Dependencies file
2001-02-13 14:37:02 -05:00
Bill Wendling
c4d3f3beb8 [svn-r3404] Purpose:
Fix
Description:
    Needed Dependencies file for the Makefiles.
Solution:
    Added
2001-02-13 14:36:13 -05:00
Bill Wendling
7c0fb27132 [svn-r3403] Purpose:
Fix
Description:
    On machines which use the bin/install-sh script, it wasn't picking up
    the install-sh script unless it was one directory depth away from it
    (ie, it thought that it was in ../bin/install-sh, which isn't good
    if, like with the documentation, it's in a deeper directory).
Solution:
    Hacked it up so that, if it does use the broken relative-path schema,
    then it will change it to use the $(top_srcdir) macro instead.
Platforms tested:
    Linux
2001-02-12 17:52:00 -05:00
Bill Wendling
e361fef08b [svn-r3402] Purpose:
Fix
Description:
    I didn't add the doc/html/Intro directory to the MAkefile configure
    stuff.
Solution:
    Added
Platforms tested:
    Linux
2001-02-12 17:17:31 -05:00
Albert Cheng
a9a7963c66 [svn-r3401] Purpose:
[is this a bug fix? feature? ...]
Description:
    Changed the default settings for enable-production and enable-debug
    to no and yes respective, for this development branch.
Platforms tested:
    Modi4 parallel and eirene.
2001-02-12 15:21:17 -05:00
Quincey Koziol
d7b92c34eb [svn-r3400] Purpose:
Code cleaning
Description:
    Moved all gcc compiler flags into the config/gnu-flags file and re-added
    the warning flags removed during the beta testing.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-02-12 11:29:15 -05:00
Quincey Koziol
71abf6c00e [svn-r3398] Purpose:
Update the version number after the tree split.
2001-02-09 20:25:52 -05:00
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