| Commit message (Expand) | Author | Age | Files | Lines |
* | STYLE: fix typos in the docs | Alexander Neundorf | 2009-04-19 | 1 | -1/+1 |
|
|
* | ENH: Cleanup cmake --build interface. | Brad King | 2009-03-04 | 1 | -15/+100 |
|
|
* | BUG: 4244, add a --build option to cmake that can build projects configured b... | Bill Hoffman | 2008-10-15 | 1 | -0/+15 |
|
|
* | BUG: fix for 3778, better docs for -E | Bill Hoffman | 2008-10-10 | 1 | -1/+5 |
|
|
* | BUG: fix for bug 7733, document that debug try compile may break the build | Bill Hoffman | 2008-09-25 | 1 | -1/+5 |
|
|
* | BUG: fix 6647 arguments after -E should not be parsed by CMake | Bill Hoffman | 2008-08-19 | 1 | -8/+7 |
|
|
* | STYLE: one ifdef block less, the documentation object can be created a bit later | Alexander Neundorf | 2008-08-12 | 1 | -3/+1 |
|
|
* | ENH: add a --trace option | Bill Hoffman | 2008-07-31 | 1 | -0/+3 |
|
|
* | STYLE: add "--help-policy" and "--help-policies" to the documentation | Alexander Neundorf | 2008-05-13 | 1 | -0/+11 |
|
|
* | ENH: fix -Wno-dev for ccmake | Bill Hoffman | 2008-03-11 | 1 | -6/+0 |
|
|
* | ENH: add a way to suppress the new policy warnings, still need ccmake and gui's | Bill Hoffman | 2008-03-11 | 1 | -0/+6 |
|
|
* | ENH: add --help-policies and --help-policy command line options | Ken Martin | 2008-03-04 | 1 | -0/+3 |
|
|
* | ENH: add support for creating the documentation in docbook format | Alexander Neundorf | 2008-02-19 | 1 | -14/+20 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -1/+2 |
|
|
* | ENH: fix docs | Bill Hoffman | 2007-12-13 | 1 | -1/+1 |
|
|
* | BUG: Always return positive integers to the OS on error. Windows error encod... | Brad King | 2007-11-19 | 1 | -1/+11 |
|
|
* | ENH: some more cleanup, fixes, and patch for HTML output | Ken Martin | 2007-10-24 | 1 | -1/+25 |
|
|
* | COMP: fix some warnings and add some doc strings back in | Ken Martin | 2007-10-22 | 1 | -1/+1 |
|
|
* | COMP: fix some warnings and add some doc strings back in | Ken Martin | 2007-10-22 | 1 | -3/+3 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -38/+19 |
|
|
* | BUG: revert doc changes since VS7 cannot compile them, will implement them in... | Ken Martin | 2007-10-09 | 1 | -16/+16 |
|
|
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -16/+16 |
|
|
* | ENH: add new help option --help-custom-modules, which generates | Alexander Neundorf | 2007-09-19 | 1 | -0/+21 |
|
|
* | STYLE: fix some typos, nicer debug output | Alexander Neundorf | 2007-07-19 | 1 | -2/+2 |
|
|
* | COMP: fix warning about unused variable | Alexander Neundorf | 2007-07-17 | 1 | -2/+2 |
|
|
* | COMP: fix build on Windows, where GetCurrentDirecty() is redefined to | Alexander Neundorf | 2007-07-17 | 1 | -3/+7 |
|
|
* | STYLE: fix line lengths and add "remove -f" to the docs | Alexander Neundorf | 2007-07-17 | 1 | -3/+5 |
|
|
* | ENH: produce a lot more output when running with --debug-output | Alexander Neundorf | 2007-07-17 | 1 | -13/+70 |
|
|
* | STYLE: sort the property documentation into | Alexander Neundorf | 2007-07-11 | 1 | -16/+66 |
|
|
* | ENH: generate separate documentation for the commands, compatiblity | Alexander Neundorf | 2007-06-28 | 1 | -0/+8 |
|
|
* | ENH: | Alexander Neundorf | 2007-06-28 | 1 | -1/+4 |
|
|
* | STYLE: add comment about the -D -P order and fix typo in doc | Alexander Neundorf | 2007-06-14 | 1 | -1/+2 |
|
|
* | ENH: added --system-information option to CMake | Ken Martin | 2007-02-27 | 1 | -0/+15 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+11 |
|
|
* | ENH: do not print a call stack if the user does a message error unless --debu... | Bill Hoffman | 2006-10-06 | 1 | -0/+3 |
|
|
* | ENH: add docs for debug trycompile | Bill Hoffman | 2006-06-07 | 1 | -0/+3 |
|
|
* | ENH: fix crashes when command line arguments are not followed by the correct ... | Bill Hoffman | 2006-05-19 | 1 | -4/+7 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
|
|
* | ENH: Add help for graphviz | Andy Cedilnik | 2006-04-20 | 1 | -0/+3 |
|
|
* | ENH: search for help modules in the correct place for install and source tree... | Bill Hoffman | 2006-04-14 | 1 | -1/+3 |
|
|
* | ENH: add a wrapper for xcodebuild to get around bug and verbose output | Bill Hoffman | 2006-03-31 | 1 | -9/+2 |
|
|
* | ENH: Remove things from bootstrap | Andy Cedilnik | 2006-03-22 | 1 | -2/+9 |
|
|
* | ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st... | Andy Cedilnik | 2006-03-16 | 1 | -1/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
|
|
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -5/+11 |
|
|
* | ENH: Since list file cache does not make much sense any more (because of prop... | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 |
|
|
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+6 |
|
|
* | BUG: Corrected and updated documentation of the -P option, -C option, GET_TAR... | Brad King | 2005-09-21 | 1 | -0/+3 |
|
|
* | BUG: fix CommandLine test problems with spaces and testing for the return value | Bill Hoffman | 2005-02-16 | 1 | -1/+3 |
|
|
* | BUG: If bootstrap cmake is run with no argument produce error | Andy Cedilnik | 2004-10-27 | 1 | -0/+6 |
|
|