summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert: Replace UNCHANGED conversions with new API callStephen Kelly2016-08-271-21/+15
* Convert: Replace uses of Convert(NONE)Stephen Kelly2016-08-271-7/+6
* Makefiles: Change AppendCustomCommand API to stringsStephen Kelly2016-08-271-4/+4
* Makefiles: Port CreateCDCommand to string-based APIStephen Kelly2016-08-271-3/+3
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-231-2/+9
* Makefile: Factor out response file checks into common helperBrad King2016-07-201-21/+4
* Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helperYury Zhuravlev2016-07-111-42/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Merge topic 'link_what_you_use'Brad King2016-06-171-0/+13
|\
| * Add options to run `ldd -u -r` as a "link-what-you-use" toolBill Hoffman2016-06-171-0/+13
* | Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
* | Run ranlib on archives only if the tool is availableBrad King2016-06-081-1/+4
|/
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-2/+1
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-4/+3
* Use enums defined in cmOutputConverter using their fully qualified name.Daniel Pfeifer2016-05-251-41/+43
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-416/+339
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-9/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* 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