FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Source/cmAddCustomTargetCommand.h - Kitware/CMake · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Kitware
/
CMake
Public
Notifications
You must be signed in to change notification settings
Fork
2.7k
Star
8k
Code
Actions
Security and quality
0
Insights
Additional navigation options
Code
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
CMake
Source
cmAddCustomTargetCommand.h
on
master
User selector
Datepicker
Commit history
Commits on Mar 3, 2025
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Show description for 1772622
kwrobot
authored and
bradking
committed
1772622
View commit details
Copy full SHA for 1772622
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
Modernize: Use #pragma once in all header files
Show description for bdca8b0
kwrobot
authored and
KyleFromKitware
committed
bdca8b0
View commit details
Copy full SHA for bdca8b0
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
cmA*Command: Turn into free functions
Show description for 9ba0bf6
wahikihiki
committed
9ba0bf6
View commit details
Copy full SHA for 9ba0bf6
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
modernize: manage cmCommand instances using unique_ptr.
MarkaPola
committed
1591f13
View commit details
Copy full SHA for 1591f13
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
Use C++11 override instead of CM_OVERRIDE
Show description for 0b33aee
bradking
committed
0b33aee
View commit details
Copy full SHA for 0b33aee
View code at this point
Browse repository at this point
Commits on Aug 26, 2017
IWYU: Mark cmConfigure.h with pragma: keep
Show description for ca2233e
purpleKarrot
committed
ca2233e
View commit details
Copy full SHA for ca2233e
View code at this point
Browse repository at this point
Commits on May 11, 2017
cmCommand: remove unused methods from interface and all implementations
purpleKarrot
committed
a1218f5
View commit details
Copy full SHA for a1218f5
View code at this point
Browse repository at this point
Commits on Apr 11, 2017
Use quotes for non-system includes
Show description for 1d829c8
purpleKarrot
committed
1d829c8
View commit details
Copy full SHA for 1d829c8
View code at this point
Browse repository at this point
cmConfigure: Ensure separate include block in headers
Show description for 5afac50
purpleKarrot
committed
5afac50
View commit details
Copy full SHA for 5afac50
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
Include necessary headers in commands
purpleKarrot
committed
e81c323
View commit details
Copy full SHA for e81c323
View code at this point
Browse repository at this point
Commits on Oct 22, 2016
Make cmCommand not inherit from cmObject
purpleKarrot
committed
9855ebf
View commit details
Copy full SHA for 9855ebf
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
Simplify CMake per-source license notices
Show description for 86578ec
bradking
committed
86578ec
View commit details
Copy full SHA for 86578ec
View code at this point
Browse repository at this point
Commits on Jun 27, 2016
mark functions with CM_OVERRIDE
purpleKarrot
committed
a7a9239
View commit details
Copy full SHA for a7a9239
View code at this point
Browse repository at this point
Commits on May 16, 2016
Revise C++ coding style using clang-format
Show description for d9fd2f5
kwrobot
authored and
bradking
committed
d9fd2f5
View commit details
Copy full SHA for d9fd2f5
View code at this point
Browse repository at this point
Commits on Mar 8, 2014
stringapi: Command names
mathstuf
authored and
bradking
committed
85fc9f2
View commit details
Copy full SHA for 85fc9f2
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
Drop builtin command documentation
Show description for e33d8d2
bradking
committed
e33d8d2
View commit details
Copy full SHA for e33d8d2
View code at this point
Browse repository at this point
Commits on Aug 13, 2012
Remove trailing whitespace from most CMake and C/C++ code
Show description for 7bbaa42
kwrobot
authored and
bradking
committed
7bbaa42
View commit details
Copy full SHA for 7bbaa42
View code at this point
Browse repository at this point
Commits on Feb 29, 2012
Add 'const' qualifier to some cmCommand members
Show description for 737c49a
urkud
authored and
bradking
committed
737c49a
View commit details
Copy full SHA for 737c49a
View code at this point
Browse repository at this point
Commits on Jan 26, 2011
Handle relative WORKING_DIRECTORY in add_custom_(command|target)
Show description for 88548a4
bradking
committed
88548a4
View commit details
Copy full SHA for 88548a4
View code at this point
Browse repository at this point
Commits on Sep 28, 2009
Convert CMake to OSI-approved BSD License
Show description for 96afb12
bradking
committed
96afb12
View commit details
Copy full SHA for 96afb12
View code at this point
Browse repository at this point
Commits on Apr 1, 2009
ENH: Clarify VERBATIM option documentation
Show description for 5982224
bradking
committed
5982224
View commit details
Copy full SHA for 5982224
View code at this point
Browse repository at this point
Commits on Mar 30, 2009
ENH: Document scope of add_custom_command outputs
Show description for 31d03e8
bradking
committed
31d03e8
View commit details
Copy full SHA for 31d03e8
View code at this point
Browse repository at this point
Commits on Oct 9, 2008
ENH: Allow custom sources in custom targets
Show description for c5f70ff
bradking
committed
c5f70ff
View commit details
Copy full SHA for c5f70ff
View code at this point
Browse repository at this point
Commits on Jan 23, 2008
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
martinken
committed
0e69d38
View commit details
Copy full SHA for 0e69d38
View code at this point
Browse repository at this point
Commits on Oct 10, 2007
ENH: make commands lower case by default
martinken
committed
8d32d22
View commit details
Copy full SHA for 8d32d22
View code at this point
Browse repository at this point
Commits on Oct 4, 2006
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
bradking
committed
5a6b079
View commit details
Copy full SHA for 5a6b079
View code at this point
Browse repository at this point
Commits on Sep 28, 2006
ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET commands. This option enables full escaping of custom command arguments on all platforms. See bug#3786.
bradking
committed
d01b6f1
View commit details
Copy full SHA for d01b6f1
View code at this point
Browse repository at this point
Commits on Aug 18, 2006
STYLE: Fixed line-too-long style errors.
bradking
committed
7b58ed7
View commit details
Copy full SHA for 7b58ed7
View code at this point
Browse repository at this point
Commits on Aug 17, 2006
ENH: Making documentation even less ambiguous since some users still think this command can generate a file with dependencies.
bradking
committed
fa70bf5
View commit details
Copy full SHA for fa70bf5
View code at this point
Browse repository at this point
Commits on Jun 15, 2006
BUG: Clarified documentation about custom command outputs and custom target dependencies.
bradking
committed
4c2c2cf
View commit details
Copy full SHA for 4c2c2cf
View code at this point
Browse repository at this point
Commits on Feb 8, 2006
ENH: add working directory support
billhoffman
committed
347c5f4
View commit details
Copy full SHA for 347c5f4
View code at this point
Browse repository at this point
Commits on Feb 22, 2005
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up p…
Show description for 39af9ee
bradking
committed
39af9ee
View commit details
Copy full SHA for 39af9ee
View code at this point
Browse repository at this point
Commits on Aug 10, 2003
removed redundent includes
martinken
committed
072db6a
View commit details
Copy full SHA for 072db6a
View code at this point
Browse repository at this point
Commits on Jul 21, 2003
BUG: Fixed documentation formatting.
bradking
committed
1d75f1c
View commit details
Copy full SHA for 1d75f1c
View code at this point
Browse repository at this point
Commits on Jun 3, 2003
yikes added new custom command support
martinken
committed
ba68f77
View commit details
Copy full SHA for ba68f77
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL