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
/
cmComputeTargetDepends.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-5/+3
*
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-5/+2
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-1/+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-3/+3
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-3/+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-1/+1
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-3/+4
*
Track backtraces in target dependencies internally
Brad King
2018-10-18
1
-13/+24
*
cmLinkItem: Add backtrace
Brad King
2018-10-18
1
-13/+7
*
Fix dependency propagation through same-name imported targets
Brad King
2018-09-07
1
-23/+27
*
cmLinkItem: Convert to a "sum type" over a string and target pointer
Brad King
2018-09-07
1
-4/+4
*
objlib: Allow other libraries to link to `OBJECT` libraries.
Deniz Bahadir
2018-03-01
1
-3/+3
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-7/+6
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-55/+42
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-1/+1
*
cmComputeTargetDepends: Avoid nested loops over configurations
Brad King
2017-05-18
1
-14/+6
*
cmComputeTargetDepends: Avoid computing with empty configuration
Brad King
2017-05-18
1
-1/+3
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-10/+10
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-2/+9
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-260/+182
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-17/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
cmGeneratorTarget: Add GetUtilityBacktrace API
Stephen Kelly
2015-10-27
1
-1/+1
*
Port to GetGeneratorTargets.
Stephen Kelly
2015-10-24
1
-5/+4
*
Access policy status from cmGeneratorTarget at generate time.
Stephen Kelly
2015-10-20
1
-1/+1
*
cmGeneratorTarget: Provide direct access to the backtrace.
Stephen Kelly
2015-10-20
1
-1/+1
*
cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
Stephen Kelly
2015-10-20
1
-2/+2
*
Use IsImported from cmGeneratorTarget.
Stephen Kelly
2015-10-16
1
-1/+1
*
cmState: Move GetTargetTypeName from cmTarget.
Stephen Kelly
2015-10-14
1
-2/+1
*
Remove now-obsolete casts.
Stephen Kelly
2015-10-14
1
-1/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-11/+11
*
Generators: Use GetType from the cmGeneratorTarget.
Stephen Kelly
2015-10-14
1
-1/+2
*
cmLinkItem: Port to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-15/+9
*
cmGeneratorTarget: Move GetUtilityItems from cmTarget.
Stephen Kelly
2015-10-12
1
-2/+2
*
cmGeneratorTarget: Port GetLinkInterface away from cmTarget.
Stephen Kelly
2015-10-10
1
-1/+1
*
cmGeneratorTarget: Move GetLinkImplementation from cmTarget.
Stephen Kelly
2015-08-26
1
-2/+1
*
cmLinkItem: Add cmLinkImplementation type.
Stephen Kelly
2015-08-26
1
-1/+1
*
cmGeneratorTarget: Move GetLinkInterface from cmTarget.
Stephen Kelly
2015-08-26
1
-1/+1
*
cmTarget: Move link interface libraries struct out.
Stephen Kelly
2015-08-26
1
-1/+1
*
cmComputeTargetDepends: Change API to use cmGeneratorTarget.
Stephen Kelly
2015-07-01
1
-37/+44
*
Merge topic 'refactor-cmPolicies'
Brad King
2015-05-05
1
-3/+1
|
\
|
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-3/+1
*
|
cmComputeTargetDepends: Use simpler global generator access.
Stephen Kelly
2015-05-03
1
-3/+1
|
/
[next]