| Commit message (Expand) | Author | Age | Files | Lines |
* | COMP: Avoid parameter/member shadow in cmXMLSafe | Brad King | 2009-02-06 | 2 | -4/+4 |
|
|
* | BUG: Do not re-generate after a AppBundle build | Brad King | 2009-02-06 | 1 | -2/+2 |
|
|
* | BUG: Alternative fix to bug #8423 | Brad King | 2009-02-06 | 2 | -3/+2 |
|
|
* | ENH: Clarify cmake_policy(VERSION) documentation | Brad King | 2009-02-06 | 1 | -2/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-06 | 1 | -1/+1 |
|
|
* | COMP: Avoid warning about signed-char comparison | Brad King | 2009-02-05 | 1 | -4/+3 |
|
|
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 14 | -165/+209 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-05 | 1 | -1/+1 |
|
|
* | ENH: Re-order generation of build summary and xml | Brad King | 2009-02-04 | 1 | -8/+9 |
|
|
* | ENH: Refactor Build.xml generation | Brad King | 2009-02-04 | 2 | -11/+19 |
|
|
* | COMP: Iterator version of std::set not available with vs6 implementation of S... | David Cole | 2009-02-04 | 1 | -3/+11 |
|
|
* | BUG: Fix old-style install to prefix top | Brad King | 2009-02-04 | 3 | -0/+12 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-04 | 1 | -1/+1 |
|
|
* | ENH: Add FILES arg to the ctest_submit command. BUG: Propagate the IsCDash se... | David Cole | 2009-02-03 | 4 | -26/+156 |
|
|
* | ENH: fix dynamic loading on haiku | Bill Hoffman | 2009-02-03 | 2 | -13/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-03 | 1 | -1/+1 |
|
|
* | BUG: Fix preprocess and assembly rule expansion | Brad King | 2009-02-02 | 1 | -12/+12 |
|
|
* | COMP: Fix rule hash code during bootstrap | Brad King | 2009-02-02 | 1 | -2/+1 |
|
|
* | BUG: Do not expand rule variables in info rules | Brad King | 2009-02-02 | 1 | -33/+36 |
|
|
* | ENH: Refactor custom command rule hashing | Brad King | 2009-02-02 | 5 | -20/+23 |
|
|
* | ENH: More robust property lookup | Brad King | 2009-02-02 | 2 | -0/+8 |
|
|
* | ENH: Put test labels in MemCheck results | Brad King | 2009-02-02 | 3 | -65/+59 |
|
|
* | ENH: Clarify target_link_libraries docs | Brad King | 2009-02-02 | 1 | -5/+7 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-02 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-01 | 1 | -2/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-31 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-30 | 1 | -1/+1 |
|
|
* | ENH: Emit a little more information in the error message when the output file... | David Cole | 2009-01-29 | 1 | -1/+8 |
|
|
* | BUG: fix for #8418 -E chdir should return fail of dir does not exist | Bill Hoffman | 2009-01-29 | 1 | -1/+1 |
|
|
* | ENH: Docs for relative paths in link_directories | Brad King | 2009-01-29 | 1 | -1/+6 |
|
|
* | BUG: fix for #8423 | Bill Hoffman | 2009-01-29 | 1 | -1/+2 |
|
|
* | STYLE: fix warning | Bill Hoffman | 2009-01-29 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-29 | 1 | -1/+1 |
|
|
* | STYLE: fix warning | Bill Hoffman | 2009-01-28 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-28 | 1 | -1/+1 |
|
|
* | STYLE: Emit filenames in try_compile error message to get more information fr... | David Cole | 2009-01-27 | 1 | -1/+5 |
|
|
* | BUG: Reset file submission list on test restart | Brad King | 2009-01-27 | 2 | -2/+4 |
|
|
* | BUG: Fix CTest submit-only operation | Brad King | 2009-01-27 | 1 | -8/+1 |
|
|
* | BUG: Fix issue #6195. Add CMAKE_OSX_DEPLOYMENT_TARGET cache variable to speci... | David Cole | 2009-01-27 | 2 | -2/+26 |
|
|
* | BUG: fix for 7845, idl files compile even with headerfile only on | Bill Hoffman | 2009-01-27 | 1 | -2/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-27 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-26 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-25 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-24 | 1 | -1/+1 |
|
|
* | ENH: try to fix vs6 build | Bill Hoffman | 2009-01-23 | 1 | -2/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-01-23 | 1 | -1/+1 |
|
|
* | BUG: Forgot to change parent class in cmCPackTypeMacro when I added cmCPackDr... | David Cole | 2009-01-22 | 1 | -1/+1 |
|
|
* | BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator an... | David Cole | 2009-01-22 | 4 | -0/+28 |
|
|
* | ENH: Isolate policy changes in included scripts | Brad King | 2009-01-22 | 9 | -18/+168 |
|
|
* | ENH: Better policies for functions and macros | Brad King | 2009-01-22 | 7 | -2/+45 |
|
|