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
...
*
Merge topic 'Xcode-add_custom_command-DEPFILE'
Brad King
2021-04-20
1
-8/+0
|
\
|
*
Xcode: Add support of DEPFILE for add_custom_command, part 2
Marc Chevrier
2021-04-17
1
-8/+0
*
|
Merge topic 'doc-if-IS_ABSOLUTE'
Brad King
2021-04-20
2
-2/+12
|
\
\
|
|
/
|
/
|
|
*
Help: Document special cases for if(IS_ABSOLUTE)
Craig Scott
2021-04-17
1
-1/+10
|
*
Help: Behavior of file(TO_NATIVE_PATH) depends on the host platform
Craig Scott
2021-04-17
1
-1/+2
*
|
Xcode: Add support of DEPFILE for add_custom_command
Marc Chevrier
2021-04-15
1
-10/+20
*
|
Genex: add_custom_command: DEPFILE supports genex
Marc Chevrier
2021-04-12
1
-1/+6
*
|
Merge topic 'doc-imported-soname'
Brad King
2021-04-05
1
-6/+18
|
\
\
|
|
/
|
*
Help: Document in add_library how to import libraries with SONAME
Brad King
2021-04-02
1
-6/+18
|
*
Merge topic 'commands-file-permissions' into release-3.20
Brad King
2021-03-29
2
-23/+40
|
|
\
*
|
\
Merge topic 'commands-file-permissions'
Brad King
2021-03-29
2
-23/+40
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Help: Clarify permission-related command options
Craig Scott
2021-03-26
2
-23/+40
*
|
|
project: Define variables indicating whether project is top level
friendlyanon
2021-03-26
1
-0/+5
*
|
|
Help: Convert project() directory variables to a definition list
Brad King
2021-03-26
1
-5/+6
*
|
|
Merge topic 'doc-custom-output-genex'
Brad King
2021-03-25
2
-3/+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Help: Custom OUTPUT and BYPRODUCTS genexes cannot refer to targets
Craig Scott
2021-03-25
2
-3/+9
|
|
/
*
|
Help: Clarify configure_file #cmakedefine01 syntax and behavior
Elsie Hupp
2021-03-15
1
-2/+24
*
|
file: add `COPY_FILE` subcommand
Ben Boeckel
2021-03-10
1
-0/+23
*
|
Find: Document that first argument to PATHS and HINTS can be ENV{}
Robert Maynard
2021-03-05
1
-2/+2
*
|
file(RENAME): Add option to not replace existing path
Brad King
2021-03-04
1
-1/+7
*
|
file(RENAME): Add option to capture error message on failure
Brad King
2021-03-04
1
-2/+9
|
/
*
Help: Add internal links to if() docs
Michael Hirsch, Ph.D
2021-02-18
1
-7/+51
*
Help: Convert some genex names to explicit cross-references
Brad King
2021-02-05
3
-6/+6
*
Merge topic 'doc-find-env-vars'
Brad King
2021-02-05
3
-3/+6
|
\
|
*
Help: Restore docs that find_library considers LIB, not INCLUDE
Brad King
2021-02-04
3
-3/+6
*
|
try_run: Allow to set working directory
Asit Dhal
2021-02-03
1
-0/+7
*
|
Merge topic 'issue-19198'
Brad King
2021-02-02
1
-1/+9
|
\
\
|
*
|
file(GENERATE): Support new line style
Asit Dhal
2021-02-01
1
-1/+9
*
|
|
Added `SETUID` and `SETGID` to the list of accepted file permissions
william.r.dieter
2021-01-29
1
-1/+1
|
/
/
*
|
cmake_path: rename 'GET ... RELATIVE_PATH' to 'GET ... RELATIVE_PART'
Marc Chevrier
2021-01-28
1
-70/+49
*
|
Help: Document that if(EXISTS) does not expand ~
Michael Hirsch, Ph.D
2021-01-26
1
-3/+4
*
|
Help: Restructure and clarify cmake_path() docs
Craig Scott
2021-01-16
1
-534/+523
*
|
Merge topic 'cmake_path-stabilization'
Marc Chevrier
2021-01-15
1
-4/+3
|
\
\
|
*
|
cmake_path: various updates
Marc Chevrier
2021-01-13
1
-4/+3
*
|
|
install(files): Support genex in rename option
Asit Dhal
2021-01-13
1
-0/+5
|
/
/
*
|
Help: Add sections to if() conditions documentation
Shannon Booth
2021-01-08
1
-19/+35
*
|
Makefiles: Add support of DEPFILE for add_custom_command
Marc Chevrier
2020-12-23
1
-3/+18
*
|
Merge topic 'issue-20134'
Brad King
2020-12-22
1
-3/+3
|
\
\
|
*
|
target_include_directories: Support AFTER option
Asit Dhal
2020-12-19
1
-3/+3
*
|
|
Merge topic 'issue-15653'
Brad King
2020-12-22
1
-1/+14
|
\
\
\
|
*
|
|
file(GENERATE): Support options to manipulate file permissions
Asit Dhal
2020-12-21
1
-1/+14
|
|
/
/
*
|
|
Help: replace deprecated $<CONFIGURATION> generator expression
NeroBurner
2020-12-21
1
-1/+1
|
/
/
*
|
Ninja Multi-Config: Add support for cross-config custom commands
Kyle Edwards
2020-12-15
2
-0/+18
*
|
Help: Clarify version adding add_custom_{command,target} OUTPUT genex support
Brad King
2020-12-15
2
-34/+39
*
|
Merge topic 'custom-command-output-genex'
Brad King
2020-12-14
2
-0/+89
|
\
\
|
*
|
add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS
Brad King
2020-12-11
2
-0/+51
|
*
|
Help: Add examples to add_custom_command reference documentation
Brad King
2020-12-10
1
-0/+38
*
|
|
Merge branch 'master' into doc-3_19_release-fixes
Brad King
2020-12-11
60
-437/+1825
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Help: Fix grammar in `.. versionadded` directives
Nikita Nemkin
2020-12-02
8
-16/+17
|
*
Help: Fix version note for CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE
Nikita Nemkin
2020-12-02
1
-2/+3
[prev]
[next]