| Commit message (Expand) | Author | Age | Files | Lines |
* | CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES | Brad King | 2018-04-18 | 1 | -0/+1 |
|
|
* | find_package: Use PackageName_ROOT variables as search prefixes | Brad King | 2018-03-16 | 1 | -0/+1 |
|
|
* | Do not produce legacy _LIB_DEPENDS cache entries | Brad King | 2018-03-07 | 1 | -0/+8 |
|
|
* | FindOpenGL: Add policy CMP0072 to prefer GLVND for legacy GL | Brad King | 2017-11-17 | 1 | -0/+8 |
|
|
* | Autogen: Process GENERATED files. Add CMP0071. | Sebastian Holtermann | 2017-07-18 | 1 | -0/+1 |
|
|
* | file(GENERATE): Add policy CMP0070 to define relative path behavior | Brad King | 2017-06-09 | 1 | -0/+8 |
|
|
* | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION | Ruslan Baratov | 2017-03-30 | 1 | -0/+1 |
|
|
* | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 1 | -0/+8 |
|
|
* | try_compile: Add policy CMP0067 to honor language standards | Brad King | 2016-12-06 | 1 | -0/+8 |
|
|
* | try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> | Brad King | 2016-06-29 | 1 | -0/+8 |
|
|
* | Help: Add policy summaries to cmake-policies(7) | Brad King | 2016-05-02 | 1 | -66/+66 |
|
|
* | Help: Organize cmake-policies(7) manual by version of introduction | Brad King | 2016-05-02 | 1 | -67/+109 |
|
|
* | CMP0065: Restrict the use of CMAKE_SHARED_LIBRARY_LINK_<LANG>_FLAGS | Chuck Atkins | 2015-09-21 | 1 | -0/+1 |
|
|
* | if: Add "TEST <test>" condition | Matt McCormick | 2015-08-03 | 1 | -0/+1 |
|
|
* | Help: Document explicitly that policy OLD behavior is deprecated | Brad King | 2015-06-09 | 1 | -5/+5 |
|
|
* | Honor visibility properties for all target types (#15556) | Brad King | 2015-05-26 | 1 | -0/+1 |
|
|
* | install: Disallow installing export() result. | Stephen Kelly | 2015-05-14 | 1 | -0/+1 |
|
|
* | CTest: Stop telling 'make' to ignore errors with -i | Brad King | 2015-05-12 | 1 | -0/+1 |
|
|
* | 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/+1 |
|
|
* | 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/+1 |
|
|
* | 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 |
|
|
* | Merge branch 'release-doc-formatting' into doc-formatting | Brad King | 2014-11-06 | 1 | -1/+1 |
|\ |
|
| * | Help: Drop TOC from latex manuals | Brad King | 2014-11-06 | 1 | -1/+1 |
|
|
* | | Help: Document that policies are not feature toggles. | Stephen Kelly | 2014-10-20 | 1 | -0/+6 |
|/ |
|
* | If: Introduce policy CMP0054 - don't dereference quoted variables in if() | Nils Gladitz | 2014-09-11 | 1 | -0/+1 |
|
|
* | EVIS: Add policy CMP0053 | Ben Boeckel | 2014-05-08 | 1 | -0/+1 |
|
|
* | Export: Disallow exported interface includes in src/build tree (#14592). | Stephen Kelly | 2014-04-09 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Help: Mark up references to NEW and OLD policy settings properly. | Stephen Kelly | 2014-02-06 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | Merge topic 'extend-docs' | Brad King | 2014-01-09 | 1 | -1/+3 |
|\ |
|
| * | Help: Link to CMAKE_POLICY_DEFAULT_CMP<NNNN> in policies manual. | Stephen Kelly | 2014-01-09 | 1 | -1/+3 |
|
|
* | | 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 |
|/ |
|
* | Help: Mark some code blocks as containing cmake code. | Stephen Kelly | 2014-01-04 | 1 | -1/+3 |
|
|
* | Merge topic 'rpath-default' | Brad King | 2014-01-02 | 1 | -0/+1 |
|\ |
|
| * | OS X: Add CMP0042 to enable MACOSX_RPATH by default | Clinton Stimpson | 2014-01-02 | 1 | -0/+1 |
|
|
* | | Help: Mention if(POLICY) and NO_POLICY_SCOPE in policies manual. | Stephen Kelly | 2013-12-20 | 1 | -1/+15 |
|/ |
|
* | Export: Report error on relative include with genex. | Stephen Kelly | 2013-11-26 | 1 | -0/+1 |
|
|
* | Add policy CMP0040 to disallow custom commands on missing targets | Nils Gladitz | 2013-11-21 | 1 | -0/+1 |
|
|
* | Disallow linking to utility targets (#13902). | Stephen Kelly | 2013-11-07 | 1 | -0/+1 |
|
|
* | Disallow link-to-self (#13947). | Stephen Kelly | 2013-11-07 | 1 | -0/+1 |
|
|