Mateusz Janek
|
8d93815d20
source_group command ensures that FILES arguments are actually files
|
6 years ago |
Jakub Kalinski
|
c1d1027ac1
Enabled performance-inefficient-vector-operation check in clang-tidy
|
6 years ago |
Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
6 years ago |
Regina Pfeifer
|
414aa6c81e
clang-tidy: Simplify boolean expressions
|
7 years ago |
Yohann Benedic
|
b3baa97e80
Source_Group: Allow an empty prefix with the TREE syntax.
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Mateusz Janek
|
365e02e73e
source_group: Fix TREE argument parsing
|
7 years ago |
Brad King
|
67810849b9
Merge topic 'ranged-for'
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Sebastian Holtermann
|
a451995fc6
Use cmMakefile::GetOrCreateSourceGroup in cmSourceGroupCommand
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Brad King
|
10371cd6dc
Merge topic 'source_group-TREE-relative-path'
|
8 years ago |
Mateusz Janek
|
4716f2be83
source_group: Restore TREE support for relative paths
|
8 years ago |
Brad King
|
d286d24af3
Merge branch 'backport-source_group-TREE-alt-root' into source_group-TREE-alt-root
|
8 years ago |
Mateusz Janek
|
1b4d2c741a
source_group: Fix TREE with root that is not current source dir
|
8 years ago |
Daniel Pfeifer
|
ee72803e9f
fix some include-what-you-use diagnostics
|
8 years ago |
Mateusz Janek
|
b42330be21
source_group: Add options create groups matching directory tree
|
9 years ago |
Daniel Pfeifer
|
602b78aa79
Remove redundant c_str() calls
|
9 years ago |
Daniel Pfeifer
|
f69e768d94
Separate compilation for commands included in cmCommands
|
9 years ago |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 years ago |
Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
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 |
Stephen Kelly
|
55d80d0a85
cmMakefile: Rename GetCurrent{,Source}Directory.
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
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 |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
f09ba0f1a2
Fix style errors added by parent and grandparent
|
14 years ago |
Johan Björk
|
d0a403fd99
CMake: Move tokenize to cmSystemTools
|
15 years ago |