summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-06-14 15:07:58 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-06-14 15:07:58 (GMT)
commit1c5f6ffb706c3b3ea715803a1ede1e3b1c4516fa (patch)
treef21e53899d384b218adaf7f9f0454c9de18ab7db /src/H5Tpkg.h
parent52bb2a205de315f653c3ff825e00268cd4d1e671 (diff)
downloadhdf5-1c5f6ffb706c3b3ea715803a1ede1e3b1c4516fa.zip
hdf5-1c5f6ffb706c3b3ea715803a1ede1e3b1c4516fa.tar.gz
hdf5-1c5f6ffb706c3b3ea715803a1ede1e3b1c4516fa.tar.bz2
[svn-r1341]
Changes since 19990611 ---------------------- ./doc/html/H5.format.html Added documentation for opaque data types (bitfield types were already documented but they were out of order). ./src/H5E.c Fixed a bug with glibc2 on linux systems where `stdout' is an extern and can't be used to initialize static data. ./src/H5T.c ./src/H5Tpkg.h ./src/H5Tpublic.h ./src/H5detect.c Removed the `_T' from the new C9x types I just added so the names are consistent with existing types. Besides, the fact that something is a datatype is obvious because it starts with H5T_NATIVE_. ./tools/h5ls.c Added the new C9x data types. H5ls prints one of these types only if it doesn't match one of the builtin C types. Prints the OID for shared data types. Fixed a formatting bug with symbolic links which was introduced a few changes ago. The commandline has been changed so that objects from multiple files can be listed with a single command. Instead of specifying a file name and an optional list of objects, each thing to print is a file name and object concatenated. H5ls figures out how to devide the name into a file name and object name even when the file name part doesn't correspond to an actual Unix file. Old syntax: h5ls [OPTIONS] FILE [OBJECTS] New syntax: h5ls [OPTIONS] FILE[/OBJECT] [FILE[/OBJECT]]... Example ({X,Y} is expanded by the shell) Old command: h5ls -d ../test/x.data dir1 dir2 New command: h5ls -d ../test/x.data/{dir1,dir2} The filename is printed as part of the object name when full names are requested (--full or --recursive). If people really don't like this they can undefine a constant at the top of h5ls. Errors from the hdf5 library are turned off. Commandline switches of the form `--width 80' are accepted in addition to `--width=80'. This is more symmetric with single-letter switches that take two forms: `-w 80' and `-w80'. ./src/H5D.c Added tracing instrumentation for H5Dvlen_reclaim(). ./src/H5private.h Added casts to int for the isalpha() et al macros to shut up solaris warnings about char subscripts.
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r--src/H5Tpkg.h54
1 files changed, 27 insertions, 27 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index c3facc0..5bbbb69 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -179,33 +179,33 @@ __DLLVAR__ size_t H5T_NATIVE_DOUBLE_ALIGN_g;
__DLLVAR__ size_t H5T_NATIVE_LDOUBLE_ALIGN_g;
/* C9x alignment constraints */
-__DLLVAR__ size_t H5T_NATIVE_INT8_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT8_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_LEAST8_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST8_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_FAST8_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_FAST8_T_ALIGN_g;
-
-__DLLVAR__ size_t H5T_NATIVE_INT16_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT16_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_LEAST16_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST16_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_FAST16_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_FAST16_T_ALIGN_g;
-
-__DLLVAR__ size_t H5T_NATIVE_INT32_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT32_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_LEAST32_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST32_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_FAST32_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_FAST32_T_ALIGN_g;
-
-__DLLVAR__ size_t H5T_NATIVE_INT64_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT64_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_LEAST64_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST64_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_INT_FAST64_T_ALIGN_g;
-__DLLVAR__ size_t H5T_NATIVE_UINT_FAST64_T_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT8_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT8_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_LEAST8_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST8_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_FAST8_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_FAST8_ALIGN_g;
+
+__DLLVAR__ size_t H5T_NATIVE_INT16_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT16_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_LEAST16_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST16_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_FAST16_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_FAST16_ALIGN_g;
+
+__DLLVAR__ size_t H5T_NATIVE_INT32_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT32_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_LEAST32_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST32_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_FAST32_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_FAST32_ALIGN_g;
+
+__DLLVAR__ size_t H5T_NATIVE_INT64_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT64_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_LEAST64_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_LEAST64_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_INT_FAST64_ALIGN_g;
+__DLLVAR__ size_t H5T_NATIVE_UINT_FAST64_ALIGN_g;
/* Conversion functions */
__DLL__ herr_t H5T_conv_noop(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,