Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23318] HDFFV-8311: Improve tools testing and eliminate dependency problems | Allen Byrne | 2013-02-25 | 1 | -5/+5 |
| | | | | Tested: local linux | ||||
* | [svn-r23301] | Allen Byrne | 2013-02-18 | 4 | -85/+16 |
| | |||||
* | [svn-r23261] Brought r23235 from trunk into branch. | Scot Breitenfeld | 2013-02-13 | 1 | -6/+4 |
| | |||||
* | [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵ | Allen Byrne | 2013-01-31 | 2 | -0/+5 |
| | | | | | | This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux | ||||
* | [svn-r23142] Purpose: | Dana Robinson | 2013-01-08 | 2 | -1/+9 |
| | | | | | | | | | | | 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) | ||||
* | [svn-r23141] Only do line by line compare if compare files fail. | Allen Byrne | 2013-01-07 | 2 | -0/+18 |
| | |||||
* | [svn-r23129] Update CPack to 2.8.10 | Allen Byrne | 2013-01-02 | 1 | -267/+330 |
| | |||||
* | [svn-r23125] HDFFV-8202: merge cmake compare changes from trunk | Allen Byrne | 2013-01-02 | 2 | -36/+47 |
| | |||||
* | [svn-r23065] HDFFV-8202: Add diff display to cmake output on error. Merged ↵ | Allen Byrne | 2012-11-28 | 2 | -15/+57 |
| | | | | changes from trunk runTest.cmake. | ||||
* | [svn-r23044] Restore build configuration defines for cmake | Allen Byrne | 2012-11-21 | 1 | -0/+18 |
| | |||||
* | [svn-r22892] Increment release branch for future release (v1.8.11). | Albert Cheng | 2012-10-12 | 1 | -1/+1 |
| | | | | | | Set version number to 1.8.11-snap0. Clear out RELEASE.txt to hold 1.8.11 changes Update version references in RELEASE.txt | ||||
* | [svn-r22880] Bug Fix: HDFFV 8017 | Albert Cheng | 2012-10-10 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | 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. | ||||
* | [svn-r22831] Bug fix: HDFFV-8069 AIX config file Fortran flags need fix | Albert Cheng | 2012-09-27 | 1 | -4/+4 |
| | | | | | | | | | | | | | 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 | ||||
* | [svn-r22788] HDFFV-8153: Pull POSIX_C_SOURCE define out to separate ↵ | Allen Byrne | 2012-09-19 | 1 | -1/+4 |
| | | | | | | variable. Use ADD_DEFINITIONS (${HDF5_EXTRA_C_FLAGS}) in non-fortran CMakeLists.txt folders Tested: local | ||||
* | [svn-r22724] Convert tests to *.sh.in. | Allen Byrne | 2012-08-28 | 4 | -20/+17 |
| | | | | | | | | Convert configure.in to configure.ac. Align TESTS usage with autotools convention. Update all references from configure.in to configure.ac Tested: h5committest | ||||
* | [svn-r22719] Fix RelWithDebInfo packaging | Allen Byrne | 2012-08-28 | 1 | -12/+12 |
| | | | | Tested: windows | ||||
* | [svn-r22634] Update CMake configuration files for current packaging layout | Allen Byrne | 2012-08-06 | 5 | -47/+29 |
| | |||||
* | [svn-r22632] Merge from trunk revision 22631 | Allen Byrne | 2012-08-06 | 1 | -13/+14 |
| | | | | tested: local linux | ||||
* | [svn-r22571] HDFFV-7784,-8095,7936 merge from trunk | Allen Byrne | 2012-07-13 | 1 | -3/+33 |
| | | | | Tested: local linux with cmake | ||||
* | [svn-r22551] Merge changes from Trunk revision 22550 for: | Allen Byrne | 2012-07-11 | 1 | -3/+16 |
| | | | | | | HDFFV-4206, -7953, -5930, -2687, -5942 Tested: local linux with cmake | ||||
* | [svn-r22514] Correct failure REGEX test to test value of TEST_EXPECT | Allen Byrne | 2012-07-05 | 1 | -8/+11 |
| | |||||
* | [svn-r22477] Removed subfolder tools from install command, need to correct ↵ | Allen Byrne | 2012-06-20 | 1 | -2/+2 |
| | | | | install template | ||||
* | [svn-r22474] Add check for MINGW - ws2_32 library | Allen Byrne | 2012-06-19 | 1 | -0/+3 |
| | | | | Tested: windows - mingw | ||||
* | [svn-r22470] Allow MinGW checks for fseek and the like | Allen Byrne | 2012-06-18 | 1 | -2/+2 |
| | | | | Tested: windows 32 mingw | ||||
* | [svn-r22469] MinGW Flags need to use dash | Allen Byrne | 2012-06-18 | 1 | -3/+8 |
| | | | | | | | set WINSOCK2_H do not test for endianess Tested: windows 32 minGW | ||||
* | [svn-r22464] Correct name used for POSIX flag | Allen Byrne | 2012-06-15 | 1 | -1/+7 |
| | |||||
* | [svn-r22462] ADD fortran warning to ignore list | Allen Byrne | 2012-06-14 | 1 | -0/+1 |
| | |||||
* | [svn-r22454] Add NOT WINDOWS blocking around VSNPRINTF works check. | Allen Byrne | 2012-06-12 | 1 | -3/+5 |
| | |||||
* | [svn-r22451] Brought cmake configuration / configure changes from Trunk. | Allen Byrne | 2012-06-11 | 9 | -226/+594 |
| | | | | Tested jam, local linux | ||||
* | [svn-r22416] Missing ${TEST_FOLDER} path component in test script | Allen Byrne | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | [svn-r22409] reduce compiler warnings reported by CDash for non-critical issues | Allen Byrne | 2012-05-25 | 1 | -3/+2 |
| | |||||
* | [svn-r22407] do not need warnings from utility program. | Allen Byrne | 2012-05-25 | 1 | -0/+1 |
| | |||||
* | [svn-r22397] Merge trunk changes for HDFFV-7999 and h5dump test script to branch | Allen Byrne | 2012-05-23 | 1 | -6/+6 |
| | |||||
* | [svn-r22345] replace C++ style comments | Allen Byrne | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | [svn-r22339] config/examples.am | Larry Knox | 2012-05-02 | 1 | -0/+10 |
| | | | | | | | 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. | ||||
* | [svn-r22268] Update 1.8 branch version to 1.8.10-snap0 | Mike McGreevy | 2012-04-09 | 1 | -1/+1 |
| | |||||
* | [svn-r22223] Description: | Quincey Koziol | 2012-04-01 | 1 | -1/+75 |
| | | | | | | | Update GCC compiler flags for new 4.7.0 release. Tested on: Mac OSX/64 10.7.3 (amazon) w/gcc 4.7.0 | ||||
* | [svn-r22203] Add extra search term | Allen Byrne | 2012-03-29 | 1 | -2/+2 |
| | |||||
* | [svn-r22200] Update MINGW configuration (MinGW is Windows except for some ↵ | Allen Byrne | 2012-03-29 | 2 | -19/+19 |
| | | | | issues) | ||||
* | [svn-r22191] Update MINGW configuration | Allen Byrne | 2012-03-29 | 1 | -8/+8 |
| | |||||
* | [svn-r22186] MinGW compile issues fixed. | Allen Byrne | 2012-03-29 | 4 | -27/+61 |
| | | | | Tested: windows (big test using stdio only fails - this will be filed for further investigation) | ||||
* | [svn-r22039] Fix for HDFFV-7878. | Larry Knox | 2012-03-09 | 2 | -2/+8 |
| | | | | | | | | | | | 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. | ||||
* | [svn-r22013] HDFFV-7560: | Allen Byrne | 2012-03-02 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | [svn-r21998] Feature: HDFFV-7793: AIX Fortran and C++ Compiler version ↵ | Albert Cheng | 2012-02-28 | 2 | -40/+66 |
| | | | | | | | | | | | 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.) | ||||
* | [svn-r21881] Add cygwin changes for ext libs | Allen Byrne | 2012-01-18 | 1 | -15/+36 |
| | |||||
* | [svn-r21855] Remove cdash variables for use with CTestScript.cmake processing. | Allen Byrne | 2011-12-30 | 1 | -289/+0 |
| | | | | Tested: windows | ||||
* | [svn-r21853] Updated cdash variables for use with CTestScript.cmake processing. | Allen Byrne | 2011-12-30 | 1 | -8/+7 |
| | | | | Tested: windows | ||||
* | [svn-r21835] Updated ext lib so version and lib packaging macros | Allen Byrne | 2011-12-20 | 1 | -4/+4 |
| | | | | Synch across projects | ||||
* | [svn-r21833] Updated jpeg so version and lib packaging macros | Allen Byrne | 2011-12-20 | 1 | -4/+4 |
| | | | | Synch with all projects | ||||
* | [svn-r21828] synch common macros files with new hdf4 option to build shared ↵ | Allen Byrne | 2011-12-14 | 1 | -4/+4 |
| | | | | jpeg libray - JIRA 1276. |