summaryrefslogtreecommitdiff
path: root/Source/cmTargetLinkLibrariesCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmTargetLinkLibrariesCommand: Port away from cmCommandRegina Pfeifer2019-09-211-54/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* Add in-class initialization of some membersjrp20142018-04-051-2/+2
* target_link_libraries: Simplify implementation and add comments.Deniz Bahadir2017-11-301-0/+3
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+8
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-9/+6
* cmTarget: Move link type enum out.Stephen Kelly2015-10-151-1/+1
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* cmTargetLinkLibrariesCommand: Use a string argumentBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-146/+0
* target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-241-6/+22
* Use linked frameworks as a source of include directories.Stephen Kelly2013-07-241-0/+5
* TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-081-8/+15
* target_link_libraries: Update usage requirements documentationBrad King2013-04-301-8/+11
* Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-311-0/+9
* target_link_libraries: Document that new sigs privatize old (#13876)Brad King2013-01-241-1/+3
* Don't include generator expressions in old-style link handling.Stephen Kelly2013-01-131-0/+7
* Documentation: Correct typos and grammarAndreas Mohr2012-11-071-2/+2
* Document behavior of multiple target_link_libraries calls (#13113)Brad King2012-04-091-1/+2
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* target_link_libraries: Add missing space in documentationBrad King2011-11-221-2/+2
* target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-221-1/+20
* target_link_libraries: Trim trailing whitespaceStephen Kelly2011-11-221-6/+6
* Document target_link_libraries target scope (#11058)Brad King2010-12-151-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Mention cycles in target_link_libraries docsBrad King2009-06-241-0/+22
* ENH: Clarify target_link_libraries docsBrad King2009-02-021-5/+7
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-4/+8
* ENH: Make link interface mode more distinctBrad King2008-08-181-2/+4
* ENH: Simple specification of link interfacesBrad King2008-08-111-8/+38
* ENH: Tolerate repeated link library typesBrad King2008-08-071-0/+2
* STYLE: Improve documentation of target_link_libraries command to make target-...Brad King2008-02-061-1/+4
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-291-2/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+0
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-6/+0
* ENH: Clarified documentation for LINK_LIBRARIES and TARGET_LINK_LIBRARIES.Brad King2004-03-251-1/+1
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the wr...Andy Cedilnik2003-08-071-0/+8