Go to file
MuQun Yang 765da09bad [svn-r13856] H5FDwindows.h is included in the hdf5.h but we didn't put it into Makefile.am un
der /src. So when gmake check-install is run for HDF5 examples, it will fail. Th
e fix is to include a macro #ifdef H5_HAVE_WINDOW around #include H5FDwindows.h 
so that H5FDwindows.h will only be included on windows, not on other platforms.

We've fixed with the same way for other source code that includes H5FDwindows.h.

This has been tested with h5committest. However, it takes a few hours to test all tests and except kagiso. Tests on linew and smirom cannot finish. It takes forever for the fheap test. 

And for parallel test at kagiso, ph5diff test seems to be hanged. I think all of our changes will only affect windows. So in order not to block other developers to check in their code, we just go ahead to check our changes. 

Kent Yang
2007-06-12 16:20:13 -05:00
bin [svn-r13847] Updated it to use version 2.61 since reconfigure has changed to it. 2007-06-10 21:12:31 -05:00
c++ [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
config [svn-r13736] Bug fix. 2007-05-07 15:30:11 -05:00
examples [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
fortran [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
hl [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
perform [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
release_docs [svn-r13814] Description: 2007-05-29 15:02:34 -05:00
src [svn-r13856] H5FDwindows.h is included in the hdf5.h but we didn't put it into Makefile.am un 2007-06-12 16:20:13 -05:00
test [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
testpar [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
tools [svn-r13850] Description: 2007-06-11 13:51:20 -05:00
vms [svn-r13754] VMS port: 2007-05-15 17:14:10 -05:00
windows [svn-r13852] Added includes in various places to make it possible to set windows as the default vfd. Although sec2 is still default on Windows, it should now be possible to switch by simply changing H5pubconf.h . 2007-06-11 17:27:07 -05:00
.autom4te.cfg [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
.h5chkright.ini [svn-r13314] Updated copyright notice. 2007-02-14 17:55:20 -05:00
aclocal.m4 [svn-r13616] This check-in updates the bin/reconfigure file to point to the most recent versions of the autotools. 2007-04-09 13:44:42 -05:00
acsite.m4 [svn-r12183] Purpose: 2006-03-30 18:08:50 -05:00
configure [svn-r13850] Description: 2007-06-11 13:51:20 -05:00
configure.in [svn-r13850] Description: 2007-06-11 13:51:20 -05:00
COPYING [svn-r12642] 2006-09-04 14:19:06 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.dist [svn-r13311] Updated copyright notice. 2007-02-14 17:25:02 -05:00
Makefile.in [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
MANIFEST [svn-r13852] Added includes in various places to make it possible to set windows as the default vfd. Although sec2 is still default on Windows, it should now be possible to switch by simply changing H5pubconf.h . 2007-06-11 17:27:07 -05:00
README.txt [svn-r13698] Description: 2007-04-24 09:01:55 -05:00

HDF5 version 1.8.0-beta1post1 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 the release_docs 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 can be found at the following URL:
http://hdfgroup.org/HDF5/release/alpha/obtain518.html

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

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

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

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

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.
E.g., mail hdf5-subscribe@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.