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 |
Brad King
|
f8ca0ab3ac
Merge topic 'std-string-apis'
|
7 years ago |
Ben Boeckel
|
f9235fd474
cmAddCustomCommandCommand: use std::string const& for FileIsFullPath
|
7 years ago |
Ben Boeckel
|
c0e7a13702
cmAddCustomCommandCommand: store keywords in strings
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Pavel Solodovnikov
|
8b6f439ef2
Access string npos without instance
|
8 years ago |
Ed Branch
|
7c8ab7ddc8
add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option
|
8 years ago |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Stephen Kelly
|
92d76b50aa
Make the add_custom_command output more predictable
|
9 years ago |
Kulla Christoph
|
048d1adb4e
add_custom_command: Add DEPFILE option for Ninja
|
9 years ago |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 years ago |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 years ago |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 years ago |
Stephen Kelly
|
de21168612
Port to static cmPolicies API.
|
10 years ago |
Stephen Kelly
|
54d6a9187f
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Brad King
|
e15a7075b5
Add an option for explicit BYPRODUCTS of custom commands (#14963)
|
11 years ago |
Peter Collingbourne
|
fe5d6e8c0f
Add USES_TERMINAL option for custom commands
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Stephen Kelly
|
c4af46b444
add_custom_command: Normalize OUTPUT and DEPENDS paths.
|
11 years ago |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Stephen Kelly
|
f2eee72fac
add_custom_command: Disallow use of SOURCE signatures.
|
11 years ago |
Brad King
|
128605054a
Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
|
14 years ago |