summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added NO_MODULE and COMPONENTS options to improve flexibility of the com...Brad King2006-10-262-69/+71
* STYLE: Fix typoAndy Cedilnik2006-10-261-1/+1
* BUG: When writing newlines between script portions in prebuild, prelink, and ...Brad King2006-10-261-3/+3
* COMP: Remove unused variable.Brad King2006-10-251-1/+0
* BUG: Adjust prebuild/prelink/postbuild script construction to account for Con...Brad King2006-10-252-10/+21
* BUG: Avoid leading and trailing newlines in custom command scripts because so...Brad King2006-10-251-6/+12
* ENH: Adding support for # escape in Watcom WMake.Brad King2006-10-256-5/+49
* BUG: It cannot be an error if the values do not convert. The docs say that i...Brad King2006-10-251-17/+4
* BUG: For LESS, GREATER, and EQUAL check that the arguments can actually be co...Brad King2006-10-251-3/+23
* COMP: Remove unnecessary provocationAndy Cedilnik2006-10-251-9/+6
* STYLE: Fix line lengthAndy Cedilnik2006-10-251-1/+2
* BUG: Looks like gcov produces lines with string /*EOF*/ on them if there is n...Andy Cedilnik2006-10-241-1/+1
* ENH: remove failing testBill Hoffman2006-10-241-3/+3
* ENH: Added # character for shell escaping.Brad King2006-10-231-1/+1
* ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.Brad King2006-10-232-24/+0
* BUG: Do not display cmake -E usage when any old command line error occurs.Brad King2006-10-231-1/+0
* ENH: Patch from Alex to provide nicer syntax for FILE_IS_NEWER. Using name I...Brad King2006-10-232-0/+24
* ENH: remove broken testBill Hoffman2006-10-221-6/+9
* ENH: Add options to build with system utility libraries. Organize inclusion ...Brad King2006-10-197-23/+34
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-197-6/+93
* ENH: Clarified search behavior when the objective is not found.Brad King2006-10-191-2/+7
* BUG: Correct the SystemReportDebugHook function. It should not call exit. It ...David Cole2006-10-191-5/+5
* STYLE: Fixed line-too-long.Brad King2006-10-171-1/+2
* ENH: Adding image version number (major.minor) property to windows binaries. ...Brad King2006-10-1610-2/+137
* BUG: Need to collapse path argument to get_directory_property. This addresse...Brad King2006-10-161-0/+4
* ENH: Make hyperlinks in documentation active when generated into HTML documen...Brad King2006-10-161-9/+74
* BUG: partial fix for the progress after install bugKen Martin2006-10-161-22/+30
* ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPA...Brad King2006-10-162-5/+49
* STYLE: Fix kwstyleAndy Cedilnik2006-10-153-7/+11
* ENH: Properly propagate config type to testAndy Cedilnik2006-10-132-9/+15
* BUG: fix for bug#3908 if header_file_only is set on cxx files in visual studi...Bill Hoffman2006-10-131-4/+14
* COMP: Fix Sun buildAndy Cedilnik2006-10-131-2/+1
* BUG: When using link scripts use native shell escapes instead of makefile she...Brad King2006-10-131-1/+15
* ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcodeBill Hoffman2006-10-131-10/+16
* BUG: Replace some errors with warningsAndy Cedilnik2006-10-132-3/+3
* BUG: Juse use cmake -E echo instead of the native echo on MinGW makefiles. T...Brad King2006-10-133-10/+9
* BUG: Do not try to compute the location of a non-library target for linking.Brad King2006-10-131-1/+3
* ENH: Report command line as a measurement and allow user to add custom measur...Andy Cedilnik2006-10-133-14/+46
* ENH: undo bad changesBill Hoffman2006-10-121-4/+0
* BUG: Use BuildDirectory from the DartConfiguration information. Also, Make mi...Andy Cedilnik2006-10-122-1/+6
* BUG: Use variable instead of retrieving again. Fixes bug: Bug #3476Andy Cedilnik2006-10-121-1/+1
* BUG: Report and error when ctest -S script fails... Fixes: Bug #3540Andy Cedilnik2006-10-121-1/+2
* ENH: Add NSIS compressionAndy Cedilnik2006-10-121-0/+1
* ENH: Handle more regular expressionsAndy Cedilnik2006-10-121-0/+2
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPac...Andy Cedilnik2006-10-123-1/+60
* ENH: some cleanup and commenting of codeKen Martin2006-10-122-366/+436
* ENH: fix for bug -gdwarf getting removedBill Hoffman2006-10-121-0/+4
* BUG: Do not collapse the INSTALL_NAME_DIR setting because users may intend to...Brad King2006-10-111-18/+3
* ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.Brad King2006-10-111-12/+2
* BUG: TARGET_QUOTED should always be replaced if Target is set in the rule var...Brad King2006-10-101-1/+1