summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2007-12-17 18:58:23 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2007-12-17 18:58:23 (GMT)
commita3fb4efb4dc0194c0d072716f7fb80cdf875805e (patch)
treef1757636e82a523fda74f1b85fd9e331afc9d496 /perform
parent6036ac9b307ddb1192afd3988d20111766b1e258 (diff)
downloadhdf5-a3fb4efb4dc0194c0d072716f7fb80cdf875805e.zip
hdf5-a3fb4efb4dc0194c0d072716f7fb80cdf875805e.tar.gz
hdf5-a3fb4efb4dc0194c0d072716f7fb80cdf875805e.tar.bz2
[svn-r14349] This is the first commit after branching out the feature of the filter for modifying dataset's
datatype. There seems a lot of changes. Basically, this feature allows an application to change the datatypes of datasets. If the dataset is chunked and this filter is enabled, the modification of the data is until new data is written to the file. If the dataset is contiguous or compact, the data is converted immediately when H5Dmodify_dtype is called. I've tested it on 3 platforms. But there'll be some more changes coming. There'll be more thorough test later.
Diffstat (limited to 'perform')
-rw-r--r--perform/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in
index 33998c4..6d74eda 100644
--- a/perform/Makefile.in
+++ b/perform/Makefile.in
@@ -243,6 +243,7 @@ TIME = @TIME@
TR = @TR@
TRACE_API = @TRACE_API@
USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@
+USE_FILTER_DTYPE_MODIFY = @USE_FILTER_DTYPE_MODIFY@
USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@
USE_FILTER_NBIT = @USE_FILTER_NBIT@
USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@