summaryrefslogtreecommitdiff
path: root/Source/cmAddDependenciesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-1/+1
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-14/+16
* cmA*Command: Turn into free functionsRegina Pfeifer2019-08-071-11/+10
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+5
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-3/+3
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-17/+10
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* Allow add_dependencies() on INTERFACE libraries (#15414)Brad King2015-03-271-9/+0
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-2/+2
* AddDependencies: new policy requires dependencies to existNils Gladitz2014-01-121-1/+1
* add_dependencies: Disallow use with INTERFACE_LIBRARY.Stephen Kelly2014-01-041-0/+9
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+7
* add_dependencies: Distinguish target v. file dependencies in error (#14050)Brad King2013-03-291-4/+8
* Allow add_dependencies() on imported targets (#10395)Brad King2010-11-191-5/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* BUG: fix for bug 4414, find targets in the global generator for set_target_pr...Bill Hoffman2007-02-071-5/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-4/+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
* removed some includesKen Martin2002-09-271-1/+0
* remove unused variablesKen Martin2002-09-151-1/+0
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+5
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-12/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: add error checkingBill Hoffman2001-12-271-0/+16
* Expand variables in all target argsSebastien Barre2001-11-081-2/+8
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* added add dependencies commandKen Martin2001-06-261-0/+66