summaryrefslogtreecommitdiff
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Clang separable compilationRaul Tambre2020-09-241-32/+41
* cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-2/+2
* cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-9/+3
* CUDA: Device linking use now link optionsMarc Chevrier2020-04-191-8/+7
* cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case configBrad King2020-04-011-2/+1
* cmState::GetTargetTypeName: return type is *cmPropVitaly Stakhovsky2020-03-191-1/+1
* AIX: Add an option to disable automatic exports from shared librariesBrad King2020-01-311-0/+3
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-6/+6
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-5/+5
* Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-131-44/+48
* 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
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* Merge topic 'cuda_resolve_device_symbols_on_static_lib_collect_deps_properly'Brad King2019-09-091-13/+10
|\
| * CUDA: static lib device linking computes required static libsRobert Maynard2019-09-051-13/+10
* | 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-42/+31
* avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-7/+6
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-5/+5
* 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
* 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/+3
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-4/+4
* CUDA: More exhaustive checks to determine when to do device linkingRobert Maynard2019-05-211-41/+10
* Makefiles: Sort clean files by using a std::set<std::string> containerSebastian Holtermann2019-05-141-14/+13
* 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-26/+23
* CUDA: Honor CUDA_RESOLVE_DEVICE_SYMBOLS for more target typesRobert Maynard2019-02-051-5/+18
* 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
* Merge topic 'lg-directory'Brad King2018-08-281-1/+1
|\
| * cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
* | static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-151-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-4/+4
* Makefile generator: link flags management refactoringMarc Chevrier2018-06-061-34/+8
* Makefile: Fix command line limits for static libsViktor Mukha2018-05-161-4/+9
* 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-5/+5
* 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-261-7/+7
* 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