summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
Commit message (Expand)AuthorAgeFilesLines
* target_link_libraries: self-link through ALIAS is an errorMarc Chevrier2020-05-301-1/+4
* ALIAS target: cannot overwrite an existing targetMarc Chevrier2020-05-281-1/+3
* Modules/Documentation: removeBen Boeckel2020-04-221-1/+3
* CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-3/+6
* CUDA: Add CUDA_ARCHITECTURES target propertyRaul Tambre2020-04-151-1/+6
* export(): raise an error on multiple calls with same FILEMarc Chevrier2020-03-261-1/+4
* cmMarkAsAdvancedCommand: ignore variables which don't exist in the cacheBen Boeckel2020-01-201-1/+4
* target_compile_options: ensure BEFORE keyword is handled in all scopesMarc Chevrier2020-01-111-0/+3
* Autogen: Process .hh headers based on new policy CMP0100 settingsSebastian Holtermann2020-01-041-1/+3
* Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-091-2/+7
* FindFLEX: Add policy CMP0098 to run flex in build treeJannick2019-11-151-1/+4
* ExternalProject: Support not initializing any submodulesRobert Maynard2019-07-241-1/+5
* project: Keep leading `0` in PROJECT_VERSION componentsAlex Turbov2019-07-161-1/+4
* cmInstallTargetGenerator: Introduce CMP0095Dennis Klein2019-06-131-2/+7
* FindPython: Add policy to manage lookup stratgey default.Marc Chevrier2019-05-211-0/+4
* FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z formatDennis Klein2019-05-131-1/+3
* MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by defaultBrad King2019-04-191-1/+4
* MSVC: Add abstraction for runtime library selectionBrad King2019-04-171-1/+4
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-6/+6
* export: Disable PACKAGE mode user package registry by defaultRobert Maynard2019-03-151-0/+3
* XLClang: Add policy CMP0089 to present as XL for compatibilityBrad King2019-02-251-1/+4
* FindBISON: Add policy CMP0088 to run bison in build treeRobert Maynard2019-01-101-0/+3
* install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-12-221-1/+5
* UseSWIG: add management of SWIG option -moduleMarc Chevrier2018-12-071-1/+4
* Genex: Add policy to handle empty list items in $<IN_LIST:...>Kyle Edwards2018-11-191-1/+3
* find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-141-1/+4
* POSITION_INDEPENDENT_CODE: Manage link flags for executablesMarc Chevrier2018-11-111-2/+5
* Merge topic 'cmake_policy-get_warning'Brad King2018-10-111-1/+1
|\
| * cmake_policy: Add undocumented GET_WARNING commandKyle Edwards2018-10-101-1/+1
* | add_subdirectory: Run subdirectory install rules in correct orderKyle Edwards2018-10-101-1/+5
|/
* LINK_DIRECTORIES target property: add policy for absolute paths check.Marc Chevrier2018-09-251-2/+6
* BundleUtilities: Disallow inclusion at configure timeKyle Edwards2018-09-191-1/+4
* target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-1/+5
* UseSWIG: add policy to manage target naming strategy.Marc Chevrier2018-07-251-1/+3
* Merge topic 'doc-find_package-root'Craig Scott2018-07-201-2/+2
|\
| * Help: Add explicit <PackageName>_ROOT variable documentationBrad King2018-07-201-2/+2
* | option: respect existing normal variableRobert Maynard2018-07-091-1/+3
* | target_sources: Interpret relative paths as relative to the calling directoryPatrick Stotko2018-06-181-2/+6
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* Modules: Update documented links to CMake community WikiBrad King2018-04-301-3/+1
* CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESBrad King2018-04-181-1/+4
* Merge topic 'policy-version-range'Craig Scott2018-03-221-1/+5
|\
| * cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-1/+2
| * cmPolicies: Split parsing and impl of ApplyPolicyVersionBrad King2018-03-161-0/+2
| * cmPolicies: Pass policy version as std::stringBrad King2018-03-161-1/+2
* | find_package: Use PackageName_ROOT variables as search prefixesBrad King2018-03-161-1/+3
|/
* Do not produce legacy _LIB_DEPENDS cache entriesBrad King2018-03-071-1/+5
* FindOpenGL: Add policy CMP0072 to prefer GLVND for legacy GLBrad King2017-11-171-1/+4
* Merge topic 'cmp0037-conditional-targets'Brad King2017-10-311-0/+1
|\
| * CMP0037: Allow test and package targets when features are not enabledBrad King2017-10-301-0/+1