summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Makefile,Ninja: De-duplicate MSVC compiler PDB path selectionBrad King2016-12-151-0/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-4/+1
* cmLinkLineComputer: Extract from cmLocalGeneratorStephen Kelly2016-10-101-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* cmOutputConverter: Remove now-obsolete Convert methodStephen Kelly2016-09-191-4/+0
* Convert: Remove UNCHANGED enum valueStephen Kelly2016-08-271-3/+3
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-2/+6
* cmLocalGenerator: Add method to get Fortran-specific compiler flagsBrad King2016-06-171-3/+0
* cmGeneratorTarget: Adopt Fortran module directory generationTobias Hunger2016-06-171-6/+0
* Refactor Makefile/Ninja tool working directory storageBrad King2016-06-171-3/+1
* cmLocalGenerator: Adopt GetFrameworkFlags methodTobias Hunger2016-06-091-3/+0
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+5
* cmCommonTargetGenerator: Adopt AppendOSXVerFlag methodBruce Stephens2016-03-071-0/+3
* Refactor `.def` file lookupTim Grothe2015-11-041-1/+1
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-2/+0
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+1
* cmCommonTargetGenerator: Factor out Fortran module directory computationBrad King2015-07-291-0/+1
* cmCommonTargetGenerator: Store working directory for relative pathsBrad King2015-07-291-1/+3
* cmCommonTargetGenerator: Return string from GetFortranModuleDirectoryBrad King2015-07-291-1/+1
* cmCommonTargetGenerator: Adopt linked target directory computationBrad King2015-07-281-0/+2
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-0/+2
* cmCommonTargetGenerator: Adopt GetDefines methodBrad King2015-07-091-0/+2
* cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-091-0/+7
* cmCommonTargetGenerator: Adopt GetFrameworkFlagsBrad King2015-07-091-0/+3
* cmCommonTargetGenerator: Adopt AppendFortranFormatFlagsBrad King2015-07-091-0/+4
* cmCommonTargetGenerator: Adopt AddFortranFlags and friendsBrad King2015-07-091-0/+8
* cmCommonTargetGenerator: Adopt Convert methodBrad King2015-07-091-0/+7
* cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-091-0/+6
* cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-091-0/+8
* cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-091-0/+3
* cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-091-1/+14
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-0/+27