summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cmCommonTargetGenerator: Return string from GetFortranModuleDirectoryBrad King2015-07-291-8/+5
* | Merge topic 'cmCommonTargetGenerator-GetLinkedTargetDirectories'Brad King2015-07-301-26/+4
|\ \ | |/
| * cmCommonTargetGenerator: Adopt linked target directory computationBrad King2015-07-281-26/+4
* | cmMakefileTargetGenerator: Remove unused variable.Stephen Kelly2015-07-281-1/+0
|/
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-1/+1
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-2/+3
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-0/+9
* cmCommonTargetGenerator: Adopt GetDefines methodBrad King2015-07-091-26/+0
* cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-091-48/+0
* cmMakefileTargetGenerator: Fix comment typoBrad King2015-07-091-1/+1
* cmCommonTargetGenerator: Adopt GetFrameworkFlagsBrad King2015-07-091-61/+0
* cmCommonTargetGenerator: Adopt AppendFortranFormatFlagsBrad King2015-07-091-29/+0
* cmCommonTargetGenerator: Adopt AddFortranFlags and friendsBrad King2015-07-091-96/+0
* cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-091-29/+2
* cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-091-26/+0
* cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-091-1/+0
* cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessorBrad King2015-07-091-6/+6
* cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-091-4/+1
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-1/+2
* Get the local generator from the GeneratorTarget.Stephen Kelly2015-06-221-1/+3
* cmMakefileTargetGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-5/+4
* Merge topic 'compiler-launcher'Brad King2015-06-151-0/+19
|\
| * Add options to launch the compiler through tools like ccache or distccBill Hoffman2015-06-151-0/+19
* | Merge topic 'move-Feature-API'Brad King2015-06-081-2/+2
|\ \
| * | cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-2/+2
* | | Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-2/+2
|/ /
* | cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-3/+2
* | Remove CMAKE_USE_RELATIVE_PATHS variable.Stephen Kelly2015-06-031-7/+1
|/
* Merge topic 'mingw32-make-backslash-workaround'Brad King2015-06-011-0/+1
|\
| * Revert "Makefile: Fix compilation after parent commit was backported"Brad King2015-06-011-0/+1
* | Merge branch 'release'Brad King2015-06-011-1/+0
|\ \ | |/
| * Makefile: Fix compilation after parent commit was backportedBrad King2015-06-011-1/+0
* | Merge topic 'run-include-what-you-use'Brad King2015-05-261-7/+7
|\ \
| * | Makefile: Fix <LANG>_INCLUDE_WHAT_YOU_USE with CTEST_USE_LAUNCHERSBrad King2015-05-221-7/+7
* | | Merge topic 'run-include-what-you-use'Brad King2015-05-211-0/+14
|\ \ \ | |/ /
| * | Add options to run include-what-you-use with the compilerBrad King2015-05-191-0/+14
* | | cmGlobalUnixMakefileGenerator3: Host the include directive.Stephen Kelly2015-05-161-3/+3
|/ /
* | Don't use a cmLocalGenerator instance to call static methods.Stephen Kelly2015-05-141-2/+2
* | Merge topic 'mingw32-make-backslash-workaround'Brad King2015-05-041-0/+10
|\ \ | |/
| * Makefile: Workaround mingw32-make trailing backslash trouble (#15546)Brad King2015-05-011-0/+10
* | cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-8/+8
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+3