summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Makefiles: Introduce local RelativePath methodStephen Kelly2016-10-061-13/+13
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Inline uses of START_OUTPUTStephen Kelly2016-09-191-14/+28
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-8/+9
* Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-21/+15
* Convert: Replace uses of Convert(NONE)Stephen Kelly2016-08-271-7/+6
* Makefiles: Change AppendCustomCommand API to stringsStephen Kelly2016-08-271-4/+4
* Makefiles: Port CreateCDCommand to string-based APIStephen Kelly2016-08-271-3/+3
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-2/+9
* Makefile: Factor out response file checks into common helperBrad King2016-07-201-21/+4
* Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helperYury Zhuravlev2016-07-111-42/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Merge topic 'link_what_you_use'Brad King2016-06-171-0/+13
|\
| * Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-171-0/+13
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
* | Run ranlib on archives only if the tool is availableBrad King2016-06-081-1/+4
|/
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-2/+1
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-4/+3
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-41/+43
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-416/+339
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-9/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* cmCommonTargetGenerator: Adopt AppendOSXVerFlag methodBruce Stephens2016-03-071-34/+0
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-4/+4
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-8/+11
* cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.Stephen Kelly2015-10-191-2/+2
* cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.Stephen Kelly2015-10-191-3/+4
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-6/+6