diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-08-18 19:32:26 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-08-18 19:32:26 (GMT) |
commit | d221d97f992d66540d39b0dfdca80b37849a7dd6 (patch) | |
tree | 49d1ef12bb771273d1b168c3c62a4490f4d6d46f /release_docs/RELEASE.txt | |
parent | 0949a25c13b4fa4e139b96eb0355d1ce0111e312 (diff) | |
download | hdf5-d221d97f992d66540d39b0dfdca80b37849a7dd6.zip hdf5-d221d97f992d66540d39b0dfdca80b37849a7dd6.tar.gz hdf5-d221d97f992d66540d39b0dfdca80b37849a7dd6.tar.bz2 |
[svn-r19250] New feature(bug #1934): I made H5Tset_order support all data types with some restictions:
1. For enum type, members shouldn't be defined yet.
2. H5T_ORDER_NONE only works for reference and fixed-length
string.
3. For opaque type, the order will be ignored.
4. For compound type, all restrictions above apply to the
members.
I'll change H5Tget_order and do another commit.
Tested on jam, heiwa, and amani.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 4d4893f..75f8238 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -63,6 +63,8 @@ New Features Library ------- + - H5Tset_order now supports all data types. Please see bug #1934. (SLU - + 2010/8/18) - Improved performance of metadata I/O by changing the default algorithm to perform I/O from all processes (instead of just process 0) when using parallel I/O drivers. (QAK - 2010/07/19) |