summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: Drop 'requires' step and its supporting infrastructureYurii Batrak2017-12-141-3/+0
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+3
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-091-2/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+7
* cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-1/+1
* Merge topic 'remove-obsolete'Brad King2016-10-131-2/+0
|\
| * Makefiles: Remove forbidden flag logicStephen Kelly2016-10-091-2/+0
* | cmLinkLineComputer: Move FrameworkPath computation from cmLocalGeneratorStephen Kelly2016-10-101-2/+1
* | cmLinkLineComputer: Move RPath computation from cmLocalGeneratorStephen Kelly2016-10-101-1/+1
* | cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGeneratorStephen Kelly2016-10-101-1/+2
* | Makefiles: Port CreateLinkLibs to cmLinkLineComputerStephen Kelly2016-10-101-1/+3
* | cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-0/+2
* | Makefiles: Inline only use of methodStephen Kelly2016-10-091-1/+0
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-5/+9
* Makefile: Factor out response file checks into common helperBrad King2016-07-201-0/+3
* Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helperYury Zhuravlev2016-07-111-0/+4
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-3/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-27/+32
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-2/+0
* Remove vestigial declarations.Stephen Kelly2015-10-211-1/+0
* cmMakefileTargetGenerator: Add accessor for GeneratorTarget.Stephen Kelly2015-08-051-0/+1
* cmCommonTargetGenerator: Adopt GetDefines methodBrad King2015-07-091-3/+0
* cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-091-3/+0
* cmCommonTargetGenerator: Adopt GetFrameworkFlagsBrad King2015-07-091-3/+0
* cmCommonTargetGenerator: Adopt AppendFortranFormatFlagsBrad King2015-07-091-3/+0
* cmCommonTargetGenerator: Adopt AddFortranFlags and friendsBrad King2015-07-091-8/+0
* cmCommonTargetGenerator: Adopt Convert methodBrad King2015-07-091-12/+0
* cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-091-3/+0
* cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-091-7/+0
* cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-091-1/+0
* cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-091-3/+0
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-1/+3
* cmMakefileTargetGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-1/+1
* cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-3/+2
* Merge topic 'custom-command-multiple-outputs'Brad King2015-04-131-2/+1
|\
| * Makefile: Fix multiple custom command outputs with one missingBrad King2015-04-101-2/+1
* | Merge topic 'custom-command-multiple-outputs'Brad King2015-03-091-0/+10
|\ \ | |/
| * Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-061-0/+10
* | Makefile: Fix output during parallel builds (#12991)Brad King2015-02-061-1/+1
|/
* Makefile: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-12/+0
* Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-1/+2
* Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-2/+4
* Constify some APIs in generators.Stephen Kelly2014-03-131-4/+5
* cmOSXBundleGenerator: Make MacOSXContentGeneratorType arg const.Stephen Kelly2014-03-131-1/+1
* Generalize cmCustomCommandGenerator to more fieldsBrad King2014-03-121-2/+2
* stringapi: Use strings for dependency informationBen Boeckel2014-03-081-1/+1