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
/
cmGeneratorTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-5/+5
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-28/+19
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-28/+19
*
|
Merge topic 'MoveIfDifferent'
Brad King
2019-09-10
1
-4/+2
|
\
\
|
|
/
|
/
|
|
*
use cmSystemTools::MoveFileIfDifferent()
Rolf Eike Beer
2019-09-09
1
-4/+2
*
|
clang-tidy: modernize-return-braced-init-list
Regina Pfeifer
2019-09-06
1
-23/+20
|
/
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-2/+2
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
IWYU: Add missing cstddef includes for size_t and nullptr_t
Brad King
2019-09-03
1
-0/+1
*
Merge topic 'add-non-empty-configurations-getter'
Brad King
2019-09-03
1
-20/+8
|
\
|
*
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-20/+8
*
|
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-9/+9
|
/
*
Merge topic 'precompile-headers'
Brad King
2019-08-29
1
-0/+153
|
\
|
*
Precompile headers: Add methods to generate PCH sources
Cristian Adam
2019-08-28
1
-0/+110
|
*
PCH: add PRECOMPILE_HEADERS to special properties
Daniel Pfeifer
2019-08-26
1
-0/+43
*
|
cmSourceFile: Rename non-const GetLanguage
Tushar Maheshwari
2019-08-27
1
-2/+2
|
/
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-4/+3
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-4/+3
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-22/+11
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-107/+73
*
Merge topic 'isolate-declarations'
Brad King
2019-08-22
1
-2/+6
|
\
|
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-2/+6
*
|
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-27/+15
|
\
\
|
|
/
|
/
|
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-27/+15
*
|
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-2/+1
|
\
\
|
*
|
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2/+1
|
|
/
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-8/+8
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-52/+45
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
*
Merge topic 'cmStringAlgorithms_move_functions'
Brad King
2019-08-07
1
-2/+1
|
\
|
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-2/+1
*
|
Fix rpath-link for shared lib with only private deps
Brad King
2019-08-02
1
-1/+1
*
|
cmGeneratorTarget: Use local var to de-duplicate CMP0022 checks
Brad King
2019-08-02
1
-4/+4
*
|
cmLinkItem: Simplify tracking of whether link interface is explicit
Brad King
2019-08-02
1
-2/+2
|
/
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-1/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
Genex: Memoize usage requirement TARGET_PROPERTY existence
Brad King
2019-07-23
1
-0/+47
*
Genex: Optimize build setting TARGET_PROPERTY evaluation
Brad King
2019-07-23
1
-14/+8
*
Genex: Optimize usage requirement TARGET_PROPERTY recursion
Brad King
2019-07-23
1
-0/+75
*
cmGeneratorTarget: Refactor usage requirement genex evaluation
Brad King
2019-07-19
1
-270/+209
*
cmGeneratorTarget: Move static functions to anonymous namespace
Brad King
2019-07-19
1
-26/+43
*
cmGeneratorTarget: Order usage requirement processing logic consistently
Brad King
2019-07-19
1
-10/+11
*
cmGeneratorTarget: Remove unnecessary copy to local variable
Brad King
2019-07-19
1
-4/+3
*
cmGeneratorTarget: Remove unused member of internal class
Brad King
2019-07-19
1
-3/+0
*
AIX: Create import library for executables with exports
Brad King
2019-07-16
1
-1/+2
*
AIX: Explicitly compute executable exports for both XL and GNU
Brad King
2019-07-15
1
-0/+7
*
De-duplicate checks for whether a platform uses Windows DLLs
Brad King
2019-07-12
1
-4/+1
*
Refactor checks for whether a target has an import library
Brad King
2019-07-12
1
-12/+21
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
BUILD_RPATH/INSTALL_RPATH: Add generator expression support
Kyle Edwards
2019-06-25
1
-5/+34
[next]