Commits

Neil Fortner committed 4aafb1f82a3
[svn-r21906] Purpose: Add support foraligned memory allocation to filters Description: Versioned H5Z_func_t, adding new lib_data parameter to H5Z_func2_t. Added new version of H5Z_class_t to include H5Z_func2_t. Added new functions H5Zaligned_malloc, H5Zaligned_free and H5Zaligned_realloc to allow filters to support aligned buffers so the data can be immediately written when using a file driver that requires alignment (i.e. direct). Tested: durandal