Andy Cedilnik
|
fc70a2bb2a
ENH: Add development version support in CMake
|
21 years ago |
Andy Cedilnik
|
04016278c6
BUG: Move documentation so that it does not apear in ctest
|
21 years ago |
Brad King
|
0c92cfb8c4
ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options.
|
21 years ago |
Brad King
|
8020279dd6
ENH: Added --help-list-commands option.
|
21 years ago |
Brad King
|
7d6aaf23e9
BUG: Don't use -V as a version option. It conflicts with ctest.
|
22 years ago |
Brad King
|
b78888fe38
ENH: Added configuration of name of executable in man page header and version banner.
|
22 years ago |
Brad King
|
c4794319c7
ENH: Added support to --help to print help for a single command.
|
22 years ago |
Brad King
|
fde552ea6e
ENH: CheckOptions now takes const argv.
|
22 years ago |
Brad King
|
90397af164
BUG: Text dump of documentation should be in ascii mode.
|
22 years ago |
Brad King
|
7c2b4e3a02
ENH: Added SEE ALSO section to generated man page. Minor formatting improvements for generated text-only documentation.
|
22 years ago |
Brad King
|
6167fa8aa2
ERR: Added missing std::.
|
22 years ago |
Brad King
|
ed273acfa7
ENH: Improved name of cmake version variables. They are now CMake_VERSION (major.minor) and CMake_VERSION_FULL (major.minor.patch).
|
22 years ago |
Brad King
|
1cecf7b5aa
ENH: Added support to write multiple help options with one command line. Output files can now also be specified for the help options.
|
22 years ago |
Brad King
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 years ago |
Brad King
|
3bba5f587e
ENH: Running with zero arguments now produces usage.
|
22 years ago |
Brad King
|
610da00d51
ERR: Fixed signed/unsigned warning.
|
23 years ago |
Brad King
|
5e18bec8f7
ENH: Re-implemented document generation class to be more organized and more robust.
|
23 years ago |
Andy Cedilnik
|
d54e7a6888
Minor documentation fixes
|
23 years ago |
Brad King
|
07cdd0e60c
ENH: Added header before list of commands in generated docs. Made options more intuitive.
|
23 years ago |
Brad King
|
7d1ee1d4c8
ERR: Use of stream format flags is hard to make portable. Manually implementing justification.
|
23 years ago |
Brad King
|
caa074e8b5
ERR: Use of std::ios::fmtflags is not portable to older compilers.
|
23 years ago |
Brad King
|
dec0b51066
ENH: Improved formatting of plain-text help to add a blank line before the beginning of a preformatted section.
|
23 years ago |
Brad King
|
0005e70c05
ENH: Further improved formatting. HTML/man/help now all have a consistent appearance.
|
23 years ago |
Brad King
|
2c7a05edd2
ENH: Improved formatting of documentation.
|
23 years ago |
Brad King
|
1f55680332
ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation.
|
23 years ago |