summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26641] configure.ac:Larry Knox2015-03-283-120/+1
| | | | | | | | | | Remove VPATH and related search path syntax checking. Remove check for H5_LONE_COLON and checking for lone colon compiler confusion. tools/h5dump/testh5dumpxml.sh.in tools/h5dump/CMakeTestsXML.cmake Remove test skipping for compilers that were formerly confused by lone colon. Tested with h5committest.
* [svn-r26639] Description:Quincey Koziol2015-03-281-27/+23
| | | | | | | | Switch AC_TRY_RUN macros to AC_RUN_IFELSE macros. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26621] Description:Quincey Koziol2015-03-271-111/+102
| | | | | | | Correct AC_RUN_IFELSE macros. Tested on: PPC Linux/64 (ostrich)
* [svn-r26551] Description:Quincey Koziol2015-03-236-110/+5
| | | | | | | | | Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26550] Description:Quincey Koziol2015-03-232-10/+0
| | | | | | | | Remove orphaned macro definitions (not attached to anything in the library) Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26549] Description:Quincey Koziol2015-03-234-49/+10
| | | | | | | | | Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26546] Description:Quincey Koziol2015-03-231-112/+120
| | | | | | | | | Convert AC_TRY_RUN to AC_RUN_IFELSE, for the LDOUBLE_TO_LONG_SPECIAL and LONG_TO_LDOUBLE_SPECIAL checks. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26545] Description:Quincey Koziol2015-03-234-37/+0
| | | | | | | | | Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26543] Description:Quincey Koziol2015-03-238-167/+0
| | | | | | | | | Remove the LLONG_TO_LDOUBLE_CORRECT macro/define, it's working around bugs in very old SGI/FreeBSD/Windows compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not needed on this branch)
* [svn-r26528] Description:Quincey Koziol2015-03-231-7/+0
| | | | Remove configure files.
* [svn-r26524] Remove SETX variable from Makefile.amJerome Soumagne2015-03-232-6/+6
| | | | Part of: HDFFV-9164
* [svn-r26513] Description:Quincey Koziol2015-03-208-175/+0
| | | | | | | | | 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: MacOSX/64 (amazon) 10.10.2 w/serial & parallel (h5committest not required on this branch)
* [svn-r26511] Description:Quincey Koziol2015-03-205-76/+0
| | | | | | | | | 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: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26508] Description:Quincey Koziol2015-03-207-47/+2
| | | | | | | | | Remove HW_FP_TO_LLONG_NOT_WORKS macro/define, it was only addressing Windows .NET 2003 compiler issues. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26503] Description:Quincey Koziol2015-03-2013-1230/+10
| | | | | | | | | | | | Remove old platform configure files: craynv, dec-flags, hpux11.23, ia64-linux-gnu, nec-superux14.1, sv1-cray, x86_64-redstorm-linux-gnu Also remove CONVERT_DENORMAL_FLOAT, since this was only set in the configure files being removed. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26502] Description:Quincey Koziol2015-03-203-46/+0
| | | | | | | | | | 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: MacOSX/64 10.10.x (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26501] Desscription:Quincey Koziol2015-03-206-212/+4
| | | | | | | | | Remove ULLONG_TO_LDOUBLE_PRECISION macro/define, as it's targeting bugs in the FreeBSD and Cygwin compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26500] Description:Quincey Koziol2015-03-205-57/+2
| | | | | | | | | Remove the LLONG_TO_FP_CAST_WORKS macro/define, as it targets problems with the Visual Studio 6 compilers. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26499] Description:Quincey Koziol2015-03-209-104/+7
| | | | | | | | | Remove ULLONG_TO_FP_CAST_WORKS macro/define, as it only applies to older platforms we aren't supporting any longer. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26494] Description:Quincey Koziol2015-03-198-90/+0
| | | | | | | | | Remove the LDOUBLE_TO_UINT_ACCURATE macro/define, it was addressing problems with older Intel compilers on Linux that are no longer supported. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26492] Description:Quincey Koziol2015-03-198-192/+4
| | | | | | | | | | Remove the FP_TO_ULLONG_ACCURATE and FP_TO_ULLONG_RIGHT_MAXIMUM macros/defines, which were added to address problems with older PGI compilers and HP-UX systems and are no longer supported. Tested on: MacOSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26489] Description:Quincey Koziol2015-03-197-203/+3
| | | | | | | | | Remove the ULONG_TO_FP_BOTTOM_BIT_ACCURATE macro/define, as it was added for SGI systems and old Solaris systems, which are no longer supported. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required)
* [svn-r26485] Description:Quincey Koziol2015-03-196-97/+1
| | | | | | | | | Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the Sandia system where it was necessary. Tested on: Mac OSX 10.10.2 (amazon) w/serial & parallel (h5committest not necessary on this branch)
* [svn-r26483] Description:Quincey Koziol2015-03-197-84/+2
| | | | | | | | | Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support SGI systems. Tested on: Mac OSX/64 10.10.2 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r26439] Remove configure checks for redundant -I/usr/include and ↵Larry Knox2015-03-121-45/+0
| | | | | | -L/usr/lib additions. Tested jam, emu, ostrich, koala, platypus, quail.
* [svn-r26437] Remove DYNAMIC_DIRS variable from configure.ac.Jerome Soumagne2015-03-111-42/+0
| | | | Does not seem to be used anymore.
* [svn-r26436] Remove GNU make check from configure.acJerome Soumagne2015-03-111-8/+0
|
* [svn-r26435] Remove DEFAULT_LIBS from configure.ac and irix6.x config file whichJerome Soumagne2015-03-1110-283/+8
| | | | | | was using it. Remove references to IRIX/irix* platform.
* [svn-r26434] Fix heading infoJerome Soumagne2015-03-111-1/+1
|
* [svn-r26429] Merge of r26393-26428 from the trunk.Dana Robinson2015-03-1150-1408/+1329
|\ | | | | | | Tested w/ h5committest
| * [svn-r26428] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-5/+7
| | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * [svn-r26427] Revert of r26426Dana Robinson2015-03-113-30/+27
| | | | | | | | | | The repository wasn't clean when I made some changes so untested code was committed.
| * [svn-r26426] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-113-27/+30
| | | | | | | | | | | | Made the chkmanifest script a little more sh-friendly. Tested: Manually on jam by modifying svn-controlled files
| * [svn-r26417] Removed compiler warnings from HL. HDF5-237Scot Breitenfeld2015-03-1024-1287/+1198
| | | | | | | | Tested: h5committest
| * [svn-r26415] Fix script modeAllen Byrne2015-03-101-10/+11
| |
| * [svn-r26412] Merge of r26081-2, 26226, and 26399 from the autotools rework ↵Dana Robinson2015-03-102-110/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | branch. Various tweaks for autotools thread-safety and Pthreads support. - Moved the check for pthread_attr_setscope() into the thread-safe checks section. Documented its necessity and added a cross-compiling option and helpful comment. - Moved the high-level library checks up to the same place where Fortran and C++ are checked. This will make it easier to handle threadsafe/high-level combinations later. - Also changed the default of --enable-pthread to 'check', which is the same as the old 'yes' behavior where we just check the standard locations. 'yes' and 'no' are still accepted, though 'no' will currently produce an error since the autotools only support Pthreads. Fixes: HDFFV-9087 Tested on: h5committest jam (w/ threadsafe)
| * [svn-r26408] Missed an H5_HAVE_FILTER_SHUFFLE line.Dana Robinson2015-03-091-1/+1
| | | | | | | | | | | | Part of: HDFFV-9086 Tested on: jam (minor change)
| * [svn-r26405] Removed compiler warnings, hl/examples:Scot Breitenfeld2015-03-0917-86/+62
| | | | | | | | | | | | HDF5-237 tested: h5committest
| * [svn-r26403] changes to comments and test should use unsigned var.Allen Byrne2015-03-092-3/+3
| |
| * [svn-r26401] Fixed warnings in the C stubs for Fortran wrappers. See ↵Elena Pourmal2015-03-094-20/+53
| | | | | | | | | | | | Crucible review HDF5-238. Tested on platypus with gcc/gfortran 4.9.2, jam and emu with the default compilers.
* | [svn-r26424] Made the chkmanifest script a little more sh-friendly.Dana Robinson2015-03-111-5/+7
| | | | | | | | | | Tested on: Manually on local Linux by modifying svn-controlled files.
* | [svn-r26423] Made the thread-safe + high-level library combination ↵Dana Robinson2015-03-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "unsupported". A detailed error message is emitted if this combination is attempted. Builders can use --enable-unsupported to build the combo. Note that default builds will now need to use --disable-hl with --enable-threadsafe since the high-level library is built by default. Part of: HDFFV-8719 Tested on: Local Linux w/ various combinations of configure options.
* | [svn-r26422] Fixes autogen.sh errors caused by r26410 that produced:Dana Robinson2015-03-115-25/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CXX_SHARED_CONDITIONAL does not appear in AM_CONDITIONAL This was due to a removed AM_CONDITIONAL macro in configure.ac. The CXX_SHARED_CONDITIONAL code was removed from the Makefile.am files. Additionally, the C++ shared library build settings field in libhdf5.settings file was updated. Tested on: local linux VM w/ C++ --enable-shared --enable-static --enable-shared --disable-static --disable-shared --enable-static
* | [svn-r26410] HDFFV-9131: remove obsolete functions and other small changesAllen Byrne2015-03-091-108/+9
| |
* | [svn-r26399] Converted an AC_TRY_RUN macro to an AC_RUN_IFELSE macro.Dana Robinson2015-03-091-17/+19
| | | | | | | | | | | | | | | | Used with checking Pthread scope. Part of: HDFFV-9087 Tested on: Local Linux w/ thread-safety enabled
* | [svn-r26397] Manually added flex/bison warning disable pragmas from r26351Dana Robinson2015-03-091-0/+31
| | | | | | | | | | | | | | | | | | | | from the trunk. Fixes: HDFFV-9149 Tested on: jam - examined gcc 4.9.2 output for warnings - ran 'make check' in hl directory
* | [svn-r26396] Merge of r26349-26392 from the trunk.Dana Robinson2015-03-0935-267/+737
|\ \ | |/ | | | | Tested on: h5committest
| * [svn-r26392] Reinstates r26327-8, which had been reverted due to failures onDana Robinson2015-03-096-61/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Solaris and OS X. Added public API functions that expose the C library's memory allocator for use in filter functions that need to allocate or resize buffers. Intended for use with filter plugins, particularly on Windows, where C runtime (CRT) issues can cause problems. Fixes: HDFFV-9100 Tested on: h5committest + OS X (quail) + Solaris (emu)
| * [svn-r26389] Revision 26387 failed with configure option ↵Larry Knox2015-03-081-1/+1
| | | | | | | | | | | | | | | | --with-default-api-version=v16. Changed H5Dcreate() to H5Dcreate2 in test/trefer.c line 633. Tested with h5committest and with --with-default-api-version=v16 on platypus.
| * [svn-r26387] warning fixes from Feb27.Mohamad Chaarawi2015-03-068-24/+32
| |