summaryrefslogtreecommitdiff
path: root/Source/cmLinkDirectoriesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-1/+1
* cmLinkDirectoriesCommand: Port away from cmCommandRegina Pfeifer2019-09-211-15/+15
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-3/+3
* link_directories(): enhance capabilitiesMarc Chevrier2018-09-251-4/+21
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-2/+5
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* 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-17/+12
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* cmMakefile: Remove special handling of LINK_DIRECTORIES property.Stephen Kelly2015-07-181-1/+1
* Port to static cmPolicies API.Stephen Kelly2015-05-041-3/+2
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Teach link_directories to recognize relative pathsBrad King2009-11-241-3/+41
* 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/+1
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* ENH: make sure include and lib dirs are unix pathsBill Hoffman2006-04-031-1/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* 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
* no longer need an argumentKen Martin2002-08-011-2/+1
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+33