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
*
Add option to optimize link dependencies for static libraries
Kyle Edwards
2020-08-12
1
-7/+156
*
Merge topic 'cmcomputecomponentgraph-compute-method'
Brad King
2020-07-29
1
-0/+1
|
\
|
*
cmComputeComponentGraph: Move work out of constructor into Compute() method
Kyle Edwards
2020-07-28
1
-0/+1
*
|
cmComputeTargetDepends: Add missing nullptr check
Brad King
2020-07-23
1
-7/+9
*
|
Factor out generator checks for filtering out interface libraries
Brad King
2020-07-23
1
-5/+4
|
/
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-1/+1
*
Fix dependencies on targets linked through object libraries
Brad King
2020-03-04
1
-13/+14
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-15/+22
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-3/+2
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-5/+4
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-5/+5
*
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
[next]