| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | cmPolicies: Parse string for id conversion. | Stephen Kelly | 2015-05-04 | 1 | -13/+37 |
|
|
* | cmPolicies: Make private method file-static. | Stephen Kelly | 2015-05-03 | 1 | -31/+31 |
|
|
* | cmPolicies: Remove runtime check for programming errors. | Stephen Kelly | 2015-05-03 | 1 | -26/+0 |
|
|
* | cmPolicies: Remove unused static data. | Stephen Kelly | 2015-05-03 | 1 | -4/+0 |
|
|
* | cmPolicies: Remove unused header. | Stephen Kelly | 2015-05-03 | 1 | -1/+0 |
|
|
* | if: Implement new IN_LIST operator | Nils Gladitz | 2015-04-30 | 1 | -0/+5 |
|
|
* | Revert "add_custom_command: Diagnose MAIN_DEPENDENCY limitation." | Nils Gladitz | 2015-04-30 | 1 | -5/+0 |
|
|
* | Link libraries by full path even in implicit directories | Brad King | 2015-04-09 | 1 | -0/+5 |
|
|
* | Do not treat DEFINITIONS as a built-in directory property | Stephen Kelly | 2015-04-02 | 1 | -0/+5 |
|
|
* | Ninja: Add policy to require explicit custom command byproducts | Brad King | 2015-03-20 | 1 | -0/+5 |
|
|
* | Merge topic 'cmAlgorithms-cleanup' | Brad King | 2015-03-12 | 1 | -0/+1 |
|\ |
|
| * | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | | add_custom_command: Diagnose MAIN_DEPENDENCY limitation. | Nils Gladitz | 2015-03-09 | 1 | -0/+5 |
|/ |
|
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -7/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -8/+8 |
|
|
* | try_compile: Pass linker flags into test project (#14066) | Brad King | 2014-12-03 | 1 | -0/+5 |
|
|
* | break: Add policy CMP0055 to check calls strictly | Gregor Jasny | 2014-11-25 | 1 | -0/+5 |
|
|