summaryrefslogtreecommitdiff
path: root/Source/cmPolicies.cxx
Commit message (Expand)AuthorAgeFilesLines
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+5
* Introduce the INTERFACE_LINK_LIBRARIES property.Stephen Kelly2013-07-081-0/+22
* Merge topic 'error-on-exported-missing-include-dir'Brad King2013-05-211-0/+14
|\
| * Error on relative path in INCLUDE_DIRECTORIES target property.Stephen Kelly2013-05-211-0/+14
* | Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-3/+4
|/
* Automatically link to the qtmain library when linking to QtCore.Stephen Kelly2013-01-231-0/+21
* Add policy CMP0019 to skip include/link variable re-expansionBrad King2012-12-071-0/+17
* Documentation: Correct typos and grammarAndreas Mohr2012-11-071-1/+1
* Refactor generation of shared library flagsStephen Kelly2012-06-121-0/+28
* Documentation: Fix a few typos (#11883)Modestas Vainius2011-02-221-1/+1
* Improve documentation and messages for the new CMP0017Alex Neundorf2011-01-041-8/+9
* Prefer files from CMAKE_ROOT when including from CMAKE_ROOTAlex Neundorf2011-01-041-0/+16
* Allow users to specify defaults for unset policiesBrad King2011-01-041-2/+37
* Fix indentation in cmPolicies::ApplyPolicyVersion()Alex Neundorf2011-01-041-14/+13
* New CMP0016 for deciding whether an unknown target in TLL() is an error.Alex Neundorf2010-08-281-0/+8
* Remove trailing whitespaceAlex Neundorf2010-08-281-23/+24
* Teach CMake Policies about tweak version componentBrad King2010-04-231-28/+51
* Teach link_directories to recognize relative pathsBrad King2009-11-241-0/+15
* Fix if() command and CMP0012 OLD/NEW behaviorBrad King2009-10-271-10/+15
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-31/+0
* Clarify documentation and message for CMP0012Brad King2009-10-021-1/+3
* Fix documentation of CMP0012 and CMP0013 versionsBrad King2009-10-021-4/+4
* Policies 14 and 15 will be first released in 2.8.0Brad King2009-09-251-2/+2
* Document full version number with policy defaultBrad King2009-09-251-2/+1
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-1/+1
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+31
* Create CMP0014 to require CMakeLists.txt filesBrad King2009-09-031-0/+12
* Fix typo in REQUIRED_ALWAYS policy error messageBrad King2009-09-031-1/+1
* ENH: Improve CMP0012 doc and message formattingBrad King2009-06-171-1/+2
* ENH: Create CMP0013 to disallow duplicate dirsBrad King2009-06-171-0/+17
* COMP: fix line lengthKen Martin2009-06-151-5/+6
* ENH: clean up some help textKen Martin2009-06-121-4/+4
* ENH: modified the if command to address bug 9123 someKen Martin2009-06-121-0/+13
* ENH: Isolate policy changes in included scriptsBrad King2009-01-221-0/+20
* ENH: Improve argument parsing error messagesBrad King2008-09-241-0/+12
* ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ...David Cole2008-09-111-1/+17
* ENH: Improve errors when a policy is REQUIREDBrad King2008-08-181-95/+57
* ENH: Support full-path libs w/out valid names.Brad King2008-07-231-0/+26
* ENH: fix list command with empty elementsBill Hoffman2008-04-211-0/+12
* BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targetsBrad King2008-04-141-0/+18
* ENH: Allow policy CMP0000 to be set explicitlyBrad King2008-03-311-1/+9
* ENH: Cleanup policy version interface presented to user.Brad King2008-03-241-0/+24
* ENH: Yet another attempt at warning for CMP0003.Brad King2008-03-201-1/+4
* ENH: Improve warning about specifying a cmake versionBrad King2008-03-191-39/+39
* ENH: Clarify documentation of policy CMP0000 and its relationship with cmake_...Brad King2008-03-131-7/+14
* ENH: Add policy CMP0005 to decide whether add_definitions should escape defs.Brad King2008-03-131-0/+21
* ENH: Add policy CMP_0004 to require library names to have no leading or trail...Brad King2008-03-131-0/+16
* ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003.Brad King2008-03-131-0/+61
* ENH: Reduce whitespace in policy warning/error messages.Brad King2008-03-131-2/+2
* ENH: change CMP_ to CMPKen Martin2008-03-131-4/+4