Brad King
|
706c48301d
cmCustomCommandGenerator: Treat relative outputs w.r.t. build dir
|
5 years ago |
Brad King
|
5d23c5446e
cmCustomCommandGenerator: Refactor OUTPUT and DEPENDS path evaluation
|
5 years ago |
Brad King
|
24156c0269
cmCustomCommandGenerator: Evaluate generator expressions in outputs
|
5 years ago |
Brad King
|
c404f64289
cmCustomCommandGenerator: Collect genex target references in commands
|
5 years ago |
Brad King
|
2a640d4199
cmCustomCommandGenerator: Add move operations
|
5 years ago |
Brad King
|
9e5e2d704a
Remove unnecessary arbitrary CollapseFullPath second arguments
|
5 years ago |
Kyle Edwards
|
596439b1bb
cmCustomCommandGenerator: Add option to transform depfile
|
5 years ago |
Vitaly Stakhovsky
|
b36d1bdd9d
Single location for cmProp typedef
|
5 years ago |
Vitaly Stakhovsky
|
36aba01223
cmGeneratorTarget::GetProperty: return cmProp
|
5 years ago |
Vitaly Stakhovsky
|
bbc07e4561
Source: use std::string in place of const char*
|
5 years ago |
Ben Boeckel
|
fd0ba705ce
add_custom_command: check if a relative path should be an in-source path
|
5 years ago |
Tim Blechmann
|
22f38c0d6b
cmake: avoid getcwd in `CollapseFullPath`
|
5 years ago |
Ben Boeckel
|
f5126badd8
add_custom_command: convert DEPENDS path arguments to absolute paths
|
5 years ago |
Marc Chevrier
|
f7d12609f0
Refactoring: use append functions from cmext/algorithm
|
5 years ago |
Kyle Edwards
|
5a8a9f7229
Ninja: Add multi-config variant
|
6 years ago |
Kitware Robot
|
ed98209ddc
Revise include order using clang-format-6.0
|
6 years ago |
Daniel Eiband
|
c7c59dae82
cmCustomCommandGenerator: Replace generator expression member
|
6 years ago |
Daniel Eiband
|
a583b7bc17
Genex: Evaluate byproduct generator expressions in cmCustomCommandGenerator
|
6 years ago |
Daniel Eiband
|
ccc9685cc1
Genex: Move genex expansion of paths into AppendPaths utility
|
6 years ago |
Brad King
|
1ac4e0ef1b
Merge topic 'tidy-deprecated-headers'
|
6 years ago |
Regina Pfeifer
|
f30523d090
clang-tidy: modernize-deprecated-headers
|
6 years ago |
Sebastian Lipponer
|
c16641607f
add_custom_command: Delay slash conversion until after genex evaluation
|
6 years ago |
Sebastian Holtermann
|
9b334397f5
Source sweep: Use cmStrCat for string concatenation
|
6 years ago |
Sebastian Holtermann
|
f4f3c68926
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
|
6 years ago |
Brad King
|
3a3e59617a
Merge topic 'fix-emulator-arguments'
|
6 years ago |
Marek Antoniak
|
bf6f5467a0
Fix allocation in CROSSCOMPILING_EMULATOR evaluation
|
6 years ago |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 years ago |
Marek Antoniak
|
fec441ec17
Teach CROSSCOMPILING_EMULATOR to support arguments
|
6 years ago |
Sebastian Holtermann
|
006229278b
Use cmAppend to append ranges to std::vector instances
|
6 years ago |
Regina Pfeifer
|
5a0784ddea
clang-tidy: Pass by value
|
6 years ago |