summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
* Normalize paths when checking for implicit include dirsDaniel Scharrer2019-06-221-3/+5
* Support per-language library link flagsSaleem Abdulrasool2019-06-061-4/+17
* Merge topic 'swift-linker-flags'Brad King2019-06-041-49/+62
|\
| * Swift: avoid `CMAKE_{EXE,SHARED}_LINKER_FLAGS`Saleem Abdulrasool2019-06-031-49/+62
* | The error message for VISIBILITY_PRESET now documents valid options.Robert Maynard2019-06-031-1/+3
|/
* Merge topic 'implicit-includes-CPATH'Brad King2019-05-311-3/+25
|\
| * Do not exclude include directories made implicit by CPATHBrad King2019-05-301-3/+25
* | Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-7/+6
* | MSVC: Add support for /JMC (Just My Code)Luca Cappa2019-05-141-0/+26
* | MSVC: Add abstraction for runtime library selectionBrad King2019-04-171-2/+35
* | Merge topic 'modernize-raw-string-literal'Brad King2019-04-041-1/+1
|\ \
| * | Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1