Commit Graph

2781 Commits

Author SHA1 Message Date
MuQun Yang
2229a1db41 [svn-r3341]
Purpose:
    change all.zip for the purpose of only testing hdf5 lib and non-hdf4 related tools
Description:
     remove projects h4toh5,h4toh5dll,h5toh4 and h5toh4dll
Solution:
Platforms tested:
     win 2000, and NT
2001-02-02 14:40:10 -05:00
MuQun Yang
58e85908ba [svn-r3340]
Purpose:
    document fixed
Description:
    1) Modify windows install documentation(install_WINDOWS) so that
    users can choose build and test basic hdf5 lib and tools or hdf4-related
    hdf5 tools
    2) update windows information for RELEASE and INSTALL files
Solution:
Platforms tested:
2001-02-02 14:38:13 -05:00
Albert Cheng
b809e9c3a2 [svn-r3339] Got rid some debug echo statements. 2001-01-31 15:51:00 -05:00
Bill Wendling
bd41d7a9b4 [svn-r3338] Purpose:
Documentation of bug
Description:
    The --enable-static-exec flag doesn't work for Solaris and Linux
    systems. On Solaris this is due to there not being a static version
    of the libdl library. On Linux, it fails during the testing.
2001-01-31 12:28:57 -05:00
Binh-Minh Ribler
b1ac03cdb5 [svn-r3337]
Purpose:
    Small bug fix
Description:
    A stub function has returned type hsize_t but returns -1.
Solution:
    Changed returned value from -1 to 0
Platforms tested:
    Solaris (arabica)
2001-01-31 11:04:24 -05:00
Albert Cheng
11efb889c6 [svn-r3336] Purpose:
Simple twist
Description:
    snapshot used to just use whatever `hostname` returns.  Often it
    is the fully qualified name but sometimes just hostname without the
    domain part.  Inconsistent.
Solution:
    Chopped off any domain part and use just the host name.
    Use the 'cut' command rather than the sed with ncsa.uiuc.edu hardcoded.
    Applied that to runtest too.
Platforms tested:
    Should work.  Will find out if the daily tests still work.
2001-01-31 01:03:28 -05:00
Quincey Koziol
c6da08f994 [svn-r3335] Purpose:
Config cleanup
Description:
    In production environments, the optimization flag for gcc was set to
    -O6, which has some code-generation problems in certain environments.
Solution:
    Turned optimizations down to -O2, which is still pretty bleeding edge.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-30 12:49:20 -05:00
Albert Cheng
e94edbfbc3 [svn-r3334] Purpose:
New Feature
Description:
    It supports a configure file (snapshots.../snaptest.cfg).
    Currently, it recognize comment lines (started with #)
    and the standard configuration.
Platforms tested:
    Eirene (Linux)
2001-01-30 01:12:12 -05:00
Albert Cheng
078c462615 [svn-r3333] Purpose:
feature
Description:
    Use the external locate_hdf4 instead of the internal function to
    find the HDF4 software.  Also set PATH to include the HDF4 bin
    if found.  That would help gurantee access to the 'hdp' tool.
    (Need to do an explicite "export PATH" since DEC OSF1 sh does not
    seem to export the changed value by default.)
Platforms tested:
    Gondolin (DEC OSF1)
2001-01-29 22:58:38 -05:00
Elena Pourmal
70c14a68a8 [svn-r3332]
Purpose:
    Maintenance
Description:
    On Crays (T3E and J90) H5Aff.f90, H5Dff.f90 and H5Pff.f90 have to be replaced
    with the Cray-specific files that can be found on the HDF ftp server
    under pub/outgoing/hdf5/hdf5-1.4.0-bet/F90_source_for_Crays directory.
    Added this information to the "Known problems" section.
2001-01-29 17:52:32 -05:00
Albert Cheng
99c5bd9b3d [svn-r3331] Purpose:
feature
Description:
    revised it so that it can really run the snapshot tests.
    It now first update the source in the snapshot area and then uses
    the scripts in snapshot/current/bin.
Platforms tested:
    modi4, arabica
2001-01-27 09:38:08 -05:00
Albert Cheng
ed43021c16 [svn-r3330] Purpose:
Update
Description:
    Added new entries of locate_hdf4 and runtest.
    Made runtest _DO_NOT_DISTRIBUTE_ since it is NCSA site dependent.
2001-01-26 17:02:55 -05:00
Albert Cheng
3552799383 [svn-r3329] Purpose:
New feture
Description:
    # Try to locate the HDF (nicknamed hdf4) software
    # This is a hack because there is no consistent place to find
    # the valid HDF library.
    # Usage: locate_hdf5
    # It prints two strings in which the first one represents a valid
    # value for the --with-hdf=... switch and the second one is where
    # one can find the hdp command.  It can be added to the $PATH.
Platforms tested:
    Pecos (solaris 5.7)
2001-01-26 16:23:51 -05:00
Albert Cheng
2f224f8bae [svn-r3328] Purpose:
New feature
Description:
    This runs the hdf5 library testing via the snapshot script.  Without
    any argument, it runs the test for the current host.  If -all is used,
    it runs the tests on a predefined list of hosts.
Platforms tested:
    This does not quite work yet as there are a few hardcoded pathnames
    to find the script on remote machines.  Committing it now to hold
    the place so that others can see how it works.
2001-01-26 15:07:48 -05:00
Frank Baker
7a32ffca71 [svn-r3327]
Purpose:
   Updating HISTORY to include Release 1.2.2.
Solution:
   Added R1.2.2 to HISTORY file (missed in transition to R1.4).
   Section headers -- made sure each section mentioned the release
       for which the section was prepared.
   Added searchable tag ('%%%%') for each section to aid navigation.
Platforms tested:
   Read the file in vi on baldric.
   Printed text file to paper with enscript.
2001-01-25 17:33:47 -05:00
Quincey Koziol
a319837a4f [svn-r3326] Purpose:
Clean up warnings
Description:
    The "FAILED" macro is defined by Windows and is causing warnings and
    potential errors when compiled on that platform.
Solution:
    Change our macro from FAILED to H5_FAILED.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-25 12:03:29 -05:00
Albert Cheng
51bd03c8a5 [svn-r3325] Snapshot version 1.4 release 0 (beta3-pre3) 2001-01-25 10:07:40 -05:00
Albert Cheng
4ba86ccf23 [svn-r3324] Updated with new files. 2001-01-25 09:56:19 -05:00
Quincey Koziol
e30a28f2f0 [svn-r3323] Purpose:
New platform
Description:
    Support the Cray SV1 machine. (config file is identical to unicosmk file
    right now).
Platforms tested:
    Cray SV1 (killeen.nersc.gov)
2001-01-24 17:42:49 -05:00
Elena Pourmal
f92aaa3e3b [svn-r3322]
Purpose:
     Maintenance
Description:
     Fixed the reference to the INSTALL_Windows.txt file.
2001-01-24 14:03:36 -05:00
Elena Pourmal
3dc999dfaa [svn-r3321]
Purpose:
    Maintenance for the upcoming hdf4-1.4..0-beta3-pre3 testing and release.
Description:
    Renamed INSTALL_Windows.txt to INSTALL_Windows to make name consistent
    with other names of INSTALL* files.
    Updated MANIFEST to include INSTALL_Windows file.
    Updated RELEASE file.
2001-01-24 14:01:23 -05:00
Elena Pourmal
e462d3b65e [svn-r3320]
Purpose:
    Bug fix
Description:
    Compilation failed for the H5f90global.f90 file on DEC UNIX (hdf5-1.4.0-beta3-pre2)
    When new definition H5E_TBBT_F was added, the length of the corresponding
    H5E_flags array was not increased.
Solution:
    Fixed the length of the array.
Platforms tested:
    DEC UNIX (gondolin)
2001-01-22 13:50:21 -05:00
HDF Rational
5eea321433 [svn-r3319] Purpose:
Bug Fix
Description:
    Generic property code was leaking memory when removing a property from a
    property list class in certain situations.
Solution:
    Remove property correctly from class in all situations.
Platforms tested:
    Solaris 2.7 (arabica)
2001-01-22 13:32:01 -05:00
Frank Baker
1331ea52b7 [svn-r3318]
Purpose:
	Add removal of H5RA API to "Changes" document.
Description:
	Added H5RA functions, ragged arrays, to 'removed functions' list
	and note below table that entire H5RA API (experimantal) has been
	removed from the library.
Platforms tested:
	IE 5
2001-01-22 12:27:41 -05:00
Quincey Koziol
69d8435cd1 [svn-r3317] Purpose:
Bug Fix
Description:
    Fix definition of strdup on Windows machines.
Solution:
    Merged duplicate definitions into one cohesive block of definitions.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-22 11:20:39 -05:00
MuQun Yang
c115ef1e04 [svn-r3316]
Purpose:
    bug fix
Description:
    forgot including hdf5.dsp and hdf5dll.dsp for ragged test removal.
Solution:
    update hdf5.dsp and hdf5dll.dsp in all.zip.
Platforms tested:
     windows 2000, the change will only affect windows platforms.
2001-01-20 16:40:15 -05:00
Albert Cheng
2d6134ecc7 [svn-r3315] Snapshot version 1.4 release 0 (beta3-pre2) 2001-01-19 18:14:51 -05:00
Bill Wendling
c20d60058e [svn-r3314] Purpose:
Feature Fix
Description:
    This checks before printing the warning message about hsizet type if
    the user specified --disable-hsizet on the command line.
Platforms tested:
    Linux
2001-01-19 17:13:50 -05:00
Bill Wendling
f13a9f9a70 [svn-r3313] Purpose:
Feature Fix
Description:
    When user specifies the --disable-hsizet flag, we still warn them
    about this when they use gcc 2.91.66.
Solution:
    I moved the check above the place where it checks what version gcc
    compiler it is. If they did specify the flag and it is a 2.91.66
    compiler, then it won't print the message out.
Platforms tested:
    Linux
2001-01-19 17:13:06 -05:00
Frank Baker
278a7b0c56 [svn-r3312]
Purpose:
    Corrected "Last modified" date
Platforms tested:
    IE 5
2001-01-19 16:53:55 -05:00
Frank Baker
cefabf3224 [svn-r3311]
Purpose, Description, and Solution:
    Removed cross-links to Ragged Array doc files (above).
Platforms tested:
    IE 5
2001-01-19 16:51:53 -05:00
Frank Baker
2ec2bb17ed [svn-r3310]
Purpose:
    To remove ragged array doc files (1 each in UG and RM)
Solution:
    Removed ragged array doc files Ragged.html and RM_H5RA.html
Platforms tested:
    IE 5
2001-01-19 16:18:11 -05:00
MuQun Yang
65556ca98a [svn-r3309]
Purpose:
    remove ragged test and source code on windows
Description:
Solution:
    modify hdf5timingtest.bat and all.dsw project
Platforms tested:
     windows 2000
2001-01-19 16:01:11 -05:00
Frank Baker
c7dbb9aca3 [svn-r3308]
Purpose:
    Removing Ragged.html and RM_H5RA.html from the HDF5 doc set.
    These are the UG and RM pages, respectively, for Ragged Arrays,
    which were removed from the library last week.
Solution:
    Removed the files Ragged.html and RM_H5RA.html.
Platforms tested:
    IE 5
2001-01-19 14:18:54 -05:00
Quincey Koziol
7c935bbd09 [svn-r3307] Purpose:
Code cleanup
Description:
    File was being opened around several dataspace operations which don't
    need the file to be open.
Solution:
    Removed file open/close around the dataspace operations.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2001-01-19 13:47:24 -05:00
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