| Commit message (Expand) | Author | Age | Files | Lines |
* | STYLE: fix typo: now double space after -D | Alexander Neundorf | 2007-06-04 | 1 | -1/+1 |
|
|
* | ENH: -U for removing variables now uses globbing expressions | Alexander Neundorf | 2007-06-04 | 3 | -11/+13 |
|
|
* | ENH: fix passing of time limit to some ctest invocations that also use build-... | Ken Martin | 2007-06-04 | 2 | -4/+6 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-03 | 1 | -1/+1 |
|
|
* | ENH: remove debug that caused tests to fail | Bill Hoffman | 2007-06-02 | 1 | -2/+0 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-02 | 1 | -1/+1 |
|
|
* | ENH: opps | Bill Hoffman | 2007-06-02 | 1 | -2/+0 |
|
|
* | ENH: initial bullseye stuff | Bill Hoffman | 2007-06-01 | 2 | -7/+549 |
|
|
* | BUG: also put a variable into the cache when defined using -D if no type is | Alexander Neundorf | 2007-06-01 | 2 | -1/+53 |
|
|
* | ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now | Alexander Neundorf | 2007-06-01 | 2 | -54/+288 |
|
|
* | ENH: also handle comments for variables which contain newlines | Alexander Neundorf | 2007-06-01 | 1 | -17/+20 |
|
|
* | BUG: fix crash, bug 5121 | Bill Hoffman | 2007-06-01 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-06-01 | 1 | -1/+1 |
|
|
* | ENH: if get_target_property() doesn't find a target with the given name, it | Alexander Neundorf | 2007-05-31 | 1 | -3/+3 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-05-30 | 1 | -1/+1 |
|
|
* | COMP: less warnings with msvc8 | Alexander Neundorf | 2007-05-29 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-05-29 | 1 | -1/+1 |
|
|
* | BUG: Finished previous fix. | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | COMP: Fixed shadowed local warning. | Brad King | 2007-05-28 | 1 | -3/+3 |
|
|
* | ENH: Removed unused methods that should never be used anyway. | Brad King | 2007-05-28 | 1 | -3/+0 |
|
|
* | STYLE: Fixed comment for Generate() method. | Brad King | 2007-05-28 | 1 | -8/+1 |
|
|
* | ENH: Moved link library related code from GenerateSourceFilesFromSourceLists ... | Brad King | 2007-05-28 | 1 | -8/+13 |
|
|
* | ENH: Removed "Used" mark from custom commands. It is no longer needed or che... | Brad King | 2007-05-28 | 3 | -18/+0 |
|
|
* | ENH: Remove unused build rules from Xcode. This change was made in the VS ge... | Brad King | 2007-05-28 | 1 | -52/+4 |
|
|
* | COMP: Fix build on mac after change to GetSourceFiles signature. | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | COMP: Fix build of XCode generator after change to GetSourceFiles signature. | Brad King | 2007-05-28 | 1 | -7/+7 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-05-28 | 1 | -1/+1 |
|
|
* | COMP: Fix build for windows-only generators after change to GetSourceFiles si... | Brad King | 2007-05-28 | 3 | -8/+8 |
|
|
* | ENH: Made cmTarget::GetSourceFiles method return reference to const so additi... | Brad King | 2007-05-28 | 4 | -7/+9 |
|
|
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ... | Brad King | 2007-05-28 | 5 | -9/+9 |
|
|
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad... | Brad King | 2007-05-28 | 3 | -6/+11 |
|
|
* | COMP: fix warning on MSVC 8: conversion from 'size_t' to 'unsigned int', poss... | Alexander Neundorf | 2007-05-28 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-05-27 | 1 | -1/+1 |
|
|
* | ENH: @ must be escaped in xcode projects | Bill Hoffman | 2007-05-27 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-05-27 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-05-26 | 1 | -1/+1 |
|
|
* | ENH: add option to FILE(STRINGS NO_HEX_CONVERSION) to disable automatic | Alexander Neundorf | 2007-05-25 | 2 | -10/+78 |
|
|
* | COMP: less warnings (signed vs. unsigned) | Alexander Neundorf | 2007-05-25 | 1 | -2/+2 |
|
|
* | BUG: Need to create global targets before AddHelperCommands is called. We sh... | Brad King | 2007-05-25 | 1 | -13/+13 |
|
|
* | ENH: make the compiler id detection work, even if the output file name of | Alexander Neundorf | 2007-05-25 | 5 | -4/+315 |
|
|
* | BUG: remove debug output | Alexander Neundorf | 2007-05-25 | 1 | -2/+0 |
|
|
* | BUG: Fix FILES mode after recent changes. | Brad King | 2007-05-25 | 2 | -0/+8 |
|
|
* | BUG: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to install under the p... | Brad King | 2007-05-25 | 2 | -2/+14 |
|
|
* | STYLE: Nightly Version update | Andy Cedilnik | 2007-05-25 | 1 | -1/+1 |
|
|
* | ENH: add copy header stuff | Bill Hoffman | 2007-05-24 | 2 | -2/+70 |
|
|
* | STYLE: remove debug output, fix indentation | Alexander Neundorf | 2007-05-24 | 1 | -4/+0 |
|
|
* | COMP: try to fix the test failures on dash2 | Alexander Neundorf | 2007-05-24 | 1 | -0/+6 |
|
|
* | ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable can | Alexander Neundorf | 2007-05-24 | 3 | -7/+40 |
|
|
* | ENH: add two simple tests for TRY_RUN() | Alexander Neundorf | 2007-05-24 | 7 | -443/+497 |
|
|
* | ENH: move output file search to cmTryCompileCommand.cxx, so it can be used | Alexander Neundorf | 2007-05-24 | 3 | -126/+128 |
|
|