Commit Graph

1044 Commits

Author SHA1 Message Date
Dana Robinson
962faf31ac [svn-r29589] Merge of 29011 & 29019 from trunk.
LFS changes to configure. Fixes HDFFV-9626.

Tested on: jam
2016-03-29 02:15:11 -05:00
HDF Tester
8f5530e3be [svn-r29174] Snapshot version 1.8 release 17 (snap12) 2016-02-21 15:24:42 -05:00
HDF Tester
d44adaf561 [svn-r29060] Snapshot version 1.8 release 17 (snap11) 2016-02-07 15:07:32 -05:00
Dana Robinson
184800782f [svn-r29038] Minor fix to configure.ac that fixes a broken --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)
2016-02-03 14:16:36 -05:00
HDF Tester
f230bf09ca [svn-r29022] Snapshot version 1.8 release 17 (snap10) 2016-01-31 14:03:27 -05:00
HDF Tester
c5fdcb544d [svn-r28970] Snapshot version 1.8 release 17 (snap9) 2016-01-25 15:23:12 -05:00
Larry Knox
fd4c02ba08 [svn-r28953] Snapshot version 1.8 release 17 (snap8) 2016-01-22 08:02:45 -05:00
Binh-Minh Ribler
4d6662e86c [svn-r28926] Purpose: Fix user reported problem
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)
2016-01-18 10:06:51 -05:00
HDF Tester
4af1699bfc [svn-r28609] Snapshot version 1.8 release 17 (snap7) 2015-12-13 04:46:00 -05:00
HDF Tester
d486b52cf3 [svn-r28438] Snapshot version 1.8 release 17 (snap6) 2015-11-22 04:35:27 -05:00
HDF Tester
78b604d80c [svn-r28350] Snapshot version 1.8 release 17 (snap5) 2015-11-15 04:37:02 -05:00
HDF Tester
338c1d9af0 [svn-r28306] Snapshot version 1.8 release 17 (snap4) 2015-11-08 04:35:54 -05:00
HDF Tester
ae1ee76485 [svn-r28262] Snapshot version 1.8 release 17 (snap3) 2015-11-01 08:08:02 -05:00
HDF Tester
f528e9c83a [svn-r28211] Snapshot version 1.8 release 17 (snap2) 2015-10-25 08:52:58 -05:00
HDF Tester
3509378e03 [svn-r28121] Snapshot version 1.8 release 17 (snap1) 2015-10-18 08:54:10 -05:00
Larry Knox
0333b1ff03 [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.
Added shared library version numbers for each wrapper library file.

Tested with h5committest.new.
2015-10-15 23:14:57 -05:00
HDF Tester
ab8d3b1db9 [svn-r28033] Snapshot version 1.8 release 17 (snap0) 2015-10-11 08:51:41 -05:00
Larry Knox
129c8840ae [svn-r28012] Reset version after creating hdf5_1_8_16 branch.
Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
2015-10-08 16:47:38 -05:00
HDF Tester
c3e53cff9b [svn-r27947] Snapshot version 1.8 release 16 (snap17) 2015-10-04 05:48:11 -05:00
HDF Tester
f425d5cd81 [svn-r27833] Snapshot version 1.8 release 16 (snap16) 2015-09-20 04:28:08 -05:00
Dana Robinson
90315af428 [svn-r27770] Bring r27428 from trunk
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
2015-09-14 10:50:30 -05:00
Dana Robinson
bae05c1ad5 [svn-r27759] Bring r26632 from trunk
Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs
in old SGI compilers.

Tested on: h5committest
2015-09-11 00:37:17 -05:00
Dana Robinson
bac113b005 [svn-r27757] Bring r26546 from trunk
Convert AC_TRY_RUN to AC_RUN_IFELSE, for the LDOUBLE_TO_LONG_SPECIAL and
LONG_TO_LDOUBLE_SPECIAL checks.

Tested on: h5committest
2015-09-10 23:35:01 -05:00
Dana Robinson
6bd0add89a [svn-r27756] Merge of r27692 from trunk
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
2015-09-10 22:38:22 -05:00
Dana Robinson
acbcc04f88 [svn-r27743] Merge of r26625 from the trunk
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)
2015-09-10 06:11:32 -05:00
Dana Robinson
982ec313d6 [svn-r27742] Merge of r26623 from the trunk
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)
2015-09-10 05:59:56 -05:00
Dana Robinson
f1c17f3054 [svn-r27741] Merge of r26606 from the trunk
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)
2015-09-10 05:38:47 -05:00
Dana Robinson
9541338eb3 [svn-r27738] Merge of r27686 from the trunk
Removes _BSD_SOURCE and _DEFAULT_SOURCE from configure.ac. They
are no longer needed by the library.

Fixes HDFFV-9079

Tested on: h5committest
2015-09-09 23:20:13 -05:00
Dana Robinson
b6a34fb182 [svn-r27737] Merge of r26627 from trunk
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)
2015-09-09 22:47:01 -05:00
Dana Robinson
7655dd3b0f [svn-r27736] Merge of r26605 from trunk
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)
2015-09-09 22:23:40 -05:00
Dana Robinson
cd3d499e73 [svn-r27730] Merge r26618 from trunk
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
2015-09-09 17:27:54 -05:00
Dana Robinson
45b3a5c7e3 [svn-r27705] Merge of r27699 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
2015-09-08 17:21:01 -05:00
HDF Tester
ecfcf34b94 [svn-r27687] Snapshot version 1.8 release 16 (snap15) 2015-09-06 04:28:37 -05:00
Dana Robinson
67678e9a3f [svn-r27685] Merge of r27572 from trunk
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
2015-09-05 21:05:27 -05:00
Dana Robinson
2b35b265e9 [svn-r27680] Merge of r27675, 27641, and 27645 from trunk
- 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
2015-09-04 13:07:32 -05:00
HDF Tester
70993d6f8b [svn-r27621] Snapshot version 1.8 release 16 (snap14) 2015-08-30 04:59:29 -05:00
HDF Tester
09c7bae68a [svn-r27550] Snapshot version 1.8 release 16 (snap13) 2015-08-23 04:37:42 -05:00
HDF Tester
271d929b26 [svn-r27510] Snapshot version 1.8 release 16 (snap12) 2015-08-16 04:33:18 -05:00
HDF Tester
e24071fd40 [svn-r27483] Snapshot version 1.8 release 16 (snap11) 2015-08-09 04:27:11 -05:00
Dana Robinson
ff5070329c [svn-r27457] Merge of r27278 from trunk. Fixes HDFFV-9119 and HDFFV-9421.
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
2015-08-03 16:04:29 -05:00
HDF Tester
b94c3d53d2 [svn-r27451] Snapshot version 1.8 release 16 (snap10) 2015-08-02 04:49:57 -05:00
HDF Tester
5c099661bb [svn-r27431] Snapshot version 1.8 release 16 (snap9) 2015-07-26 07:41:43 -05:00
HDF Tester
266e5feddf [svn-r27410] Snapshot version 1.8 release 16 (snap8) 2015-07-19 04:10:27 -05:00
HDF Tester
64a40933b3 [svn-r27371] Snapshot version 1.8 release 16 (snap7) 2015-07-12 04:44:26 -05:00
HDF Tester
bdf99dc5f6 [svn-r27336] Snapshot version 1.8 release 16 (snap6) 2015-07-05 04:21:51 -05:00
HDF Tester
ca8ce007f6 [svn-r27260] Snapshot version 1.8 release 16 (snap5) 2015-06-21 04:32:16 -05:00
Larry Knox
849555ef99 [svn-r27189] Merge change from hdf5_1_8_15 to hdf5_1_8.
Chane addressed HDFFV-9010:  configure issue with gcc 4.9.2; libtool produced "-l " with no lib name.
Also Scot noted that the -i option for sed does not work on Solaris or Mac, so the sed output is written to a temp file and then moved to the libtool file

Tested h5committest.
2015-06-10 16:37:42 -05:00
Mohamad Chaarawi
db4acaf3ab [svn-r27165] Merge 27133 & 27158 from trunk:
- Add a new attribute function characterstic for format:
   * H5_ATTR_FORMAT(X,Y,Z)  __attribute__((format(X, Y, Z)))
 - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED.
 - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN

tested with h5committest.
2015-06-08 16:30:38 -05:00
HDF Tester
2fdeab0ebd [svn-r27157] Snapshot version 1.8 release 16 (snap4) 2015-06-07 05:12:04 -05:00
HDF Tester
c2d7746bac [svn-r27126] Snapshot version 1.8 release 16 (snap3) 2015-05-31 04:28:11 -05:00