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
/
cmAddCustomTargetCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY
Chris Mahoney
2023-07-25
1
-14/+6
*
add_custom_{target,command}: Add argument JOB_SERVER_AWARE
Chris Mahoney
2023-07-19
1
-0/+17
*
cmMakefile: Simplify Add*Command and adopt to cmAddCustom*Command
NAKAMURA Takumi
2021-11-18
1
-5/+15
*
cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}Command
NAKAMURA Takumi
2021-11-18
1
-3/+2
*
cmCustomCommand: Record value of CMP0116 at time of creation
Kyle Edwards
2021-02-23
1
-2/+3
*
add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS
Brad King
2020-12-11
1
-6/+0
*
cmAddCustom{Command,Target}Command: Skip conversions on genex paths
Brad King
2020-12-10
1
-2/+6
*
cmMakefile: Delay custom command creation
Daniel Eiband
2019-11-24
1
-4/+3
*
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-1/+2
*
add_custom_target: Add output checks for custom target byproducts
Daniel Eiband
2019-09-23
1
-0/+6
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-10/+6
*
Byproducts: collapse full paths of custom target byproducts
Daniel Eiband
2019-09-13
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-2/+2
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-1/+2
*
cmA*Command: Turn into free functions
Regina Pfeifer
2019-08-07
1
-23/+19
*
Support job pools in custom commands and targets
Rosen Matev
2019-05-14
1
-1/+13
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-4/+4
*
add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex
Brad King
2018-11-03
1
-7/+0
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-1/+1
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+2
*
server: return whether or not a target is generator provided
Justin Goshi
2017-11-20
1
-3/+3
*
CMP0037: De-duplicate check and message generation
Brad King
2017-10-30
1
-30/+4
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-2/+2
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-1/+1
*
add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option
Ed Branch
2017-01-14
1
-1/+12
*
clang-tidy: apply performance-faster-string-find fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+10
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-103/+62
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-2/+1
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3/+3
*
Add an option for explicit BYPRODUCTS of custom commands (#14963)
Brad King
2014-11-14
1
-2/+27
*
Add USES_TERMINAL option for custom commands
Peter Collingbourne
2014-11-14
1
-1/+15
*
Rename doing_verbatim to doing_nothing
Peter Collingbourne
2014-11-14
1
-2/+2
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
Merge topic 'fix_policy_diagnostics'
Brad King
2014-04-01
1
-3/+3
|
\
|
*
Policies: omit warnings about unset policies when they are actually set to NEW
Nils Gladitz
2014-03-31
1
-3/+3
*
|
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-5/+5
|
/
*
CMP0037: Extend policy to reserved names and custom targets
Nils Gladitz
2013-11-19
1
-7/+55
*
Drop compatibility with CMake < 2.4
Brad King
2013-10-23
1
-11/+6
*
Normalize slashes of add_custom_(command|target) DEPENDS (#11973)
Brad King
2011-03-30
1
-1/+5
*
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
Brad King
2011-01-26
1
-0/+8
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Allow custom sources in custom targets
Brad King
2008-10-09
1
-3/+16
[next]