Commit Graph

2746 Commits

Author SHA1 Message Date
Elena Pourmal
777b8ed94b [svn-r3306]
Purpose:
    Bug fix.
Description:
    While building on T3E, I noticed several compiler warnings about
    variable being used before its value was defined.
Solution:
    Fixed.
Platforms tested:
    T3E (mcurie.nersc.gov)
2001-01-19 10:15:15 -05:00
Quincey Koziol
ca5e928635 [svn-r3305] Purpose:
Code cleanup
Description:
    Removed some additional references to ragged arrays.
Platforms tested:
    IRIX64 (modi4)
2001-01-18 19:19:33 -05:00
Quincey Koziol
7921315a33 [svn-r3304] Purpose:
Code update
Description:
    Remove ragged array code & tests from library before release.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-18 18:30:23 -05:00
Quincey Koziol
0059525322 [svn-r3303] Purpose:
Additional testing
Description:
    Added another random hyperslab test with smaller strip-mine buffers to
    force more errors conditions (if they exist).
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-18 17:02:15 -05:00
Quincey Koziol
7c8547ed04 [svn-r3302] Purpose:
Bug fix
Description:
    Certain combinations of hyperslabs, especially those that have to be
    strip-mined during I/O were causing data to be incorrectly transferred.
Solution:
    Changed the code in H5S_get_hyper_regions to be more careful about the
    regions of the current dimension that are valid.  Sometimes, regions which
    had already been iterated through were being re-processed.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-18 17:01:17 -05:00
Bill Wendling
e108a974a0 [svn-r3301] Purpose:
Bugfix
Description:
    The documentation wasn't correct via the commandline switches for
    some of the h5dump options.
Platforms tested:
    Lynx
2001-01-18 16:31:38 -05:00
Bill Wendling
5ba347dcea [svn-r3300] Purpose:
Documentation
Description:
    Changed the warning about the gcc 2.95.2 compiler to be consistent
    with the flags which were stripped out.
2001-01-18 16:11:33 -05:00
Bill Wendling
6db26d370a [svn-r3299] Purpose:
Bug Fix
Description:
    Some <em> tags weren't properly closed.
Solution:
    Changed what was to be the closeing <em> tag to </em>
Platforms tested:
    w3m
2001-01-18 16:09:44 -05:00
Bill Wendling
5104f10fed [svn-r3298] Purpose:
Bug Fix
Description:
    Small bug fix to the acsite.m4 stuff. We should check if the Fortran
    9X compiler was found instead of the CC compiler.
Solution:
    Changed CC to F9X macro.
Platforms tested:
    Linux
2001-01-18 15:33:56 -05:00
Quincey Koziol
07319d804b [svn-r3297] Purpose:
Remove file.
Description:
    Remove the c++/src/H5config.h.in file from the manifest
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-18 10:40:18 -05:00
MuQun Yang
2dbe5c1f9d [svn-r3295]
Purpose:
   updating dumptest at windows
Description:
Solution:
    updating batch file dumptest.bat
Platforms tested:
    windows 2000,NT4.0, 98
2001-01-16 16:18:47 -05:00
Frank Baker
3322427cb1 [svn-r3294]
Purpose:
    Had missed the array datatype functions in the added/removed
    functions lists.
Description:
    Added array datatype functions to added/removed list:
      Added: H5Tarray_create, H5Tget_array_ndims, H5Tget_array_dims
      Removed: H5Tget_member_dims, H5Tinsert_array
Platforms tested:
    IE 5
2001-01-16 16:05:01 -05:00
Bill Wendling
f82c9383c6 [svn-r3293] Purpose:
Fixup
Description:
    We were specifying a config file for the C++ stuff and it didn't need
    one. This would cause problems with compiling the C++ stuff since it
    wouldn't get the correct H5config.h file.
Solution:
    Removed support for it.
Platforms tested:
    Eirene
2001-01-16 13:40:26 -05:00
Quincey Koziol
7656baeed9 [svn-r3292] Purpose:
Comment fix
Description:
    Comment describing test was misleading
Solution:
    Corrected description of type of test being performed.
Platforms tested:
    Eyeballed...
2001-01-16 13:11:54 -05:00
Albert Cheng
90b49bef14 [svn-r3291] Snapshot version 1.4 release 0 (beta3-pre1) 2001-01-12 20:56:28 -05:00
Albert Cheng
5bee87e561 [svn-r3290] Changed H5_VERS_SUBRELEASE to identify this as beta3-pre-release1. 2001-01-12 20:14:24 -05:00
Albert Cheng
f871affadf [svn-r3289] Updated. 2001-01-12 18:37:17 -05:00
Albert Cheng
ef62ea5855 [svn-r3288] Purpose:
Bug fix (sort of)
    (H5FDgass.c: just deleted an old code. Nothing to do with this fix.)
Description:
    When --enable-debug=all was used, couple routine printf warnings
    to stderr that it is an expensive operation.  This messed up
    the testing of h5ls since it included stderr output in its expected
    output and did not expect the extra messages.
Solution:
    Changed it such that the extra messages are printed only
    if the appropriate h5-debug-class setting is on (via environment
    variables, for example).
Platforms tested:
    eirene (debug=all), modi4(parallel,-64,default configure).
2001-01-12 18:30:45 -05:00
Albert Cheng
29fbb330b0 [svn-r3287] Purpose:
Improvement
Description:
    The mkdir testfiles and the testing of h5dump have their stderr
    redirected to /dev/null.  Thus no way to see error messages when happen.
    Removed the redirection
Platforms tested:
    Eirene (linux).
2001-01-12 17:46:48 -05:00
Frank Baker
4d6ed298f2 [svn-r3286]
Description:
    Revised introductory sentence.
Platforms tested:
    IE 5
2001-01-12 15:44:44 -05:00
Frank Baker
70a3270fc9 [svn-r3285]
Purpose:
	Second phase of development of doc.
Description:
	Added lists of new, deleted, and changed functions.
	Added list of constants with changed values.
	Changed doc title.
Platforms tested:
	IE 5
2001-01-12 15:33:29 -05:00
Albert Cheng
b84c92e07d [svn-r3284] Purpose:
document
Description:
    Added comments in how to use the program and instructions
    that the corresponding may need updates if new batch of binary
    files are created.
Platforms tested:
    Eye-balled only.  (Just a few lines of comments.)
2001-01-12 15:24:58 -05:00
Quincey Koziol
cd8d9e2460 [svn-r3283] Purpose:
Suppress warnings for release.
Description:
    Always declare strdup as extern, figure out way to avoid warnings later.
Platforms tested:
    Linux 2.2.16 (eirene)
2001-01-12 15:00:01 -05:00
Quincey Koziol
d11eab4dc7 [svn-r3282] Purpose:
Suppress warnings for release.
Description:
    Took out the -Wconversion -Wredundant-decls warning flags for gcc until
    after the tree is split.
Platforms tested:
    Linux 2.2.16 (eirene)
2001-01-12 14:59:35 -05:00
Quincey Koziol
7bdd4ed41f [svn-r3281] Purpose:
Bug fix
Description:
    Datasets were allowed to be created with chunks larger than the maximum
    dimension for each dimension.
Solution:
    Wrote test to verify new error checking is working correctly.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-12 14:57:33 -05:00
Quincey Koziol
093c2fea18 [svn-r3280] Purpose:
Bug fix
Description:
    Datasets were allowed to be created with chunks larger than the maximum
    dimension for each dimension.
Solution:
    Compare chunk sizes against maximum dimensions and reject dataset creations
    which have chunks too large for the dimensions in the dataspace.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-12 14:56:59 -05:00
Bill Wendling
a1551e334d [svn-r3279] Purpose:
Warning Reduction
Description:
    Removed the -Wpointer-arith flag which complains about addintion with
    void * pointers. This is a known gcc 2.95.2 annoyance.

    There's still some issues with many str* warnings...not 7000, though.
Platforms tested:
    Linux
2001-01-12 13:44:52 -05:00
Quincey Koziol
3015b2ccc8 [svn-r3278] Purpose:
Update manifest
Description:
    Added ./doc/html/ADGuide/Changes.html to the manifest.
2001-01-12 10:28:37 -05:00
MuQun Yang
78138fc344 [svn-r3277]
Purpose:
    avoid windows warnings of inline at H5config.h
Description:
    In the old file, inline is defined twice
Solution:
   Now only define inline once.
Platforms tested:
    windows 2000, confirmed at eirene
2001-01-12 01:50:49 -05:00
MuQun Yang
51fd87c344 [svn-r3276]
Purpose:
    windows bug fix
Description:
     need extra header files for windows
Solution:
     add #ifdef win32 #endif loops
Platforms tested:
     windows 2000, confirmed at eirene
2001-01-12 01:48:36 -05:00
MuQun Yang
4ce7a7ad80 [svn-r3275]
Purpose:
    windows bug fix
Description:
    using HDopen and HDclose at this file, including H5private.h for windows specific headers.
Solution:
Platforms tested:
    win 2000, confirmed at eirene
2001-01-12 01:45:40 -05:00
MuQun Yang
7785cbd55b [svn-r3274]
Purpose:
   Arrange codes for avoiding windows warnings
Description:
Solution:
    put windows including header files into H5private.h
Platforms tested:
    win 2000, confirmed at eirene
2001-01-12 01:43:04 -05:00
MuQun Yang
df0b3ecd5b [svn-r3273]
Purpose:
    Avoid windows warnings
Description:
Solution:
    put some windows specified headers into this file
Platforms tested:
     Win 2000, confirmed by eirene
2001-01-12 01:41:11 -05:00
Bill Wendling
162c14cea3 [svn-r3272] Purpose:
Documentation
Description:
    Added more detailed explanation about the command line changes in the
    dumper and explained about the bug with gcc 2.95.2 which prints out
    spurious warnings due to glibc string optimizations.
2001-01-11 17:47:33 -05:00
Quincey Koziol
12b3521900 [svn-r3271] Purpose:
Updating release notes
Description:
    Document three API functions whose parameters/return types changed.
2001-01-11 14:52:53 -05:00
Frank Baker
83a9fdc3bd [svn-r3270]
Purpose:
    A bugfix and a new document
Description:
    ADGuide/Changes.html
        New document: "HDF5 Library Changes from Release to Release"
        (MUST be updated at EVERY release, including Betas.)
    ADGuide/ImageSpec.html
        Fixed broken links and title tag.
Platforms tested:
    IE 5
2001-01-11 14:41:34 -05:00
Frank Baker
6a81e68401 [svn-r3269]
Purpose:
    Bugfix and adding a new document
Description:
    RM_H5Front.html
        Removed a currently commented-out section that had been used
        during the 1.2 period for separate F90 releases.
    ADGuide.html
        Added new "Changes from Release to Release" document.
        Fixed title tag.
Platforms tested:
    IE 5
2001-01-11 14:38:39 -05:00
Quincey Koziol
19d1f30101 [svn-r3268] Purpose:
Code cleanup for C++
Description:
    'xor' is a keyword in C++, causing problems compiling the library with a
    C++ compiler.
Solution:
    Change variables and structure fields from 'xor' to 'xor_val'
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-11 11:52:16 -05:00
Quincey Koziol
b885b7ddcf [svn-r3267] Purpose:
Update file manifest
Description:
    Update file manifest with recent testing shell script name changes.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-10 17:15:50 -05:00
Bill Wendling
dc9c387ba2 [svn-r3266] Purpose:
Name change
Description:
    Changed the names of the testh5toh4 and testh4toh5 scripts to the
    "canonical" form -- testh4toh5.sh and testh5toh4.sh.
Platforms tested:
    Linux
2001-01-10 16:56:47 -05:00
Quincey Koziol
c5c4e70311 [svn-r3265] Purpose:
Clean up warnings.
Description:
    Cleaned up a few compiler warnings.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-10 16:46:38 -05:00
Bill Wendling
8e20f98805 [svn-r3264] Purpose:
Bug fix
Description:
    I dropped the boat on this one. I assigned prefix to NULL after it'd
    been allocated...My bad.
Solution:
    Stopped doing that.
Platforms tested:
    Linux
2001-01-10 16:24:54 -05:00
Bill Wendling
2ae44ebdba [svn-r3263] Purpose:
Code cleanup
Description:
    Changed so that the streaming stuff is inserted if > 1.2 version.
    Also modified init_prefix function so that it's sane.
Platforms tested:
    Linux
2001-01-10 16:24:07 -05:00
Bill Wendling
b8085ef1ee [svn-r3262] Purpose:
Annoying code cleanup
Description:
    This code could all be on one line, but wasn't for some reason.
Solution:
    Made it into one printf() call.
Platforms tested:
    Linux
2001-01-10 16:07:26 -05:00
Bill Wendling
9078455217 [svn-r3261] Purpose:
Code Cleanup
Description:
    Cleaned up where structures were. Added comments to new functions.
    Removed strcpy(prefix, "") and made it prefix = NULL; since that's
    what it's doing anyway.
Platforms tested:
    Linux
2001-01-10 13:38:48 -05:00
Bill Wendling
6188c31c19 [svn-r3260] Purpose:
Bug Fix
Description:
    The test ``test -e "filename"'' doesn't work with some Bourne shells
    (for instance, on Arabica).
Solution:
    Changed test to ``test -f "filename"''.
Platforms tested:
    Arabica
2001-01-10 12:41:27 -05:00
Quincey Koziol
6e14a21d7c [svn-r3259] Purpose:
Documenting changes from beta to beta3
2001-01-10 12:30:15 -05:00
HDF Admin
c90117cdf1 [svn-r3258] Snapshot version 1.4 release 0 (beta3-snap0) 2001-01-10 10:31:42 -05:00
Quincey Koziol
9b4ce45106 [svn-r3257] Purpose:
Bug fix
Description:
    Compiler on sangamon (HP/UX 10.20) is having problems with the statement
    "#ifdef 0".
Solution:
    Changed statement to "#if 0" instead.
Platforms tested:
    Eyeballed...
2001-01-10 09:57:39 -05:00
Albert Cheng
cd864ac9d3 [svn-r3256] Purpose:
Typo fix and comment
Description:
    The FUNC_ENTER of H5FD_mpio_flush had a wrong function name.  Corrected
    it.  Also filled in the missing original author name.
    Added a 'this is collective.' to all collective functions.
Platforms tested:
    It was just editing.  Can't go wrong. :-)
2001-01-10 02:14:43 -05:00