Commit Graph

695 Commits

Author SHA1 Message Date
Albert Cheng
e8a57439fa [svn-r23567] Post v1.8.11 branch-off, changed version to 1.8.12-snap0.
Reset RELEASE.txt for next release (1.8.12).

Tested: h5committest.
2013-04-09 12:48:11 -05:00
Raymond Lu
95332ad177 [svn-r23510] I merged the changes for DESY project from the trunk (r23496) into this 1.8 DESY branch.
Tested with h5committest (duck failed with CMake because I don't know how to change test/CMakeLists.txt.  I'll wait for Allen to do it).
2013-04-01 15:42:58 -05:00
Allen Byrne
62ed247721 [svn-r23318] HDFFV-8311: Improve tools testing and eliminate dependency problems
Tested: local linux
2013-02-25 12:26:14 -05:00
Allen Byrne
1629fd1ee7 [svn-r23301] 2013-02-18 14:03:53 -05:00
Scot Breitenfeld
8dcb0ee3d0 [svn-r23261] Brought r23235 from trunk into branch. 2013-02-12 19:04:15 -05:00
Allen Byrne
13693b307c [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support.
Tested: local linux
2013-01-31 12:30:34 -05:00
Dana Robinson
724a0a93b4 [svn-r23142] Purpose:
Merged 23111 from the trunk.
    (Core VFD and Mac OS X I/O changes)

Tested on:
    64-bit Windows 7, Visual Studio 2010, CMake
    64-bit Mac OS X Snow Leopard (Fred), Fortran, C++
    64-bit BE Linux (Ostrich), Fortran, C++
    32-bit LE LInux (jam), Fortran, C++ (also parallel w/ Fortran)
2013-01-07 20:19:17 -05:00
Allen Byrne
38517de982 [svn-r23141] Only do line by line compare if compare files fail. 2013-01-07 15:41:41 -05:00
Allen Byrne
520403e8e3 [svn-r23129] Update CPack to 2.8.10 2013-01-02 12:21:42 -05:00
Allen Byrne
8a7e609ba4 [svn-r23125] HDFFV-8202: merge cmake compare changes from trunk 2013-01-02 09:47:03 -05:00
Allen Byrne
dac22b3f03 [svn-r23065] HDFFV-8202: Add diff display to cmake output on error. Merged changes from trunk runTest.cmake. 2012-11-28 16:49:03 -05:00
Allen Byrne
765fb28a22 [svn-r23044] Restore build configuration defines for cmake 2012-11-21 10:05:49 -05:00
Albert Cheng
b650bd0bbd [svn-r22892] Increment release branch for future release (v1.8.11).
Set version number to 1.8.11-snap0.
Clear out RELEASE.txt to hold 1.8.11 changes
Update version references in RELEASE.txt
2012-10-12 13:26:55 -05:00
Albert Cheng
9ea64eb0b8 [svn-r22880] Bug Fix: HDFFV 8017
dt_arith would fail in Lion and Mountain Lion system when GCC version 4.2.1
is used with --enable-production. Somehow the -O optimization will fail some of
the hard conversion code.

Solution:
This is just a temporary patch by detecting if this is a Lion or Mountain Lion
system using GCC 4.2.1, then just remove the any -O option from the PROD_CFLAGS.
A better fix should be deviced later.

Tested: Duck(lion) and Owl (mountain lion) tested with --enable-production.
Also tested in Fred and Tejeda, both Snow Leopard systems to verify there is
no undesired side effect.
2012-10-10 00:08:59 -05:00
Albert Cheng
4148444e60 [svn-r22831] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix
Description: The Fortran compiler flags were all set to "-O". They should be
different setting for different situations. E.g, "-g" for debug and
"-pg" for profile, etc.

Fix: set them to appropriate different values.

Tested: in Remote ADA AIX machines using 3 different settings:
    configure --enable-fortran --enable-cxx     # default to --disable-production
    configure --enable-fortran --enable-cxx --enable-production
    configure --enable-fortran --enable-cxx --disable-production
2012-09-27 16:08:30 -05:00
Allen Byrne
3117ffcbb4 [svn-r22788] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders
Tested: local
2012-09-19 09:32:13 -05:00
Allen Byrne
612af6440b [svn-r22724] Convert tests to *.sh.in.
Convert configure.in to configure.ac.
Align TESTS usage with autotools convention.
Update all references from configure.in to configure.ac

Tested: h5committest
2012-08-28 14:11:34 -05:00
Allen Byrne
5336fb2d01 [svn-r22719] Fix RelWithDebInfo packaging
Tested: windows
2012-08-28 12:38:44 -05:00
Allen Byrne
65b620ea49 [svn-r22634] Update CMake configuration files for current packaging layout 2012-08-06 11:40:49 -05:00
Allen Byrne
c2491932d9 [svn-r22632] Merge from trunk revision 22631
tested: local linux
2012-08-06 09:18:55 -05:00
Allen Byrne
d9ba5c234c [svn-r22571] HDFFV-7784,-8095,7936 merge from trunk
Tested: local linux with cmake
2012-07-13 10:18:27 -05:00
Allen Byrne
5096b7d3ec [svn-r22551] Merge changes from Trunk revision 22550 for:
HDFFV-4206, -7953, -5930, -2687, -5942

Tested: local linux with cmake
2012-07-11 10:15:21 -05:00
Allen Byrne
029ac0e3c8 [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT 2012-07-05 09:36:53 -05:00
Allen Byrne
635916cec0 [svn-r22477] Removed subfolder tools from install command, need to correct install template 2012-06-20 09:38:23 -05:00
Allen Byrne
25a711fdce [svn-r22474] Add check for MINGW - ws2_32 library
Tested: windows - mingw
2012-06-19 08:45:12 -05:00
Allen Byrne
b52c3aea3b [svn-r22470] Allow MinGW checks for fseek and the like
Tested: windows 32 mingw
2012-06-18 13:01:57 -05:00
Allen Byrne
ca76cbbd5b [svn-r22469] MinGW Flags need to use dash
set WINSOCK2_H
      do not test for endianess
      
Tested: windows 32 minGW
2012-06-18 12:29:44 -05:00
Allen Byrne
dd408f47f6 [svn-r22464] Correct name used for POSIX flag 2012-06-15 08:26:33 -05:00
Allen Byrne
b0e5e9208f [svn-r22462] ADD fortran warning to ignore list 2012-06-14 08:31:17 -05:00
Allen Byrne
751f22f99a [svn-r22454] Add NOT WINDOWS blocking around VSNPRINTF works check. 2012-06-12 08:54:27 -05:00
Allen Byrne
d857219181 [svn-r22451] Brought cmake configuration / configure changes from Trunk.
Tested jam, local linux
2012-06-11 11:12:49 -05:00
Allen Byrne
1bdad6835e [svn-r22416] Missing ${TEST_FOLDER} path component in test script 2012-05-29 09:31:09 -05:00
Allen Byrne
2f7d953a9d [svn-r22409] reduce compiler warnings reported by CDash for non-critical issues 2012-05-25 12:35:39 -05:00
Allen Byrne
8dee09d7cf [svn-r22407] do not need warnings from utility program. 2012-05-25 08:36:23 -05:00
Allen Byrne
588c5107ce [svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branch 2012-05-23 13:31:42 -05:00
Allen Byrne
b0d7f35005 [svn-r22345] replace C++ style comments 2012-05-07 12:46:52 -05:00
Larry Knox
4a5efa8d60 [svn-r22339] config/examples.am
Added code to install README in share/hdf5_examples
    Set permissions on README file to rw-r--r--.

Tested with h5committest, make install and make uninstall.
2012-05-02 12:03:35 -05:00
Mike McGreevy
dd47da23a7 [svn-r22268] Update 1.8 branch version to 1.8.10-snap0 2012-04-09 14:39:33 -05:00
Quincey Koziol
d2232db790 [svn-r22223] Description:
Update GCC compiler flags for new 4.7.0 release.

Tested on:
    Mac OSX/64 10.7.3 (amazon) w/gcc 4.7.0
2012-04-01 15:43:59 -05:00
Allen Byrne
a5736e5b89 [svn-r22203] Add extra search term 2012-03-29 17:26:48 -05:00
Allen Byrne
a017014f5e [svn-r22200] Update MINGW configuration (MinGW is Windows except for some issues) 2012-03-29 17:20:03 -05:00
Allen Byrne
f1fd281d9e [svn-r22191] Update MINGW configuration 2012-03-29 12:53:02 -05:00
Allen Byrne
b8cb145bdf [svn-r22186] MinGW compile issues fixed.
Tested: windows (big test using stdio only fails - this will be filed for further investigation)
2012-03-29 11:47:26 -05:00
Larry Knox
e4850a716f [svn-r22039] Fix for HDFFV-7878.
gnu-flags
        Don't add gcc flags for intel compiler even though its version display includes "gcc
".
intel-flags
        Extend intel version to include icc-12*.

Tested on jam, koal, ostrich with h5committest.
Chedcked in to trnk last week.
2012-03-09 16:50:36 -05:00
Allen Byrne
68d93b7f4e [svn-r22013] HDFFV-7560:
Merge 1.8 and h5dump/tools and tests based on tools library from trunk.
Reduced warnings.

HDFFV-7949:
Remove duplicated functions in h5ls

Tested: local linux,h5committest
2012-03-02 09:21:13 -05:00
Albert Cheng
e46c4aeee5 [svn-r21998] Feature: HDFFV-7793: AIX Fortran and C++ Compiler version information
Added code to display the version information of XL fortran and C++ compiler
version information. (This is just a quick fix for the AIX XL compilers.
The overall algorithm of compilers version information needs an overhaul.)

Tested: ADA machine. (No committest because the changes applied to AIX XL
compilers only.)
2012-02-28 07:34:11 -05:00
Allen Byrne
d47dbd72d3 [svn-r21881] Add cygwin changes for ext libs 2012-01-18 10:34:05 -05:00
Allen Byrne
58fdcc01a4 [svn-r21855] Remove cdash variables for use with CTestScript.cmake processing.
Tested: windows
2011-12-30 13:30:13 -05:00
Allen Byrne
d30a1274b2 [svn-r21853] Updated cdash variables for use with CTestScript.cmake processing.
Tested: windows
2011-12-30 10:33:28 -05:00
Allen Byrne
7540072fcb [svn-r21835] Updated ext lib so version and lib packaging macros
Synch across projects
2011-12-20 11:37:52 -05:00