Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG 9961: ctest --help should not display a Generators section | Zach Mullen | 2009-11-24 | 1 | -0/+4 |
| | |||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: Improve generated documentation formatting | Brad King | 2008-10-10 | 1 | -1/+7 |
| | | | | | | | | | | | | Applying patch provided in issue #7797. Fixes to man-pages: - Character '-' must be espaced as '\-' - Surround preformatted text with '.nf' and '.fi' to adjust filling - Give every page a NAME section for indexing by mandb - Pass the man page filename without extension to .TH in its header Also added a title to the HTML header. | ||||
* | BUG: fix 6647 arguments after -E should not be parsed by CMake | Bill Hoffman | 2008-08-19 | 1 | -2/+5 |
| | |||||
* | ENH: add --help-policies and --help-policy command line options | Ken Martin | 2008-03-04 | 1 | -0/+2 |
| | |||||
* | ENH: add support for creating the documentation in docbook format | Alexander Neundorf | 2008-02-19 | 1 | -0/+2 |
| | | | | | | | | (http://www.oasis-open.org/docbook/xml/4.2/), which users can then convert to other formats. Tested with meinproc from KDE, which generates HTML pages which look good. Alex | ||||
* | 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. |