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
/
cmCustomCommand.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmCustomCommand: Explicitly pass backtrace on construction
Daniel Eiband
2019-11-24
1
-5
/
+3
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3
/
+3
*
add_custom_command: Refactor setting implicit depends
Daniel Eiband
2019-09-12
1
-8
/
+9
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1
/
+1
*
Support job pools in custom commands and targets
Rosen Matev
2019-05-14
1
-0
/
+5
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-6
/
+5
*
cmCustomCommand: remove the default constructor
Vitaly Stakhovsky
2018-10-14
1
-8
/
+5
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1
/
+1
*
add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option
Ed Branch
2017-01-13
1
-0
/
+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11
/
+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-3
/
+7
*
make sure to include cmConfigure.h before cmStandardIncludes.h
Daniel Pfeifer
2016-09-03
1
-0
/
+2
*
add_custom_command: Add DEPFILE option for Ninja
Kulla Christoph
2016-08-30
1
-0
/
+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-4
/
+7
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+1
*
cmCustomCommand: Remove special member functions.
Stephen Kelly
2015-06-07
1
-4
/
+0
*
cmCustomCommand: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-3
/
+3
*
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-0
/
+5
*
Add USES_TERMINAL option for custom commands
Peter Collingbourne
2014-11-14
1
-0
/
+6
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-2
/
+2
*
cmCustomCommand: Return std::string from GetWorkingDirectory
Brad King
2014-03-12
1
-3
/
+4
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1
/
+1
*
cmMakefile: Consify custom command API.
Stephen Kelly
2014-01-22
1
-1
/
+1
*
add_custom_command: Manage backtrace memory correctly (#14299)
Brad King
2013-07-17
1
-0
/
+1
*
Record backtrace in cmCustomCommand
Brad King
2010-12-15
1
-1
/
+10
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14
/
+9
*
ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()
Brad King
2008-06-02
1
-5
/
+0
*
ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()
Brad King
2008-05-14
1
-0
/
+5
*
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...
Brad King
2007-09-17
1
-0
/
+7
*
ENH: Removed "Used" mark from custom commands. It is no longer needed or che...
Brad King
2007-05-28
1
-5
/
+0
*
ENH: now target names can be used in add_custom_command() and
Alexander Neundorf
2007-05-09
1
-2
/
+2
*
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...
Brad King
2006-10-04
1
-0
/
+6
*
BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...
Brad King
2006-09-28
1
-0
/
+1
*
ENH: Re-implemented command line argument shell quoting to support several pl...
Brad King
2006-09-27
1
-0
/
+11
*
ENH: Added support for multiple outputs generated by a single custom command....
Brad King
2006-04-11
1
-3
/
+3
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-8
/
+8
*
ENH: add working directory support
Bill Hoffman
2006-02-08
1
-1
/
+6
*
ENH: for all custom commands that can not be given to a target, add them to a...
Bill Hoffman
2006-01-09
1
-0
/
+5
*
ENH: always write out all custom commands
Ken Martin
2005-07-28
1
-5
/
+0
*
ENH: add test to make sure custom commands are used
Ken Martin
2005-06-21
1
-0
/
+5
*
ENH: Updated implementation of custom commands. Multiple command lines are n...
Brad King
2005-02-22
1
-46
/
+21
*
performance improvement
Ken Martin
2003-06-23
1
-4
/
+4
*
ENH: allow duplicate commands with the same output to be reduced automaticall...
Bill Hoffman
2003-06-04
1
-0
/
+3
*
yikes added new custom command support
Ken Martin
2003-06-03
1
-17
/
+11
*
Add comment support, so that you can see in build process what the custom com...
Andy Cedilnik
2002-12-10
1
-0
/
+5
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3
/
+3
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29
/
+5
*
ENH: separate command from its arguments in the custom command. This allows ...
Bill Hoffman
2001-09-04
1
-3
/
+11
*
ENH:New copyright
Will Schroeder
2001-04-27
1
-3
/
+28
*
cleaned up the coding style made ivars private etc
Ken Martin
2001-04-19
1
-0
/
+35
[next]