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
/
cmGeneratorExpressionDAGChecker.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>
Marc Chevrier
2020-04-19
1
-0/+7
*
cmGeneratorExpressionDAGChecker: introduce method Top()
Marc Chevrier
2020-04-18
1
-43/+18
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-2/+2
*
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
Marc Chevrier
2020-02-26
1
-8/+26
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+4
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
cmGeneratorExpressionDAGChecker: Avoid const_cast
Brad King
2019-07-19
1
-3/+1
*
genex: Fix erroneous handling of recursion for $<GENEX_EVAL:>
Marc Chevrier
2019-02-13
1
-8/+2
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-6/+6
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-6/+7
*
clang-tidy: Simplify boolean expressions
Regina Pfeifer
2019-01-15
1
-1/+1
*
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
Marc Chevrier
2018-11-08
1
-0/+12
*
Fix transitive usage requirements through same-name imported targets
Brad King
2018-09-10
1
-6/+7
*
Genex: Add $<TARGET_GENEX_EVAL:...> and $<GENEX_EVAL:...>
Marc Chevrier
2018-04-23
1
-0/+12
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
silence selected clang-tidy violations
Daniel Pfeifer
2016-10-18
1
-2/+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+8
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-114/+99
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Remove some obsolete declarations
Stephen Kelly
2015-10-27
1
-1/+0
*
cmGeneratorExpression: Port to cmLocalGenerator.
Stephen Kelly
2015-10-12
1
-3/+4
*
cmMakefile: Make cmListFileBacktrace default constructible.
Stephen Kelly
2015-06-02
1
-1/+1
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
1
-3/+3
|
\
|
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3/+3
*
|
Help: Remove documented restriction on find in conditions.
Stephen Kelly
2015-01-11
1
-3/+1
|
/
*
backtrace: Convert to local paths in IssueMessage
Ben Boeckel
2014-06-05
1
-1/+1
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-3/+23
*
cmTarget: Allow transitive evaluation of SOURCES property.
Stephen Kelly
2014-04-02
1
-0/+12
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-3/+3
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-3/+3
*
Genex: Fix case of methods in the dag checker.
Stephen Kelly
2014-01-06
1
-4/+4
*
Genex: Use a preprocessor loop to implement transitive DAG check.
Stephen Kelly
2014-01-06
1
-32/+25
*
cmTarget: Fix system include annotation propagation.
Stephen Kelly
2014-01-06
1
-1/+2
*
Undefine local preprocessor loop variables.
Stephen Kelly
2014-01-06
1
-0/+1
*
QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property.
Stephen Kelly
2013-11-27
1
-0/+8
*
Use new cmHasLiteralPrefix function
Stephen Kelly
2013-11-21
1
-3/+3
*
Merge topic 'tid-system-argument'
Brad King
2013-07-16
1
-0/+8
|
\
|
*
Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.
Stephen Kelly
2013-07-16
1
-0/+8
*
|
Introduce the INTERFACE_LINK_LIBRARIES property.
Stephen Kelly
2013-07-08
1
-1/+2
*
|
Introduce the LINK_ONLY generator expression.
Stephen Kelly
2013-07-07
1
-1/+15
|
/
*
Genex: Extend EvaluatingLinkLibraries to also check the top target name.
Stephen Kelly
2013-06-24
1
-1/+7
*
Use a preprocessor loop to manage the valid transitive properties.
Stephen Kelly
2013-06-10
1
-3/+7
[next]