summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCommonTargetGenerator: Adopt AppendOSXVerFlag methodBruce Stephens2016-03-071-34/+0
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-4/+4
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-8/+11
* cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.Stephen Kelly2015-10-191-2/+2
* cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.Stephen Kelly2015-10-191-3/+4
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-6/+6
* Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-7/+7
* Use GetName from cmGeneratorTarget.Stephen Kelly2015-10-171-4/+4
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-2/+2
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-21/+21
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-18/+18
| * Generators: Use GetType from the cmGeneratorTarget.Stephen Kelly2015-10-141-12/+12
* | cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+1
|/
* cmGeneratorTarget: Move GetSupportDirectory from cmTarget.Stephen Kelly2015-10-121-2/+2
* 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-4/+4
* 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-5/+5
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.Stephen Kelly2015-08-051-2/+2
* cmGeneratorTarget: Move HasSOName from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-2/+2
* Windows: Optionally generate DLL module definition files automaticallyBill Hoffman2015-07-061-0/+53
* cmMakefileTargetGenerator: Require cmGeneratorTarget.Stephen Kelly2015-06-221-1/+1
* Convert: Remove specification of default parameter.Stephen Kelly2015-05-201-1/+1
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-4/+4
* Merge topic 'custom-command-multiple-outputs'Brad King2015-03-091-3/+2
|\
| * Makefile: Fix multiple custom command outputs regression (#15116)Brad King2015-03-071-3/+2
* | Makefile: Add progress to link step messagesBrad King2015-02-071-1/+5
|/
* 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