summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-2/+0
* Remove vestigial declarations.Stephen Kelly2015-10-201-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-071-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
* stringapi: Use strings for feature argumentsBen Boeckel2014-03-081-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in Convert methods in LocalGeneratorBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* Windows: Use response files to specify link libraries for GNU toolsBrad King2014-03-051-0/+1
* Makefile: Factor out some duplicate link libraries generationBrad King2014-03-041-0/+4
* Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-1/+1
* OS X: Encode -F framework search flag in per-language platform variableBrad King2013-10-101-1/+1
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-1/+0
* Ninja: fixes for bccPeter Kümmel2012-07-181-0/+2
* Ninja: remove warningsPeter Kümmel2012-07-181-8/+8
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-2/+14
* VS: Restore header files marked as OS X Framework content (#13196)Brad King2012-05-071-0/+1
* Build object library targets in MakefilesBrad King2012-03-131-0/+3
* Simplify cmMakefileTargetGenerator using cmGeneratorTargetBrad King2012-03-091-3/+2
* Factor makefile generator link rule lookup into helper functionBrad King2011-12-051-0/+3
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+2
* Make std::map usage more portable in language=>flags/defines mapsBrad King2011-05-171-2/+3
* cache flags and definesManuel Klimek2011-04-251-0/+2