Commit Graph

2624 Commits

Author SHA1 Message Date
Frank Baker
8d7909827d [svn-r3183]
Purpose:
    Extensive revision of October 2000
    Source file (H4toH5Mapping.doc) added to tree but not distributed
Platforms tested:
    IE 5
2000-12-21 16:45:01 -05:00
Frank Baker
079273c9d2 [svn-r3182]
Purpose:
    Removed Palettes.html (which has been replaced
    by ADGuide/ImageSpec.html)
Platforms tested:
    IE 5
2000-12-21 16:30:56 -05:00
Frank Baker
8fad87abe6 [svn-r3181]
Purpose:
    Bugfix -- #446
Description:
    H5Tget_offset has been fixed so that it returns a negative value
    on failure.   This is now reflected in RM.
Platforms tested:
    IE 5
2000-12-21 16:20:46 -05:00
Frank Baker
59aaf67256 [svn-r3180]
Purpose:
    Adding new doc files
	App Developer's Guide (with member docs)
	C++ and Fortran90 API docs
Platforms tested:
    IE 5
2000-12-21 15:40:13 -05:00
Frank Baker
38c0de50ba [svn-r3179]
Purpose:
    Bringing the Application Developer's Guide into R1.4 (from R1.2)
    Subdocuments:
	HDF5 Image and Palette Specification
	Mapping HDF4 Objects to HDF5 Objects
Platforms tested:
    IE 5
2000-12-21 15:29:37 -05:00
Frank Baker
d7fc23847c [svn-r3178]
Purpose:
    Bringing the Application Developer's Guide into R1.4 (from R1.2)
Platforms tested:
    IE 5
2000-12-21 15:27:40 -05:00
Frank Baker
9cf0152e7f [svn-r3177]
Purpose:
    Added and edited C++ and Fortran90 doc links
Platforms tested:
    IE 5
2000-12-21 14:43:00 -05:00
Frank Baker
af308b715a [svn-r3176]
Purpose:
    Added h4toh5
Platforms tested:
    IE 5
2000-12-21 14:41:30 -05:00
Frank Baker
7c606e5692 [svn-r3175]
Purpose:
    CppUserNotes.pdf
    CppUserNotes.doc (not for distribution)
    CppInterfaces.html
	New C++ API documents -- "HDF5 C++ User's Notes"
	and "HDF5 C++ Interfaces"
Platforms tested:
    IE 5
2000-12-21 14:34:29 -05:00
Frank Baker
28c80557ba [svn-r3174]
Purpose:
    New Fortran90 API doc -- "HDF5 Fortran90 User's Notes"
Platforms tested:
    IE 5
2000-12-21 13:45:27 -05:00
Albert Cheng
ebb9713848 [svn-r3173] Updated with new feature of mpich, system information of IBM SP and
O2K, plus some editing about the shared library errors.
2000-12-21 11:17:05 -05:00
Albert Cheng
cd2abdd016 [svn-r3172] Updated IBM SP installation steps, hopefully simpler to follow. 2000-12-21 10:54:34 -05:00
Albert Cheng
499d08210b [svn-r3171] Updated with latest information for Tflops. Things are simpler
now that there is a supported mpich that includes mpi-io.
2000-12-21 10:28:47 -05:00
MuQun Yang
0366959fdd [svn-r3170]
Purpose:
   Update some descriptions for the install file
Description:
Solution:
    1) add a note for building library: users can also use batch build to build lib.
    2) add a warning note for h5toh4 autotest crude script so that
       users may carefully input parameters.
Platforms tested:
    doesn't have to be tested.
2000-12-20 17:49:32 -05:00
MuQun Yang
3a2587549c [svn-r3169]
Purpose:
    Not a bug fixed, just make it easy for me to test on windows.
Description:
    Set the path of the project to be consistent with the project in friede
    Users who want to test h4toh5 and h5toh4 have to set hdf4 library path by
    themselves.
Solution:
    Update h4toh5.dsp h4toh5dll.dsp h5toh4.dsp and h5toh4dll.dsp
Platforms tested:
    Win 2000(don't have to be tested on any other platforms)
2000-12-20 17:45:29 -05:00
Quincey Koziol
e931fddba7 [svn-r3168] Purpose:
Correct a few small typos in version numbers, etc.
2000-12-20 13:53:52 -05:00
Bill Wendling
bc26203252 [svn-r3167] Purpose:
Documentation
Description:
	Documented the known bug that module files aren't installed if
	they are created.
2000-12-20 13:51:54 -05:00
Albert Cheng
073bca8ce0 [svn-r3166] Updated for 1.4.0-beta2 release. 2000-12-20 12:32:22 -05:00
Albert Cheng
641f475af5 [svn-r3165] Increase subrelease string to beta2 to avoid confusion. 2000-12-20 12:19:03 -05:00
Albert Cheng
5983544547 [svn-r3164] Purpose:
Improvement
Description:
    The -i option used to increment the first number it finds in the
    SUBRELEASE string.  So, beta1-post0 becomes beta2-post0.
Solution:
    Changed to increment the last number it finds.  So,
    	beta1-post0 becomes beta1-post1.
Platforms tested:
    eirene and modi4.
2000-12-20 12:11:19 -05:00
Barbara Jones
a697b6d488 [svn-r3163]
Description:
    Made changes given to me by Elena (still needs others?)
2000-12-20 12:04:49 -05:00
Quincey Koziol
9bdd63ada4 [svn-r3162] Purpose:
Bug Fix
Description:
    If the library was compiled with 'NDEBUG' defined, but the user's program
    (the fortran API in this case) was compiled with 'NDEBUG' not defined, the
    IDs returned from the library would appear to be incorrect.
Solution:
    Removed 'ifndef NDEBUG' from around "H5I_TEMPLAX_MAX" definition and error
    checking.
Platforms tested:
    Linux 2.2 (eirene) & FreeBSD 4.2 (hawkwind)
2000-12-20 11:10:56 -05:00
Albert Cheng
976700c212 [svn-r3161] Purpose:
Prepare for 1.4.0beta1 release

README:
src/H5public.h:
    Updated with 1.4.0beta1 version information.

configure.in:
    Changed default setting to --enable-production --disable-debug.

configure:
    Derived from configure.in via autoconf.

Platforms tested:
    Eirene (linux) running just the configure command and compared
    difference with previous configure output to verify expected
    difference.
2000-12-19 14:23:09 -05:00
Albert Cheng
ae97d70661 [svn-r3160] Purpose:
Bug fix
Description:
    The last modification put an extra comma in the AC_CHECK_HEADERS
    that would generate an bad configure file.
Solution:
    Removed the comma.
Platforms tested:
    Ran autoconf and verified it by comparing the same with
    the current working configure file which has been tested.
2000-12-19 14:05:35 -05:00
Albert Cheng
304a0efa69 [svn-r3159] Updated. 2000-12-19 12:44:28 -05:00
Quincey Koziol
21d50ad5a2 [svn-r3158] Purpose:
Document testing problems
Description:
    Document certain "false negatives" when testing h5ls on certain platforms.
2000-12-19 11:08:47 -05:00
MuQun Yang
89151cf99e [svn-r3157]
Purpose:
     According to Elena's suggestion, we no longer use VC 5.0 to test on windows platform.
Description:
Solution:
    Delete VC 5.0 in this file.
Platforms tested:
2000-12-19 10:04:35 -05:00
Elena Pourmal
5bd56505a1 [svn-r3156]
Purpose:
    Maintenance
Description:
    I did not put the correct comment user should look for.
Solution:
     Fixed.
2000-12-19 05:05:03 -05:00
Elena Pourmal
f0f5f2bcf7 [svn-r3155]
Purpose:
    Maintenance
Description:
    On Crays H5Dff.f90, H5Aff.f90 and H5Pff.f90 files
     should be modified before building the Fortran Library.
     Lines with the double precision subroutines declarations
     have to be commented out.
Solution:
     Added neccesary info to the approptiate section.
2000-12-19 05:00:19 -05:00
MuQun Yang
c28e314fc1 [svn-r3154]
Purpose:
   update installing description file on windows
Description:
Solution:
    1. add notes for avoiding the strange bug(tvlstr.c) on building test suite.
    2. add notes for h4toh5 and h5toh4 converter building and testing descriptions.
Platforms tested:
    Win NT 4.0,5.0 and WIn 98
2000-12-18 18:41:19 -05:00
MuQun Yang
a218b8553d [svn-r3153]
Purpose:
    add another test script for h5toh4 converter on win98
Description:
Solution:
    add another test script for h5toh4 converter on win98
Platforms tested:
2000-12-18 18:37:41 -05:00
Bill Wendling
e8102b87a7 [svn-r3152] Purpose:
Update
Description:
	Changed 1.2.0 to 1.4.0 and corrected the bzip'd sample command.
2000-12-18 17:40:31 -05:00
Albert Cheng
17cbb96b8d [svn-r3151] Updated with 1.4.0.beta1 information. 2000-12-18 17:06:13 -05:00
Bill Wendling
5ffd193fe8 [svn-r3150] Purpose:
Another fix...
Description:
	This should work for all platforms now. The other fix didn't work
	for the Linux platform
Solution:
	Explicitly copy the modules if they exist.
Platforms tested:
	Linux
2000-12-18 14:31:11 -05:00
Bill Wendling
e0f561af84 [svn-r3149] Purpose:
Bug Fix
Description:
	When trying to install the Fortran Modules, it would barf if
	there weren't any files in the directory with that extension
	(i.e., in the test/ directory).
Solution:
	Changed the installation to install only those files which
	actually have the correct extension we want.
Platforms tested:
	This type of fix works on the T3E and Linux
2000-12-18 14:17:31 -05:00
Albert Cheng
6d71c2cacc [svn-r3148] Purpose:
Bug fix
Description:
    TFLOPS was configured to use '-g' flag even when --enable-production
    option was used.  It was because configure hard set CFLAGS to '-g'
    if it is a valid C compiler option and if $CFLAGS is not set yet.
    This is not noticed in other platforms because the config/* files
    they all set CFLAGS in one form or another.
Solution:
    This is a bug in configure but it is risky to change it so close
    to code release.  Instead, just set CFLAGS in this file to bypass
    the configure bug which should be squashed after code release.
Platform tested:
    Tflops with parallel, both debug and production modes.
2000-12-18 08:31:21 -05:00
HDF Admin
479c0a38d0 [svn-r3147] Snapshot version 1.3 release 36 2000-12-16 06:11:39 -05:00
Bill Wendling
95d5ff5a11 [svn-r3146] Purpose:
Bug Fix?
Description:
	Possible that some makes don't like a trailing \ at the end of a
	comment.
Solution:
	Removed it
Platforms tested:
	Linux
2000-12-15 18:25:35 -05:00
Elena Pourmal
0b0bfd9363 [svn-r3145]
Purpose:
    Maintenance
Description:
    Information about F90 and C++ has been added.
2000-12-15 14:17:53 -05:00
Bill Wendling
c18e434113 [svn-r3144] Purpose:
Install Fix
Description:
	Fortran modules need to be installed.
Solution:
	I check for the extension modules are created with and use that
	during the install...
Platforms tested:
	Linux
2000-12-14 12:25:31 -05:00
MuQun Yang
ab65e40b46 [svn-r3143]
Purpose:
    More description for h4toh5 and h5toh4 tools on windows.

Description:
Solution:
Platforms tested:
2000-12-14 12:23:15 -05:00
MuQun Yang
498f404ef0 [svn-r3142]
Purpose:
   add description for h4toh5 and h5toh4 testing
Description:
Solution:
Platforms tested:
2000-12-14 12:20:39 -05:00
MuQun Yang
c8afadd7a1 [svn-r3141]
Purpose:
    update all.zip
Description:
    update h4toh5testrun and h5toh4testrun for automatic testing h4toh5 and h5toh4 converter
Solution:
Platforms tested:
    WIn NT 4.0/5.0
2000-12-14 12:09:35 -05:00
Quincey Koziol
d120946643 [svn-r3140] Purpose:
Added testing
Description:
    Since I accidentally checked in some bug-fixes for the generic property
    code in my last checkin, I thought it would be a good idea to check in the
    tests for them also.  If these cause problems, I'll back them out of the
    CVS tree...
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-14 11:45:14 -05:00
Quincey Koziol
5979a990c0 [svn-r3139] Purpose:
Bug Fix
Description:
    Re-generated h5ls output which contained floating point numbers.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-14 11:35:41 -05:00
Quincey Koziol
10c6d6d500 [svn-r3138] Purpose:
Bug Fix
Description:
    More descrimination is necessary for the type of background buffer needed.
    Compound types need H5T_BKG_TEMP and vlen & array types need H5T_BKG_YES.
Solution:
    Make the internal routine be more specific about the background type set.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-14 11:10:32 -05:00
MuQun Yang
375f018aa1 [svn-r3137]
Purpose:
   kind of bug fix for windows
Description:
   Use HDfree() instead of free() so that it will not cause exceptions on windows dll
Solution:
Platforms tested:
    windows NT 4.0 and 5.0, confirmed at Linux box.
2000-12-14 10:55:51 -05:00
Quincey Koziol
d07377a897 [svn-r3136] Purpose:
Bug Fix
Description:
    Moved check for float type ahead of double type, since they are the same
    size on Crays..
Platforms tested:
    Cray J90 (killeen)
2000-12-13 19:54:07 -05:00
Quincey Koziol
cd7098f1b6 [svn-r3135] Purpose:
Bug Fix
Description:
    Dataspace wasn't being freed...
Platforms tested:
    Cray J90 (killeen)
2000-12-13 19:51:48 -05:00
Quincey Koziol
496207675d [svn-r3134] Purpose:
Bug Fix
Description:
    Floating point format string is incorrect.
Solution:
    Changed "g" -> "%g"
Platforms tested:
    Cray J90 (killeen)
2000-12-13 19:36:09 -05:00