summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+4
* Merge topic 'add-genex-evaluate-utility'Brad King2019-09-241-73/+38
|\
| * cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-32/+21
| * cmGeneratorExpression: Remove Evaluate overload by parameter re-orderingDaniel Eiband2019-09-221-8/+9
| * cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-17/+17
| * cmGeneratorTarget: Remove unused virtual signature of TargetPropertyEntryDaniel Eiband2019-09-211-35/+10
* | Do not collect objects from dependencies of object librariesBrad King2019-09-201-4/+7
|/
* Merge topic 'cmake-system-headers'Brad King2019-09-201-1/+2
|\
| * cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+2
* | Merge topic 'fileapiLinkPathAndLinkDirBacktraces'Brad King2019-09-201-1/+1
|\ \ | |/ |/|
| * cmGeneratorTarget: Store backtrace for target LINK_DIRECTORIES propertyJustin Goshi2019-09-181-1/+1
* | Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-41/+90
* | Merge topic 'tidy-deprecated-headers'Brad King2019-09-161-5/+5
|\ \
| * | clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-5/+5
* | | Depend: Hook up automatic target-level dependencies via byproductsDaniel Eiband2019-09-121-12/+23
|/ /
* | Merge topic 'modernize-use-auto'Brad King2019-09-121-28/+19
|\ \ | |/ |/|
| * clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-28/+19
* | Merge topic 'MoveIfDifferent'Brad King2019-09-101-4/+2
|\ \ | |/ |/|
| * use cmSystemTools::MoveFileIfDifferent()Rolf Eike Beer2019-09-091-4/+2
* | clang-tidy: modernize-return-braced-init-listRegina Pfeifer2019-09-061-23/+20
|/
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* Merge topic 'add-non-empty-configurations-getter'Brad King2019-09-031-20/+8
|\
| * cmMakefile: Add configurations getter with empty configuration defaultDaniel Eiband2019-08-301-20/+8
* | cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-9/+9
|/
* Merge topic 'precompile-headers'Brad King2019-08-291-0/+153
|\
| * Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-281-0/+110
| * PCH: add PRECOMPILE_HEADERS to special propertiesDaniel Pfeifer2019-08-261-0/+43
* | cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-271-2/+2
|/
* Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-4/+3
|\
| * Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-4/+3
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-22/+11
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-107/+73
* Merge topic 'isolate-declarations'Brad King2019-08-221-2/+6
|\
| * clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-2/+6
* | Merge topic 'cm-contains'Brad King2019-08-211-27/+15
|\ \ | |/ |/|
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-27/+15
* | Merge topic 'string-literal-append'Brad King2019-08-191-2/+1
|\ \
| * | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
| |/
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-8/+8
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-52/+45
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* Merge topic 'cmStringAlgorithms_move_functions'Brad King2019-08-071-2/+1
|\
| * cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-2/+1
* | Fix rpath-link for shared lib with only private depsBrad King2019-08-021-1/+1
* | cmGeneratorTarget: Use local var to de-duplicate CMP0022 checksBrad King2019-08-021-4/+4
* | cmLinkItem: Simplify tracking of whether link interface is explicitBrad King2019-08-021-2/+2
|/
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1