Asit Dhal
|
c3385dd8bd
file(GENERATE): Support options to manipulate file permissions
|
5 years ago |
Deniz Bahadir
|
e01527619f
Simplify code by calling a function directly instead of duplicating it
|
5 years ago |
Raul Tambre
|
27a912193b
file(GENERATE): Add TARGET argument
|
5 years ago |
Josef Angstenberger
|
04fbd7566a
file(GENERATE): Fix missing check for policy CMP0070
|
5 years ago |
Josef Angstenberger
|
2dc2732f67
file(GENERATE): Refactor outputFileName calculation
|
5 years ago |
Josef Angstenberger
|
a9602bb41e
file(GENERATE): Refactor inputFileName calculation
|
5 years ago |
Robert Maynard
|
7a969fe21d
cmMakefile: Refactor API to better handle empty config values
|
5 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Daniel Eiband
|
1811411fec
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
|
6 years ago |
Regina Pfeifer
|
d25a5a7ec9
clang-tidy: modernize-use-auto
|
6 years ago |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Regina Pfeifer
|
5a0784ddea
clang-tidy: Pass by value
|
6 years ago |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |
Vitaly Stakhovsky
|
c530e2f74f
cmCompiledGeneratorExpression::Evaluate(): return const std::string&
|
7 years ago |
Sebastian Holtermann
|
b6802cd506
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
|
7 years ago |
Brad King
|
0826c20128
Ninja: Do not add empty custom command for file(GENERATE) outputs
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Ben Boeckel
|
7c525c8416
genex: generated files have known extensions
|
7 years ago |
Matthias Maennich
|
f0489856e3
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
ca2233e31f
IWYU: Mark cmConfigure.h with pragma: keep
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Brad King
|
82be694c7a
file(GENERATE): Add policy CMP0070 to define relative path behavior
|
8 years ago |
Brad King
|
c41a7c7d90
file: Normalize GENERATE command input and output file paths
|
8 years ago |
Robert Maynard
|
93c89bc75c
Genex: Allow TARGET_OBJECTS to be used everywhere
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Daniel Pfeifer
|
2e620f0b38
Fix several include-what-you-use findings
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 years ago |
Brad King
|
b5ec5b0901
Avoid using KWSys auto_ptr by adopting it ourselves
|
9 years ago |