Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix single module generation | Ken Martin | 2007-11-29 | 1 | -8/+14 |
| | |||||
* | ENH: some more cleanup, fixes, and patch for HTML output | Ken Martin | 2007-10-24 | 1 | -32/+147 |
| | |||||
* | COMP: fix a problem with a shadowed var | Ken Martin | 2007-10-23 | 1 | -9/+6 |
| | |||||
* | COMP: fix some warnings and add some doc strings back in | Ken Martin | 2007-10-22 | 1 | -0/+5 |
| | |||||
* | COMP: fix some warnings and add some doc strings back in | Ken Martin | 2007-10-22 | 1 | -66/+79 |
| | |||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -469/+268 |
| | | | | there, also provides secitons for Variables now | ||||
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 1 | -109/+106 |
| | | | | in a different manner | ||||
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -106/+109 |
| | |||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-09-20 | 1 | -3/+5 |
| | | | | Alex | ||||
* | ENH: add new help option --help-custom-modules, which generates | Alexander Neundorf | 2007-09-19 | 1 | -22/+168 |
| | | | | | | | | | | | 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: move the code for the different formats of the generated help into | Alexander Neundorf | 2007-09-19 | 1 | -561/+70 |
| | | | | | | | their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex | ||||
* | BUG: properties and module names are case sensitive | Alexander Neundorf | 2007-08-09 | 1 | -27/+22 |
| | | | | Alex | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -9/+10 |
| | | | | Alex | ||||
* | STYLE: sort the property documentation into | Alexander Neundorf | 2007-07-11 | 1 | -18/+161 |
| | | | | | | global/directory/target/test/sourcefile and variable sections Alex | ||||
* | COMP: fix compile on HP-UX with aCC, reusing the same identifier for a | Alexander Neundorf | 2007-07-03 | 1 | -38/+38 |
| | | | | | | variable as for the enum type doesn't work here Alex | ||||
* | ENH: generate separate documentation for the commands, compatiblity | Alexander Neundorf | 2007-06-28 | 1 | -15/+92 |
| | | | | | | | | 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 | -128/+158 |
| | | | | | | | | | | | | -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 | ||||
* | ENH: put compatibility commands in extra section and prepare for creating | Alexander Neundorf | 2007-06-22 | 1 | -4/+102 |
| | | | | | | | separate man pages for properties, modules, commands and compatibility commands Alex | ||||
* | STYLE: create command documentation for ctest | Alexander Neundorf | 2007-06-08 | 1 | -14/+17 |
| | | | | | | | I think some of the cmake commands should be removed from ctest if possible, like add_executable etc. Alex | ||||
* | BUG: Patch from Alex to fix single-command help broken by previous patch. | Brad King | 2007-02-06 | 1 | -4/+8 |
| | |||||
* | ENH: Patch from Alex to improve implementation and prepare for splitting the ↵ | Brad King | 2007-02-01 | 1 | -151/+150 |
| | | | | man page into more sections. | ||||
* | COMP: Patch from Alex for const correctness. | Brad King | 2007-01-22 | 1 | -2/+2 |
| | |||||
* | COMP: fix some warnings and style issues | Ken Martin | 2006-12-08 | 1 | -1/+2 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+83 |
| | |||||
* | ENH: Make hyperlinks in documentation active when generated into HTML ↵ | Brad King | 2006-10-16 | 1 | -9/+74 |
| | | | | documents. This addresses bug#3906. | ||||
* | BUG: potential segfault | Ken Martin | 2006-10-06 | 1 | -1/+4 |
| | |||||
* | ENH: Adding links to web resources and FAQ to SEE ALSO section. This ↵ | Brad King | 2006-10-05 | 1 | -11/+34 |
| | | | | addresses bug #3757. | ||||
* | BUG: Fixed man page formatting for INSTALL command documentation. Fixed ↵ | Brad King | 2006-08-22 | 1 | -2/+6 |
| | | | | line-too-long warning. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -11/+19 |
| | |||||
* | ENH: search for help modules in the correct place for install and source ↵ | Bill Hoffman | 2006-04-14 | 1 | -6/+4 |
| | | | | tree builds | ||||
* | ENH: case insensitive command help | Bill Hoffman | 2006-04-12 | 1 | -0/+1 |
| | |||||
* | ENH: make sure uncommented modules are not documented | Bill Hoffman | 2005-12-16 | 1 | -2/+1 |
| | |||||
* | ENH: fix module documenation to handle bad docs and fix qt3 docs | Bill Hoffman | 2005-12-15 | 1 | -4/+6 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -0/+211 |
| | |||||
* | ENH: Cleanup the help a bit | Andy Cedilnik | 2005-07-18 | 1 | -0/+5 |
| | |||||
* | ENH: Add development version support in CMake | Andy Cedilnik | 2004-10-22 | 1 | -4/+10 |
| | |||||
* | BUG: Move documentation so that it does not apear in ctest | Andy Cedilnik | 2004-05-10 | 1 | -6/+0 |
| | |||||
* | ENH: Renamed --help-list-commands to --help-command-list and split --help ↵ | Brad King | 2004-04-14 | 1 | -33/+88 |
| | | | | [command] into separate --help and --help-command cmd options. | ||||
* | ENH: Added --help-list-commands option. | Brad King | 2004-04-14 | 1 | -2/+24 |
| | |||||
* | BUG: Don't use -V as a version option. It conflicts with ctest. | Brad King | 2003-08-06 | 1 | -1/+0 |
| | |||||
* | ENH: Added configuration of name of executable in man page header and ↵ | Brad King | 2003-08-06 | 1 | -4/+23 |
| | | | | version banner. | ||||
* | ENH: Added support to --help to print help for a single command. | Brad King | 2003-08-05 | 1 | -10/+53 |
| | |||||
* | ENH: CheckOptions now takes const argv. | Brad King | 2003-07-23 | 1 | -1/+1 |
| | |||||
* | BUG: Text dump of documentation should be in ascii mode. | Brad King | 2003-07-21 | 1 | -4/+0 |
| | |||||
* | ENH: Added SEE ALSO section to generated man page. Minor formatting ↵ | Brad King | 2003-07-11 | 1 | -13/+36 |
| | | | | improvements for generated text-only documentation. | ||||
* | ERR: Added missing std::. | Brad King | 2003-07-08 | 1 | -2/+2 |
| | |||||
* | ENH: Improved name of cmake version variables. They are now CMake_VERSION ↵ | Brad King | 2003-07-08 | 1 | -3/+3 |
| | | | | (major.minor) and CMake_VERSION_FULL (major.minor.patch). | ||||
* | ENH: Added support to write multiple help options with one command line. ↵ | Brad King | 2003-07-08 | 1 | -17/+84 |
| | | | | Output files can now also be specified for the help options. | ||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -0/+23 |
| | | | | instance. Added support for documentation with a Generators section. |