summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Move documentation so that it does not apear in ctestAndy Cedilnik2004-05-101-6/+0
* ENH: Renamed --help-list-commands to --help-command-list and split --help [co...Brad King2004-04-141-33/+88
* ENH: Added --help-list-commands option.Brad King2004-04-141-2/+24
* BUG: Don't use -V as a version option. It conflicts with ctest.Brad King2003-08-061-1/+0
* ENH: Added configuration of name of executable in man page header and version...Brad King2003-08-061-4/+23
* ENH: Added support to --help to print help for a single command.Brad King2003-08-051-10/+53
* ENH: CheckOptions now takes const argv.Brad King2003-07-231-1/+1
* BUG: Text dump of documentation should be in ascii mode.Brad King2003-07-211-4/+0
* ENH: Added SEE ALSO section to generated man page. Minor formatting improvem...Brad King2003-07-111-13/+36
* ERR: Added missing std::.Brad King2003-07-081-2/+2
* ENH: Improved name of cmake version variables. They are now CMake_VERSION (m...Brad King2003-07-081-3/+3
* ENH: Added support to write multiple help options with one command line. Out...Brad King2003-07-081-17/+84
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-081-0/+23
* ENH: Running with zero arguments now produces usage.Brad King2003-04-031-1/+8
* ERR: Fixed signed/unsigned warning.Brad King2003-02-191-2/+2
* ENH: Re-implemented document generation class to be more organized and more r...Brad King2003-02-191-319/+470
* Minor documentation fixesAndy Cedilnik2003-02-171-5/+22
* ENH: Added header before list of commands in generated docs. Made options mo...Brad King2003-02-171-12/+40
* ERR: Use of stream format flags is hard to make portable. Manually implement...Brad King2003-02-161-6/+6
* ERR: Use of std::ios::fmtflags is not portable to older compilers.Brad King2003-02-161-1/+1
* ENH: Improved formatting of plain-text help to add a blank line before the be...Brad King2003-02-141-3/+7
* ENH: Further improved formatting. HTML/man/help now all have a consistent ap...Brad King2003-02-141-43/+88
* ENH: Improved formatting of documentation.Brad King2003-02-141-7/+71
* ENH: Added cmDocumentation class to generate various forms of documentation. ...Brad King2003-02-141-0/+478