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.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-4/+4
*
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-5/+21
*
Add USES_TERMINAL option for custom commands
Peter Collingbourne
2014-11-14
1
-2/+12
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
add_custom_command: Normalize OUTPUT and DEPENDS paths.
Stephen Kelly
2014-05-28
1
-0/+4
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-11/+11
*
add_custom_command: Disallow use of SOURCE signatures.
Stephen Kelly
2014-02-12
1
-0/+30
*
Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
Brad King
2011-03-30
1
-3/+9
*
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
Brad King
2011-01-26
1
-0/+7
*
Normalize add_custom_command OUTPUT names (#10485)
Brad King
2010-12-15
1
-0/+1
*
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
-18/+3
*
ENH: Add SKIP_RULE_DEPENDS option for add_custom_command()
Brad King
2008-05-14
1
-3/+18
*
ENH: Make add_custom_command interpret relative OUTPUT locations with respect...
Brad King
2008-01-30
1
-1/+11
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-2/+2
*
ENH: Added IMPLICIT_DEPENDS option to ADD_CUSTOM_COMMAND. It currently works...
Brad King
2007-09-17
1
-0/+52
*
ENH: Added APPEND option to ADD_CUSTOM_COMMAND to allow extra dependencies to...
Brad King
2006-10-04
1
-0/+35
*
BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...
Brad King
2006-09-28
1
-6/+8
*
ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...
Brad King
2006-09-28
1
-7/+15
*
ENH: Added support for multiple outputs generated by a single custom command....
Brad King
2006-04-11
1
-31/+39
*
ENH: Allow blocking of writing into the source tree
Andy Cedilnik
2006-03-22
1
-0/+22
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-4/+4
*
STYLE: Fix some style issues
Andy Cedilnik
2006-03-10
1
-5/+7
*
ENH: fix broken tests
Bill Hoffman
2006-02-08
1
-1/+0
*
ENH: add working directory support
Bill Hoffman
2006-02-08
1
-3/+13
*
ENH: fix for earlier fix on source with relative path
Ken Martin
2005-08-08
1
-1/+1
*
BUG: Do not convert SOURCE argument from relative to full path. It breaks th...
Brad King
2005-08-08
1
-1/+6
*
ENH: slightly modified version of Alex's relative path arguments for custom c...
Ken Martin
2005-07-08
1
-22/+39
*
ENH: Added check for invalid characters in output name.
Brad King
2005-03-22
1
-0/+10
*
ENH: Updated implementation of custom commands. Multiple command lines are n...
Brad King
2005-02-22
1
-44/+45
*
ENH: Fix typo: Bug #100 - Spelling correction to an error message
Andy Cedilnik
2003-07-29
1
-1/+1
*
ENH: better error checking
Bill Hoffman
2003-07-15
1
-0/+8
*
yikes added new custom command support
Ken Martin
2003-06-03
1
-12/+57
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4/+2
*
Add comment support, so that you can see in build process what the custom com...
Andy Cedilnik
2002-12-10
1
-8/+12
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-4/+4
*
remove unused variables
Ken Martin
2002-09-15
1
-1/+0
*
ENH: add list expansion back
Bill Hoffman
2002-05-22
1
-2/+4
*
ENH: backwards compatible for VTK 4.0, add cmake version requires
Bill Hoffman
2002-04-17
1
-4/+2
*
ENH: use target as source if source is empty
Sebastien Barre
2002-04-11
1
-8/+12
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-2/+4
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-3/+1
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-4/+5
*
Remove hack.
Sebastien Barre
2002-01-16
1
-28/+0
*
Hack to make it work almost like before
Andy Cedilnik
2002-01-16
1
-1/+7
*
Fix add custom command so that it actually executes the code
Andy Cedilnik
2002-01-03
1
-0/+25
*
SOURCE, COMMAND, TARGET are required now
Sebastien Barre
2001-11-09
1
-6/+2
*
Reimplement code. Since a custom command is very flexible and might be extend...
Sebastien Barre
2001-11-09
1
-44/+95
*
Fix number of params and expand vars in all args
Sebastien Barre
2001-11-08
1
-10/+25
[next]