hdf5/config
Robb Matzke 68bff3d352 [svn-r928] Changes since 19981118
----------------------

./src/H5.c
./src/H5Smpio.c
./src/H5T.c
./src/H5Tconv.c
./src/H5Tpublic.h
./src/H5detect.c
./src/H5private.h
./src/H5public.h
./test/big.c
	The `long long' type isn't quite as prevalent as we had hoped;
	there is at least one system that defines `__int64' but not
	`long long'.  Therefore, I've temporarily changed all
	occurrences of `long long' to `long_long' and then #define
	that in H5private.h based on the existence of `long long' or
	`__int64'. This gets rid of some #ifdef's in other parts of the code.
	The semantics of the hdf5 types are:

	   *int8_t	 Exactly one byte
	   *int16_t	 At least two bytes. We favor 32-bit integers over
			 16-bit integers if the 16-bit integer is 4-bytes wide
			 (Cray)
	   *int32_t	 At least four bytes.
	   *int64_t	 At least eight bytes
	   long_long	 The widest integral integer type

	The H5Smpio.c contains debugging code which is non-portable.

./tools/h5ls.c
	Changed the order native types are detected so we favor the name `int'
	over `short' or `long' if two of them are the same.

./config/conclude.in
	Added a rule to make test programs depend on the hdf5 library. This
	fixes a minor bug where changing H5detect.c and then running `make
	test' caused H5Tinit.c to not be recompiled and therefore the test
	files are not relinked.
1998-11-19 12:36:27 -05:00
..
alpha-dec [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
alpha-dec-osf4.0 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
BlankForm [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
commence.in [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
conclude.in [svn-r928] Changes since 19981118 1998-11-19 12:36:27 -05:00
depend.in [svn-r485] Changes since 19980710 1998-07-13 10:35:21 -05:00
freebsd2.2.7 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
hpux9.03 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
hpux10.20 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
intel-osf1 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
irix5.3 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
irix6.2 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
irix64 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
linux [svn-r915] Changed typo cc' to gcc' 1998-11-16 10:44:22 -05:00
powerpc-ibm-aix4.2.1.0 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
rs6000-ibm-aix4.1.4.0 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00
solaris2.5 [svn-r907] Changes since 19981111 1998-11-13 10:06:06 -05:00