index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmAddCustomCommandCommand.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
stringapi: Command names
Ben Boeckel
2014-03-08
1
-1/+1
*
Drop builtin command documentation
Brad King
2013-10-16
1
-136/+0
*
Fix warnings about \brief usage
Sean McBride
2013-10-08
1
-3/+1
*
AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048)
Alex Neundorf
2012-11-06
1
-1/+4
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-5/+5
*
Add 'const' qualifier to some cmCommand members
Yury G. Kudryashov
2012-02-29
1
-3/+3
*
Document caveat of custom commands in multiple targets (#12311)
Brad King
2011-06-30
1
-0/+4
*
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
Brad King
2011-01-26
1
-0/+2
*
Introduce "generator expression" syntax to custom commands (#11209)
Brad King
2010-12-15
1
-2/+10
*
Document custom command behavior without DEPENDS (#11407)
Brad King
2010-11-05
1
-0/+3
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Clarify VERBATIM option documentation
Brad King
2009-04-01
1
-6/+7
*
ENH: Document scope of add_custom_command outputs
Brad King
2009-03-30
1
-3/+8
*
ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command()
Brad King
2008-06-02
1
-7/+1
*
ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()
Brad King
2008-05-14
1
-1/+7
*
ENH: Make add_custom_command interpret relative OUTPUT locations with respect...
Brad King
2008-01-30
1
-0/+3
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: make commands lower case by default
Ken Martin
2007-10-10
1
-4/+4
*
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...
Brad King
2007-09-17
1
-0/+10
*
STYLE: add more docs
Bill Hoffman
2007-07-17
1
-1/+4
*
BUG: Target names in the COMMAND part of a custom command should not create a...
Brad King
2007-05-23
1
-1/+17
*
BUG: COMMENT was missing from docs.
Brad King
2006-10-04
1
-3/+4
*
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...
Brad King
2006-10-04
1
-2/+10
*
ENH: Added SYMBOLIC source file property to mark custom command outputs that ...
Brad King
2006-10-02
1
-1/+4
*
ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...
Brad King
2006-09-28
1
-3/+11
*
BUG: Clarified documentation about custom command outputs and custom target d...
Brad King
2006-06-15
1
-4/+6
*
ENH: Added support for multiple outputs generated by a single custom command....
Brad King
2006-04-11
1
-1/+3
*
ENH: add working directory support
Bill Hoffman
2006-02-08
1
-1/+5
*
BUG: Fixed formatting of generated documentation.
Brad King
2005-02-22
1
-3/+3
*
ENH: Updated implementation of custom commands. Multiple command lines are n...
Brad King
2005-02-22
1
-6/+9
*
update docs
Ken Martin
2004-04-22
1
-1/+4
*
removed redundent includes
Ken Martin
2003-08-10
1
-1/+0
*
ENH: Tweaked whitespace in documentation of command.
Brad King
2003-08-06
1
-8/+6
*
command should nto be inherited
Bill Hoffman
2003-06-04
1
-6/+0
*
better docs
Ken Martin
2003-06-03
1
-29/+0
*
better docs
Ken Martin
2003-06-03
1
-20/+6
*
yikes added new custom command support
Ken Martin
2003-06-03
1
-25/+52
*
Fix to documentation formatting: removed extra newline.
Brad King
2003-02-19
1
-1/+1
*
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
Brad King
2003-02-14
1
-17/+30
*
ENH: clean up docs some
Bill Hoffman
2002-12-30
1
-1/+16
*
Add comment support, so that you can see in build process what the custom com...
Andy Cedilnik
2002-12-10
1
-2/+2
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
ENH: use target as source if source is empty
Sebastien Barre
2002-04-11
1
-1/+1
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-4/+5
*
Fix add custom command so that it actually executes the code
Andy Cedilnik
2002-01-03
1
-0/+18
*
SOURCE, COMMAND, TARGET are required now
Sebastien Barre
2001-11-09
1
-1/+1
*
Reimplement code. Since a custom command is very flexible and might be extend...
Sebastien Barre
2001-11-09
1
-2/+3
*
Added accessor for add custom command
Andy Cedilnik
2001-11-07
1
-0/+79