| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake,ccmake: Produce shorter output on no arguments (#14973) | Adam Strzelecki | 2014-06-13 | 1 | -3/+17 |
|
|
* | Merge topic 'cmake-credits' | Brad King | 2014-06-03 | 1 | -1/+1 |
|\ |
|
| * | Simplify and clarify credit text and link | Brad King | 2014-06-03 | 1 | -1/+1 |
|
|
* | | Merge topic 'doc-full-help' | Brad King | 2014-04-29 | 1 | -2/+12 |
|\ \
| |/ |
|
| * | Restore --help-full option to output all help manuals | Brad King | 2014-04-25 | 1 | -2/+12 |
|
|
* | | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -6/+6 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for documentation names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|/ |
|
* | cmake: Implement placeholder --help-custom-modules compatibility | Brad King | 2014-01-08 | 1 | -1/+56 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -3/+4 |
|
|
* | Merge topic 'cmake-credits' | Brad King | 2013-11-21 | 1 | -2/+6 |
|\ |
|
| * | Credit Kitware and csimsoft for their maintenance roles | Brad King | 2013-11-19 | 1 | -2/+6 |
|
|
* | | cmDocumentation: Fix exit after help output format warnings | Brad King | 2013-11-19 | 1 | -12/+15 |
|/ |
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -2/+3 |
|
|
* | Make --help-* options available from all command-line tools | Brad King | 2013-10-16 | 1 | -6/+38 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -27/+15 |
|
|
* | Drop all documentation formatters except Usage | Brad King | 2013-10-16 | 1 | -124/+37 |
|
|
* | Teach --help-* options to load documentation from .rst files | Brad King | 2013-10-16 | 1 | -32/+277 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 1 | -992/+17 |
|
|
* | Add reStructuredText (RST) documentation formatter | Brad King | 2013-10-15 | 1 | -0/+8 |
|
|
* | Drop CPack module documentation markup extraction | Brad King | 2013-10-15 | 1 | -327/+0 |
|
|
* | cmDocumentation: Drop version output from usage and text help | Brad King | 2013-10-15 | 1 | -8/+1 |
|
|
* | cmake: Add --help-policy-list option | Brad King | 2013-10-15 | 1 | -0/+9 |
|
|
* | Merge topic 'minor_cleanup' | Brad King | 2013-10-07 | 1 | -2/+2 |
|\ |
|
| * | Fix comments to match the code. | Stephen Kelly | 2013-09-11 | 1 | -2/+2 |
|
|
* | | remove unused local typedef | Rolf Eike Beer | 2013-08-14 | 1 | -2/+2 |
|/ |
|
* | Fix spelling and typos (affecting binary data / module messages) | Andreas Mohr | 2013-05-07 | 1 | -2/+2 |
|
|
* | Update programmatically-reported copyright year (#13638) | Brad King | 2012-11-05 | 1 | -1/+1 |
|
|
* | docbook: Remove redundant docs that cause invalid DocBook | Daniel Pfeifer | 2012-09-08 | 1 | -7/+0 |
|
|
* | man documentation: detect man section from the given filename | Alex Neundorf | 2012-06-21 | 1 | -14/+33 |
|
|
* | documentation: preparation for making the man section configurable | Alex Neundorf | 2012-06-21 | 1 | -5/+6 |
|
|
* | Try to fix compile error on Win32-vs70 | Eric NOULARD | 2012-02-18 | 1 | -3/+4 |
|
|
* | Suppress unecessary (now empty) doc sections | Eric NOULARD | 2012-02-18 | 1 | -2/+0 |
|
|
* | Dynamically add documentation section specified in documented script. | Eric NOULARD | 2012-02-18 | 1 | -3/+18 |
|
|
* | Fix non existent std::string::clear on VS6 | Eric NOULARD | 2012-02-14 | 1 | -2/+2 |
|
|
* | Create getDocumentedModulesListInDir which may be used in other context. | Eric NOULARD | 2012-02-14 | 1 | -0/+55 |
|
|
* | Make the load of script documentation more efficient and dynamic. | Eric NOULARD | 2012-02-14 | 1 | -2/+18 |
|
|
* | Fix potential bad memory access, thanks to Eike | Eric NOULARD | 2012-01-31 | 1 | -1/+1 |
|
|
* | Suppress unused var, beautify code, avoid 1 extra newline. | Eric NOULARD | 2012-01-24 | 1 | -18/+25 |
|
|
* | CPack Documentation extraction from CMake script begins to work | Eric NOULARD | 2012-01-22 | 1 | -32/+108 |
|
|
* | Implement simple CMake script comment markup language. | Eric NOULARD | 2012-01-22 | 1 | -0/+171 |
|
|
* | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 1 | -49/+83 |
|
|
* | Usage: Document all options printing the version number. | Nicolas Despres | 2011-10-23 | 1 | -1/+2 |
|
|
* | Usage: Document all options printing usage information. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|
* | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 1 | -76/+76 |
|
|
* | -fix documentation from a module which has *only* documentation | Alex Neundorf | 2010-05-08 | 1 | -12/+14 |
|
|
* | Fix for bug #0010466, fix crash in --help-module. | Bill Hoffman | 2010-03-26 | 1 | -5/+12 |
|
|
* | BUG 9961: ctest --help should not display a Generators section | Zach Mullen | 2009-11-24 | 1 | -1/+6 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -32/+25 |
|
|
* | ENH: Document CACHE entry properties | Brad King | 2009-03-10 | 1 | -0/+1 |
|
|