summaryrefslogtreecommitdiffstats
path: root/Tests/VSExternalInclude/Lib1
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+0
* VS11: Fix VSExternalInclude testBrad King2013-01-161-0/+1
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-3/+3
* ENH: add a test for external projectsBill Hoffman2004-09-143-0/+20
>inactive/post_open_fix Mirror from: https://github.com/HDFGroup/hdf5.git
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-06-17 20:01:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-06-17 20:01:52 (GMT)
commit922a109192727c1d091e81069acd743da082872f (patch)
tree46bb7597ea424da84ca85cb5628d84df1371c52a /src
parentb7ef9f5e566163f0972907e63a5e985ef7c38fac (diff)
downloadhdf5-922a109192727c1d091e81069acd743da082872f.zip
hdf5-922a109192727c1d091e81069acd743da082872f.tar.gz
hdf5-922a109192727c1d091e81069acd743da082872f.tar.bz2
[svn-r15227] Description:
Small clean up of datatype copying. Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.3 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src')
-rw-r--r--src/H5A.c2
-rw-r--r--src/H5D.c2
-rw-r--r--src/H5Tcompound.c6
-rw-r--r--src/H5Tnative.c2
-rw-r--r--src/H5Tpkg.h6
-rw-r--r--src/H5Tprivate.h2
-rw-r--r--src/H5Znbit.c4
7 files changed, 13 insertions, 11 deletions
diff --git a/src/H5A.c b/src/H5A.c