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
*
surround macro arguments with parentheses
Daniel Pfeifer
2016-09-05
1
-1/+1
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-4/+5
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-8/+8
*
Remove redundant arguments from fstream constructors
Daniel Pfeifer
2016-06-14
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-371/+228
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-45/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+4
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
cmake: Provide guidance when an invalid -G option is given
Gerald Combs
2015-04-10
1
-0/+15
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Replace 'foo.length() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-6/+1
*
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
[next]