summaryrefslogtreecommitdiff
path: root/Source/cmLinkLibrariesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Check link libraries properties: fix performances regressionMarc Chevrier2022-09-071-2/+0
* Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-081-0/+2
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
* cmLinkLibrariesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-12/+11
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Fix misc. typosluz.paz2018-06-041-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+4
* cmMakefile: Implement LinkLibraries as an internal propertyStephen Kelly2016-10-071-4/+3
* cmMakefile: Remove superfluous overloadStephen Kelly2016-10-071-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-26/+14
* cmTarget: Move link type enum out.Stephen Kelly2015-10-151-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-15/+0
* BUG: Fixed crash when optimized/debug argument is not followed by a value.Brad King2004-07-291-0/+10
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-1/+1
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-5/+0
* Add some error checking for missing include directories and link librariesAndy Cedilnik2003-01-301-0/+5
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* allows no argumentsKen Martin2002-07-221-2/+1
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-1/+2
* ENH: Make it unnecessary to ever specify LINK_DIRECTORIES for any libraryAmitha Perera2002-04-281-0/+4
* ENH: add suport for semi-colon separated list variablesBill Hoffman2002-03-061-2/+4
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* removed extra lib paths to avoid finding old libsKen Martin2001-11-271-3/+8
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-1/+1
* ENH: LINK_LIBRARIES(abc) will automatically add the path to abc to theAmitha Perera2001-06-181-0/+6
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* added TARGET_LINK_LIBRARY command and support for debug and release libraries...Ken Martin2001-04-301-2/+2
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* support for debug and opt librariesKen Martin2001-04-261-1/+18
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+33