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 |
Stephen Kelly
|
013ada80ea
cmPolicies: Implement PolicyMap in terms of bitset.
|
10 years ago |
Stephen Kelly
|
be6664c208
cmPolicies: Implement abstraction for PolicyMap.
|
10 years ago |
Stephen Kelly
|
13981f2068
cmPolicies: Make all API static.
|
10 years ago |
Stephen Kelly
|
23e2bcc8db
cmPolicies: Remove unused DefinePolicy method.
|
10 years ago |
Stephen Kelly
|
5641ba4fca
cmPolicies: Remove unused cmPolicy class.
|
10 years ago |
Stephen Kelly
|
3de5449703
cmPolicies: Loop over all policies using enum constants.
|
10 years ago |
Stephen Kelly
|
387aff200c
cmPolicies: Trivialize GetPolicyStatus method.
|
10 years ago |
Stephen Kelly
|
dbf680d670
cmPolicies: Use more-direct ID access.
|
10 years ago |
Stephen Kelly
|
8c204133e5
cmPolicies: Implement in terms of public API.
|
10 years ago |
Stephen Kelly
|
e3a8c0291e
cmPolicies: Make private method file-static.
|
10 years ago |
Stephen Kelly
|
cb765af049
cmPolicies: Implement short description access with XMacros.
|
10 years ago |
Stephen Kelly
|
5df267fa1d
cmPolicies: Implement version check with XMacro.
|
10 years ago |
Stephen Kelly
|
2235cfebee
cmPolicies: Implement id to version with XMacro.
|
10 years ago |
Stephen Kelly
|
05d8438860
cmPolicies: Implement id to string conversion with XMacro.
|
10 years ago |
Stephen Kelly
|
fdca04db68
cmPolicies: Implement more-compact IsPolicyNewerThan.
|
10 years ago |
Stephen Kelly
|
a7ff972751
cmPolicies: Parse string for id conversion.
|
10 years ago |