Commit Graph

18 Commits

Author SHA1 Message Date
Bill Wendling
07a7d67d2e [svn-r4403]
Purpose:
    Bug Fix
Description:
    Object IDs command-line options weren't being picked up.
Solution:
    The wrong flag was being checked for. Changed the flag from "v" to
    "i", which is what the documentation says.
Platforms tested:
    Linux
2001-08-21 14:37:48 -05:00
Quincey Koziol
81cde8e325 [svn-r4360] Purpose:
Code cleanup (sorta)

Description:
    When the first versions of the HDF5 library were designed, I remembered
    vividly the difficulties of porting code from a 32-bit platform to a 16-bit
    platform and asked that people use intn & uintn instead of int & unsigned
    int, respectively.  However, in hindsight, this was overkill and
    unnecessary since we weren't going to be porting the HDF5 library to
    16-bit architectures.

    Currently, the extra uintn & intn typedefs are causing problems for users
    who'd like to include both the HDF5 and HDF4 header files in one source
    module (like Kent's h4toh5 library).

    (Merged from the same changes to development branch)

Solution:
    Changed the uintn & intn's to unsigned and int's respectively.

Platforms tested:
    FreeBSD 4.4 (hawkwind)
2001-08-15 09:54:05 -05:00
Bill Wendling
a0ef015222 [svn-r4316]
Purpose:
    Feature Fix
Description:
    Fixed description of the --filedriver flag.
Platforms tested:
    Linux
2001-08-06 12:55:13 -05:00
Bill Wendling
f303405aee [svn-r4306]
Purpose:
    Back port of Feature Add
Description:
    Added the feature to specify which driver you want for the H5dumper
    using the command-line flag "-f D or --filedriver=D".
Platforms tested:
    Linux
2001-08-02 12:54:38 -05:00
Bill Wendling
f45e4b1f94 [svn-r4297]
Purpose:
    Regeneration of Dependencies files
Description:
    Regenerated Dependencies files with "make Dependencies"
2001-08-01 17:01:44 -05:00
Albert Cheng
c76ee0d68b [svn-r4209] Purpose:
Improvement
Description:
    The stdout and stderr were both redirected to an output file. This
    works fine in tradition sequential Unix machines.  But in some
    parallel systems (like mpi-jobs in IBM SP), the stderr is merged
    with stdout alright but not in the exact order as expected.  This
    is not deterministic in parallel jobs.  So, the test output are
    all there but the ordering maynot be as expected.
Solution:
    Redirect stderr to separated file and append it to the stdout
    file after test-command is executed.  Then compare it with
    the expected output.  This eliminate the assumption that
    stdout and stderr must merged in "chronical orders".
Platforms tested:
    eirene (serial, mpich), modi4 parallel, tflops parallel, Blue parallel.
2001-07-14 15:31:03 -05:00
Quincey Koziol
0f6a8fbaad [svn-r4177] Purpose:
Bug fix
Description:
    Accommodate v1.2.x behavior when --enable-hdf5v1_2 is enabled.
Platforms tested:
    FreeBSD 4.3 (hawkwind)
2001-07-10 15:16:42 -05:00
Robert E. McGrath
c03caafc15 [svn-r4147]
Purpose:
Repeat from yesterday.  CVS checkin was lost and overwritten.
Description:
Solution:
Platforms tested:
2001-07-07 14:25:33 -05:00
Pedro Vicente Nunes
bc619bd8a6 [svn-r4145]
Purpose

code warrior port

:
Description:

changed strdup to HDstrdup

Solution:
Platforms tested:

nt
2001-07-07 01:36:22 -05:00
Pedro Vicente Nunes
a57ced01e7 [svn-r4144]
Purpose:

code warrior port


Description:

changed strdup to H5strdup
Solution:
Platforms tested:

nt, linux:
2001-07-07 00:47:04 -05:00
Robert E. McGrath
95bee36161 [svn-r4141]
Purpose:
    Fix bugs in XML output of dumper
Description:
    Incorrect XML was produced.
Solution:
Do the right thing.  See diffs in test files.
Platforms tested:
Solaris.
2001-07-06 17:19:28 -05:00
Bill Wendling
c514abd496 [svn-r3934] Purpose:
Code Update
Description:
    Ported change from the 1.5 branch to the 1.4 branch where all HDF5
    include files are in quotes instead of angle brackets:

        #include "hdf5_file.h"

    instead of

        #include <hdf5_file.h>

Platforms tested:
    Linux
2001-05-15 16:28:04 -05:00
Bill Wendling
287db5fd55 [svn-r3815] Purpose:
Syncing with 1.5 branch
Description:
    Syncing the tools files with those in the 1.5 branch.
2001-04-16 18:48:21 -05:00
Bill Wendling
b21ade680f [svn-r3716] Purpose:
Bug Fix
Description:
    changed the T flag to S in the short parameter's list.
Platforms tested:
    Linux
2001-03-26 17:20:44 -05:00
Bill Wendling
e517058a95 [svn-r3715] Purpose:
Bug Fix
Description:
    Stride flag was checked as being -T instead of -S as it should be...
Solution:
    Changed to check -S instead of -T.
Platforms tested:
    Linux
2001-03-26 17:18:51 -05:00
Bill Wendling
a2163cc6fc [svn-r3688] Purpose:
Fix
Description:
    These files weren't added in when I did the original code splitting.
Solution:
    Readded them.
2001-03-22 12:25:48 -05:00
cvs2svn
e201d20b00 [svn-r3682] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-03-21 18:00:52 -05:00
cvs2svn
5983d2b628 [svn-r3502] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'. 2001-02-23 12:26:01 -05:00