summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29702] Merged r29182 and 29183 from the trunk.Dana Robinson2016-04-1513-117/+637
| | | | | | | | | Fixes HDFFV-8740 (external file storage relative path fix). Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran parallel autotools (MPICH 3.1.4) w/ Fortran serial CMake
* [svn-r29700] Merge of r29030, 29034, and 29035 from trunkDana Robinson2016-04-141-1/+3
| | | | | | | | | Cleanup of test/externals before merging HDFFV-8740 changes. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools w/ C++ & Fortran serial CMake parallel autotools w/ Fortran (MPICH 3.1.4)
* [svn-r29617] Snapshot version 1.8 release 17 (snap13)HDF Tester2016-04-031-2/+2
|
* [svn-r29606] Fix for shared file pointer HDFFV-9469. This is the same fix ↵Vailin Choi2016-04-012-0/+34
| | | | | | for revise_chunks (#28908). Tested on jam, platypus, emu, kite, moohan, ostrich, osx1010test, quail.
* [svn-r29589] Merge of 29011 & 29019 from trunk.Dana Robinson2016-03-293-92/+28
| | | | | | LFS changes to configure. Fixes HDFFV-9626. Tested on: jam
* [svn-r29174] Snapshot version 1.8 release 17 (snap12)HDF Tester2016-02-211-2/+2
|
* [svn-r29156] merge 29150 from trunk.Mohamad Chaarawi2016-02-1911-151/+202
| | | | | | | fix for Jira issue 9670 - HDF5 segfaults on corrupted file. Change compare callback in Btree2 class to correctly account for errors. tested on bb-8.
* [svn-r29060] Snapshot version 1.8 release 17 (snap11)HDF Tester2016-02-071-2/+2
|
* [svn-r29022] Snapshot version 1.8 release 17 (snap10)HDF Tester2016-01-311-2/+2
|
* [svn-r28970] Snapshot version 1.8 release 17 (snap9)HDF Tester2016-01-251-2/+2
|
* [svn-r28953] Snapshot version 1.8 release 17 (snap8)Larry Knox2016-01-221-2/+2
|
* [svn-r28875] Merge of r28861 from trunk (minor string format change). Fixes ↵Dana Robinson2016-01-131-1/+1
| | | | | | | HDFFV-9640. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 parallel only (MPICH 3.1.4)
* [svn-r28609] Snapshot version 1.8 release 17 (snap7)HDF Tester2015-12-131-2/+2
|
* [svn-r28438] Snapshot version 1.8 release 17 (snap6)HDF Tester2015-11-222-9/+9
|
* [svn-r28350] Snapshot version 1.8 release 17 (snap5)HDF Tester2015-11-151-2/+2
|
* [svn-r28306] Snapshot version 1.8 release 17 (snap4)HDF Tester2015-11-081-2/+2
|
* [svn-r28262] Snapshot version 1.8 release 17 (snap3)HDF Tester2015-11-011-2/+2
|
* [svn-r28211] Snapshot version 1.8 release 17 (snap2)HDF Tester2015-10-251-2/+2
|
* [svn-r28202] HDFFV-9550: Add VS2015 fix for timezone.Allen Byrne2015-10-232-2/+17
| | | | CMake test fix for VS2015 print exponent
* [svn-r28125] Add library version changes based on lt_vers.am file.Allen Byrne2015-10-191-1/+1
|
* [svn-r28121] Snapshot version 1.8 release 17 (snap1)HDF Tester2015-10-181-2/+2
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-161-0/+18
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r28033] Snapshot version 1.8 release 17 (snap0)HDF Tester2015-10-111-2/+2
|
* [svn-r28016] Undo r28009 changes.Albert Cheng2015-10-092-58/+17
| | | | Tested: jam.
* [svn-r28012] Reset version after creating hdf5_1_8_16 branch.Larry Knox2015-10-082-9/+9
| | | | Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
* [svn-r28009] HDFFV-9536: Changed H5check_version() to use libtool shared ↵Albert Cheng2015-10-082-17/+58
| | | | | | | | | | | | | | | | | | | | | library version numbers instead of the library version numbers. bin/h5vers: Changed to copy the shared lib version from lt_vers.am to H5public.h (Thanks to Larry who made the changes.) src/H5public.h: Changed by bin/h5vers. src/H5.c: Changed H5check_version() to use shared library version for compatibility checking. test/tcheck_version.c: test/testcheck_version.sh.in: Changed to use shared library version numbers instead of the HDF5 library version numbers for testing. Tested: tested in Jam and Kituo.
* [svn-r27947] Snapshot version 1.8 release 16 (snap17)HDF Tester2015-10-041-2/+2
|
* [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-r27833] Snapshot version 1.8 release 16 (snap16)HDF Tester2015-09-201-2/+2
|
* [svn-r27770] Bring r27428 from trunkDana Robinson2015-09-144-0/+60
| | | | | | | | | | | | 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-112-22/+10
| | | | | | | Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: h5committest
* [svn-r27743] Merge of r26625 from the trunkDana Robinson2015-09-104-27/+0
| | | | | | | 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-104-30/+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: jam (minor change that has baked in the trunk for months)
* [svn-r27741] Merge of r26606 from the trunkDana Robinson2015-09-104-19/+2
| | | | | | | 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-r27737] Merge of r26627 from trunkDana Robinson2015-09-101-3/+0
| | | | | | | 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-104-33/+10
| | | | | | | 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-r27730] Merge r26618 from trunkDana Robinson2015-09-091-4/+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: h5committest
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-1/+1
| | | | Add mod file changes from trunk
* [svn-r27700] Port r27605 from trunk to 1.8 branch.Neil Fortner2015-09-081-1/+1
| | | | | | | | | | 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-r27689] Merge of r27459 and r27460 from trunkDana Robinson2015-09-074-19/+19
| | | | | | | | | | | | | | | 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-061-2/+2
|
* [svn-r27685] Merge of r27572 from trunkDana Robinson2015-09-0612-200/+16
| | | | | | | | | | 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-041-18/+0
| | | | | | | | | | | | - 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-r27643] Merge of r27581, 27587, and 27601 from trunkDana Robinson2015-09-013-13/+59
| | | | | | | | | | | | 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-r27621] Snapshot version 1.8 release 16 (snap14)HDF Tester2015-08-301-2/+2
|
* [svn-r27603] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-281-0/+6
| | | | | Added new option SKIP_HDF5_FORTRAN_SHARED. Adjust H5_HAVE_THREADSAFE only on SHARED libs.
* [svn-r27550] Snapshot version 1.8 release 16 (snap13)HDF Tester2015-08-231-2/+2
|
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-192-14/+44
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27510] Snapshot version 1.8 release 16 (snap12)HDF Tester2015-08-161-2/+2
|