summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r20157] Bring CMake changes to branch up to r20156 from trunkAllen Byrne2011-02-252-116/+330
|
* [svn-r20150] Change Name of Legacy naming optionAllen Byrne2011-02-231-9/+9
|
* [svn-r20111] Ignore valgrind memleak test on cmake script for ↵Jonathan Kim2011-02-171-0/+2
| | | | H5LS-tgrp_comments and H5DUMP-tarray1_big test cases.
* [svn-r20079] Correct Fortran handling in CMake filesAllen Byrne2011-02-101-0/+121
| | | | Tested: local: linux
* [svn-r20069] Corrected a typo inAlbert Cheng2011-02-081-1/+1
| | | | | | | | | PROD_CFLAGS= "-O" Shell does not allow any spaces between the "=" and righthand side value. Changed it to PROD_CFLAGS="-O" Tested in jam.
* [svn-r20059] Changed Linux system to use mpicc as the default parallel C ↵Albert Cheng2011-02-071-2/+8
| | | | | | | | | compiler. mpif90 is already the default parallel Fortran if mpicc is the C compiler. Tested: Amani (serial and parallel). No need for committest since this change is limited to Linux system.
* [svn-r20055] Corrected extlib option valueAllen Byrne2011-02-071-1/+1
|
* [svn-r20042] Disable SVN extlibsAllen Byrne2011-02-041-1/+1
|
* [svn-r20041] Created valgrind cacheinit file, Corrected ignore list, updated ↵Allen Byrne2011-02-042-34/+92
| | | | memcheck defines
* [svn-r20014] Change use of variable to allow a SITE name to be defined, to ↵Allen Byrne2011-01-271-0/+289
| | | | using it to extend the build name used in reporting to CDash
* [svn-r19994] Added ability to use compressed file for external librariesAllen Byrne2011-01-251-2/+10
| | | | | | Bring 19993 from trunk Tested: local linux
* [svn-r19987] Update list of memtest exludeAllen Byrne2011-01-251-1/+3
|
* [svn-r19931] Add packed bits tests to MemCheck ignore listAllen Byrne2011-01-071-0/+42
|
* [svn-r19913] Correct format of empty parameterAllen Byrne2011-01-051-2/+2
| | | | Tested: local linux
* [svn-r19908] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-051-2/+2
|
* [svn-r19906] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-16/+14
| | | | | | macro use for checking libtype. Tested: Windows
* [svn-r19898] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-302-23/+9
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19883] Corrected time_of_day define configuration, found during ↵Allen Byrne2010-12-132-11/+12
| | | | | | parallel CMake build. Tested: local linux, fix confirmed by user
* [svn-r19875] Correct HDF5 configuration variables for CPack/Install.Allen Byrne2010-12-083-7/+11
| | | | Tested: windows
* [svn-r19874] Add other HDF5 configuration variables.Allen Byrne2010-12-081-3/+6
|
* [svn-r19871] Add tests for examples.Allen Byrne2010-12-033-16/+54
| | | | | | Bring r19870 from trunk Tested: local linux
* [svn-r19826] Correct SZIP 'warning ignore' regexAllen Byrne2010-11-191-1/+1
|
* [svn-r19821] Update cacheinit.cmake with current HDF options. Allen Byrne2010-11-181-6/+18
|
* [svn-r19810] Correct define typoAllen Byrne2010-11-171-1/+1
|
* [svn-r19807] Corrected REGEX of warning exceptionAllen Byrne2010-11-171-2/+2
|
* [svn-r19802] Update valgrind ignore tests.Allen Byrne2010-11-171-15/+30
|
* [svn-r19793] Revised the valgrind ignore list, added simple execute command ↵Allen Byrne2010-11-161-436/+456
| | | | tests for when doing a valgrind test of tools that only use a cmake script for testing.
* [svn-r19791] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-162-3/+21
| | | | Tested: local linux
* [svn-r19788] Check for CMAKE_BUILD_TYPE set if not WIN32 in library prefix ↵Allen Byrne2010-11-161-2/+8
| | | | naming. Unset needs prefix to be lib.
* [svn-r19780] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors.Allen Byrne2010-11-131-1/+1
| | | | Bring r19779 from trunk
* [svn-r19777] Corrected handling of largefile and linux_lfs handling.Allen Byrne2010-11-124-11/+49
| | | | | Synched cmake version of H5pubconf.h.in Added another variation of H5detect warning to ignore list.
* [svn-r19768] Problem:Albert Cheng2010-11-111-1/+1
| | | | | | | | The parallel test ran out of memory because 32bit binary default to use less memory. Changed RUNPARALLEL to use larger memory (LDR_CNTRL=MAXDATA=0x2000 0000@DSA). Tested: BP parallel.
* [svn-r19763] Changed NPROCS default value from 3 to 6.Albert Cheng2010-11-112-2/+2
|
* [svn-r19754] Added flush2 to list of memcheck ignore - flush2 needs flush1 ↵Allen Byrne2010-11-101-0/+1
| | | | | | to generate files Bring r19753 back from trunk.
* [svn-r19738] Added another version of H5detect warning to ignore listAllen Byrne2010-11-051-0/+3
| | | | | | Added H5convert warning to ignore list Added flush1 to list of memcheck ignore - design precludes valgrind correctness
* [svn-r19705] Added VFD test options.Allen Byrne2010-11-011-0/+9
| | | | Tested: local linux
* [svn-r19703] Removed special fheap timeout - replaced by timeout set in ↵Allen Byrne2010-11-012-6/+441
| | | | | | | | | CTestConfig.ctest Added MemCheck Ignore tests for repeated tools tests Added Debug flag for windows Bring r19702 from trunk
* [svn-r19677] Added h5mkgrp testsAllen Byrne2010-10-271-1/+6
| | | | | | Added valgrind test variables and increased Tested: Local linux
* [svn-r19663] Add warnings to CDash ignore listAllen Byrne2010-10-221-2/+4
|
* [svn-r19661] Add tab char to regex for warningsAllen Byrne2010-10-221-2/+2
|
* [svn-r19653] Put back deleted library check in configure.Allen Byrne2010-10-201-0/+1
| | | | | | Remove shared library check around ws2_32.lib linking in test library. Issue on windows static builds. Tested: windows
* [svn-r19644] Correct configuration library checks symbol namesAllen Byrne2010-10-191-4/+2
|
* [svn-r19591] Bug fix: since the addition of Albert Cheng2010-10-134-156/+11
| | | | | | | | | | | | | | | | | | | | RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA"} kind of mess things up for the parallel HDF5 configure. Changed it to RUNSERIAL=${RUNSERIAL="env LDR_CNTRL=MAXDATA=0x20000000@DSA MP_PROCS=1 MP_TASKS_PER_NODE=1 poe"} if --enable-parallel. Also merge powerpc-ibm-aix5.x with ibm-aix by making powerpc-ibm-aix5.x to source ibm-aix just like ibm-aix6.x. This is in preparation that all AIX platforms will eventually just use ibm-aix directly. Fixed a small problme in ibm-flags: some older xlc (e.g. v7.1) prints the version information with a leading blank. So, accommodate this pattern by removing the "^". Tested: LLNL uP, 32/64bits, serial/parallel. (parallel has tests failed but this change is mainily for configure issues.) Also tested BP, 32/64bits but serial only.
* [svn-r19567] Maintenance: Added -O3 to be used with the C Intel v 11 ↵Elena Pourmal2010-10-082-7/+28
| | | | | | | | | compilers; set default to -O for all unknown versions of the C Intel compilers. Modified apple config file to display Intel compiler information. Updated RELEASE.txt notes accordingly. Platfroms tested: jam, amani and dubna (Mac 64-bit) with Intel C, Fortran and C++ compilers.
* [svn-r19537] Cleanup formattingAllen Byrne2010-10-073-40/+38
|
* [svn-r19529] Added line to config/examples.am to remove execute permission ↵Larry Knox2010-10-061-0/+1
| | | | | | from example source files that are installed in .../share/hdf5_examples/. This will address bugzilla #2025. Tested with h5committest on amani, heiwa, and jam.
* [svn-r19528] Add clear generated objects commands to test blocks.Allen Byrne2010-10-062-19/+38
| | | | | | | | Add configurefile command to copy CTestCustom to build folder. Bring r19527 back from trunk Tested: local linux
* [svn-r19510] Improve CMake support for CYGWIN.Allen Byrne2010-10-043-75/+96
| | | | | | | | Correct script comment in testh5diff.sh Bring r19509 back from trunk Tested: Windows Cygwin
* [svn-r19459] Add CMake tests for check-vfd; includes new vfdTest.cmake ↵Allen Byrne2010-09-212-2/+43
| | | | | | script and OPTION HDF5_TEST_VFD Tested: local linux
* [svn-r19451] Update version of 1.8 branch to HDF5 1.8.7-snap0Mike McGreevy2010-09-211-1/+1
|