| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor generation of shared library flags | Stephen Kelly | 2012-06-12 | 1 | -0/+28 |
|
|
* | Documentation: Fix a few typos (#11883) | Modestas Vainius | 2011-02-22 | 1 | -1/+1 |
|
|
* | Improve documentation and messages for the new CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -8/+9 |
|
|
* | Prefer files from CMAKE_ROOT when including from CMAKE_ROOT | Alex Neundorf | 2011-01-04 | 1 | -0/+16 |
|
|
* | Allow users to specify defaults for unset policies | Brad King | 2011-01-04 | 1 | -2/+37 |
|
|
* | Fix indentation in cmPolicies::ApplyPolicyVersion() | Alex Neundorf | 2011-01-04 | 1 | -14/+13 |
|
|
* | New CMP0016 for deciding whether an unknown target in TLL() is an error. | Alex Neundorf | 2010-08-28 | 1 | -0/+8 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2010-08-28 | 1 | -23/+24 |
|
|
* | Teach CMake Policies about tweak version component | Brad King | 2010-04-23 | 1 | -28/+51 |
|
|
* | Teach link_directories to recognize relative paths | Brad King | 2009-11-24 | 1 | -0/+15 |
|
|
* | Fix if() command and CMP0012 OLD/NEW behavior | Brad King | 2009-10-27 | 1 | -10/+15 |
|
|
* | Remove CMake Policy CMP0015 until it is revised | Brad King | 2009-10-08 | 1 | -31/+0 |
|
|
* | Clarify documentation and message for CMP0012 | Brad King | 2009-10-02 | 1 | -1/+3 |
|
|
* | Fix documentation of CMP0012 and CMP0013 versions | Brad King | 2009-10-02 | 1 | -4/+4 |
|
|
* | Policies 14 and 15 will be first released in 2.8.0 | Brad King | 2009-09-25 | 1 | -2/+2 |
|
|
* | Document full version number with policy default | Brad King | 2009-09-25 | 1 | -2/+1 |
|
|
* | Add parentheses around '&&' between '||' for gcc | Brad King | 2009-09-11 | 1 | -1/+1 |
|
|
* | Create CMake Policy CMP0015 to fix set(CACHE) | Brad King | 2009-09-10 | 1 | -0/+31 |
|
|
* | Create CMP0014 to require CMakeLists.txt files | Brad King | 2009-09-03 | 1 | -0/+12 |
|
|
* | Fix typo in REQUIRED_ALWAYS policy error message | Brad King | 2009-09-03 | 1 | -1/+1 |
|
|
* | ENH: Improve CMP0012 doc and message formatting | Brad King | 2009-06-17 | 1 | -1/+2 |
|
|
* | ENH: Create CMP0013 to disallow duplicate dirs | Brad King | 2009-06-17 | 1 | -0/+17 |
|
|
* | COMP: fix line length | Ken Martin | 2009-06-15 | 1 | -5/+6 |
|
|
* | ENH: clean up some help text | Ken Martin | 2009-06-12 | 1 | -4/+4 |
|
|
* | ENH: modified the if command to address bug 9123 some | Ken Martin | 2009-06-12 | 1 | -0/+13 |
|
|
* | ENH: Isolate policy changes in included scripts | Brad King | 2009-01-22 | 1 | -0/+20 |
|
|
* | ENH: Improve argument parsing error messages | Brad King | 2008-09-24 | 1 | -0/+12 |
|
|
* | ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ... | David Cole | 2008-09-11 | 1 | -1/+17 |
|
|
* | ENH: Improve errors when a policy is REQUIRED | Brad King | 2008-08-18 | 1 | -95/+57 |
|
|
* | ENH: Support full-path libs w/out valid names. | Brad King | 2008-07-23 | 1 | -0/+26 |
|
|
* | ENH: fix list command with empty elements | Bill Hoffman | 2008-04-21 | 1 | -0/+12 |
|
|
* | BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targets | Brad King | 2008-04-14 | 1 | -0/+18 |
|
|
* | ENH: Allow policy CMP0000 to be set explicitly | Brad King | 2008-03-31 | 1 | -1/+9 |
|
|
* | ENH: Cleanup policy version interface presented to user. | Brad King | 2008-03-24 | 1 | -0/+24 |
|
|
* | ENH: Yet another attempt at warning for CMP0003. | Brad King | 2008-03-21 | 1 | -1/+4 |
|
|
* | ENH: Improve warning about specifying a cmake version | Brad King | 2008-03-19 | 1 | -39/+39 |
|
|
* | ENH: Clarify documentation of policy CMP0000 and its relationship with cmake_... | Brad King | 2008-03-13 | 1 | -7/+14 |
|
|
* | ENH: Add policy CMP0005 to decide whether add_definitions should escape defs. | Brad King | 2008-03-13 | 1 | -0/+21 |
|
|
* | ENH: Add policy CMP_0004 to require library names to have no leading or trail... | Brad King | 2008-03-13 | 1 | -0/+16 |
|
|
* | ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. | Brad King | 2008-03-13 | 1 | -0/+61 |
|
|
* | ENH: Reduce whitespace in policy warning/error messages. | Brad King | 2008-03-13 | 1 | -2/+2 |
|
|
* | ENH: change CMP_ to CMP | Ken Martin | 2008-03-13 | 1 | -4/+4 |
|
|
* | ENH: add enum to IssueMessage | Bill Hoffman | 2008-03-11 | 1 | -3/+3 |
|
|
* | ENH: Cleanup policy generic documentation. Cleanup some policy error/warning... | Brad King | 2008-03-08 | 1 | -35/+31 |
|
|
* | ENH: Finish creating, documenting, and enforcing policy CMP_0002. | Brad King | 2008-03-07 | 1 | -2/+17 |
|
|
* | ENH: Improve handling of old-style compatibility. | Brad King | 2008-03-07 | 1 | -49/+37 |
|
|
* | ENH: clean up some policy stuff and interactions with CMAKE_BACKWARDS_COMPATI... | Ken Martin | 2008-03-07 | 1 | -0/+24 |
|
|
* | ENH: New format for warning and error messages | Brad King | 2008-03-07 | 1 | -18/+17 |
|
|
* | BUG: change in handling of cmake_minimum_required | Ken Martin | 2008-03-06 | 1 | -1/+1 |
|
|
* | BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT... | Ken Martin | 2008-03-06 | 1 | -26/+40 |
|
|