HDF Tester
cdc63fc21a
[svn-r22140] Snapshot version 1.9 release 112
2012-03-25 09:30:39 -05:00
HDF Tester
2c428c1bd7
[svn-r22097] Snapshot version 1.9 release 111
2012-03-20 08:00:55 -05:00
HDF Tester
80b2b54f41
[svn-r22040] Snapshot version 1.9 release 110
2012-03-11 10:52:04 -05:00
HDF Tester
e7bbbd07df
[svn-r22022] Snapshot version 1.9 release 109
2012-03-04 09:34:49 -05:00
Larry Knox
cfc1dffd14
[svn-r22020] 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*.
2012-03-03 00:00:33 -05:00
Allen Byrne
196080ac0f
[svn-r22010] Variable used to determine if the MS Visual Studio compiler is being used incorrectly limited setting the H5_HAVE_VISUAL_STUDIO define to only when the IDE was being used to build on Windows.
...
Tested: windows
2012-03-01 15:34:32 -05:00
Albert Cheng
2ac614f94d
[svn-r21997] 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:32:22 -05:00
Allen Byrne
e5b940c6cb
[svn-r21949] Add H5detect warning ignore
2012-02-16 11:33:17 -05:00
HDF Tester
adb158fa78
[svn-r21910] Snapshot version 1.9 release 108
2012-02-05 09:51:01 -05:00
HDF Tester
b98ac90e8f
[svn-r21898] Snapshot version 1.9 release 107
2012-01-29 09:51:06 -05:00
HDF Tester
0fd077c4c4
[svn-r21884] Snapshot version 1.9 release 106
2012-01-22 09:49:58 -05:00
Allen Byrne
5d65ab5dd2
[svn-r21880] Add cygwin changes for ext libs
2012-01-18 10:33:50 -05:00
HDF Tester
e0db7c8922
[svn-r21867] Snapshot version 1.9 release 105
2012-01-08 10:39:01 -05:00
HDF Tester
871e139ba8
[svn-r21857] Snapshot version 1.9 release 104
2012-01-01 09:46:54 -05:00
Allen Byrne
b39c7da7b7
[svn-r21854] Remove cdash variables for use with CTestScript.cmake processing.
...
Tested: windows
2011-12-30 13:27:14 -05:00
Allen Byrne
aa38c92449
[svn-r21852] Updated cdash variables for use with CTestScript.cmake processing.
...
Tested: windows
2011-12-30 10:33:06 -05:00
HDF Tester
c5140decc3
[svn-r21850] Snapshot version 1.9 release 103
2011-12-25 09:56:40 -05:00
Allen Byrne
eebe37ee4a
[svn-r21836] Updated ext lib so version and lib packaging macros
...
Synch across projects
2011-12-20 11:38:34 -05:00
Allen Byrne
a6d5efaf89
[svn-r21834] Updated jpeg so version and lib packaging macros
...
Synch with all projects
2011-12-20 11:11:07 -05:00
HDF Tester
e24dc16d0b
[svn-r21831] Snapshot version 1.9 release 102
2011-12-18 09:32:12 -05:00
Allen Byrne
5568b320b9
[svn-r21829] synch common macros files with new hdf4 option to build shared jpeg libray - JIRA 1276.
2011-12-14 16:26:17 -05:00
HDF Tester
993c56b859
[svn-r21824] Snapshot version 1.9 release 101
2011-12-11 09:34:52 -05:00
Allen Byrne
b6c3da9733
[svn-r21813] CMAKE_BUILD_TYPE compares to "Debug" not "DEBUG"
2011-12-05 15:25:18 -05:00
Allen Byrne
a529e1ae55
[svn-r21787] Unify CMake config macros, split base macros from ext lib macros
...
Tested: local linux
2011-12-01 09:13:44 -05:00
Allen Byrne
6357e17185
[svn-r21785] Correct static lib naming when on windows
2011-11-30 23:10:34 -05:00
Allen Byrne
32f91a685b
[svn-r21783] Correct macros for building static libs on linux when CMAKE_BUILD_TYPE is defined.
...
Also correct use of CMAKE_ANSI_FLAGS for passing into sub-projects.
2011-11-30 15:28:47 -05:00
HDF Tester
eada074cc8
[svn-r21775] Snapshot version 1.9 release 100
2011-11-27 09:32:15 -05:00
Allen Byrne
88dc9b36d8
[svn-r21772] Correctly use CMAKE_BUILD_TYPE in functions for building extrnal libraries.
...
Tested: local linux
2011-11-22 13:15:34 -05:00
HDF Tester
cf472f86fc
[svn-r21770] Snapshot version 1.9 release 99
2011-11-20 09:32:13 -05:00
Allen Byrne
ab7b2c0fc0
[svn-r21761] HDFFV-7798: CMake on linux, building Static with zlib built internally. Corrected path component in EXTERNAL_ZLIB_LIBRARY macro.
...
Tested: linux
2011-11-15 11:58:10 -05:00
HDF Tester
642b828026
[svn-r21748] Snapshot version 1.9 release 98
2011-11-13 09:31:44 -05:00
Albert Cheng
264fa3562a
[svn-r21725] Bug HDFFV-2511: h5repack: failed in -q32 AIX due to memory
...
Description: removed the temporary patch of
RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"}
and similaryly for RUNPARALLEL since the h5repack test failure
was fixed and this patch is no longer needed. (IBM also advices
not to hardset MAXDATA if possible.)
Tested: NASA G-ADA AIX machine, both 32 and 64 bits modes.
(No parallel test because not able to build or run MPI executables yet.)
2011-11-07 08:50:46 -05:00
HDF Tester
8c59983402
[svn-r21721] Snapshot version 1.9 release 97
2011-11-06 08:02:33 -05:00
Allen Byrne
5a79e29c60
[svn-r21716] Correct indentation
2011-11-04 12:37:14 -05:00
Allen Byrne
5de79b88bf
[svn-r21713] Update HDF changes of CMake/CTest.cmake files to 2.8.6
...
Increase CTEST SUBMITRETRY TIME from 5 to 20
2011-11-04 11:43:32 -05:00
Allen Byrne
49fabfad86
[svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake files updated to link with fortran mpi libs.
...
Updated cacheinit.cmake to set num of procs to 3 for hdf testing.
Tested: local linux and on windows 7
2011-11-03 16:06:37 -05:00
Allen Byrne
e22ceb45c9
[svn-r21702] remove obsolete cmake config module - exists in cmake 2.8.6
2011-11-02 13:50:43 -05:00
HDF Tester
7d42dafd30
[svn-r21692] Snapshot version 1.9 release 96
2011-10-30 09:39:32 -05:00
Allen Byrne
c5e075851a
[svn-r21667] Update FOLDER solution option for target properties. Added OPTION command for solution folder and no packaging.
...
Tested: local linux
2011-10-25 11:52:58 -05:00
Allen Byrne
dc90cfc1c2
[svn-r21596] Correct large file support test
2011-10-18 11:44:32 -05:00
HDF Tester
62aa159e09
[svn-r21587] Snapshot version 1.9 release 95
2011-10-16 09:00:02 -05:00
Dana Robinson
ffb0f23af2
[svn-r21549] Removed unused references to USE_STDIO and MAX_BUF in Windows configuration CMake file.
2011-10-13 12:07:41 -05:00
Dana Robinson
b2e5e9978d
[svn-r21538] Removed obsolete Windows STDIO VFD configuration options from CMake config files.
...
Tested on Windows
2011-10-13 07:45:56 -05:00
Allen Byrne
79f21edd38
[svn-r21523] Added CLOCK_GET_TIME define to cmake configure
...
Tested: local linux
2011-10-11 15:54:41 -05:00
Allen Byrne
4eab5f7e31
[svn-r21511] Synchronize macros for naming with other libraries
2011-10-11 08:42:32 -05:00
HDF Tester
892d491c35
[svn-r21499] Snapshot version 1.9 release 94
2011-10-09 09:02:51 -05:00
Allen Byrne
22dff7723c
[svn-r21493] Add new mach/mach_time.h header check.
2011-10-07 16:46:12 -05:00
HDF Tester
9d793e7e5e
[svn-r21443] Snapshot version 1.9 release 93
2011-10-02 09:35:04 -05:00
Allen Byrne
641d10289d
[svn-r21425] Add 2003 fortran to settings text
2011-09-27 10:52:56 -05:00
Allen Byrne
cb06ebf08d
[svn-r21417] Correct indentation in cmake config file.
...
Add option for allowing -fPIC.
2011-09-26 08:56:42 -05:00