| Commit message (Expand) | Author | Age | Files | Lines |
* | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature | Stephen Kelly | 2013-07-24 | 1 | -13/+124 |
|
|
* | TLL: Don't populate old link interface if CMP0022 is NEW. | Stephen Kelly | 2013-07-08 | 1 | -1/+25 |
|
|
* | Centralize maintenance of usage requirement include directories | Stephen Kelly | 2013-05-06 | 1 | -8/+0 |
|
|
* | Don't populate INTERFACE includes and defines properties in tll. | Stephen Kelly | 2013-02-13 | 1 | -44/+0 |
|
|
* | Use the link information as a source of compile definitions and includes. | Stephen Kelly | 2013-02-13 | 1 | -0/+8 |
|
|
* | De-duplicate validation of genex target names. | Stephen Kelly | 2013-02-07 | 1 | -3/+4 |
|
|
* | Deduplicate the isGeneratorExpression method. | Stephen Kelly | 2013-02-07 | 1 | -9/+1 |
|
|
* | Add includes and compile definitions with target_link_libraries. | Stephen Kelly | 2013-01-31 | 1 | -0/+53 |
|
|
* | Revert "Allow target_link_libraries with IMPORTED targets." | Stephen Kelly | 2013-01-21 | 1 | -14/+0 |
|
|
* | Allow target_link_libraries with IMPORTED targets. | Stephen Kelly | 2013-01-08 | 1 | -0/+14 |
|
|
* | Fix minor typos. | Stephen Kelly | 2012-09-29 | 1 | -2/+2 |
|
|
* | Add OBJECT_LIBRARY target type | Brad King | 2012-03-13 | 1 | -0/+10 |
|
|
* | target_link_libraries: Simplify argument processing state tests | Brad King | 2011-11-22 | 1 | -4/+4 |
|
|
* | target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options | Stephen Kelly | 2011-11-22 | 1 | -10/+42 |
|
|
* | New CMP0016 for deciding whether an unknown target in TLL() is an error. | Alex Neundorf | 2010-08-28 | 1 | -7/+38 |
|
|
* | Just warn in case of a bad target as only argument for t_l_l() | Alex Neundorf | 2010-08-26 | 1 | -2/+12 |
|
|
* | Make target_link_libraries() complain if bad target name is used | Alex Neundorf | 2010-08-26 | 1 | -6/+6 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2010-08-26 | 1 | -3/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 1 | -15/+26 |
|
|
* | ENH: Make link interface mode more distinct | Brad King | 2008-08-18 | 1 | -9/+16 |
|
|
* | ENH: Simple specification of link interfaces | Brad King | 2008-08-11 | 1 | -4/+73 |
|
|
* | ENH: Tolerate repeated link library types | Brad King | 2008-08-07 | 1 | -26/+60 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -2/+2 |
|
|
* | ENH: updated handling of debug and optimized target link libraries | Ken Martin | 2006-11-29 | 1 | -2/+35 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -1/+2 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -5/+3 |
|
|
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -2/+4 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -45/+0 |
|
|
* | BUG: Fixed crash when optimized/debug argument is not followed by a value. | Brad King | 2004-07-29 | 1 | -0/+10 |
|
|
* | BUG: Fix Bug #445 - Same library in multiple projects can cause problems | Andy Cedilnik | 2003-12-18 | 1 | -2/+2 |
|
|
* | ENH: Add CMAKE_IGNORE_DEPENDENCIES_ORDERING to prevent warnings about depende... | Andy Cedilnik | 2003-10-02 | 1 | -11/+14 |
|
|
* | ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wr... | Andy Cedilnik | 2003-08-07 | 1 | -0/+28 |
|
|
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -6/+0 |
|
|
* | Add some error checking for missing include directories and link libraries | Andy Cedilnik | 2003-01-30 | 1 | -0/+6 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 1 | -5/+3 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | does not need a second argument | Ken Martin | 2002-07-19 | 1 | -1/+7 |
|
|
* | removed all source lists from the system and made them vectors. Also appended... | Ken Martin | 2002-06-27 | 1 | -1/+2 |
|
|
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -2/+2 |
|
|
* | ENH: Make it unnecessary to ever specify LINK_DIRECTORIES for any library | Amitha Perera | 2002-04-28 | 1 | -0/+4 |
|
|
* | BUG: add link directories for target link libraries and add a test for it | Bill Hoffman | 2002-04-19 | 1 | -1/+12 |
|
|
* | ENH: add suport for semi-colon separated list variables | Bill Hoffman | 2002-03-06 | 1 | -2/+4 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | ENH: change InitialPass to take a const reference to the argument string, to ... | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
|
|
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
|
|
* | BUG: added arg0 to link libraries | Ken Martin | 2001-05-08 | 1 | -2/+3 |
|
|
* | added TARGET_LINK_LIBRARY command and support for debug and release libraries... | Ken Martin | 2001-04-30 | 1 | -0/+76 |
|
|