index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmPolicies.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-7/+7
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-4/+4
*
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-1/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-1/+1
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-3/+3
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-8/+8
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-15/+21
*
cmake_minimum_required: Optionally set policies with version range
Brad King
2018-03-21
1
-1/+38
*
cmPolicies: Split parsing and impl of ApplyPolicyVersion
Brad King
2018-03-16
1
-19/+28
*
cmPolicies: Drop unnecessary check from ApplyPolicyVersion
Brad King
2018-03-16
1
-9/+3
*
cmPolicies: Pass policy version as std::string
Brad King
2018-03-16
1
-4/+5
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-3/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-6/+6
*
Add deprecation warnings for policies CMP0036 and below
Brad King
2017-04-21
1
-0/+16
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
surround macro arguments with parentheses
Daniel Pfeifer
2016-09-05
1
-3/+4
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-4/+8
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-6/+6
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-169/+124
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-4/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-4/+4
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)
Brad King
2016-04-15
1
-0/+1
*
cmMakefile: Remove CMP0001 handling to callers.
Stephen Kelly
2015-07-25
1
-0/+16
*
cmPolicies: Store only state that users can set.
Stephen Kelly
2015-07-25
1
-15/+1
*
cmPolicies: Store all statuses in a single bitset.
Stephen Kelly
2015-06-07
1
-13/+17
*
cmPolicies: Replace UNDEFINED bitset with WARN bitset.
Stephen Kelly
2015-06-06
1
-8/+5
*
cmPolicies: Implement PolicyMap in terms of bitset.
Stephen Kelly
2015-05-04
1
-4/+31
*
cmPolicies: Implement abstraction for PolicyMap.
Stephen Kelly
2015-05-04
1
-0/+22
*
cmPolicies: Make all API static.
Stephen Kelly
2015-05-04
1
-1/+1
*
cmPolicies: Remove unused DefinePolicy method.
Stephen Kelly
2015-05-04
1
-10/+0
*
cmPolicies: Remove unused cmPolicy class.
Stephen Kelly
2015-05-04
1
-332/+1
*
cmPolicies: Loop over all policies using enum constants.
Stephen Kelly
2015-05-04
1
-8/+8
*
cmPolicies: Trivialize GetPolicyStatus method.
Stephen Kelly
2015-05-04
1
-18/+5
*
cmPolicies: Use more-direct ID access.
Stephen Kelly
2015-05-04
1
-2/+2
*
cmPolicies: Implement in terms of public API.
Stephen Kelly
2015-05-04
1
-1/+1
*
cmPolicies: Make private method file-static.
Stephen Kelly
2015-05-04
1
-27/+27
*
cmPolicies: Implement short description access with XMacros.
Stephen Kelly
2015-05-04
1
-15/+23
*
cmPolicies: Implement version check with XMacro.
Stephen Kelly
2015-05-04
1
-28/+27
*
cmPolicies: Implement id to version with XMacro.
Stephen Kelly
2015-05-04
1
-13/+21
*
cmPolicies: Implement id to string conversion with XMacro.
Stephen Kelly
2015-05-04
1
-25/+25
*
cmPolicies: Implement more-compact IsPolicyNewerThan.
Stephen Kelly
2015-05-04
1
-17/+6
[next]