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
/
Help
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'deprecate-findqt'
Brad King
2018-11-15
4
-1/+36
|
\
|
*
find_package(): Add policy to remove the FindQt module
Kyle Edwards
2018-11-14
4
-1/+36
*
|
Merge topic 'doc-developer-to-source-guide'
Brad King
2018-11-15
4
-584/+552
|
\
\
|
*
|
Help/dev: Factor out a CMake Documentation Guide for developing the docs
Brad King
2018-11-14
4
-530/+552
|
*
|
Help: Fix policy markup example in cmake-developer(7)
Brad King
2018-11-14
1
-1/+1
|
*
|
Help: Drop compile features section from cmake-developer(7) manual
Brad King
2018-11-14
1
-47/+0
|
*
|
Help/dev: Drop 'size_t' preference from source code guide
Brad King
2018-11-14
1
-7/+0
*
|
|
Merge topic 'macro3'
Brad King
2018-11-15
2
-15/+43
|
\
\
\
|
*
|
|
Help: describe differences between macro and function.
Joachim Wuttke (l)
2018-11-14
2
-10/+38
|
*
|
|
Help: in macro vs function example, use lowercase names.
Joachim Wuttke (l)
2018-11-14
1
-5/+5
|
|
/
/
*
|
|
Help: Spell out MFC
Joachim Wuttke (o)
2018-11-14
2
-10/+12
*
|
|
Help: Add links to variables
Joachim Wuttke (o)
2018-11-14
1
-4/+4
|
/
/
*
|
Merge topic 'deprecate-modules2'
Brad King
2018-11-13
1
-3/+2
|
\
\
|
*
|
Help: Move deprecated modules to appropriate section.
Joachim Wuttke (l)
2018-11-13
1
-3/+2
*
|
|
Help: Document that function invocation is case-insensitive
Joachim Wuttke (l)
2018-11-13
1
-21/+46
*
|
|
Help: Document that macro invocation is case-insensitive
Joachim Wuttke (l)
2018-11-13
1
-16/+42
*
|
|
Merge topic 'macro'
Brad King
2018-11-13
1
-1/+6
|
\
\
\
|
*
|
|
Help: Mention endmacro argument as legacy only.
Joachim Wuttke (l)
2018-11-13
1
-1/+6
|
|
/
/
*
|
|
Merge topic 'env2'
Brad King
2018-11-13
29
-0/+59
|
\
\
\
|
*
|
|
Help: Describe environment variables as such.
Joachim Wuttke (l)
2018-11-13
29
-0/+59
|
|
/
/
*
|
|
Merge topic 'if_support_checking_if_cache_var_defined'
Brad King
2018-11-13
2
-5/+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
If: Support the 'DEFINED CACHE{}' syntax
Robert Maynard
2018-11-09
2
-5/+9
*
|
|
Merge topic 'deprecate-ParseArguments'
Brad King
2018-11-12
1
-1/+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Help: move CMakeParseArguments to deprecated section
Joachim Wuttke (h)
2018-11-11
1
-1/+1
|
|
/
*
|
Merge topic 'pie-link-options'
Craig Scott
2018-11-12
5
-0/+42
|
\
\
|
*
|
POSITION_INDEPENDENT_CODE: Manage link flags for executables
Marc Chevrier
2018-11-11
3
-0/+31
|
*
|
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
Marc Chevrier
2018-11-08
2
-0/+11
*
|
|
Autogen: Add release notes for CMAKE_GLOBAL_AUTOGEN/RCC_TARGET
Sebastian Holtermann
2018-11-11
1
-0/+8
*
|
|
Autogen: Add documentation for CMAKE_GLOBAL_AUTOGEN/RCC_TARGET
Sebastian Holtermann
2018-11-11
9
-0/+79
|
|
/
|
/
|
*
|
Help: Describe $CACHE and $ENV as operators
Joachim Wuttke (l)
2018-11-08
3
-6/+18
*
|
Help: Document if(DEFINED ENV{name})
Joachim Wuttke (h)
2018-11-08
1
-7/+9
*
|
Help: short/long variable reference in if command
Joachim Wuttke (l)
2018-11-08
2
-4/+14
*
|
Help: Provide backreferences.
Joachim Wuttke (h)
2018-11-08
3
-2/+19
*
|
Help: New section on Environment Variables in cmake-language.7
Joachim Wuttke (h)
2018-11-08
1
-1/+28
*
|
Help: Remove over-precise clause.
Joachim Wuttke (h)
2018-11-08
1
-4/+2
*
|
Help: Clarify effect of set(ENV{..} ..) and unset(ENV{..})
Joachim Wuttke (h)
2018-11-08
2
-5/+20
|
/
*
Help: Add documentation and release notes for install
Kyle Edwards
2018-11-07
2
-4/+121
*
Merge topic 'genex'
Brad King
2018-11-07
1
-153/+253
|
\
|
*
Help: Say early on that generator expressions can be nested.
Joachim Wuttke (o)
2018-11-06
1
-2/+4
|
*
Help: add section on debugging generator expressions.
Joachim Wuttke (h)
2018-11-06
1
-0/+22
|
*
Help: Explain conversion rules of $<BOOL:string>.
Joachim Wuttke (h)
2018-11-06
1
-2/+10
|
*
Help: Code example for case-insensitive comparison
Joachim Wuttke (h)
2018-11-06
1
-3/+12
|
*
Help: Terminate explanations with a dot.
Joachim Wuttke (h)
2018-11-06
1
-4/+4
|
*
Help: Expand placeholders in string comparisons.
Joachim Wuttke (h)
2018-11-06
1
-6/+8
|
*
Help: sort conditional expressions below string-valued ones.
Joachim Wuttke (h)
2018-11-06
1
-30/+29
|
*
Help: Add deprecation date of $<CONFIGURATION>
Joachim Wuttke (h)
2018-11-06
1
-1/+1
|
*
Help: Add note on omitted <..> notation in cmake-generator-expressions(7)
Joachim Wuttke (h)
2018-11-06
1
-0/+5
|
*
Help: Revise documentation of string-valued generator expressions
Joachim Wuttke (h)
2018-11-06
1
-92/+111
|
*
Help: 3 subtypes of boolean generator expressions.
Joachim Wuttke (h)
2018-11-06
1
-10/+20
|
*
Help: Cross-link conditional and boolean expressions.
Joachim Wuttke (h)
2018-11-06
1
-18/+24
[next]