Commit Graph

13609 Commits

Author SHA1 Message Date
Scot Breitenfeld
b60cfd3970 [svn-r29604] HDFFV-9746 Add test for "/" for H5LTpath_valid
Tested: jam (gnu)
2016-04-01 16:30:56 -05:00
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
Allen Byrne
cd6923cbca [svn-r29368] Add else to option 2016-03-09 08:54:09 -05:00
Frank Baker
d6b9063bc5 [svn-r29321] Update COPYING for 2016. 2016-03-07 16:01:52 -05:00
Allen Byrne
2462070824 [svn-r29310] Add new test files. 2016-03-07 11:10:31 -05:00
Allen Byrne
22eaae5999 [svn-r29309] HDFFV-9698, HDFFV-9241, HDFFV-9570: Merge fixes from trunk for subsetting index, default fill value display, and optional arg crash. Also some minor compiler warnings fixes. 2016-03-07 11:09:42 -05:00
HDF Tester
8f5530e3be [svn-r29174] Snapshot version 1.8 release 17 (snap12) 2016-02-21 15:24:42 -05:00
Mohamad Chaarawi
3e449161fc [svn-r29156] merge 29150 from trunk.
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.
2016-02-19 09:53:39 -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
Binh-Minh Ribler
2c0fc552bb [svn-r29005] Description:
Removed extra ';'.
Platform tested
    jam (very minor)
2016-01-28 11:27:25 -05:00
Allen Byrne
d29b786508 [svn-r29001] Missing testfile committed 2016-01-28 08:23:09 -05:00
Allen Byrne
c07c6e098a [svn-r28992] HDFFV-9639: double-free fix. 2016-01-27 15:43:06 -05:00
HDF Tester
c5fdcb544d [svn-r28970] Snapshot version 1.8 release 17 (snap9) 2016-01-25 15:23:12 -05:00
Albert Cheng
13b1e5a33b [svn-r28962] merged r28949 from trunk.
HDFFV-9660: add an option to enable threadsafe feature in cmakehdf5

Tested: platypus.

There are still something strange messages during the configure step.
Waiting for Allen to response.
2016-01-22 15:17:01 -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
c17b9ea645 [svn-r28927] Description:
- Updated for the fix of the problem Adam Rosenberger's reported.
    - Added info about new function ArrayType::setArrayInfo()
2016-01-18 11:09:29 -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
Dana Robinson
7c2b004f25 [svn-r28876] Updated RELEASE.txt for HDFFV-9640.
Tested on: N/A
2016-01-13 10:39:34 -05:00
Dana Robinson
a7724facc7 [svn-r28875] Merge of r28861 from trunk (minor string format change). Fixes 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)
2016-01-13 10:25:37 -05:00
Albert Cheng
4f5a47da50 [svn-r28854] Merged rr28853 from trunk.
HDFFV-9649: cmakehdf5 needs a proper implementation to verify the installation images created for Mac OSX.

The current implementation for Mac OSX platform is a kludge that sometimes left behind mounted volumes.
Temporary screen out the checking of installtion_check step (so that daily test may pass).
2016-01-11 11:31:23 -05:00
Albert Cheng
1dfb56d8e6 [svn-r28682] Merged r28638 from trunk.
HDFFV-9273: cmakehdf5 --script failed in linux platypus

Solution: remove --script option from cmakehdf5.

Tested: platypus
2015-12-16 06:17:26 -05:00
Albert Cheng
7d6cf672f0 [svn-r28611] Updated with cmakehdf5 new feature information. 2015-12-13 07:31:16 -05:00
Albert Cheng
19e17819d0 [svn-r28610] Merged r28563 from trunk.
HDFFV-9612: added ability to run multiple make commands.

Added --njobs option to special number of jobs (-j N) to allow multiple
commands during build (cmamke) and testing (ctest).

Tested: platypus.
2015-12-13 07:16:26 -05:00
HDF Tester
4af1699bfc [svn-r28609] Snapshot version 1.8 release 17 (snap7) 2015-12-13 04:46:00 -05:00
Dana Robinson
c2f2f457d8 [svn-r28541] Merge of r28538 from the trunk.
Fixes OS X compilation problems and brings some Linux symbols in
line with the Autotools when building with CMake.

Tested on: 64-bit OS X 10.11.1 El Capitan (Darwin 15.0.0)
           Xcode 7.1 Apple LLVM 7.0.0 (clang-700.1.76)
2015-12-08 17:58:10 -05:00
HDF Tester
d486b52cf3 [svn-r28438] Snapshot version 1.8 release 17 (snap6) 2015-11-22 04:35:27 -05:00
Larry Knox
29c4d0bb24 [svn-r28435] Add RPM HDF5 1.8.16 spec file to MANIFEST. 2015-11-21 08:55:28 -05:00
Larry Knox
ffa28355e4 [svn-r28430] Final HDF5 1.8.16 release houskeeping:
Add contents of HDF5 v1.8.16 RELEASE.txt to HISTORY-1_8.txt.
        Incremented LT_VERS_REVISION numbers for shared object versions for changing code on 1.8 branch.
        added rpm spec file hdf5-1.8.16-1-x86_64-szip.spec to bin/pkgscrpts.
2015-11-20 17:00:43 -05:00
Allen Byrne
61f76e0aa2 [svn-r28405] Update to include cdash submit options 2015-11-19 13:34:48 -05:00
Allen Byrne
7aa706557d [svn-r28398] Add note about the "H5_BUILT_AS_DYNAMIC_LIB" compile definition 2015-11-18 15:26:30 -05:00
Allen Byrne
369c58d9cc [svn-r28382] CMake 3.4 policy change 2015-11-17 10:27:15 -05:00
Albert Cheng
1b803ab1a3 [svn-r28363] Merge r27836 & r28342 from Trunk.
r27836:
    HDFFV-8932: added option --with-szlib to support szip library support.

r28342:
    DAILYTEST-195: Osx1010test has culmulated a lot of mounted volumes
    from cmakehdf5 installation.

    Tried to find out what went wrong but all output files were deleted
    already.  Added a verbose option to display all cmake process output
    in order to see what might have gone wrong. Default is on.

    Using --disable-verbose will turn it off.

Tested: playtypus.
2015-11-16 16:08:46 -05:00
HDF Tester
78b604d80c [svn-r28350] Snapshot version 1.8 release 17 (snap5) 2015-11-15 04:37:02 -05:00
Binh-Minh Ribler
d16f75a6dd [svn-r28326] Purpose: Fix documents
Description:
    Added "///" to between \brief and \exception to work around a Doxygen
    bug and added a missing \return.
Platforms tested:
    Linux/32 2.6 (jam) - only in function headers
2015-11-11 15:30:21 -05:00
HDF Tester
338c1d9af0 [svn-r28306] Snapshot version 1.8 release 17 (snap4) 2015-11-08 04:35:54 -05:00
Larry Knox
11778b8233 [svn-r28274] Applied patch to eliminate warnings from PRINTSTREAM macros from HDF5 1.8.16.
Update supported platform and tested configuration info in RELEASE.txt.

Tested with h5committest.new.
2015-11-04 12:49:19 -05:00
Allen Byrne
77e6ac3324 [svn-r28271] Remove VS2010, VS2008 references 2015-11-03 16:44:32 -05:00
HDF Tester
ae1ee76485 [svn-r28262] Snapshot version 1.8 release 17 (snap3) 2015-11-01 08:08:02 -05:00
Allen Byrne
b246f2fede [svn-r28220] Add VS2015 and rearrange test supported section 2015-10-26 11:44:04 -05:00
HDF Tester
f528e9c83a [svn-r28211] Snapshot version 1.8 release 17 (snap2) 2015-10-25 08:52:58 -05:00
Allen Byrne
5c8703895d [svn-r28202] HDFFV-9550: Add VS2015 fix for timezone.
CMake test fix for VS2015 print exponent
2015-10-23 09:44:04 -05:00
Jerome Soumagne
6ab00dd2a0 [svn-r28192] Merge r28188 from trunk
Fix inline/__inline__/__inline detection with CMake after autotools changes
2015-10-22 15:00:04 -05:00
Allen Byrne
87919a0ceb [svn-r28181] correct import targets 2015-10-22 10:39:09 -05:00
Allen Byrne
ca38c7f16d [svn-r28173] Add VS2015 fix for timezone. 2015-10-21 16:20:59 -05:00
Jerome Soumagne
100872ce8a [svn-r28169] Merge r28168 from trunk
Remove Wall option passed by default on non-windows systems
(can use HDF5_ENABLE_GROUPZERO_WARNINGS option instead)
2015-10-21 15:32:23 -05:00
Allen Byrne
8879f26220 [svn-r28162] Merge from CMAMKE_EXT_MOD repo.
Add VS2015 support.
2015-10-21 11:39:05 -05:00
Allen Byrne
334410437b [svn-r28153] Add VS2015 2015-10-20 17:11:28 -05:00
Allen Byrne
0389ad5370 [svn-r28149] Correct define vs variable usage 2015-10-20 17:02:00 -05:00