Go to file
Scott Wegner e47c44c04a [svn-r15438] Purpose: Bring the Windows H5pubconf.h up-to-date
Description:
This commit is a major update to the Windows-maintained H5pubconf.h file.  This file is statically-distributed because Windows cannot generate it dynamically as other platforms do.  Previously, our Windows version contained a minimal subset of the macro definitions required.  To update, I've gone through each macro (based on kagiso's output), and tested for the correct value on Windows.  This allows us to better target code based on feature flags.  It should also be easier to update in the future as changes are made to the configure script.

This commit also contains one small bug fix in h5ls.c.  Some Windows-specific code was missing a local variable definition.  The bug went unnoticed because Windows didn't define the feature flag correctly.

I've also made changes to the h5vers script.  Whenever the version string is incremented (automatically by h5test after a snapshot), the strings in H5pubconf.h will also be updated.

Tested:
VS2005 on WinXP (32- and 64-bit)
VS.NET on WinXP 32-bit
h5vers tested under Cygwin
2008-08-06 12:18:47 -05:00
bin [svn-r15438] Purpose: Bring the Windows H5pubconf.h up-to-date 2008-08-06 12:18:47 -05:00
c++ [svn-r15407] Purpose: Fix bug 2008-07-25 16:51:01 -05:00
config [svn-r15425] Snapshot version 1.9 release 12 2008-08-03 07:54:59 -05:00
examples [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
fortran [svn-r15423] Description: 2008-07-29 09:15:47 -05:00
hl [svn-r15408] Purpose: Enable test 2008-07-25 16:56:34 -05:00
perform [svn-r15397] Update to the h5perf files that includes bug fixes and extensions. 2008-07-23 15:41:02 -05:00
release_docs [svn-r15425] Snapshot version 1.9 release 12 2008-08-03 07:54:59 -05:00
src [svn-r15425] Snapshot version 1.9 release 12 2008-08-03 07:54:59 -05:00
test [svn-r15395] When an attribute was opened twice and data was written with one of the handles, 2008-07-22 15:36:31 -05:00
testpar [svn-r15183] Purpose: _WIN32 macro cleanup 2008-06-09 13:41:29 -05:00
tools [svn-r15438] Purpose: Bring the Windows H5pubconf.h up-to-date 2008-08-06 12:18:47 -05:00
vms [svn-r14394] Maintenance on VMS: cleaned up the scripts to avoid the annoying warning messages 2008-01-10 12:59:00 -05:00
windows [svn-r15438] Purpose: Bring the Windows H5pubconf.h up-to-date 2008-08-06 12:18:47 -05:00
windows_vnet [svn-r15254] Purpose: Remove ttsafedll project from default build. 2008-06-20 11:34:32 -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-r14933] Purpose: Updating HDF5 to use automake 1.10.1 and libtool 2.2.2 2008-05-05 13:35:55 -05:00
acsite.m4 [svn-r12183] Purpose: 2006-03-30 18:08:50 -05:00
configure [svn-r15425] Snapshot version 1.9 release 12 2008-08-03 07:54:59 -05:00
configure.in [svn-r15425] Snapshot version 1.9 release 12 2008-08-03 07:54:59 -05:00
COPYING [svn-r14375] Update copyright to 2008. 2008-01-04 14:03:16 -05:00
Makefile.am [svn-r15041] Purpose: Configure Fix 2008-05-19 16:12:16 -05:00
Makefile.dist [svn-r13311] Updated copyright notice. 2007-02-14 17:25:02 -05:00
Makefile.in [svn-r15041] Purpose: Configure Fix 2008-05-19 16:12:16 -05:00
MANIFEST [svn-r15429] new test for h5diff 2008-08-04 16:43:43 -05:00
README.txt [svn-r15425] Snapshot version 1.9 release 12 2008-08-03 07:54:59 -05:00

HDF5 version 1.9.13 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 snapshot can be found at the following URL:
http://www.hdfgroup.uiuc.edu/HDF5/doc_dev_snapshot/H5_dev/

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.