continued merging H5Block: still some functionality missing (attribs, read, write); added H5Part regression tests; simplified several Makefile.am files and configure.ac; began merging new Fortran interface

This commit is contained in:
Marc Howison
2010-07-09 16:24:57 +00:00
parent b2dbc55839
commit 9f3fd3b053
65 changed files with 7708 additions and 2939 deletions
+21 -2
View File
@@ -377,10 +377,16 @@ src/C/H5Part.c -text
src/C/H5_attribs.c -text
src/C/H5_inquiry.c -text
src/C/Makefile.am -text
src/Fortran/H5Block.f90 -text
src/Fortran/H5BlockF.c -text
src/Fortran/H5BlockF90.inc -text
src/Fortran/H5BlockReadWrite.f90 -text
src/Fortran/H5BlockReadWriteF.c -text
src/Fortran/H5F.c -text
src/Fortran/H5Part.f90 -text
src/Fortran/H5PartAttrib.f90 -text
src/Fortran/H5PartAttribF.c -text
src/Fortran/H5PartF.c -text
src/Fortran/H5PartF90.inc -text
src/Fortran/Makefile.am -text
src/Fortran/TestUnderscore.f -text
src/Fortran/TestUnderscoreC.c -text
src/Makefile.am -text
@@ -408,7 +414,11 @@ src/h5core/h5_readwrite_private.h -text
src/h5core/h5_syscall.c -text
src/h5core/h5_syscall_private.h -text
src/h5core/h5_types_private.h -text
src/h5core/h5b_attribs.c -text
src/h5core/h5b_errorhandling_private.h -text
src/h5core/h5b_model.c -text
src/h5core/h5b_model_private.h -text
src/h5core/h5b_readwrite.c -text
src/h5core/h5b_types_private.h -text
src/h5core/h5t_adjacencies.c -text
src/h5core/h5t_adjacencies_tetm.c -text
@@ -461,6 +471,7 @@ src/include/H5Part.h -text
src/include/H5_attribs.h -text
src/include/H5_inquiry.h -text
src/include/H5hut.h -text
src/include/grephdr -text
src/include/h5core/h5_attribs.h -text
src/include/h5core/h5_core.h -text
src/include/h5core/h5_errno.h -text
@@ -470,6 +481,8 @@ src/include/h5core/h5_maps.h -text
src/include/h5core/h5_openclose.h -text
src/include/h5core/h5_readwrite.h -text
src/include/h5core/h5_types.h -text
src/include/h5core/h5b_attribs.h -text
src/include/h5core/h5b_model.h -text
src/include/h5core/h5t_adjacencies.h -text
src/include/h5core/h5t_core.h -text
src/include/h5core/h5t_inquiry.h -text
@@ -512,6 +525,12 @@ test/H5Part/H5testF.f -text
test/H5Part/H5testFpar.f90 -text
test/H5Part/Makefile.am -text
test/Makefile.am -text
test/h5u_read.c -text
test/h5u_test.c -text
test/h5u_write.c -text
test/params.h -text
test/testframe.c -text
test/testframe.h -text
tools/H5PartMerge/AUTHORS -text
tools/H5PartMerge/COPYING -text
tools/H5PartMerge/ChangeLog -text