summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r19706] Added VFD test options.Allen Byrne2010-11-011-0/+9
| | | | Bring r19705 from branch
* [svn-r19702] 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
* [svn-r19679] Added h5mkgrp testsAllen Byrne2010-10-271-1/+6
| | | | | | Added valgrind test variables and increased Tested: Local linux
* [svn-r19664] Add warnings to CDash ignore listAllen Byrne2010-10-221-2/+4
|
* [svn-r19660] Add tab char to regex for warningsAllen Byrne2010-10-221-2/+2
|
* [svn-r19650] 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-r19643] Correct configuration library checks symbol namesAllen Byrne2010-10-191-4/+2
|
* [svn-r19536] Cleanup formattingAllen Byrne2010-10-073-40/+38
|
* [svn-r19527] Add clear generated objects commands to test blocks.Allen Byrne2010-10-062-19/+38
| | | | | | Add configurefile command to copy CTestCustom to build folder. Tested: local linux
* [svn-r19509] Improve CMake support for CYGWIN.Allen Byrne2010-10-043-75/+96
| | | | | | Correct script comment in testh5diff.sh Tested: Windows Cygwin
* [svn-r19460] Updated runTest.cmake to compare against the expected result ↵Allen Byrne2010-09-211-2/+2
| | | | code rather then just 0
* [svn-r19458] Add CMake tests for check-vfd; includes new vfdTest.cmake ↵Allen Byrne2010-09-211-0/+41
| | | | | | script and OPTION HDF5_TEST_VFD Tested: local linux
* [svn-r19403] Update to H5REPACK tests for layout info required a grep script ↵Allen Byrne2010-09-161-0/+61
| | | | | | | | like runTest.cmake. Update CMakeLists.txt for new h5repack layout tests. Tested: local linux
* [svn-r19361] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-093-17/+95
|
* [svn-r19357] Add POSIX warning to report ignore list.Allen Byrne2010-09-081-0/+1
|
* [svn-r19343] Corrected long long printf test.Allen Byrne2010-09-022-5/+2
| | | | | | | Added CMake commands to allow the install of the extlibs on windows. Updated ctest warning exception regex for VS2010 Tested: windows
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-312-1/+373
| | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Tested: local linux with mpich
* [svn-r19320] Added correction to check for existence of H5PRINTF_LL in ↵Allen Byrne2010-08-271-37/+39
| | | | | | PRINTF_LL test. Tested: local linux
* [svn-r19302] Correct typo in tools locationAllen Byrne2010-08-252-3/+2
|
* [svn-r19300] BZ 1958: Add h5dump xml tests to CMake supportAllen Byrne2010-08-252-0/+10
| | | | Tetsed: local linux
* [svn-r19269] Add warning exceptions.Allen Byrne2010-08-201-0/+16
| | | | Add memcheck ignore.
* [svn-r19260] Change Cmake to allow a local zlib header to be used in ↵Allen Byrne2010-08-205-51/+112
| | | | | | | | | | | H5Zdelate module. Corrected use of "SKIP" message in cmake. Corrections to cmake configuration files (for cmake external projects). Community suggested changes. Tested: local linux
* [svn-r19211] Updated cmake file with community suggested changes for cmake ↵Allen Byrne2010-08-104-4/+0
| | | | | | | | install files. Removed configure check for fseek Tested: local linux
* [svn-r19179] Description:Quincey Koziol2010-08-051-0/+9
| | | | | | | | | | | | | | | | | | | | | | Bring changes from Coverity branch back to trunk: r19079 & 19080: [BZ1942] h5dump -u to generate XML, it does not respect the -m option xml version of dump_data function didn't check for use of fp_format variable. Added new test expected file for committed bug 1942 r19103, 19104 & 19105: [BZ1821] h5repack -v did not display correct output for a selected compression. Needed new test for comparing output of -v option. Added new test file for solution to BZ1821 BZ1821 - Bring test changes from the shell script actually used. Tested on: Mac OS X/32 10.6.4 (amazon) debug & production (h5committested on branch)
* [svn-r19165] Add configure changes from r19160 to CMake.Allen Byrne2010-08-022-1/+12
|
* [svn-r19107] Move Resources folder to config/cmakeAllen Byrne2010-07-2018-0/+3077
Tested: Local Linux