summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Evaluate <OBJECT_DIR> rule variable for executablesBrad King2010-09-161-0/+7
* -improve crosscompiling from Linux to iphone (#10526)Alex Neundorf2010-05-011-2/+0
* Fix line-too-long style violationsBrad King2009-10-231-1/+2
* Define per-target OSX_ARCHITECTURES propertyBrad King2009-10-211-0/+4
* Do not use -fPIC to link executablesBrad King2009-10-081-5/+0
* Centralize language flag addition for MakefilesBrad King2009-10-021-3/+2
* Fix use of module .def files for MS toolsBrad King2009-09-291-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Do not call CollapseFullPath for PDB file namesBrad King2009-09-171-1/+1
* ENH: Pass config to cmTarget::GetLinkerLanguageBrad King2009-07-081-1/+2
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-1/+1
* ENH: Simpler cmTarget::GetLinkerLanguage signatureBrad King2009-07-071-2/+1
* ENH: Pass config to cmTarget::GetDirectory()Brad King2009-07-031-3/+3
* ENH: Create cmMakefileTargetGenerator::ConfigNameBrad King2009-07-031-7/+5
* ENH: Remove cmTarget::GetExecutableCleanNamesBrad King2009-05-011-21/+7
* ENH: Allow projects to disable per-rule echo linesBrad King2009-03-161-7/+10
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+2
* ENH: Give target in which custom commands buildBrad King2009-02-101-3/+6
* BUG: Do not re-generate after a AppBundle buildBrad King2009-02-061-2/+2
* ENH: Factor out listing of objects on command lineBrad King2008-10-151-26/+2