summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-251-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
* | Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-22/+14
|/
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* IPO: Consider support for each language separatelyBrad King2017-06-141-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/+2
* Inline and remove AddFeatureFlags methodBrad King2017-04-271-4/+6
* CUDA: Static libraries can now explicitly resolve device symbolsRobert Maynard2017-04-261-0/+28
* CUDA: Makefile uses relative path for device linking status messagesRobert Maynard2017-04-261-2/+6
* Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-1/+2
* Implement interprocedural optimization for GNU compilersRuslan Baratov2017-03-301-7/+14
* Refactoring: s,GetFeatureAsBool,IsIPOEnabled,Ruslan Baratov2017-03-301-1/+1
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-4/+1
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-2/+1
* Makefile: For static libraries remove only the "real" lib before creatingGregor Jasny2017-01-261-13/+14
* Makefile: Re-order list of files to cleanGregor Jasny2017-01-261-4/+4
* CUDA: Populate compiler PDB placeholder during device linkingBrad King2017-01-121-0/+6
* CUDA: Use `.obj` object file extension on WindowsBrad King2017-01-121-1/+3
* CUDA: Add separable compilation support to the makefile generator.Robert Maynard2016-11-141-0/+222
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-3/+8
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-17/+17
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-11/+13
* cmLocalGenerator: Use strings instead of a Target in rule replacementStephen Kelly2016-10-151-1/+3
* cmLocalGenerator: Use a converter in rule replacement APIStephen Kelly2016-10-151-4/+8
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-4/+12
* Merge topic 'LINK_WHAT_YOU_USE-allow-OFF'Brad King2016-10-141-2/+2
|\
| * Honor LINK_WHAT_YOU_USE when set to OFFJamie Snape2016-10-131-2/+2
* | Merge topic 'remove-obsolete'Brad King2016-10-131-17/+0
|\ \ | |/ |/|
| * Makefiles: Remove forbidden flag logicStephen Kelly2016-10-091-17/+0
* | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-1/+1
* | cmLinkLineComputer: Move RPath computation from cmLocalGeneratorStephen Kelly2016-10-101-1/+2
* | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-0/+5
* | Makefiles: Port CreateLinkLibs to cmLinkLineComputerStephen Kelly2016-10-101-2/+7
* | cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-2/+13
|/