Sebastian Holtermann
|
735c6f39d9
Fix invalid ///! doxygen comment line starts
|
6 years ago |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 years ago |
Vitaly Stakhovsky
|
f4ff60a803
cmMakefile: Make GetSafeDefinition return std::string const&
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Brad King
|
45408b5ea1
cmake_minimum_required: Optionally set policies with version range
|
7 years ago |
Brad King
|
6a41aa2abd
cmPolicies: Split parsing and impl of ApplyPolicyVersion
|
7 years ago |
Brad King
|
1d00ed7cf7
cmPolicies: Drop unnecessary check from ApplyPolicyVersion
|
7 years ago |
Brad King
|
0df559832b
cmPolicies: Pass policy version as std::string
|
7 years ago |
Pavel Solodovnikov
|
37d9387be3
Replace empty-string comparisons with checking against `empty()`.
|
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
|
4f5bbbeab9
Add deprecation warnings for policies CMP0036 and below
|
8 years ago |
Daniel Pfeifer
|
1d829c862c
Use quotes for non-system includes
|
8 years ago |
Stephen Kelly
|
e6eecec761
cmListFileCache: Remove cmState header include
|
9 years ago |
Stephen Kelly
|
a91eaf3872
cmState: Port dependents to new cmStateTypes header
|
9 years ago |
Stephen Kelly
|
2fe3e55d53
cmState: Move CacheEntryType enum to separate namespace
|
9 years ago |
Daniel Pfeifer
|
1a9de8035c
surround macro arguments with parentheses
|
9 years ago |
Daniel Pfeifer
|
5cbb548807
fix a batch of include-what-you-use violations
|
9 years ago |
Daniel Pfeifer
|
e7b842e189
Make sure unnused parameters are /*named*/
|
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 |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Brad King
|
cc684857c2
cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)
|
9 years ago |
Stephen Kelly
|
5447ca1a94
cmMakefile: Remove CMP0001 handling to callers.
|
10 years ago |
Stephen Kelly
|
71e69fc93b
cmPolicies: Store only state that users can set.
|
10 years ago |
Stephen Kelly
|
93cc2eef38
cmPolicies: Store all statuses in a single bitset.
|
10 years ago |
Stephen Kelly
|
44a8115797
cmPolicies: Replace UNDEFINED bitset with WARN bitset.
|
10 years ago |