| Commit message (Expand) | Author | Age | Files | Lines |
* | COMP: cmProcessTools::OutputParser virtual dtor | Brad King | 2009-02-24 | 1 | -0/+2 |
|
|
* | ENH: Create cmProcessTools to parse child output | Brad King | 2009-02-24 | 3 | -0/+177 |
|
|
* | ENH: Add cmCTestCVS and cmCTestSVN | Brad King | 2009-02-24 | 6 | -0/+145 |
|
|
* | ENH: Create cmCTestVC for VCS interaction | Brad King | 2009-02-24 | 3 | -0/+99 |
|
|
* | STYLE: Fix line length violation. | David Cole | 2009-02-24 | 1 | -1/+2 |
|
|
* | ENH: Factor out VCS tool detection | Brad King | 2009-02-24 | 2 | -64/+99 |
|
|
* | ENH: Factor out initial checkout method | Brad King | 2009-02-24 | 2 | -58/+67 |
|
|
* | ENH: Help cmake-gui docs generation on Windows | Brad King | 2009-02-24 | 1 | -0/+11 |
|
|
* | BUG: Fix issue #8576 FindBoost regression finding static libs, impacts MinGW ... | Philip Lowman | 2009-02-24 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-24 | 1 | -1/+1 |
|
|
* | BUG: Fix CTest.UpdateCVS/SVN tests for win slashes | Brad King | 2009-02-23 | 1 | -1/+3 |
|
|
* | ENH: Refactor quoting of VCS tool command | Brad King | 2009-02-23 | 1 | -11/+9 |
|
|
* | ENH: Test svn updates with space in author name | Brad King | 2009-02-23 | 1 | -1/+1 |
|
|
* | ENH: Enhance CTest.UpdateCVS/SVN tests | Brad King | 2009-02-23 | 3 | -6/+57 |
|
|
* | ENH: Better failure output from CTest.Update* | Brad King | 2009-02-23 | 1 | -1/+1 |
|
|
* | ENH: Add license file presentation to the Drag-N-Drop dmg file CPack generato... | David Cole | 2009-02-23 | 1 | -6/+157 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-23 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-22 | 1 | -1/+1 |
|
|
* | BUG: make sure the gui still runs... | Bill Hoffman | 2009-02-21 | 1 | -1/+1 |
|
|
* | BUG: make sure an x server is not required for the build | Bill Hoffman | 2009-02-21 | 1 | -36/+36 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-21 | 1 | -1/+1 |
|
|
* | ENH: Document APPEND option in ctest_* commands | Brad King | 2009-02-20 | 6 | -10/+20 |
|
|
* | ENH: Improve ctest_* command documentation | Brad King | 2009-02-20 | 6 | -19/+36 |
|
|
* | ENH: More documentation for ctest_submit command | Brad King | 2009-02-20 | 1 | -5/+16 |
|
|
* | ENH: Clarify docs of old *_OUTPUT_PATH vars | Brad King | 2009-02-20 | 1 | -11/+7 |
|
|
* | STYLE: Fix style line-too-long violations. | David Cole | 2009-02-20 | 2 | -6/+7 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-20 | 1 | -1/+1 |
|
|
* | ENH: Support COMPONENTS argument to find_package(). | Clinton Stimpson | 2009-02-19 | 1 | -17/+34 |
|
|
* | ENH: Support version argument in find_package(). | Clinton Stimpson | 2009-02-19 | 1 | -2/+41 |
|
|
* | ENH: make sure multiple archs are only tested when the work | Bill Hoffman | 2009-02-19 | 1 | -1/+7 |
|
|
* | BUG: fix xcode depend issue and add a test for it | Bill Hoffman | 2009-02-19 | 2 | -2/+4 |
|
|
* | BUG: Fix issue #8253 - handle xib file extension in Xcode projects so that do... | David Cole | 2009-02-19 | 1 | -0/+4 |
|
|
* | BUG: A little bit more refactoring from BundleGenerator to DragNDropGenerator... | David Cole | 2009-02-19 | 3 | -172/+56 |
|
|
* | BUG: fix depend bug again for Xcode | Bill Hoffman | 2009-02-19 | 1 | -3/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-19 | 1 | -1/+1 |
|
|
* | BUG: use the top level project name for the xcode depend helper directory names | Bill Hoffman | 2009-02-18 | 1 | -1/+2 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-18 | 1 | -1/+1 |
|
|
* | BUG: Allow third component of Mac OSX sw_vers output to be empty. Mac OSX 10.... | David Cole | 2009-02-17 | 1 | -1/+1 |
|
|
* | BUG: Do not use 'char' type as array subscript | Brad King | 2009-02-17 | 2 | -4/+4 |
|
|
* | ENH: Remove generation of unused Update.xml parts | Brad King | 2009-02-17 | 2 | -70/+7 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-17 | 1 | -1/+1 |
|
|
* | ENH: fix style | Ken Martin | 2009-02-16 | 1 | -6/+8 |
|
|
* | ENH: change name for start menu entry | Bill Hoffman | 2009-02-16 | 1 | -1/+1 |
|
|
* | STYLE: Note find_package COMPONENTS in modules doc | Brad King | 2009-02-16 | 1 | -2/+3 |
|
|
* | BUG: Fix svn update logic for modified files | Brad King | 2009-02-16 | 1 | -0/+4 |
|
|
* | STYLE: Fix spelling in cmCTestUpdateHandler | Brad King | 2009-02-16 | 1 | -9/+9 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-16 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-15 | 1 | -1/+1 |
|
|
* | STYLE: Nightly Date Stamp | Brad King | 2009-02-14 | 1 | -1/+1 |
|
|
* | ENH: add cmake gui docs | Bill Hoffman | 2009-02-14 | 2 | -1/+3 |
|
|