summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: also put a variable into the cache when defined using -D if no type isAlexander Neundorf2007-06-011-1/+48
| | | | | | | given, then STRING is used. Also add command line option -U as suggested for undefining cache variables. This fixes #4896 and #4264. Alex
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-1/+1
|
* ENH: added remove_directory bug 2937Ken Martin2007-03-121-1/+13
|
* ENH: typoKen Martin2007-03-121-1/+1
|
* ENH: small enchancement for bug 3776.Ken Martin2007-03-121-1/+13
|
* ENH: SetupPathConversions is now called automatically on demand.Brad King2007-03-081-1/+0
|
* ENH: fix compiler warningKen Martin2007-03-021-1/+1
|
* BUG: a couple bugs in system informaitonKen Martin2007-03-011-5/+6
|
* BUG: allow system information to accept the -G optionKen Martin2007-02-281-16/+49
|
* BUG: fix to naming of results fileKen Martin2007-02-271-1/+1
|
* BUG: fix for unused variableKen Martin2007-02-271-1/+7
|
* ENH: added --system-information option to CMakeKen Martin2007-02-271-0/+92
|
* BUG: Produce an error when the script is not foundAndy Cedilnik2007-02-221-1/+1
|
* BUG: Overwrite the symlink if it already exists. Close Bug #4418 - cmake ↵Andy Cedilnik2007-02-151-0/+16
| | | | -create-symlink doesn't overwrite existing symlinks
* ENH: improve SetProperties and fix a couple warningsKen Martin2006-12-111-5/+0
|
* COMP: fix some warnings and style issuesKen Martin2006-12-081-5/+0
|
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+140
|
* ENH: fix errors for unix buildsBill Hoffman2006-11-291-1/+1
|
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ↵Bill Hoffman2006-11-291-24/+10
| | | | use cmVersion
* ENH: Cleanup of install component list. There was already the list in the ↵Andy Cedilnik2006-10-311-11/+0
| | | | global generator. Use that one
* ENH: Add support for displaying the list of componentsAndy Cedilnik2006-10-301-0/+12
|
* BUG: Do not display cmake -E usage when any old command line error occurs.Brad King2006-10-231-1/+0
|
* BUG: partial fix for the progress after install bugKen Martin2006-10-161-22/+30
|
* ENH: do not print a call stack if the user does a message error unless ↵Bill Hoffman2006-10-061-0/+6
| | | | --debug-output is used
* ENH: do not allow null pointer accessBill Hoffman2006-10-031-0/+5
|
* ENH: Added undocumented option -E cmake_unimplemented_variable to help print ↵Brad King2006-08-071-0/+12
| | | | useful error messages for unimplemented features on a given platform.
* ENH: fix color output inside of ctest runsKen Martin2006-07-211-1/+2
|
* ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with ↵Andy Cedilnik2006-07-211-12/+13
| | | | cmOStringStream
* ENH: add a higher performance method to get the number of files in a directoryKen Martin2006-06-221-3/+2
|
* ENH: avoid crash in sprintfBill Hoffman2006-06-201-1/+1
|
* ENH: Added generation of link rules into script files executed by a cmake -E ↵Brad King2006-06-151-0/+105
| | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
* BUG: Always check dependency integrity whether or not CMake will re-run ↵Brad King2006-06-151-21/+20
| | | | because the generator no longer checks integrity during generation.
* ENH: some cleanup to progressKen Martin2006-06-121-2/+2
|
* BUG: Fixed cmake -E remove return code.Brad King2006-05-301-4/+11
|
* BUG: Updated Makefile dependency scanning to provide a full local generator ↵Brad King2006-05-251-4/+61
| | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway.
* ENH: always compile progressKen Martin2006-05-231-5/+2
|
* COMP: fix bootstrapKen Martin2006-05-221-0/+4
|
* COMP: fix mac warningKen Martin2006-05-221-1/+1
|
* ENH: part of the progress reporting checkinKen Martin2006-05-221-0/+63
|
* ENH: fix crashes when command line arguments are not followed by the correct ↵Bill Hoffman2006-05-191-3/+32
| | | | number of arguments
* ENH: Add simple progress reporting during makeAndy Cedilnik2006-05-151-0/+15
|
* STYLE: fix line lengthKen Martin2006-05-121-13/+20
|
* COMP: Disable color support for bootstrap.Brad King2006-04-271-3/+11
|
* ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support ↵Brad King2006-04-271-0/+113
| | | | for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project.
* ENH: save the cache on fatal error so that users can set cache valuesBill Hoffman2006-04-201-1/+1
|
* ENH: add more verbose output in verbose modeBill Hoffman2006-04-121-6/+40
|
* ENH: Added support for multiple outputs generated by a single custom ↵Brad King2006-04-111-0/+4
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-0/+3
| | | | warnings produced by building for win64
* COMP: Fix apple bootstrap issuesAndy Cedilnik2006-03-221-3/+5
|
* ENH: Handle missing unsetenv and add check for environAndy Cedilnik2006-03-171-0/+2
|