index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmAddDependenciesCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-1
/
+1
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-14
/
+16
*
cmA*Command: Turn into free functions
Regina Pfeifer
2019-08-07
1
-11
/
+10
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-1
/
+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-4
/
+5
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-3
/
+3
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-1
/
+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1
/
+7
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-17
/
+10
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+1
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1
/
+0
*
Allow add_dependencies() on INTERFACE libraries (#15414)
Brad King
2015-03-27
1
-9
/
+0
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3
/
+3
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-2
/
+2
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-2
/
+2
*
AddDependencies: new policy requires dependencies to exist
Nils Gladitz
2014-01-12
1
-1
/
+1
*
add_dependencies: Disallow use with INTERFACE_LIBRARY.
Stephen Kelly
2014-01-04
1
-0
/
+9
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-0
/
+7
*
add_dependencies: Distinguish target v. file dependencies in error (#14050)
Brad King
2013-03-29
1
-4
/
+8
*
Allow add_dependencies() on imported targets (#10395)
Brad King
2010-11-19
1
-5
/
+1
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-1
/
+1
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-2
/
+2
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-1
/
+1
*
BUG: fix for bug 4414, find targets in the global generator for set_target_pr...
Bill Hoffman
2007-02-07
1
-5
/
+8
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-1
/
+1
*
STYLE: Fix some style issues
Andy Cedilnik
2006-03-10
1
-4
/
+5
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4
/
+2
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3
/
+3
*
removed some includes
Ken Martin
2002-09-27
1
-1
/
+0
*
remove unused variables
Ken Martin
2002-09-15
1
-1
/
+0
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-3
/
+5
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-12
/
+1
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29
/
+5
*
ENH: add error checking
Bill Hoffman
2001-12-27
1
-0
/
+16
*
Expand variables in all target args
Sebastien Barre
2001-11-08
1
-2
/
+8
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-2
/
+2
*
added add dependencies command
Ken Martin
2001-06-26
1
-0
/
+66