NAKAMURA Takumi
|
3bb2542535
cmMakefile: Simplify Add*Command and adopt to cmAddCustom*Command
|
4 years ago |
NAKAMURA Takumi
|
d0158b765b
cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}Command
|
4 years ago |
Kyle Edwards
|
f01f10e8fb
cmCustomCommand: Record value of CMP0116 at time of creation
|
4 years ago |
Marc Chevrier
|
cfd8a5ac1f
Makefiles: Add support of DEPFILE for add_custom_command
|
4 years ago |
Brad King
|
c257c25419
add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS
|
5 years ago |
Brad King
|
b285748f79
cmAddCustom{Command,Target}Command: Skip conversions on genex paths
|
5 years ago |
Brad King
|
fab772c3e1
cmAddCustomCommandCommand: Drop outdated comment
|
5 years ago |
Brad King
|
9e5e2d704a
Remove unnecessary arbitrary CollapseFullPath second arguments
|
5 years ago |
Brad King
|
26464da5d3
cmMakefile: Drop unnecessary custom command APPEND check
|
5 years ago |
Kyle Edwards
|
67102d3252
Ninja Multi-Config: Add support for DEPFILE option in add_custom_command()
|
5 years ago |
Tim Blechmann
|
22f38c0d6b
cmake: avoid getcwd in `CollapseFullPath`
|
5 years ago |
Ben Boeckel
|
a5f44ec925
cmAddCustomCommandCommand: remove unnecessary braces
|
5 years ago |
Daniel Eiband
|
777ceaea94
cmMakefile: Delay custom command creation
|
6 years ago |
Daniel Eiband
|
f151a57705
cmMakefile: Move enumerations into new header
|
6 years ago |
Daniel Eiband
|
fd3a394614
add_custom_command: Format files in error message in a single line
|
6 years ago |
Daniel Eiband
|
a1cc6b4447
add_custom_target: Add output checks for custom target byproducts
|
6 years ago |
Daniel Eiband
|
cbb861ade8
add_custom_command: Add tests for custom command output checks
|
6 years ago |
Asit Dhal
|
9dba84cfa5
Refactor: Use cmStrCat to construct error strings
|
6 years ago |
Brad King
|
7c47894b45
Merge topic 'prepare-deferred-custom-command-creation'
|
6 years ago |
Daniel Eiband
|
5d28e361b7
add_custom_command: Move append functionality into class cmMakefile
|
6 years ago |
Sebastian Lipponer
|
c16641607f
add_custom_command: Delay slash conversion until after genex evaluation
|
6 years ago |
Daniel Eiband
|
4fb29850ad
add_custom_command: Refactor setting implicit depends
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Regina Pfeifer
|
d331021255
clang-tidy: isolate declarations for readability
|
6 years ago |
Regina Pfeifer
|
9ba0bf60c6
cmA*Command: Turn into free functions
|
6 years ago |
Sebastian Holtermann
|
f1bdfdf242
cmAddCustomCommand: Initialize static std::unordered_set on construction
|
6 years ago |
Rosen Matev
|
9f76961de8
Support job pools in custom commands and targets
|
6 years ago |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |
Brad King
|
98d59417b0
add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex
|
7 years ago |
Vitaly Stakhovsky
|
c8fd23ec6f
cmMakefile: return directories as const std::string&
|
7 years ago |