| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
of the
-qflag=w:w compiler flag.
Tested on: N/A (no access to AIX, comment only)
|
| |
|
|
|
|
|
|
|
|
|
| |
Added -qflag=w:w to config/ibm-flags. This will suppress informational
messages on AIX, suppressing thousands of "__attribute__ is non-portable"
messages in the AIX nightly test output.
Tested on: Nothing. I have no access to an AIX machine. This change
suppressed the informational warnings on last night's AIX run, however.
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Tested on: N/A (docs)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Tested on: bin/chkmanifest
|
|
|
|
|
|
|
|
| |
Remove the H5_SW_ULONG_TO_FP_BOTTOM_BIT_WORKS and
H5_FP_TO_ULLONG_BOTTOM_BIT_WORKS macros/defines, as they are no longer used by
supported platforms.
Tested on: jam (has baked in the trunk for over 6 months)
|
|
|
|
| |
Tested on: Nothing. I have no access to an AIX machine.
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Tested on: h5committest
|
| |
|
|
|
|
| |
Add mod file changes from trunk
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Tested: jam, koala, ostrich (h5committest)
Log from r27605:
Fix potential memory error when using a dataspace that was created with
H5Screate and had its extent set by H5Sextent_copy.
Tested: jam, ostrich (h5committest)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minor warning cleanup
(27459) Renamed a few "h5tri_t extended" variables to "h5tri_t was_extended".
Apparently, "extended" is a typedef name someplace in the headers used on
Solaris, which causes potentially confusing warnings to be emitted.
(27460) Minor code cleanup in test/trefer.c
- Fixed an out-of-range char assignment.
- Added a couple of malloc() casts.
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
|
|
|
|
|
|
| |
c++/src/cpp_doc_config. The version string appears int the web pages produced by doxygen.
Tested h5committest
|
|
|
|
| |
master.
|
|
|
|
|
|
| |
local variable in the parse routine was not large enough.
Tested: local linux and windows
|
|
|
|
|
|
|
|
|
|
| |
Removed comments from MANIFEST regarding distributing the
gen_* files in test/. These files will remain distributable since
they are needed if a user specifies --enable-build-all.
Fixes HDFFV-8236
Tested on: jam (bin/chkmanifest only)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added a new public API call: H5is_library_threadsafe
This API call can determine, at runtime, if the library was built with
thread-safety enabled.
Also fixes a minor bug in the FUNC_ENTER macros.
Tested on: h5committest
jam w/ threadsafe
|
| |
|
| |
|
|
|
|
|
| |
Added new option SKIP_HDF5_FORTRAN_SHARED.
Adjust H5_HAVE_THREADSAFE only on SHARED libs.
|
|
|
|
| |
options.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Tested: local linux (CMake branch has been tested on Windows)
|
|
|
|
| |
Accidentally duplicated the line in the previous commit.
|
|
|
|
| |
Added ./c++/src/footer.html
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
(Merged from trunk r27496 and r27494)
- Added footer.html to include copyright and helpdesk info. (trunk r27494)
- Used HTML_EXTRA_FILES for image files. (trunk r27496)
- Changed 1.8.13 to 1.8.x
Platform tested:
Re-run Doxygen on cpp_doc_config and verified the html files on a
Windows 7 machine.
|
| |
|