John Mainzer cc44e6af63 [svn-r10715] Purpose:
Remove C99 types from new metadata cache related API calls


Description:

Windows (and perhaps others) don't like int32_t and int64_t.  While
we have dealt with the issue internally, it is more of a problem
in API calls.


Solution:

Convert int32_t to int and int64_t to long int in the
H5AC_cache_config_t structure used by the new metadata cache
related API calls.  Added explicit type casts to convert
between internal and external representations.


Platforms tested:

h5committested


Misc. update:
2005-05-02 13:58:28 -05:00
2005-04-28 11:40:07 -05:00
2005-04-25 12:43:58 -05:00
2005-04-29 09:37:47 -05:00
2005-04-27 17:13:29 -05:00
2005-04-29 17:00:32 -05:00
2005-05-02 10:58:17 -05:00
2005-04-07 14:41:25 -05:00
2005-04-29 09:38:50 -05:00
2005-05-02 13:58:28 -05:00
2005-05-02 13:58:28 -05:00
2005-04-12 17:04:01 -05:00
2005-04-27 10:26:28 -05:00
2005-05-02 12:24:57 -05:00
2003-02-06 17:06:35 -05:00
2005-03-07 12:57:27 -05:00
2005-03-10 15:52:34 -05:00
2005-04-29 16:39:05 -05:00
2005-04-29 16:39:05 -05:00
2005-01-10 17:32:36 -05:00
2005-04-06 13:25:22 -05:00
2005-04-07 14:41:25 -05:00
2005-05-02 12:49:36 -05:00

HDF5 version 1.7.47 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE.txt 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.  The INSTALL* files can be found in the release_docs/ directory.

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

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.
Description
No description provided
Readme 616 MiB
Languages
C 81.7%
Fortran 4.5%
Java 4%
CMake 3.3%
C++ 2.5%
Other 3.9%