summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-5/+12
* Makefile: Avoid link line object list lengths nearing system limitsBrad King2016-07-201-0/+39
* Makefile: Factor out response file checks into common helperBrad King2016-07-201-0/+32
* Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helperYury Zhuravlev2016-07-111-0/+43
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-26/+30
* cmGeneratorTarget: Adopt Fortran module directory generationTobias Hunger2016-06-171-1/+1
* Refactor Makefile/Ninja tool working directory storageBrad King2016-06-171-1/+1
* Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-1/+1
* Merge topic 'remove-needless-copies'Brad King2016-05-271-1/+1
|\
| * Remove unnecessary local copies.Daniel Pfeifer2016-05-261-1/+1
* | Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-7/+5
|/
* Merge topic 'improve-character-find-and-replace'Brad King2016-05-251-3/+3
|\
| * Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-3/+3
* | Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-59/+59
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-760/+544
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-29/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+8
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-6/+6
* Add options to run clang-tidy with the compilerDaniel Pfeifer2016-04-131-3/+16
* Refactor `.def` file lookupTim Grothe2015-11-041-2/+2
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-3/+2
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-3/+4
* Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-3/+3
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-6/+7
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-12/+12
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-12/+12
| * Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-151-6/+6
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-3/+5
* | cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.Stephen Kelly2015-10-151-1/+1
* | cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget.Stephen Kelly2015-10-151-5/+5
|/
* cmGeneratorExpression: Port interface to cmGeneratorTarget.Stephen Kelly2015-10-121-1/+3
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-1/+2
* cmGeneratorTarget: Move GetSupportDirectory from cmTarget.Stephen Kelly2015-10-121-2/+3
* cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.Stephen Kelly2015-10-121-1/+1
* Merge topic 'use-generator-target'Brad King2015-10-121-1/+2
|\
| * cmGeneratorTarget: Move GetPDBDirectory from cmTarget.Stephen Kelly2015-10-091-1/+2
* | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-1/+1
* | cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-7/+8
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-4/+4
|/
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+1
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+9
* cmGeneratorTarget: Move GetLanguages from cmTarget.Stephen Kelly2015-08-261-1/+1
* cmGeneratorTarget: Move IsBundleOnApple from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-3/+5
* cmGeneratorTarget: Move GetPDBName from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-1/+2
* Merge topic 'refactor-fortran-module-directory'Brad King2015-07-301-9/+6
|\
| * cmCommonTargetGenerator: Store working directory for relative pathsBrad King2015-07-291-1/+1