index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmDocumentation.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 documen...
Brad King
2006-10-16
1
-9/+74
*
BUG: potential segfault
Ken Martin
2006-10-06
1
-1/+4
*
ENH: Adding links to web resources and FAQ to SEE ALSO section. This address...
Brad King
2006-10-05
1
-11/+34
*
BUG: Fixed man page formatting for INSTALL command documentation. Fixed line...
Brad King
2006-08-22
1
-2/+6
*
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 tree...
Bill Hoffman
2006-04-14
1
-6/+4
*
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 [co...
Brad King
2004-04-14
1
-33/+88
*
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 version...
Brad King
2003-08-06
1
-4/+23
*
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 improvem...
Brad King
2003-07-11
1
-13/+36
*
ERR: Added missing std::.
Brad King
2003-07-08
1
-2/+2
*
ENH: Improved name of cmake version variables. They are now CMake_VERSION (m...
Brad King
2003-07-08
1
-3/+3
*
ENH: Added support to write multiple help options with one command line. Out...
Brad King
2003-07-08
1
-17/+84
*
ENH: Registered global generators are now kept in a table in the cmake instan...
Brad King
2003-07-08
1
-0/+23
*
ENH: Running with zero arguments now produces usage.
Brad King
2003-04-03
1
-1/+8
*
ERR: Fixed signed/unsigned warning.
Brad King
2003-02-19
1
-2/+2
*
ENH: Re-implemented document generation class to be more organized and more r...
Brad King
2003-02-19
1
-319/+470
*
Minor documentation fixes
Andy Cedilnik
2003-02-17
1
-5/+22
*
ENH: Added header before list of commands in generated docs. Made options mo...
Brad King
2003-02-17
1
-12/+40
*
ERR: Use of stream format flags is hard to make portable. Manually implement...
Brad King
2003-02-16
1
-6/+6
*
ERR: Use of std::ios::fmtflags is not portable to older compilers.
Brad King
2003-02-16
1
-1/+1
*
ENH: Improved formatting of plain-text help to add a blank line before the be...
Brad King
2003-02-14
1
-3/+7
*
ENH: Further improved formatting. HTML/man/help now all have a consistent ap...
Brad King
2003-02-14
1
-43/+88
*
ENH: Improved formatting of documentation.
Brad King
2003-02-14
1
-7/+71
*
ENH: Added cmDocumentation class to generate various forms of documentation. ...
Brad King
2003-02-14
1
-0/+478