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
/
command
/
if.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
if(): add operators IS_READABLE, IS_WRITABLE and IS_EXECUTABLE.
Marc Chevrier
2023-11-01
1
-0/+41
*
Help: Document if() comparison number format
Brad King
2023-09-08
1
-10/+10
*
Help: Document that if(EXISTS) requires paths to be readable
Brad King
2023-07-26
1
-3/+3
*
Help: Use signature directive for 'if' command
Brad King
2023-03-07
1
-70/+90
*
Help: Improve sentence structure around "if so"
Brad King
2023-03-07
1
-6/+6
*
Help: Add internal cross-references to 'if' command docs
Brad King
2023-03-07
1
-12/+14
*
Help: Indent 'if' command docs more consistently
Brad King
2023-03-07
1
-102/+102
*
Help: Document behavior of if(EXISTS,IS_DIRECTORY) for empty paths
scivision
2023-01-24
1
-2/+6
*
Help: Unindent _See Also_ related commands list
Alex Turbov
2022-11-07
1
-3/+3
*
Merge topic 'doc-if-PATH_EQUAL'
Brad King
2022-07-26
1
-7/+12
|
\
|
*
Help: Clarify behavior of path-based equality conditions
Craig Scott
2022-07-24
1
-7/+12
*
|
Help: Add see-also refs for flow control commands
Markus Ferrell
2022-07-19
1
-0/+7
|
/
*
if command: Add PATH_EQUAL operator
Marc Chevrier
2022-06-03
1
-1/+29
*
Help: from command:if, link to environment variables
Joachim Wuttke (h)
2022-05-05
1
-2/+3
*
Help: Clarify precedence of AND and OR in 'if' conditions
Brad King
2022-02-09
1
-8/+15
*
Help: Non-zero floating point numbers are true in if() expressions
Craig Scott
2022-01-03
1
-1/+2
*
Help: Clarify behavior of if(DEFINED) for cache and non-cache variables
Craig Scott
2021-12-20
1
-1/+10
*
Help: Be more explicit about the behavior of if(<string>)
Craig Scott
2021-12-01
1
-4/+13
*
Help: Explicitly state that if(ENV{some_var}) is always false
Craig Scott
2021-12-01
1
-1/+3
*
Help: Fix terminology for regular expression in if(MATCHES)
Johel Ernesto Guerrero Peña
2021-08-28
1
-1/+1
*
Help: Document special cases for if(IS_ABSOLUTE)
Craig Scott
2021-04-17
1
-1/+10
*
Help: Add internal links to if() docs
Michael Hirsch, Ph.D
2021-02-18
1
-7/+51
*
Help: Document that if(EXISTS) does not expand ~
Michael Hirsch, Ph.D
2021-01-26
1
-3/+4
*
Help: Add sections to if() conditions documentation
Shannon Booth
2021-01-08
1
-19/+35
*
Help: Replace some `versionadded` directives with `versionchanged`
Nikita Nemkin
2020-11-12
1
-1/+1
*
Help: Add `.. versionadded` directives to commands documentation
Nikita Nemkin
2020-11-09
1
-25/+39
*
CMakeDependentOption: Document that 4th parameter follows if-syntax
Hong Xu
2019-08-05
1
-0/+2
*
Merge topic 'if-EXISTS-doc'
Brad King
2019-04-04
1
-1/+3
|
\
|
*
Help: clarify if(EXISTS) operation for symlinks
Shoaib Meenai
2019-04-04
1
-1/+3
*
|
Help: Improve documentation formating
Bartosz Kosiorek
2019-04-04
1
-1/+1
|
/
*
Help: Fix elseif/endif typo
Juuso "Linda" Lapinlampi
2019-02-11
1
-1/+1
*
If: Support the 'DEFINED CACHE{}' syntax
Robert Maynard
2018-11-09
1
-5/+4
*
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
1
-1/+5
*
Help: Revise docs on Scripting Commands
Joachim Wuttke (l)
2018-10-23
1
-8/+17
*
Help: Make synopsis of if command more compact; add section headers
Joachim Wuttke (l)
2018-10-09
1
-41/+49
*
Help: Clarify handling of non-integer components in if() version tests
Craig Scott
2018-09-17
1
-5/+15
*
Help: Fix formatting typo for the 'if' command
Sylvain Joubert
2017-08-18
1
-1/+1
*
Help: Document CMAKE_MATCH_<n> variables
Brad King
2017-04-18
1
-0/+1
*
Help: Link from if(MATCHES) to regex specification docs
Brad King
2017-04-18
1
-1/+1
*
Help: Fix cmake code block warnings produced by Sphinx 1.4
Brad King
2017-02-10
1
-3/+3
*
Add additional <= and >= comparison operators
Chuck Atkins
2016-08-09
1
-16/+43
*
Help: Clarify scope of `if(TARGET)` expression
Bartosz Kosiorek
2016-01-28
1
-3/+4
*
Help: Improve markup in `if` command documentation
Bartosz Kosiorek
2016-01-28
1
-1/+1
*
if: Add "TEST <test>" condition
Matt McCormick
2015-08-03
1
-0/+4
*
if: Implement new IN_LIST operator
Nils Gladitz
2015-04-30
1
-0/+3
*
Help: Clarify if(<variable>) documentation (#15335)
Brad King
2015-01-08
1
-4/+5
*
If: Introduce policy CMP0054 - don't dereference quoted variables in if()
Nils Gladitz
2014-09-11
1
-0/+6
*
Help: Fix typo in 'if()' command documentation
Raphael Kubo da Costa
2014-01-15
1
-1/+1
*
Help: Clarify if(TARGET) behavior (#14646)
Brad King
2013-12-18
1
-1/+3
[next]