summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-3/+3
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-7/+9
* cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.Stephen Kelly2015-10-201-2/+2
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-4/+4
* Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-3/+3
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-1/+1
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-1/+1
* cmGeneratorTarget: Move GetSupportDirectory from cmTarget.Stephen Kelly2015-10-121-1/+1
* cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.Stephen Kelly2015-10-121-1/+1
* cmGeneratorTarget: Move GetPDBDirectory from cmTarget.Stephen Kelly2015-10-081-1/+2
* cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-2/+2
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+4
* cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-2/+2
* cmMakefileTargetGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-1/+1
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-3/+3
* Makefile: Add progress to link step messagesBrad King2015-02-071-1/+5
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-3/+10
* Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-1/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-20/+20
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-3/+3
* Windows: Use response files to specify link libraries for GNU toolsBrad King2014-03-051-1/+13
* Makefile: Rename linker response file boolean to be more specificBrad King2014-03-051-4/+4
* Makefile: Factor out some duplicate link libraries generationBrad King2014-03-041-6/+2
* MSVC: Add properties to configure compiler PDB files (#14762)Brad King2014-02-261-0/+4
* Makefile: Fix per-config linker PDB output directoryBrad King2014-02-241-1/+1
* Merge topic 'fix-compile-OBJECT_DIR'Brad King2014-01-021-7/+5
|\
| * Replace <OBJECT_DIR> rule placeholder consistently (#14667)Brad King2014-01-021-7/+5
* | Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-3/+3
|/
* Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-16/+0
* Use --sysroot when cross compiling.Stephen Kelly2013-06-071-0/+16
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-4/+1
* Merge topic 'ninja-LIBPATH'Brad King2012-10-021-5/+7
|\
| * Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-011-5/+7
* | Merge topic 'vs-pdb-output'Brad King2012-10-011-1/+6
|\ \ | |/ |/|
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-1/+6
* | Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+2
* | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
|/
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-3/+2
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-30/+16
* Remove trailing white-spaces.Nicolas Despres2012-07-171-1/+1
* Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-0/+7
* Factor makefile generator link rule lookup into helper functionBrad King2011-12-051-2/+1
* Generate target-wide flags before individual build rulesBrad King2011-03-171-3/+3
* Consolidate duplicate link rule make dependency codeBrad King2010-11-051-26/+1