Commit Graph

2804 Commits

Author SHA1 Message Date
Robb Matzke
78e5f459ac [svn-r3213] ./hdf5/src/H5FD.c
2000-12-29 09:06:02 Robb Matzke  <matzke@llnl.gov>
	* H5FD_query: Marked `flags' argument as /*out*/

2000-12-29 09:05:49 Robb Matzke  <matzke@llnl.gov>
	* H5FDquery: Marked `flags' argument as /*out*/

2000-12-29 09:03:39 Robb Matzke  <matzke@llnl.gov>
	* H5FD_open: Reindented a line or two.
2000-12-29 13:35:13 -05:00
Robb Matzke
2a69350c85 [svn-r3212] ./hdf5/src/H5F.c 2000-12-29 13:35:11 -05:00
Robb Matzke
eb8a2948b3 [svn-r3211] ./hdf5/configure.in
2000-12-29 11:54:38 Robb Matzke  <matzke@llnl.gov>
	*: Added recognition of LAM's hcc, which is almost identical to
	   MPICH's mpicc.
2000-12-29 13:35:10 -05:00
Robb Matzke
b686e3a74f [svn-r3210] ./hdf5/configure 2000-12-29 13:35:02 -05:00
Quincey Koziol
9961fb1277 [svn-r3209] Purpose:
Updating debugging information for new features, etc.
Description:
    Lots of the new features added to the library during the last year or so
    have been added without updating the debugging routines used by h5debug.
Solution:
    Added more of the new features (although not all of them) to the debugging
    routines for h5debug.  Also included some more information to expand on
    the information printed from h5debug.
Platforms tested:
    FreeBSD 4.2 (hawkwind)
2000-12-28 13:54:34 -05:00
Albert Cheng
9d8f04ded1 [svn-r3208] Changed the SUBRELEASE information from just 'beta3' to 'beta3-snap0'
to indicate it is before beta3 release may be attempted.

Platform Tested:
    eirene--compiled without errors.
2000-12-28 12:35:45 -05:00
Albert Cheng
4cb87c9d21 [svn-r3207] Changed the SUBRELEASE information from just 'beta3' to 'beta3-snap0'
to indicate it is before beta3 release may be attempted.
2000-12-28 12:35:15 -05:00
Frank Baker
8eb6ddaf00 [svn-r3206]
Purpose:
    Return value error in H5Tarray_create
Solution:
    H5Tarray_create
        Fixed return value to read 'int' (was 'int *')
Platforms tested:
    IE 5
2000-12-27 13:33:18 -05:00
Frank Baker
b32d95d37a [svn-r3205]
Purpose:
    Error in H5Tget_array_dims and H5Tget_array_ndims return types
Solution:
    H5Tget_array_dims and H5Tget_array_ndims
	    Fixed return value to read  'int' (was 'int *')
Platforms tested:
    IE 5
2000-12-27 12:57:05 -05:00
Bill Wendling
005a722992 [svn-r3204] Purpose:
Bug Fix
Description:
	The #ifdef ... #else statement had no line breaks in it. This
	caused the compiler on Sangamon to freak out saying the #ifdef
	was invalid.
Solution:
	Put line breaks in it.
Platforms tested:
	Sangamon
2000-12-26 16:59:19 -05:00
Bill Wendling
74a0a02c89 [svn-r3203] Purpose:
Removal of spurious warnings
Description:
	On HP-UX systems, the compiler would warn of a redeclaration of
	H5G_entry_t in the H5Sprivate.h header.
Solution:
	Removed the prototype declaration since H5Oprivate.h includes the
	H5Gprivate.h header file already.
2000-12-26 16:45:32 -05:00
Bill Wendling
f8fe0c19d7 [svn-r3202] Purpose:
Update
Description:
	Added ./doc/html/cpplus files.
2000-12-26 16:34:59 -05:00
Bill Wendling
388c172cf4 [svn-r3201] Purpose:
Update
Description:
	Updated to reflect document additions and subtractions.
Platforms tested:
	Linux
2000-12-25 03:21:16 -05:00
Albert Cheng
27240a9031 [svn-r3200] Purpose:
Bug fix
Description:
    install method was cached as 'cp -r'.  It did not work
    in --srcdir option as the configure set the method to ../cp -r.
Solution:
    Removed the cached entry.  Let it look for install or use install-sh.
Platforms tested:
    LLNL Blue (found and used /usr/local/gnu/bin/install).
2000-12-23 15:43:10 -05:00
Binh-Minh Ribler
d24bacb8a4 [svn-r3199]
Purpose: bug fix

Description:
	I found a couple of places where virtual destructors were missing
	and could cause small memory leaks.  Also, some destructors were
	not virtual when they should be.

Solution:
	- added virtual destructors, which also free dynamically allocated
	  memory
	- added virtual to several destructors
	- also, fixed several typos

Platforms tested:
	Solaris 2.7 (arabica)
2000-12-23 08:17:32 -05:00
Frank Baker
45c5dd949f [svn-r3198]
Purpose:
    Changing notation to indicate post-Beta
Platforms tested:
    IE 5
2000-12-22 16:29:43 -05:00
Frank Baker
703f75bd4b [svn-r3197]
Purpose:
    Adding HDF5 Tutorial files (./doc/html/Tutor/*)
2000-12-22 16:03:51 -05:00
Frank Baker
c1d537db2b [svn-r3196]
Purpose:
    Adding Tutorial to development branch (R 1.4)
Platforms tested:
    IE 5
2000-12-22 15:47:59 -05:00
Frank Baker
d4c3773742 [svn-r3195]
Purpose:
    Adding tutorial to development branch (R 1.4)
Platforms tested:
    IE 5
2000-12-22 15:46:10 -05:00
MuQun Yang
5c28e0edb9 [svn-r3194]
Purpose:
     bug fix
Description:
    1. zeroing out memory before using the memory buffer
    2. before wrongly using Vquerysize API of HDF4 to obtain
       the real file size of record type in HDF4. Actually Vquerysize will
       return the real data type size in Memory. That will cause the object
       reference difference on Cray which file size is not equal memory size.

Solution:
    1. using h4toh5ZeroingMemory function to zero out memory.
    2. calcuating the real file size of vdata record in the converter instead of
       using Vquerysize HDF4 API.
Platforms tested:
    Cray J90, arabica, eirene
2000-12-22 14:07:45 -05:00
MuQun Yang
7332a1934e [svn-r3193]
Purpose:
     bug fix
Description:
    Zeroing out all memory buffer before it is being used.

Solution:
    using h4toh5ZeroMemory function
Platforms tested:
    linux(eirene), arabica(sun 2.7)
2000-12-22 14:03:00 -05:00
MuQun Yang
ebe4c545e1 [svn-r3192]
Purpose:
    a windows bug fix
Description:
    so that sec2 driver can support >2 G file on windows NTFS
Solution:
    using lseek_i64 for windows platform
Platforms tested:
    tested on windows 2000, confirmed on eirene and arabica
2000-12-22 13:56:38 -05:00
MuQun Yang
00d05eb3df [svn-r3191]
Purpose:
     a windows bug fix
Description:
    support > 2G file on windows NTFS
Solution:
    using fsetpos to seek the address

Platforms tested:
    windows 2000, confirmed on arabica and eirene.
2000-12-22 13:54:16 -05:00
Bill Wendling
6ff667c0da [svn-r3190] Purpose:
Bug fix
Description:
	This should fix the problem with installing the Fortran module
	files.
Solution:
	This script determines if the HDF5 module is created. If it is,
	then we assume that we need to install all of the modules. I
	check for both upper and lowercase in the name cause I'm not sure
	what weird fortran compilers will do.
Platforms tested:
	Linux
2000-12-22 13:00:32 -05:00
Quincey Koziol
b191b2bb9d [svn-r3189] Purpose:
Changed version number to beta3, now that beta2 is out.
2000-12-22 09:48:36 -05:00
Frank Baker
fe3c7484d7 [svn-r3188]
Purpose:
    Checking in MountingFiles.html and Performance.html.
    These documents were originally created in 1.2 branch and never
    checked in to the development branch.
Platforms tested:
    IE 5
2000-12-22 08:32:40 -05:00
Frank Baker
31f539a564 [svn-r3187]
Purpose:
    Removed index links to Palettes.html (removed from doc set) in
    all User Guide files.
Platforms tested:
    IE 5
2000-12-22 08:25:43 -05:00
Frank Baker
e7feb80954 [svn-r3186]
Purpose:
    Added pointer to updated doc set as we move from beta to
    actual release.
Platforms tested:
    IE 5
2000-12-22 08:02:32 -05:00
Frank Baker
6c9d68fe89 [svn-r3185]
Description:
	Minor edits
	Commented out docs that are not in the 1.4 Beta set
Platforms tested:
	IE 5
2000-12-21 17:48:58 -05:00
Frank Baker
60e0a48b4b [svn-r3184]
Purpose:
    Added ./doc/html/ADGuide/H4toH5Mapping.doc
2000-12-21 16:46:40 -05:00
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