summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-2/+0
* Unity build: Generate sources during Compute stepBrad King2019-10-031-1/+0
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* cmLocalGenerator: Remove AppendFlags 'const char*' overloadBrad King2019-09-051-4/+5
* Unity build: Add support for Ninja and Makefile generatorsCristian Adam2019-08-291-0/+1
* Precompile headers: Add methods to generate PCH sourcesCristian Adam2019-08-281-0/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-35/+26
* avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-6/+5
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* 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-2/+3
* Merge topic 'cleanup-gen-lookups'Brad King2019-07-151-3/+2
|\
| * Makefile: De-duplicate executable link rule lookupBrad King2019-07-121-3/+2
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
|/
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-011-5/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-3/+3
* Merge topic 'remove_unneeded_device_link_calls'Brad King2019-05-221-15/+3
|\
| * CUDA: More exhaustive checks to determine when to do device linkingRobert Maynard2019-05-211-15/+3
* | Merge topic 'string-cleanup'Brad King2019-05-171-1/+1
|\ \ | |/ |/|
| * Source: std::string related cleanupVitaly Stakhovsky2019-05-151-1/+1
* | Makefiles: Sort clean files by using a std::set<std::string> containerSebastian Holtermann2019-05-141-5/+4
|/
* Ninja,Makefile: use `unique_ptr` for memory managementSaleem Abdulrasool2019-04-181-5/+4
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-2/+2
* Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-111-19/+13
* CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target typesRobert Maynard2019-02-051-1/+7
* cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-2/+1
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* CUDA: Fix crash on linking to a CUDA target without CUDA enabledBrad King2018-12-051-0/+4
* cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-11/+11
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-2/+2
* Makefile generator: link flags management refactoringMarc Chevrier2018-06-061-12/+2
* cmGeneratorTarget: Make import library checks config-awareMichael Stürmer2018-04-051-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-5/+5
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+2
* Makefiles: Drop 'requires' step and its supporting infrastructureYurii Batrak2017-12-141-3/+0
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-6/+6
* Merge topic 'refactor-iwyu-code'Brad King2017-09-151-1/+1
|\
| * Clean up iwyu code to not be one big if statement.Bill Hoffman2017-09-131-1/+1
* | Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-10/+8
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* cmLocalGenerator: Add a hook for compiler flags used at link timeBrad King2017-05-011-4/+4
* Clang IPO (LTO) supportRuslan Baratov2017-04-281-0/+3
* Inline and remove AddFeatureFlags methodBrad King2017-04-271-2/+4
* CUDA: Makefile uses relative path for device linking status messagesRobert Maynard2017-04-261-1/+5
* Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-1/+3
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-4/+1
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-0/+1
* CUDA: Don't use module definition `.def` files for device linkingRobert Maynard2017-01-121-9/+0