summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Don't use module definition `.def` files for device linkingRobert Maynard2017-01-121-9/+0
* 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/+227
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+7
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmRulePlaceholderExpander: Port clients to direct-useStephen Kelly2016-10-151-5/+8
* 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-1/+2
* cmLocalGenerator: Remove the launcher from RuleVariablesStephen Kelly2016-10-151-1/+10
* Honor LINK_WHAT_YOU_USE when set to OFFJamie Snape2016-10-131-2/+2
* 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/+4
* Makefiles: Port CreateLinkLibs to cmLinkLineComputerStephen Kelly2016-10-101-2/+6
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-1/+8
* Merge topic 'cleanup-Convert'Brad King2016-10-071-11/+11
|\
| * Makefiles: Introduce local RelativePath methodStephen Kelly2016-10-061-11/+11
* | CMP0065: Put computed flags into LINK_FLAGS not LINK_LIBRARIESStephen Kelly2016-10-071-0/+5
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Convert: Inline uses of START_OUTPUTStephen Kelly2016-09-191-11/+22
* Convert: Avoid START_OUTPUT enum when converting to relative pathsStephen Kelly2016-09-191-6/+8
* Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-18/+12
* Convert: Replace uses of Convert(NONE)Stephen Kelly2016-08-271-5/+4
* Makefiles: Change AppendCustomCommand API to stringsStephen Kelly2016-08-271-3/+3
* Makefiles: Port CreateCDCommand to string-based APIStephen Kelly2016-08-271-2/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-1/+9
* Makefile: Factor out response file checks into common helperBrad King2016-07-201-21/+4
* Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exportsYury Zhuravlev2016-07-111-0/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+6
* Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-171-0/+12
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-3/+2
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-27/+28
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-220/+170
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-3/+3
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-7/+9
* cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-201-2/+2
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-4/+4
* Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-3/+3
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-1/+1
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-1/+1
* cmGeneratorTarget: Move GetSupportDirectory from cmTarget.Stephen Kelly2015-10-121-1/+1
* cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.Stephen Kelly2015-10-121-1/+1
* cmGeneratorTarget: Move GetPDBDirectory from cmTarget.Stephen Kelly2015-10-081-1/+2
* cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-2/+2
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+4
* cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-1/+1