summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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
* ENH: add enum to IssueMessageBill Hoffman2008-03-111-3/+3
* ENH: Cleanup policy generic documentation. Cleanup some policy error/warning...Brad King2008-03-081-35/+31
* ENH: Finish creating, documenting, and enforcing policy CMP_0002.Brad King2008-03-071-2/+17
* ENH: Improve handling of old-style compatibility.Brad King2008-03-071-49/+37
* ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI...Ken Martin2008-03-071-0/+24
* ENH: New format for warning and error messagesBrad King2008-03-071-18/+17
* BUG: change in handling of cmake_minimum_requiredKen Martin2008-03-061-1/+1
* BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT...Ken Martin2008-03-061-26/+40