Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: some more cleanup, fixes, and patch for HTML output | Ken Martin | 2007-10-24 | 1 | -1/+11 |
| | |||||
* | COMP: fix some warnings and add some doc strings back in | Ken Martin | 2007-10-22 | 1 | -0/+8 |
| | |||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -120/+27 |
| | | | | there, also provides secitons for Variables now | ||||
* | ENH: add new help option --help-custom-modules, which generates | Alexander Neundorf | 2007-09-19 | 1 | -1/+18 |
| | | | | | | | | | | | 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 | -52/+13 |
| | | | | | | | their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex | ||||
* | STYLE: sort the property documentation into | Alexander Neundorf | 2007-07-11 | 1 | -9/+18 |
| | | | | | | 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 | -3/+3 |
| | | | | | | variable as for the enum type doesn't work here Alex | ||||
* | COMP: fix build with msvc 6, the enums are now part of a class which is | Alexander Neundorf | 2007-07-02 | 1 | -15/+24 |
| | | | | | | already completely parsed Alex | ||||
* | ENH: generate separate documentation for the commands, compatiblity | Alexander Neundorf | 2007-06-28 | 1 | -3/+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 | -13/+20 |
| | | | | | | | | | | | | -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 | -0/+7 |
| | | | | | | | separate man pages for properties, modules, commands and compatibility commands Alex | ||||
* | COMP: Fix void return failure. | Brad King | 2007-02-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Fixed line length and this-> convention violations from yesterday's ↵ | Brad King | 2007-02-02 | 1 | -6/+12 |
| | | | | patch. | ||||
* | ENH: Patch from Alex to improve implementation and prepare for splitting the ↵ | Brad King | 2007-02-01 | 1 | -12/+66 |
| | | | | man page into more sections. | ||||
* | COMP: Patch from Alex for const correctness. | Brad King | 2007-01-22 | 1 | -2/+2 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -1/+9 |
| | |||||
* | ENH: search for help modules in the correct place for install and source ↵ | Bill Hoffman | 2006-04-14 | 1 | -1/+4 |
| | | | | tree builds | ||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -1/+10 |
| | |||||
* | ENH: Renamed --help-list-commands to --help-command-list and split --help ↵ | Brad King | 2004-04-14 | 1 | -10/+13 |
| | | | | [command] into separate --help and --help-command cmd options. | ||||
* | ENH: Added --help-list-commands option. | Brad King | 2004-04-14 | 1 | -1/+2 |
| | |||||
* | ENH: Added configuration of name of executable in man page header and ↵ | Brad King | 2003-08-06 | 1 | -0/+6 |
| | | | | version banner. | ||||
* | ENH: Added support to --help to print help for a single command. | Brad King | 2003-08-05 | 1 | -0/+2 |
| | |||||
* | ENH: CheckOptions now takes const argv. | Brad King | 2003-07-23 | 1 | -1/+1 |
| | |||||
* | ENH: Added SEE ALSO section to generated man page. Minor formatting ↵ | Brad King | 2003-07-11 | 1 | -0/+5 |
| | | | | 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/+15 |
| | | | | 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/+4 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | ENH: Re-implemented document generation class to be more organized and more ↵ | Brad King | 2003-02-19 | 1 | -33/+99 |
| | | | | robust. | ||||
* | ENH: Added header before list of commands in generated docs. Made options ↵ | Brad King | 2003-02-17 | 1 | -2/+2 |
| | | | | more intuitive. | ||||
* | ENH: Further improved formatting. HTML/man/help now all have a consistent ↵ | Brad King | 2003-02-14 | 1 | -2/+5 |
| | | | | appearance. | ||||
* | ENH: Improved formatting of documentation. | Brad King | 2003-02-14 | 1 | -0/+1 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+65 |
Each executable will be able to generate its own documentation. |