diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:09:10 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:09:10 (GMT) |
commit | 779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480 (patch) | |
tree | 6fedad5ea726a6b4f173259d4ea52fda8d8642f2 /MANIFEST | |
parent | e9256348abe0a50523118392f45feb52f1d6013d (diff) | |
download | hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.zip hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.tar.gz hdf5-779b0a7dfb59a8cf2f3ca39bc41360f04ef9e480.tar.bz2 |
[svn-r15584] Purpose: Add new extensible array source code and test project for Windows
Description:
In revision 15549, new source code was added for the extensible array interface. This checkin adds the source code to Windows, along with the new test project, earray.
Note: The new H5EA interface causes compilation errors on Windows, and will need to be fixed in the source.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1988,6 +1988,8 @@ ./windows/test/dtransformdll/dtransformdll.vcproj ./windows/test/dtypes/dtypes.vcproj ./windows/test/dtypesdll/dtypesdll.vcproj +./windows/test/earray/earray.vcproj +./windows/test/earraydll/earraydll.vcproj ./windows/test/enum/enum.vcproj ./windows/test/enumdll/enumdll.vcproj ./windows/test/error_test/error_test.vcproj @@ -2242,6 +2244,8 @@ ./windows_vnet/test/dtransformdll/dtransformdll.vcproj ./windows_vnet/test/dtypes/dtypes.vcproj ./windows_vnet/test/dtypesdll/dtypesdll.vcproj +./windows_vnet/test/earray/earray.vcproj +./windows_vnet/test/earraydll/earraydll.vcproj ./windows_vnet/test/enum/enum.vcproj ./windows_vnet/test/enumdll/enumdll.vcproj ./windows_vnet/test/error_test/error_test.vcproj |