summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-5/+108
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* Merge topic 'modernize-use-auto'Brad King2019-09-121-10/+5
|\
| * clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-10/+5
* | Merge topic 'fileapiAddMoreBacktraces'Brad King2019-09-111-64/+196
|\ \
| * | cmLocalGenerator: Add GetTargetCompileFlags overload with backtracesJustin Goshi2019-09-101-2/+14
| * | cmLocalGenerator: Add GetTargetFlags overload with backtracesJustin Goshi2019-09-101-9/+30
| * | cmLocalGenerator: Add GetStaticLibraryFlags overload with backtracesJustin Goshi2019-09-101-4/+23
| * | cmLocalGenerator: Add AddCompileOptions overload with backtracesJustin Goshi2019-09-101-8/+35
| * | cmLocalGenerator: Add AppendCompileOptions overload with backtracesJustin Goshi2019-09-101-0/+24
| * | cmLocalGenerator: Add AppendFlags overload with backtracesJustin Goshi2019-09-091-0/+8
| * | cmLocalGenerator: Clarify AddCompileOptions filter logicJustin Goshi2019-09-091-5/+8
| * | cmLocalGenerator: Use local variables to collect flagsJustin Goshi2019-09-091-41/+59
| * | cmLocalGenerator: Improve local variable namesJustin Goshi2019-09-091-12/+12
* | | Merge topic 'MoveIfDifferent'Brad King2019-09-101-2/+1
|\ \ \ | |_|/ |/| |
| * | use cmSystemTools::MoveFileIfDifferent()Rolf Eike Beer2019-09-091-2/+1
* | | Merge topic 'local-var'Brad King2019-09-101-4/+3
|\ \ \ | |_|/ |/| |
| * | cmLocalGenerator::AddConfigVariableFlags: optimize string constructionRolf Eike Beer2019-09-091-4/+3
| |/
* | Merge topic 'cuda_resolve_device_symbols_on_static_lib_collect_deps_properly'Brad King2019-09-091-0/+7
|\ \ | |/ |/|
| * CUDA: static lib device linking computes required static libsRobert Maynard2019-09-051-0/+7
* | cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-051-13/+5
* | Merge topic 'unity-build'Brad King2019-09-051-0/+96
|\ \ | |/ |/|
| * Unity build: Add XCode supportCristian Adam2019-08-301-1/+5
| * Unity build: Add support for Visual Studio generatorCristian Adam2019-08-291-1/+8
| * Unity build: Add support for Ninja and Makefile generatorsCristian Adam2019-08-291-0/+85
* | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* | Merge topic 'add-non-empty-configurations-getter'Brad King2019-09-031-5/+2
|\ \
| * | cmMakefile: Add configurations getter with empty configuration defaultDaniel Eiband2019-08-301-5/+2
| |/
* | cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-2/+2
|/
* Merge topic 'precompile-headers'Brad King2019-08-291-0/+83
|\
| * Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-281-0/+83
* | Merge topic 'swift-version'Brad King2019-08-271-0/+11
|\ \ | |/ |/|
| * Swift: honour `-swift-version` in Ninja generatorSaleem Abdulrasool2019-08-261-0/+11
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-24/+12
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-15/+12
* Merge topic 'isolate-declarations'Brad King2019-08-221-2/+2
|\
| * clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-201-2/+2
* | Merge topic 'cm-contains'Brad King2019-08-211-9/+5
|\ \ | |/ |/|
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-191-9/+5
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-7/+6
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-14/+14
* Merge topic 'strcat-localgenerator'Kyle Edwards2019-08-131-92/+48
|\
| * cmLocalGenerator: Use cmStrCatRegina Pfeifer2019-08-091-92/+48
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
|/
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+2
* Swift: fix static library handlingSaleem Abdulrasool2019-07-191-5/+7
* AIX: Explicitly compute executable exports for both XL and GNUBrad King2019-07-151-4/+8
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+3