summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r20228] Add tools bin folder to installation variablesAllen Byrne2011-03-101-0/+1
|
* [svn-r20224] Add enable-error-stack option to new features-tools section.Allen Byrne2011-03-101-251/+4
| | | | Enable h5stat tests for valgrind testing.
* [svn-r20203] Purpose:Jonathan Kim2011-03-081-0/+4
| | | | | | | | | | | | | Fix Bug 2120 - h5copy: improve to copy an object into same HDF file Description: Before the fix users can't copy an object (dataset or group) with different name if input file (-i) and output file (-o) is same. This feature would be useful to clone any object with different name and reuse contents. Tested: jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
* [svn-r20184] Enable h5dump tests in valgrindAllen Byrne2011-03-042-195/+223
|
* [svn-r20168] BZ2048: Add -E --enable-error-stack option to h5dump.Allen Byrne2011-02-281-1/+1
| | | | Tested: local linux, heiwa, windows
* [svn-r20156] Update macros to correct errors found on windowsAllen Byrne2011-02-251-2/+10
|
* [svn-r20155] Change macros - do not need URL parameterAllen Byrne2011-02-241-9/+9
|
* [svn-r20154] Update error in szip ext project macroAllen Byrne2011-02-241-2/+2
|
* [svn-r20153] Move ext lib handling for ext project building to a common ↵Allen Byrne2011-02-242-116/+322
| | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows
* [svn-r20149] Change Name of Legacy naming optionAllen Byrne2011-02-231-9/+9
|
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-0/+121
|
* [svn-r20110] Ignore valgrind memleak test on cmake script for ↵Jonathan Kim2011-02-171-0/+2
| | | | H5LS-tgrp_comments and H5DUMP-tarray1_big test cases.
* [svn-r20054] Created valgrind cacheinit fileAllen Byrne2011-02-071-0/+58
|
* [svn-r20013] 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-r19993] Added ability to use compressed file for external libraries ↵Allen Byrne2011-01-251-2/+2
| | | | | | corrected. Tested: local linux
* [svn-r19991] Added ability to use compressed file for external librariesAllen Byrne2011-01-251-2/+10
| | | | Tested: local linux
* [svn-r19988] Update list of memtest exludeAllen Byrne2011-01-251-0/+3
|
* [svn-r19914] Correct format of empty parameterAllen Byrne2011-01-051-2/+2
| | | | bring r19913 from 1.8
* [svn-r19909] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-051-2/+2
| | | | bring r19908 from 1.8 branch
* [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-16/+14
| | | | | | macro use for checking libtype. bring r19906 from 1.8 branch
* [svn-r19895] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-292-23/+9
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19884] Corrected time_of_day define configuration, found during ↵Allen Byrne2010-12-132-11/+12
| | | | | | parallel CMake build. Tested: local linux
* [svn-r19878] Correct HDF5 configuration variables for CPack/Install.Allen Byrne2010-12-083-9/+16
| | | | Bring r19875 from 1.8 branch
* [svn-r19870] Add tests for examples.Allen Byrne2010-12-033-16/+54
| | | | Tested: local linux
* [svn-r19827] Correct SZIP 'warning ignore' regexAllen Byrne2010-11-191-1/+1
|
* [svn-r19820] Update cacheinit.cmake with current HDF options. Allen Byrne2010-11-181-6/+18
|
* [svn-r19811] Correct define typoAllen Byrne2010-11-171-1/+1
|
* [svn-r19806] Corrected REGEX of warning exceptionAllen Byrne2010-11-171-2/+2
|
* [svn-r19799] Update valgrind ignore tests.Allen Byrne2010-11-171-15/+29
|
* [svn-r19792] Revised the valgrind ignore list, added simple execute command ↵Allen Byrne2010-11-161-436/+457
| | | | tests for when doing a valgrind test of tools that only use a cmake script for testing.
* [svn-r19790] CMake: Correct Error tests. Add Deprecated Symbols option.Allen Byrne2010-11-162-3/+17
| | | | Tested: local linux
* [svn-r19787] 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-r19782] Fix CMake testing for links_env test which requires an ↵Allen Byrne2010-11-151-0/+4
| | | | | | | | environment variable at test run-time. Modified runTest.cmake file to allow optional ENV_VAR and ENV_VALUE to be passed. runTest.cmake requires a reference file, added links_env.out to testfiles folder. Also updated root CMakeLists.txt to output a message when unsopported options are configured with the PARALLEL option. CMake will still generate files. Tested: windows and local linux
* [svn-r19779] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors.Allen Byrne2010-11-131-1/+1
|
* [svn-r19776] 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-r19753] Added flush2 to list of memcheck ignore - flush2 needs flush1 ↵Allen Byrne2010-11-101-0/+1
| | | | to generate files
* [svn-r19737] 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-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