summaryrefslogtreecommitdiff
path: root/Source/cmPolicies.cxx
Commit message (Expand)AuthorAgeFilesLines
* Deprecate compatibility with CMake versions older than 3.5Brad King2023-02-111-3/+2
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-2/+2
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-1/+1
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-0/+1
* Deprecate compatibility with CMake versions older than 2.8.12Brad King2020-06-181-3/+27
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-0/+2
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-7/+7
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-4/+4
* cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-101-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-3/+3
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-8/+8
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-15/+21
* cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-1/+38
* cmPolicies: Split parsing and impl of ApplyPolicyVersionBrad King2018-03-161-19/+28
* cmPolicies: Drop unnecessary check from ApplyPolicyVersionBrad King2018-03-161-9/+3
* cmPolicies: Pass policy version as std::stringBrad King2018-03-161-4/+5
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* Add deprecation warnings for policies CMP0036 and belowBrad King2017-04-211-0/+16
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* surround macro arguments with parenthesesDaniel Pfeifer2016-09-051-3/+4
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-4/+8
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-1/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-169/+124
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)Brad King2016-04-151-0/+1
* cmMakefile: Remove CMP0001 handling to callers.Stephen Kelly2015-07-251-0/+16
* cmPolicies: Store only state that users can set.Stephen Kelly2015-07-251-15/+1
* cmPolicies: Store all statuses in a single bitset.Stephen Kelly2015-06-071-13/+17
* cmPolicies: Replace UNDEFINED bitset with WARN bitset.Stephen Kelly2015-06-061-8/+5
* cmPolicies: Implement PolicyMap in terms of bitset.Stephen Kelly2015-05-041-4/+31
* cmPolicies: Implement abstraction for PolicyMap.Stephen Kelly2015-05-041-0/+22
* cmPolicies: Make all API static.Stephen Kelly2015-05-041-1/+1
* cmPolicies: Remove unused DefinePolicy method.Stephen Kelly2015-05-041-10/+0
* cmPolicies: Remove unused cmPolicy class.Stephen Kelly2015-05-041-332/+1
* cmPolicies: Loop over all policies using enum constants.Stephen Kelly2015-05-041-8/+8
* cmPolicies: Trivialize GetPolicyStatus method.Stephen Kelly2015-05-041-18/+5