| Commit message (Expand) | Author | Age | Files | Lines |
* | Autogen: Process .hh headers based on new policy CMP0100 settings | Sebastian Holtermann | 2020-01-04 | 1 | -0/+1 |
|
|
* | Link properties: must be transitive over private dependency on static library | Marc Chevrier | 2019-12-09 | 1 | -0/+1 |
|
|
* | FindFLEX: Add policy CMP0098 to run flex in build tree | Jannick | 2019-11-15 | 1 | -0/+8 |
|
|
* | ExternalProject: Support not initializing any submodules | Robert Maynard | 2019-07-24 | 1 | -0/+1 |
|
|
* | project: Keep leading `0` in PROJECT_VERSION components | Alex Turbov | 2019-07-16 | 1 | -0/+1 |
|
|
* | Help: Move CMP0095 into CMake 3.16 section | Kyle Edwards | 2019-06-25 | 1 | -1/+8 |
|
|
* | cmInstallTargetGenerator: Introduce CMP0095 | Dennis Klein | 2019-06-13 | 1 | -0/+1 |
|
|
* | FindPython: Add policy to manage lookup stratgey default. | Marc Chevrier | 2019-05-21 | 1 | -0/+1 |
|
|
* | FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format | Dennis Klein | 2019-05-13 | 1 | -0/+1 |
|
|
* | MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by default | Brad King | 2019-04-19 | 1 | -0/+1 |
|
|
* | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 1 | -0/+1 |
|
|
* | export: Disable PACKAGE mode user package registry by default | Robert Maynard | 2019-03-15 | 1 | -0/+2 |
|
|
* | XLClang: Add policy CMP0089 to present as XL for compatibility | Brad King | 2019-02-25 | 1 | -0/+8 |
|
|
* | FindBISON: Add policy CMP0088 to run bison in build tree | Robert Maynard | 2019-01-10 | 1 | -0/+1 |
|
|
* | install: Teach CODE,SCRIPT modes to evaluate generator expressions | Jon Chronopoulos | 2018-12-22 | 1 | -0/+1 |
|
|
* | UseSWIG: add management of SWIG option -module | Marc Chevrier | 2018-12-07 | 1 | -0/+1 |
|
|
* | Genex: Add policy to handle empty list items in $<IN_LIST:...> | Kyle Edwards | 2018-11-19 | 1 | -0/+1 |
|
|
* | find_package(): Add policy to remove the FindQt module | Kyle Edwards | 2018-11-14 | 1 | -0/+1 |
|
|
* | POSITION_INDEPENDENT_CODE: Manage link flags for executables | Marc Chevrier | 2018-11-11 | 1 | -0/+1 |
|
|
* | add_subdirectory: Run subdirectory install rules in correct order | Kyle Edwards | 2018-10-10 | 1 | -0/+8 |
|
|
* | LINK_DIRECTORIES target property: add policy for absolute paths check. | Marc Chevrier | 2018-09-25 | 1 | -0/+1 |
|
|
* | BundleUtilities: Disallow inclusion at configure time | Kyle Edwards | 2018-09-19 | 1 | -0/+1 |
|
|
* | target_link_libraries: Allow use with targets in other directories | Brad King | 2018-09-12 | 1 | -0/+1 |
|
|
* | UseSWIG: add policy to manage target naming strategy. | Marc Chevrier | 2018-07-25 | 1 | -0/+1 |
|
|
* | option: respect existing normal variable | Robert Maynard | 2018-07-09 | 1 | -0/+1 |
|
|
* | target_sources: Interpret relative paths as relative to the calling directory | Patrick Stotko | 2018-06-18 | 1 | -0/+8 |
|
|
* | 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 |
|
|