| Commit message (Expand) | Author | Age | Files | Lines |
* | cmTargetLinkLibrariesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -54/+2 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -1/+6 |
|
|
* | Add in-class initialization of some members | jrp2014 | 2018-04-05 | 1 | -2/+2 |
|
|
* | target_link_libraries: Simplify implementation and add comments. | Deniz Bahadir | 2017-11-30 | 1 | -0/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -2/+2 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | cmCommand: remove unused methods from interface and all implementations | Daniel Pfeifer | 2017-05-11 | 1 | -5/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmConfigure: Ensure separate include block in headers | Daniel Pfeifer | 2017-04-11 | 1 | -0/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+8 |
|
|
* | Make cmCommand not inherit from cmObject | Daniel Pfeifer | 2016-10-22 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -9/+6 |
|
|
* | cmTarget: Move link type enum out. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmTargetLinkLibrariesCommand: Use a string argument | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -146/+0 |
|
|
* | target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signature | Stephen Kelly | 2013-07-24 | 1 | -6/+22 |
|
|
* | Use linked frameworks as a source of include directories. | Stephen Kelly | 2013-07-24 | 1 | -0/+5 |
|
|
* | TLL: Don't populate old link interface if CMP0022 is NEW. | Stephen Kelly | 2013-07-08 | 1 | -8/+15 |
|
|
* | target_link_libraries: Update usage requirements documentation | Brad King | 2013-04-30 | 1 | -8/+11 |
|
|
* | Add includes and compile definitions with target_link_libraries. | Stephen Kelly | 2013-01-31 | 1 | -0/+9 |
|
|
* | target_link_libraries: Document that new sigs privatize old (#13876) | Brad King | 2013-01-24 | 1 | -1/+3 |
|
|
* | Don't include generator expressions in old-style link handling. | Stephen Kelly | 2013-01-13 | 1 | -0/+7 |
|
|
* | Documentation: Correct typos and grammar | Andreas Mohr | 2012-11-07 | 1 | -2/+2 |
|
|
* | Document behavior of multiple target_link_libraries calls (#13113) | Brad King | 2012-04-09 | 1 | -1/+2 |
|
|
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -3/+3 |
|
|
* | target_link_libraries: Add missing space in documentation | Brad King | 2011-11-22 | 1 | -2/+2 |
|
|
* | target_link_libraries: Add LINK_(PUBLIC|PRIVATE) options | Stephen Kelly | 2011-11-22 | 1 | -1/+20 |
|
|
* | target_link_libraries: Trim trailing whitespace | Stephen Kelly | 2011-11-22 | 1 | -6/+6 |
|
|
* | Document target_link_libraries target scope (#11058) | Brad King | 2010-12-15 | 1 | -0/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Mention cycles in target_link_libraries docs | Brad King | 2009-06-24 | 1 | -0/+22 |
|
|
* | ENH: Clarify target_link_libraries docs | Brad King | 2009-02-02 | 1 | -5/+7 |
|
|
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 1 | -4/+8 |
|
|
* | ENH: Make link interface mode more distinct | Brad King | 2008-08-18 | 1 | -2/+4 |
|
|
* | ENH: Simple specification of link interfaces | Brad King | 2008-08-11 | 1 | -8/+38 |
|
|
* | ENH: Tolerate repeated link library types | Brad King | 2008-08-07 | 1 | -0/+2 |
|
|
* | STYLE: Improve documentation of target_link_libraries command to make target-... | Brad King | 2008-02-06 | 1 | -1/+4 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -2/+2 |
|
|
* | ENH: updated handling of debug and optimized target link libraries | Ken Martin | 2006-11-29 | 1 | -2/+3 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+0 |
|
|
* | BUG: Sweeping changes to cleanup computation of target names. This should | Brad King | 2006-01-13 | 1 | -6/+0 |
|
|
* | ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES. | Brad King | 2004-03-25 | 1 | -1/+1 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wr... | Andy Cedilnik | 2003-08-07 | 1 | -0/+8 |
|
|
* | ENH: Cleaned up documentation and formatted it for use by cmDocumentation. | Brad King | 2003-02-14 | 1 | -6/+7 |
|
|