| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Allow projects to disable per-rule progress | Brad King | 2009-03-16 | 7 | -9/+49 |
|
|
* | ENH: Factor out makefile progress rule commands | Brad King | 2009-03-16 | 2 | -24/+20 |
|
|
* | COMP:Fixed warnings. | Francois Bertel | 2009-03-16 | 1 | -17/+20 |
|
|
* | BUG: Do not automatically set HEADER_FILE_ONLY | Brad King | 2009-03-16 | 4 | -37/+17 |
|
|
* | ENH: Remove unused code from cmMakeDepend | Brad King | 2009-03-16 | 2 | -76/+1 |
|
|
* | ENH: Add NAME mode to ADD_TEST command | Brad King | 2009-03-16 | 8 | -6/+210 |
|
|
* | ENH: Refactor storage of test command lines | Brad King | 2009-03-16 | 4 | -32/+21 |
|
|
* | ENH: Refactor generation of CTestTestfile content | Brad King | 2009-03-16 | 8 | -81/+220 |
|
|
* | ENH: Refactor cmInstallGenerator for re-use | Brad King | 2009-03-16 | 8 | -211/+345 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-16 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-15 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-14 | 1 | -1/+1 |
|
|
* | ENH: don't enforce VERBOSE Makefiles, but set the env. var VERBOSE to 1 in | Alexander Neundorf | 2009-03-13 | 1 | -1/+1 |
|
|
* | ENH: when using the Eclipse project generator, run gcc so that it tells us | Alexander Neundorf | 2009-03-13 | 3 | -12/+90 |
|
|
* | STYLE: add line breaks to the documentation for CMAKE_MATCH_(0..9), | Alexander Neundorf | 2009-03-13 | 1 | -3/+4 |
|
|
* | BUG: Document internal cache property MODIFIED | Brad King | 2009-03-13 | 1 | -0/+7 |
|
|
* | BUG: Fix cache properties for CMAKE_STRICT build | Brad King | 2009-03-13 | 3 | -3/+9 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-13 | 1 | -1/+1 |
|
|
* | STYLE: Moved functions/macros to top of file so main is more readable. | Philip Lowman | 2009-03-13 | 1 | -47/+61 |
|
|
* | BUG: fix #8704, sometimes crash if include_directories() is called with a whi... | Alexander Neundorf | 2009-03-12 | 1 | -12/+7 |
|
|
* | STYLE: document NONE for disabling any languages, slightly change wording of | Alexander Neundorf | 2009-03-12 | 1 | -6/+8 |
|
|
* | ENH: allow for https submission if ctest is built with a curl that supports it | Bill Hoffman | 2009-03-12 | 1 | -4/+5 |
|
|
* | COMP: Do not use void returns | Brad King | 2009-03-12 | 1 | -1/+1 |
|
|
* | ENH: Add support for showing combo box for choosing from a list of strings t... | Clinton Stimpson | 2009-03-12 | 5 | -3/+46 |
|
|
* | ENH: Define STRINGS cache entry property | Brad King | 2009-03-12 | 2 | -1/+13 |
|
|
* | ENH: Refactor cache entry writing and reading | Brad King | 2009-03-12 | 2 | -164/+111 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-12 | 1 | -1/+1 |
|
|
* | STYLE: fix documentation: the second short description discarded the first | Alexander Neundorf | 2009-03-11 | 4 | -8/+8 |
|
|
* | BUG: Do not produce empty coverage log files | Brad King | 2009-03-11 | 1 | -20/+21 |
|
|
* | BUG: Do not carry over file list between coverage | Brad King | 2009-03-11 | 2 | -0/+2 |
|
|
* | BUG: Avoid duplicate CTest coverage submission | Brad King | 2009-03-11 | 2 | -0/+20 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-11 | 1 | -1/+1 |
|
|
* | ENH: only check for the existance of a header file if: | Alexander Neundorf | 2009-03-10 | 1 | -11/+55 |
|
|
* | ENH: Document CACHE entry properties | Brad King | 2009-03-10 | 4 | -0/+50 |
|
|
* | ENH: Teach set/get_property about CACHE properties | Brad King | 2009-03-10 | 7 | -3/+167 |
|
|
* | ENH: Use cmPropertyMap for cache properties | Brad King | 2009-03-10 | 4 | -101/+103 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-10 | 1 | -1/+1 |
|
|
* | BUG: Fix get_property result for bad property | Brad King | 2009-03-09 | 1 | -1/+8 |
|
|
* | ENH: Efficiently filter CTest coverage by label | Brad King | 2009-03-09 | 2 | -18/+58 |
|
|
* | ENH: Generate a central list of target directories | Brad King | 2009-03-09 | 4 | -33/+26 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-09 | 1 | -1/+1 |
|
|
* | ENH: automatically add headers of implementation file to the codeblocks proje... | Alexander Neundorf | 2009-03-08 | 1 | -4/+36 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-08 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-07 | 1 | -1/+1 |
|
|
* | STYLE: White space only change to see if continuous is working on new dashboa... | David Cole | 2009-03-06 | 1 | -1/+0 |
|
|
* | BUG: Fix message(SEND_ERROR) to continue | Brad King | 2009-03-06 | 2 | -2/+13 |
|
|
* | ENH: Teach message() how to display warnings | Brad King | 2009-03-06 | 5 | -33/+74 |
|
|
* | BUG: Fix man-page preformatted text paragraphing | Brad King | 2009-03-06 | 1 | -1/+1 |
|
|
* | ENH: Teach file(REMOVE) how to use relative paths | Brad King | 2009-03-06 | 1 | -3/+10 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-03-06 | 1 | -1/+1 |
|
|