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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Help: Document append functionality of string(JSON)
Leonid Pospelov
2023-05-03
1
-0/+3
*
Help: change links to point to the env.vars, not to the cmake vars
Alex Neundorf
2023-05-01
6
-5/+32
*
GenEx LIST: list operations
Marc Chevrier
2023-04-16
1
-15/+15
*
Help: Clarify that {add,target}_compile_options are not used for linking
Brad King
2023-03-31
4
-0/+28
*
Help: Link to COMPILE_LANGUAGE genex from add_compile_options
Brad King
2023-03-31
1
-0/+4
*
Help: Link to COMPILE_LANGUAGE genex from target_compile_options
Brad King
2023-03-28
1
-0/+4
*
Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing'
Brad King
2023-03-28
1
-9/+16
|
\
|
*
file(GET_RUNTIME_DEPENDENCIES): Document case-preserving change on Windows
Brad King
2023-03-27
1
-9/+16
*
|
Help: Clarify that set(VAR) unsets VAR
Brad King
2023-03-24
3
-12/+21
|
/
*
Help: Improve file command signatures
Matthew Woehlke
2023-03-15
1
-5/+5
*
Help: Convert signatures of file command
Matthew Woehlke
2023-03-15
3
-931/+899
*
Help: Convert signatures of list and set commands
Matthew Woehlke
2023-03-15
2
-277/+248
*
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
*
Merge topic 'improve-doc-signatures'
Brad King
2023-03-07
2
-496/+409
|
\
|
*
Help: Use signature directive for string command
Matthew Woehlke
2023-03-06
1
-330/+256
|
*
Help: Use signature directive for cmake_language command
Matthew Woehlke
2023-03-06
1
-166/+153
*
|
Merge topic 'Apple-handle-Text-Stubs'
Brad King
2023-03-02
1
-0/+18
|
\
\
|
*
|
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-0/+18
*
|
|
Merge topic 'try-doc'
Brad King
2023-03-01
2
-39/+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Help:try_{compile,run}: clarify, encourage new syntax
scivision
2023-02-28
2
-39/+37
*
|
|
Help:file: document HTTPHEADER more
scivision
2023-02-24
1
-1/+8
*
|
|
find_package: Use <PACKAGENAME>_ROOT variables as search prefixes
Brad King
2023-02-23
2
-2/+26
*
|
|
Help: Document <PackageName>_ROOT variable ordering using an ordered list
Brad King
2023-02-23
2
-26/+41
|
|
/
|
/
|
*
|
Merge topic 'ninja-custom-command-depends'
Brad King
2023-02-20
1
-0/+3
|
\
\
|
*
|
Add variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY
Abdelmaged Khalifa
2023-02-17
1
-0/+3
*
|
|
Merge topic 'ci-linkcheck'
Brad King
2023-02-17
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Help: Replace links with their permanent redirects
Brad King
2023-02-17
1
-1/+1
*
|
|
Help:add_test: emphasize important points
scivision
2023-02-15
2
-37/+32
|
/
/
*
|
Merge topic 'ninja-custom-command-depends'
Brad King
2023-02-15
1
-1/+17
|
\
\
|
*
|
add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for Ninja
Abdelmaged Khalifa
2023-02-14
1
-1/+17
*
|
|
Help: math: note that floating point inputs are invalid
scivision
2023-02-14
1
-1/+2
|
/
/
*
|
Merge topic 'doc-find_package-root-case'
Brad King
2023-02-09
1
-1/+2
|
\
\
|
|
/
|
*
Help: Clarify that <PackageName>_ROOT variable names are case-preserved
Brad King
2023-02-08
1
-1/+2
*
|
Merge topic 'KateImprovements'
Brad King
2023-02-07
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Help: fix typo in docs for set_property()
Alexander Neundorf
2023-02-06
1
-1/+1
*
|
Help: Clarify interaction of execute_process *_FILE and *_VARIABLE options
scivision
2023-02-06
1
-34/+40
|
/
*
Help: Clarify add_custom_command OUTPUT relative path behavior
Brad King
2023-01-30
1
-3/+12
*
Help: configure_file doc example use `target_include_directories`
Robert Maynard
2023-01-25
1
-2/+2
*
Merge topic 'isdir_empty'
Brad King
2023-01-25
1
-2/+6
|
\
|
*
Help: Document behavior of if(EXISTS,IS_DIRECTORY) for empty paths
scivision
2023-01-24
1
-2/+6
*
|
Help: Update supported languages in project and enable_language
Robert Maynard
2023-01-20
3
-31/+31
|
/
*
message: Add CONFIGURE_LOG mode to record a message in the configure log
Brad King
2023-01-18
1
-0/+50
*
Help: Document configure log behavior in try_compile and try_run
Brad King
2023-01-18
2
-0/+10
*
try_compile: Add a NO_LOG option to skip recording in the configure log
Brad King
2023-01-16
2
-0/+11
*
try_compile: Add optional LOG_DESCRIPTION to record in configure log
Brad King
2023-01-16
2
-0/+12
*
Help: Fix typo in configure_file docs
Gustaf Borgström
2023-01-11
1
-1/+1
*
Merge topic 'doc-SYSTEM'
Craig Scott
2022-12-19
1
-11/+9
|
\
[next]