summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Adding CMAKE_DEPENDENT_OPTION macro.Brad King2006-10-191-0/+37
|
* ENH: Added explicit name for option to test CMakeLib. Added option to ↵Brad King2006-10-1912-30/+60
| | | | disable testing of CMakeLib if system utility libraries are used until linking made easier.
* ENH: Find module for XMLRPC libraries.Brad King2006-10-191-0/+134
|
* ENH: Find module for EXPAT library.Brad King2006-10-191-0/+38
|
* ENH: Find module for CURL library.Brad King2006-10-191-0/+38
|
* ENH: added total time limit for a CTest run bug 1207Ken Martin2006-10-197-6/+93
|
* ENH: Patch from Jan for bug#3453. Cleans up find script and enables ↵Brad King2006-10-192-41/+43
| | | | -isystem feature for use script.
* 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
| | | | gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure.
* 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-1615-21/+172
| | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
* BUG: Need to collapse path argument to get_directory_property. This ↵Brad King2006-10-162-0/+8
| | | | addresses bug#3847.
* ENH: Make hyperlinks in documentation active when generated into HTML ↵Brad King2006-10-161-9/+74
| | | | documents. This addresses bug#3906.
* ENH: Allow user project code to distinguish between an install prefix set on ↵Brad King2006-10-161-0/+8
| | | | the command line and one set by CMake as a default. This is useful for changing the default prefix while still allowing the user to override it.
* BUG: partial fix for the progress after install bugKen Martin2006-10-161-22/+30
|
* ENH: update for releaseBill Hoffman2006-10-165-1/+58
|
* ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ↵Brad King2006-10-162-5/+49
| | | | ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
* BUG: fix for bug# 3310Bill Hoffman2006-10-161-0/+17
|
* STYLE: Fix kwstyleAndy Cedilnik2006-10-153-7/+11
|
* ENH: Properly propagate config type to testAndy Cedilnik2006-10-133-10/+16
|
* BUG: fix for bug#3908 if header_file_only is set on cxx files in visual ↵Bill Hoffman2006-10-131-4/+14
| | | | studio do not compile them
* BUG: Compression must be set before any output is created.Brad King2006-10-131-10/+10
|
* COMP: Fix Sun buildAndy Cedilnik2006-10-131-2/+1
|
* BUG: When using link scripts use native shell escapes instead of makefile ↵Brad King2006-10-131-1/+15
| | | | shell escapes because the script is not interpreted by a make tool.
* ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcodeBill Hoffman2006-10-131-10/+16
|
* BUG: fix for bug# 3921 INPUT wrongBill Hoffman2006-10-131-1/+1
|
* BUG: fix for bug #3846 more advanced stuffBill Hoffman2006-10-132-10/+2
|
* BUG: fix for bug#3898 find qt plugin dirBill Hoffman2006-10-131-0/+9
|
* 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. ↵Brad King2006-10-133-10/+9
| | | | The echo; hack did not work when running from ctest.
* 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 ↵Andy Cedilnik2006-10-133-14/+46
| | | | measurements
* ENH: undo bad changesBill Hoffman2006-10-121-4/+0
|
* BUG: Use BuildDirectory from the DartConfiguration information. Also, Make ↵Andy Cedilnik2006-10-122-1/+6
| | | | missing coverage information not make ctest fail
* 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-122-0/+4
|
* ENH: Handle more regular expressionsAndy Cedilnik2006-10-121-0/+2
|
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-122-0/+20
| | | | CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
* ENH: On Visual Studio and Xcode handle config typeAndy Cedilnik2006-10-121-3/+9
|
* ENH: More locations for JavaAndy Cedilnik2006-10-122-0/+8
|
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-126-3/+66
| | | | CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
* 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 ↵Brad King2006-10-113-20/+7
| | | | to have .. in the path. This makes the makefile generator consistent with the already working Xcode implementation of this feature. Also added a test for @executable_path/.. style settings for this property.
* ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH.Brad King2006-10-111-12/+2
|
* STYLE: Fixed typo: INCLUDE_DIR->INCLUDE_DIRS.Brad King2006-10-101-1/+1
|
* BUG: TARGET_QUOTED should always be replaced if Target is set in the rule ↵Brad King2006-10-101-1/+1
| | | | variables.
* BUG: Avoid duplicate conversion to output path.Brad King2006-10-102-18/+13
|
* STYLE: Nightly Version updateAndy Cedilnik2006-10-101-1/+1
|