summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-231-4/+8
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-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
* cmPolicies: Use more-direct ID access.Stephen Kelly2015-05-041-2/+2
* cmPolicies: Implement in terms of public API.Stephen Kelly2015-05-041-1/+1
* cmPolicies: Make private method file-static.Stephen Kelly2015-05-041-27/+27
* cmPolicies: Implement short description access with XMacros.Stephen Kelly2015-05-041-15/+23
* cmPolicies: Implement version check with XMacro.Stephen Kelly2015-05-041-28/+27
* cmPolicies: Implement id to version with XMacro.Stephen Kelly2015-05-041-13/+21
* cmPolicies: Implement id to string conversion with XMacro.Stephen Kelly2015-05-041-25/+25
* cmPolicies: Implement more-compact IsPolicyNewerThan.Stephen Kelly2015-05-041-17/+6
* cmPolicies: Parse string for id conversion.Stephen Kelly2015-05-041-13/+37
* cmPolicies: Make private method file-static.Stephen Kelly2015-05-031-31/+31
* cmPolicies: Remove runtime check for programming errors.Stephen Kelly2015-05-031-26/+0
* cmPolicies: Remove unused static data.Stephen Kelly2015-05-031-4/+0
* cmPolicies: Remove unused header.Stephen Kelly2015-05-031-1/+0
* if: Implement new IN_LIST operatorNils Gladitz2015-04-301-0/+5
* Revert "add_custom_command: Diagnose MAIN_DEPENDENCY limitation."Nils Gladitz2015-04-301-5/+0
* Link libraries by full path even in implicit directoriesBrad King2015-04-091-0/+5
* Do not treat DEFINITIONS as a built-in directory propertyStephen Kelly2015-04-021-0/+5
* Ninja: Add policy to require explicit custom command byproductsBrad King2015-03-201-0/+5
* Merge topic 'cmAlgorithms-cleanup'Brad King2015-03-121-0/+1
|\
| * Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* | add_custom_command: Diagnose MAIN_DEPENDENCY limitation.Nils Gladitz2015-03-091-0/+5
|/
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-7/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-8/+8
* try_compile: Pass linker flags into test project (#14066)Brad King2014-12-031-0/+5
* break: Add policy CMP0055 to check calls strictlyGregor Jasny2014-11-251-0/+5
* If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-111-0/+5
* EVIS: Add policy CMP0053Ben Boeckel2014-05-081-0/+5