summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* Makefile: Fix rebuild with multiple custom command outputs (#15116)Brad King2014-12-051-12/+9
* LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-2/+2
* Watcom: Use single quote for all file/path items in wlink commandJiri Malak2014-04-081-4/+10
* Makefile: Generate single-quoted object lists for WatcomJiri Malak2014-03-271-1/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-30/+30
* stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-24/+12
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-2/+2
* 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-5/+5
* Makefile: Factor out some duplicate link libraries generationBrad King2014-03-041-6/+1
* 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
* | Remove INTERFACE build targets.Stephen Kelly2013-12-101-3/+0
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-3/+6
* | Port some of the generator API to cmGeneratorTarget.Stephen Kelly2013-11-221-3/+3
* | Create make rules for INTERFACE_LIBRARY targets.Stephen Kelly2013-10-211-0/+3
|/
* Unify the way the flags of a static library are readPatrick Gansterer2013-07-311-6/+2
* Revert "Use --sysroot when cross compiling."Stephen Kelly2013-07-121-20/+0
* Use --sysroot when cross compiling.Stephen Kelly2013-06-071-0/+20
* OS X: Fix getting of CFBundle LOCATION property.Clinton Stimpson2013-06-031-2/+0
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-7/+6
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-201-2/+0
* Merge topic 'ninja-LIBPATH'Brad King2012-10-021-4/+7
|\
| * Ninja: move -LIBPATH behind -link optionPeter Kümmel2012-10-011-4/+7
* | Merge topic 'vs-pdb-output'Brad King2012-10-011-1/+5
|\ \ | |/ |/|
| * Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830)Yuchen Deng2012-09-251-1/+5
* | Port cmLocalGenerator::GetTargetFlags to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
* | Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-1/+1
|/
* Re-factor bundle content copying rules generation.Nicolas Despres2012-07-171-3/+1
* Re-factor CFBundle generation.Nicolas Despres2012-07-171-27/+2
* Re-factor OS X bundle and framework generation.Nicolas Despres2012-07-171-114/+17
* Remove trailing white-spaces.Nicolas Despres2012-07-171-8/+8
* Support building shared libraries or modules without soname (#13155)Modestas Vainius2012-04-301-1/+5
* Build object library targets in MakefilesBrad King2012-03-131-0/+26
* 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-1/+1
* Merge topic 'include-flags-response-file'Brad King2011-03-221-3/+3
|\
| * Generate target-wide flags before individual build rulesBrad King2011-03-171-3/+3
* | Add support for CFBundle targets on the Mac (#11295)Richard Bateman2011-01-111-0/+49
|/
* Consolidate duplicate link rule make dependency codeBrad King2010-11-051-24/+1
* Add STATIC_LIBRARY_FLAGS_<CONFIG> property (#10768)Brad King2010-05-281-0/+4
* -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
* Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-0/+6
* Centralize language flag addition for MakefilesBrad King2009-10-021-2/+4