| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Tested on: jam
|
| |
|
|
|
|
|
|
| |
LFS changes to configure. Fixes HDFFV-9626.
Tested on: jam
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
--enable-clear-file-buffers
option.
Fixes HDFFV-9676
Tested on: jam (just a smoke check to ensure that the library builds
and passes tests when the feature is disabled)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
User Adam Rosenberger reported a failure when using the member function
AbstractDs::getArrayType(). This problem was caused by missing
initialization of the ArrayType's members in some cases.
Solution:
- Added ArrayType::setArrayInfo() to retrieve rank and dimensions of
an array and store them in memory for easy access.
- Re-factored a few functions to use the new function.
- We'll give him 1.8.16 patch
Merged from trunk r28905
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Added shared library version numbers for each wrapper library file.
Tested with h5committest.new.
|
| |
|
|
|
|
| |
Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reverts the following changes:
27737, 27742, 27743
These involve double conversions that cause problems with the IBM
XL compiler.
Tested on: h5committest
ostrich w/ XL C compiler
|
|
|
|
|
|
|
| |
Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs
in old SGI compilers.
Tested on: h5committest
|
|
|
|
|
|
|
| |
Convert AC_TRY_RUN to AC_RUN_IFELSE, for the LDOUBLE_TO_LONG_SPECIAL and
LONG_TO_LDOUBLE_SPECIAL checks.
Tested on: h5committest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changed the autotools files so that the high-level library is unsupported
when building the thread-safe library.
Configure will quit with an error when --disable-hl or
--enable-unsupported is not used with --enable-threadsafe.
Fixes HDFFV-8719
Tested on: h5committest
configure w/ various combinations of --enable-threadsafe,
--disable-hl, and --enable-unsupported
|
|
|
|
|
|
|
| |
Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around
bugs in very old SGI/FreeBSD/Windows compilers.
Tested on: jam (minor change that has baked in the trunk for months)
|
|
|
|
|
|
|
| |
Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around
bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers.
Tested on: jam (minor change that has baked in the trunk for months)
|
|
|
|
|
|
|
| |
Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing
Windows .NET 2003 compiler issues. Fixes HDFFV-9189.
Tested on: jam (minor change that has baked in the trunk for months)
|
|
|
|
|
|
|
|
|
| |
Removes _BSD_SOURCE and _DEFAULT_SOURCE from configure.ac. They
are no longer needed by the library.
Fixes HDFFV-9079
Tested on: h5committest
|
|
|
|
|
|
|
| |
Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no
longer attached to any library behavior.
Tested on: jam (has baked in the trunk for over 6 months)
|
|
|
|
|
|
|
| |
Remove CONVERT_DENORMAL_FLOAT, since this was only set in obsolete
configure files.
Tested on: jam (has baked in the trunk for over 6 months)
|
|
|
|
|
|
|
| |
Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working
around bugs in the Cray X1 compiler and is no longer supported.
Tested on: h5committest
|
|
|
|
|
|
|
|
|
|
| |
This revision removed some obsolete configurations from the Autotools.
Since this configuration code was already removed in 1.8, this
just brings ing some useful comments.
Also removes some unused symbols from the CMake H5pubconf.h.in file.
Tested on: h5committest
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove all VMS-specific code from the library. The exception is the VMS
floating-point tests since those are special as VMS floats are odd.
Those files will be considered separately.
Fixes HDFFV-9495
Tested on: h5committest
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Changes AC_CONFIG_HEADER to AC_CONFIG_HEADERS
- Removes nsl and socket library checks on Solaris (no longer needed)
- Removes obsolete and/or unmaintained configuration files from config/
Fixes HDFFV-9284, HDFFV-9118, HDFFV-9116
Tested on: h5committest
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes that allow the autotools to correctly deal with inline
functions.
- Inline markup schemes are now checked with AC_COMPILE_IFELSE
tests instead of AC_C_INLINE.
- The inline designator is now H5_INLINE instead of H5_inline.
This is now set in H5private.h instead of H5pubconf.h.
Tested on: h5committest
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|