Go to file
MuQun Yang a219b97a88 [svn-r2839]
Purpose:
     check in beta release h4toh5 converter
Description:
     1. add copy right and other comments to all .h and .c files
     2. fix bugs on sds unlimited dimension, hdf5 dimensional scale attribute and vdata translating
         from h4 to h5.

Solution:
     2.
        1) for sds with unlimited dimension to be converted into extensible hdf5 dataset,
        on hdf5 side, has to set a default chunk size even though the corresponding hdf4 file is not
	chunked.
        2) in this version, if sds object doesn't have dimensional scale data, we will not show
           the default hdf4 dimensional name ("fakedim0", etc.) in the new hdf5 dimensional scale
	   name attribute.
        3) fix a bug transferring vdata of which the field includes a character array. Make it correctly transfer into the corresponding hdf5 compound data type.


Platforms tested:

      eirene,arabica,baldric,hawkwind,paz,gondolin on new set of hdf4 test files.
2000-11-08 18:14:41 -05:00
bin [svn-r2573] Purpose: 2000-09-19 12:04:46 -05:00
config [svn-r2749] 2000-10-28 14:07:32 -05:00
doc [svn-r2789] Purpose: 2000-11-01 14:01:55 -05:00
examples [svn-r2573] Purpose: 2000-09-19 12:04:46 -05:00
fortran [svn-r2809] 2000-11-07 13:18:41 -05:00
pablo [svn-r2810] 2000-11-08 09:02:07 -05:00
src [svn-r2832] 2000-11-08 17:35:29 -05:00
test [svn-r2834] 2000-11-08 17:47:35 -05:00
testpar [svn-r2710] Purpose: 2000-10-20 01:19:21 -05:00
tools [svn-r2839] 2000-11-08 18:14:41 -05:00
acconfig.h [svn-r2838] 2000-11-08 18:06:03 -05:00
aclocal.m4
all.zip [svn-r2677] 2000-10-12 18:26:04 -05:00
configure [svn-r2830] 2000-11-08 17:33:24 -05:00
configure.in [svn-r2830] 2000-11-08 17:33:24 -05:00
COPYING
HISTORY
INSTALL [svn-r2818] 2000-11-08 16:37:29 -05:00
INSTALL_parallel
INSTALL_TFLOPS
INSTALL_VFL [svn-r2799] 2000-11-03 15:39:52 -05:00
INSTALL_Windows.txt
Makefile.dist
Makefile.in [svn-r2577] Purpose: 2000-09-19 15:33:18 -05:00
MANIFEST [svn-r2812] 2000-11-08 10:25:23 -05:00
README [svn-r2638] Snapshot version 1.3 release 31 2000-10-07 02:10:04 -05:00
RELEASE [svn-r2786] Added release notes for h4toh5. 2000-11-01 10:06:01 -05:00

This is hdf5-1.3.32 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.

Documentation for this release is in the html directory.  Start with the
"index.html" in that dictectory.

Four mailing lists are currently set up for use with the HDF5
library.

   hdf5         - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

   hdf5announce - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "majordomo@ncsa.uiuc.edu",
with "subscribe <list>" in the _body_, not the Subject, of the message.
E.g., subscribe hdf5 

Messages to be sent to the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.