Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Always return positive integers to the OS on error. Windows error ↵ | Brad King | 2007-11-19 | 1 | -1/+11 |
| | | | | encoding is confused by negative return values. | ||||
* | 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 ↵ | Ken Martin | 2007-10-22 | 1 | -38/+19 |
| | | | | there, also provides secitons for Variables now | ||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 1 | -16/+16 |
| | | | | in a different manner | ||||
* | 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 |
| | | | | | | | | | | | documentation for all modules found in CMAKE_MODULE_PATH, which currently has to be specified via -D, this can later on be improved e.g. by reading a special (to-be-created) file like CMakeFiles/ModulePath.cmake in the build tree so that running cmake help in the build tree of a project will always give you the current module path. (This could actually also help IDEs which would like to support cmake for projects...) Alex | ||||
* | STYLE: fix some typos, nicer debug output | Alexander Neundorf | 2007-07-19 | 1 | -2/+2 |
| | | | | Alex | ||||
* | COMP: fix warning about unused variable | Alexander Neundorf | 2007-07-17 | 1 | -2/+2 |
| | | | | Alex | ||||
* | COMP: fix build on Windows, where GetCurrentDirecty() is redefined to | Alexander Neundorf | 2007-07-17 | 1 | -3/+7 |
| | | | | | | | GetCurrentDirectoryA() -correct return value for md5sum Alex | ||||
* | STYLE: fix line lengths and add "remove -f" to the docs | Alexander Neundorf | 2007-07-17 | 1 | -3/+5 |
| | | | | Alex | ||||
* | ENH: produce a lot more output when running with --debug-output | Alexander Neundorf | 2007-07-17 | 1 | -13/+70 |
| | | | | | | -try to fix build error on HPUX Alex | ||||
* | STYLE: sort the property documentation into | Alexander Neundorf | 2007-07-11 | 1 | -16/+66 |
| | | | | | | global/directory/target/test/sourcefile and variable sections Alex | ||||
* | ENH: generate separate documentation for the commands, compatiblity | Alexander Neundorf | 2007-06-28 | 1 | -0/+8 |
| | | | | | | | | commands, modules and properties as html, text and man pages. The names of the man pages are cmcommands, cmcompat, cmprops and cmmodules, so they are easy to type. Alex | ||||
* | ENH: | Alexander Neundorf | 2007-06-28 | 1 | -1/+4 |
| | | | | | | | | | | | | -in the full documentation there is now an extra section for compatibility commands, so users see which commands they shouldn't use -cmake -h <command> now also works with lower case commands --help-fullm --help-command, --help-module and --help-property now determine the output format from the extension of the given filename Let me know if there are some things I overlooked. Alex | ||||
* | STYLE: add comment about the -D -P order and fix typo in doc | Alexander Neundorf | 2007-06-14 | 1 | -1/+2 |
| | | | | Alex | ||||
* | 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 ↵ | Bill Hoffman | 2006-10-06 | 1 | -0/+3 |
| | | | | --debug-output is used | ||||
* | 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 |
| | | | | number of arguments | ||||
* | 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 ↵ | Bill Hoffman | 2006-04-14 | 1 | -1/+3 |
| | | | | tree builds | ||||
* | 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, ↵ | Andy Cedilnik | 2006-03-16 | 1 | -1/+1 |
| | | | | start using dynamic loader from kwsys in CMake | ||||
* | 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 ↵ | Andy Cedilnik | 2006-02-07 | 1 | -1/+0 |
| | | | | proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out | ||||
* | 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, ↵ | Brad King | 2005-09-21 | 1 | -0/+3 |
| | | | | GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command. | ||||
* | 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 |
| | |||||
* | PERF: Remove several classes from the bootstrap and so making bootstrap ↵ | Andy Cedilnik | 2004-10-27 | 1 | -0/+7 |
| | | | | smaller and faster | ||||
* | ENH: fix warning correctly | Bill Hoffman | 2004-09-10 | 1 | -2/+1 |
| | |||||
* | WAR: remove a warning on i64 | Bill Hoffman | 2004-09-09 | 1 | -1/+2 |
| | |||||
* | BUG: Move documentation so that it does not apear in ctest | Andy Cedilnik | 2004-05-10 | 1 | -0/+6 |
| | |||||
* | ENH: Report error and exit when the current directory is not specified | Andy Cedilnik | 2004-04-21 | 1 | -1/+9 |
| | |||||
* | ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵ | Andy Cedilnik | 2004-02-20 | 1 | -0/+6 |
| | | | | -P, There should be space between | ||||
* | ENH: Argument for script mode is -P (process) and take out the automatic ↵ | Andy Cedilnik | 2003-12-11 | 1 | -16/+1 |
| | | | | script mode | ||||
* | ENH: Ok, no more argument needed for script mode | Andy Cedilnik | 2003-10-30 | 1 | -2/+17 |
| | |||||
* | ENH: Start includding the scripting support | Andy Cedilnik | 2003-10-29 | 1 | -0/+7 |
| | |||||
* | BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made ↵ | Brad King | 2003-08-26 | 1 | -2/+1 |
| | | | | resulting error message cleaner. | ||||
* | ENH: Added documentation of specifying an existing build tree as an argument. | Brad King | 2003-08-20 | 1 | -1/+2 |
| | |||||
* | ENH: Add help for cmake -E | Andy Cedilnik | 2003-08-08 | 1 | -0/+4 |
| | |||||
* | ENH: Added configuration of name of executable in man page header and ↵ | Brad King | 2003-08-06 | 1 | -0/+1 |
| | | | | version banner. | ||||
* | ENH: Added SEE ALSO section to generated man page. Minor formatting ↵ | Brad King | 2003-07-11 | 1 | -1/+14 |
| | | | | improvements for generated text-only documentation. | ||||
* | ENH: Added support to write multiple help options with one command line. ↵ | Brad King | 2003-07-08 | 1 | -4/+4 |
| | | | | Output files can now also be specified for the help options. |