summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27947] Snapshot version 1.8 release 16 (snap17)HDF Tester2015-10-046-18/+18
|
* [svn-r27941] Merge r27939 from trunkJerome Soumagne2015-10-026-69/+97
| | | | | Add internal library callback to H5S_select_iterate to avoid having to pass hid_t objects internally
* [svn-r27940] Merge r27938 from trunkJerome Soumagne2015-10-024-38/+49
| | | | Fix private/public H5A_get_type and H5A_get_space
* [svn-r27936] Cmake 3.3 allowed execute_process to merge output and error ↵Allen Byrne2015-10-025-46/+46
| | | | | | files if the filename or the variable were the same. Changed instances to make the outpu_variable different.
* [svn-r27934] Updated the Fortran and HL sections for the 1.8.16 release.Scot Breitenfeld2015-10-021-8/+4
|
* [svn-r27901] Rework doc for updated examples scriptAllen Byrne2015-09-281-35/+154
|
* [svn-r27899] Modify bbrelease to use "Revision:" number from svn info, not ↵Larry Knox2015-09-281-1/+1
| | | | | | "Last Changed Rev:" number. Tested on jam
* [svn-r27872] Update with changes to script fileAllen Byrne2015-09-242-31/+33
|
* [svn-r27870] Update with changes to script fileAllen Byrne2015-09-241-11/+22
|
* [svn-r27864] Make the system vars configurable through the CTEST_SCRIPT_ARGAllen Byrne2015-09-231-8/+35
|
* [svn-r27847] Add Not early in document about CMAKE_INSTALL_PREFIX.Allen Byrne2015-09-211-0/+4
|
* [svn-r27833] Snapshot version 1.8 release 16 (snap16)HDF Tester2015-09-206-18/+18
|
* [svn-r27825] Correct folder locationAllen Byrne2015-09-181-2/+2
|
* [svn-r27770] Bring r27428 from trunkDana Robinson2015-09-1412-42/+634
| | | | | | | | | | | | 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
* [svn-r27759] Bring r26632 from trunkDana Robinson2015-09-117-79/+18
| | | | | | | Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: h5committest
* [svn-r27757] Bring r26546 from trunkDana Robinson2015-09-112-217/+243
| | | | | | | Convert AC_TRY_RUN to AC_RUN_IFELSE, for the LDOUBLE_TO_LONG_SPECIAL and LONG_TO_LDOUBLE_SPECIAL checks. Tested on: h5committest
* [svn-r27756] Merge of r27692 from trunkDana Robinson2015-09-113-13/+68
| | | | | | | | | | | | | | 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
* [svn-r27751] Added a comment to config/ibm-flags that describes the purpose ↵Dana Robinson2015-09-101-0/+3
| | | | | | | | of the -qflag=w:w compiler flag. Tested on: N/A (no access to AIX, comment only)
* [svn-r27749] Add test propsAllen Byrne2015-09-101-5/+9
|
* [svn-r27744] Merge of r27728 from trunk.Dana Robinson2015-09-101-1/+1
| | | | | | | | | 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.
* [svn-r27743] Merge of r26625 from the trunkDana Robinson2015-09-1011-263/+10
| | | | | | | 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)
* [svn-r27742] Merge of r26623 from the trunkDana Robinson2015-09-1011-270/+10
| | | | | | | 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)
* [svn-r27741] Merge of r26606 from the trunkDana Robinson2015-09-1010-78/+11
| | | | | | | 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)
* [svn-r27739] Updated RELEASE.txt with _BSD_SOURCE (HDFFV-9079) info.Dana Robinson2015-09-101-0/+7
| | | | Tested on: N/A (docs)
* [svn-r27738] Merge of r27686 from the trunkDana Robinson2015-09-102-31/+1
| | | | | | | | | Removes _BSD_SOURCE and _DEFAULT_SOURCE from configure.ac. They are no longer needed by the library. Fixes HDFFV-9079 Tested on: h5committest
* [svn-r27737] Merge of r26627 from trunkDana Robinson2015-09-106-70/+8
| | | | | | | 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)
* [svn-r27736] Merge of r26605 from trunkDana Robinson2015-09-109-135/+21
| | | | | | | 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)
* [svn-r27735] Fixed MANIFESTDana Robinson2015-09-101-1/+0
| | | | Tested on: bin/chkmanifest
* [svn-r27733] Merge of r26602 from trunkDana Robinson2015-09-102-43/+15
| | | | | | | | 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)
* [svn-r27732] Removed the obsolete config/powerpc-ibm-aix5.x file.Dana Robinson2015-09-101-21/+0
| | | | Tested on: Nothing. I have no access to an AIX machine.
* [svn-r27730] Merge r26618 from trunkDana Robinson2015-09-098-138/+8
| | | | | | | 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
* [svn-r27723] Updated config/gnu-flags to match the trunk.Dana Robinson2015-09-091-161/+97
| | | | Tested on: h5committest
* [svn-r27719] Publish both static and shared mod files in binaries.Allen Byrne2015-09-091-7/+11
|
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-0910-116/+185
| | | | Add mod file changes from trunk
* [svn-r27705] Merge of r27699 from trunkDana Robinson2015-09-083-15/+25
| | | | | | | | | | 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
* [svn-r27700] Port r27605 from trunk to 1.8 branch.Neil Fortner2015-09-083-3/+52
| | | | | | | | | | 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)
* [svn-r27698] correct status messageAllen Byrne2015-09-081-1/+1
|
* [svn-r27689] Merge of r27459 and r27460 from trunkDana Robinson2015-09-076-57/+57
| | | | | | | | | | | | | | | 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
* [svn-r27687] Snapshot version 1.8 release 16 (snap15)HDF Tester2015-09-066-17/+17
|
* [svn-r27685] Merge of r27572 from trunkDana Robinson2015-09-0640-628/+34
| | | | | | | | | | 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
* [svn-r27680] Merge of r27675, 27641, and 27645 from trunkDana Robinson2015-09-0415-1384/+32
| | | | | | | | | | | | - 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
* [svn-r27679] h5vers will now update the version string in ↵Larry Knox2015-09-041-1/+46
| | | | | | c++/src/cpp_doc_config. The version string appears int the web pages produced by doxygen. Tested h5committest
* [svn-r27669] Remove SYMBOLS option - includes default checks. Pulled from ↵Allen Byrne2015-09-031-3/+3
| | | | master.
* [svn-r27659] HDFFV-9515: repack failed with 5 digit filter ids because a ↵Allen Byrne2015-09-012-480/+485
| | | | | | local variable in the parse routine was not large enough. Tested: local linux and windows
* [svn-r27644] Merge of r27642 from trunkDana Robinson2015-09-011-2/+0
| | | | | | | | | | 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)
* [svn-r27643] Merge of r27581, 27587, and 27601 from trunkDana Robinson2015-09-017-28/+104
| | | | | | | | | | | | 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
* [svn-r27628] Add missing cmake option to checkAllen Byrne2015-08-311-2/+2
|
* [svn-r27621] Snapshot version 1.8 release 16 (snap14)HDF Tester2015-08-305-17/+17
|
* [svn-r27603] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-2810-91/+152
| | | | | Added new option SKIP_HDF5_FORTRAN_SHARED. Adjust H5_HAVE_THREADSAFE only on SHARED libs.
* [svn-r27566] Changes for new dual-binary support and other updates to CMake ↵Allen Byrne2015-08-244-282/+280
| | | | options.