| Commit message (Expand) | Author | Age | Files | Lines |
* | try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> | Brad King | 2016-06-29 | 1 | -1/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -228/+207 |
|
|
* | CMP0059: Fix typo in policy description | Brad King | 2016-05-02 | 1 | -1/+1 |
|
|
* | cmGeneratorTarget: Copy the policy map from the cmTarget. | Stephen Kelly | 2015-10-20 | 1 | -0/+17 |
|
|
* | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 1 | -1/+1 |
|
|
* | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS | Chuck Atkins | 2015-09-21 | 1 | -0/+4 |
|
|
* | CMP0064: Fix recorded version of introduction to be 3.4 | Brad King | 2015-09-21 | 1 | -1/+1 |
|
|
* | if: Add "TEST <test>" condition | Matt McCormick | 2015-08-03 | 1 | -0/+3 |
|
|
* | cmPolicies: Replace unused include. | Stephen Kelly | 2015-07-25 | 1 | -1/+1 |
|
|
* | cmPolicies: Store only state that users can set. | Stephen Kelly | 2015-07-25 | 1 | -1/+1 |
|
|
* | cmPolicies: Store all statuses in a single bitset. | Stephen Kelly | 2015-06-07 | 1 | -5/+2 |
|
|
* | cmPolicies: Replace UNDEFINED bitset with WARN bitset. | Stephen Kelly | 2015-06-06 | 1 | -2/+1 |
|
|
* | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 1 | -0/+3 |
|
|
* | install: Disallow installing export() result. | Stephen Kelly | 2015-05-14 | 1 | -0/+3 |
|
|
* | CTest: Stop telling 'make' to ignore errors with -i | Brad King | 2015-05-12 | 1 | -0/+3 |
|
|
* | cmPolicies: Implement PolicyMap in terms of bitset. | Stephen Kelly | 2015-05-04 | 1 | -1/+11 |
|
|
* | cmPolicies: Implement abstraction for PolicyMap. | Stephen Kelly | 2015-05-04 | 1 | -1/+7 |
|
|
* | cmPolicies: Make all API static. | Stephen Kelly | 2015-05-04 | 1 | -6/+6 |
|
|
* | cmPolicies: Remove unused DefinePolicy method. | Stephen Kelly | 2015-05-04 | 1 | -9/+0 |
|
|
* | cmPolicies: Remove unused cmPolicy class. | Stephen Kelly | 2015-05-04 | 1 | -7/+0 |
|
|
* | cmPolicies: Make private method file-static. | Stephen Kelly | 2015-05-04 | 1 | -4/+0 |
|
|
* | cmPolicies: Implement id to string conversion with XMacro. | Stephen Kelly | 2015-05-04 | 1 | -1/+0 |
|
|
* | cmPolicies: Introduce XMacro table for policy data. | Stephen Kelly | 2015-05-04 | 1 | -72/+199 |
|
|
* | cmPolicies: Parse string for id conversion. | Stephen Kelly | 2015-05-04 | 1 | -1/+0 |
|
|
* | cmPolicies: Make private method file-static. | Stephen Kelly | 2015-05-03 | 1 | -4/+0 |
|
|
* | cmPolicies: Remove unused forward declaration. | Stephen Kelly | 2015-05-03 | 1 | -1/+0 |
|
|
* | cmPolicies: Remove unused static data. | Stephen Kelly | 2015-05-03 | 1 | -1/+0 |
|
|
* | cmPolicies: Fix values for policies 57-60. | Stephen Kelly | 2015-05-03 | 1 | -1/+1 |
|
|
* | if: Implement new IN_LIST operator | Nils Gladitz | 2015-04-30 | 1 | -0/+1 |
|
|
* | Revert "add_custom_command: Diagnose MAIN_DEPENDENCY limitation." | Nils Gladitz | 2015-04-30 | 1 | -2/+0 |
|
|
* | Link libraries by full path even in implicit directories | Brad King | 2015-04-09 | 1 | -0/+1 |
|
|
* | Do not treat DEFINITIONS as a built-in directory property | Stephen Kelly | 2015-04-02 | 1 | -0/+2 |
|
|
* | Ninja: Add policy to require explicit custom command byproducts | Brad King | 2015-03-20 | 1 | -0/+1 |
|
|
* | add_custom_command: Diagnose MAIN_DEPENDENCY limitation. | Nils Gladitz | 2015-03-09 | 1 | -0/+2 |
|
|
* | try_compile: Pass linker flags into test project (#14066) | Brad King | 2014-12-03 | 1 | -0/+1 |
|
|
* | break: Add policy CMP0055 to check calls strictly | Gregor Jasny | 2014-11-25 | 1 | -0/+1 |
|
|
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -0/+2 |
|
|
* | EVIS: Add policy CMP0053 | Ben Boeckel | 2014-05-08 | 1 | -0/+2 |
|
|
* | Export: Disallow exported interface includes in src/build tree (#14592). | Stephen Kelly | 2014-04-09 | 1 | -0/+2 |
|
|
* | cmTarget: Include TARGET_OBJECTS genex in target SOURCES property. | Stephen Kelly | 2014-04-02 | 1 | -0/+1 |
|
|
* | add_custom_command: Disallow use of SOURCE signatures. | Stephen Kelly | 2014-02-12 | 1 | -0/+1 |
|
|
* | Add policy CMP0049 to avoid variable expansion in source lists | Stephen Kelly | 2014-02-12 | 1 | -0/+1 |
|
|
* | Drop tweak version component from CMake Policies | Brad King | 2014-02-04 | 1 | -1/+0 |
|
|
* | project: Manage VERSION variables | Brad King | 2014-01-29 | 1 | -0/+1 |
|
|
* | QNX: Introduce QCC compiler id for that QNX platform compiler. | Stephen Kelly | 2014-01-22 | 1 | -0/+1 |
|
|
* | AddDependencies: new policy requires dependencies to exist | Nils Gladitz | 2014-01-12 | 1 | -0/+1 |
|
|
* | get_target_property: Error on non-existent target. | Stephen Kelly | 2014-01-08 | 1 | -0/+1 |
|
|
* | Genex: Use case-sensitive comparison for COMPILER_ID. | Stephen Kelly | 2014-01-08 | 1 | -0/+1 |
|
|
* | cmTarget: Deprecate COMPILE_DEFINITIONS_ properties with a policy. | Stephen Kelly | 2014-01-08 | 1 | -0/+1 |
|
|
* | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -0/+1 |
|
|