summaryrefslogtreecommitdiff
path: root/Source/cmMakefileTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-211-8/+8
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* | Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+3
* | Merge topic 'custom-command-multiple-outputs'Brad King2015-04-131-24/+34
|\ \ | |/
| * Makefile: Fix multiple custom command outputs with one missingBrad King2015-04-101-24/+34
* | Makefile: Tell GNU make to delete rule outputs on error (#15474)Brad King2015-03-301-0/+8
* | Merge topic 'target-language-genex'Brad King2015-03-101-35/+1
|\ \
| * | Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-34/+0
| * | Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* | | Merge topic 'custom-command-multiple-outputs'Brad King2015-03-091-5/+74
|\ \ \ | |/ / |/| / | |/
| * Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-061-5/+74
* | Makefile: Fix output during parallel builds (#12991)Brad King2015-02-061-19/+17
|/
* IncludeDirectories: Respect SYSTEM flag when using CONFIG genex.Stephen Kelly2015-01-231-1/+2
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-4/+4
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* | Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-27/+9
|/