summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'vs14-generator'Brad King2014-06-3011-4/+923
|\
| * VS14: Fix Cl and Link flag tables as previous versionsBrad King2014-06-252-11/+5
| * VS14: Generate flag tables from MSBuild v140 tool filesBrad King2014-06-255-3/+759
| * VS14: Add Visual Studio 14 generator (#14982)Brad King2014-06-256-1/+170
* | CMake Nightly Date StampKitware Robot2014-06-301-1/+1
* | CMake Nightly Date StampKitware Robot2014-06-291-1/+1
* | CMake Nightly Date StampKitware Robot2014-06-281-1/+1
* | Merge topic 'bootstrap-cmake-locations'Brad King2014-06-271-1/+6
|\ \
| * | bootstrap: Fix "make test" and "make package" targets (#14989)Brad King2014-06-251-0/+5
| * | bootstrap: Clarify name of configured source directoryBrad King2014-06-251-1/+1
* | | Merge topic 'refactor-link-internals'Brad King2014-06-272-168/+160
|\ \ \
| * | | cmTarget: Refactor ComputeLinkImplementationBrad King2014-06-251-17/+20
| * | | cmTarget: Pre-indent a block in ComputeLinkImplementationBrad King2014-06-251-37/+37
| * | | cmTarget: Shorten a long line in ComputeLinkImplementationBrad King2014-06-251-3/+2
| * | | cmTarget: Refactor internal LinkImplementation mapBrad King2014-06-251-31/+24
| * | | cmTarget: Remove unnecessary 'mutable' markupBrad King2014-06-251-19/+19
| * | | cmTarget: De-duplicate link interface evaluation for $<LINK_ONLY>Brad King2014-06-251-32/+12
| * | | cmTarget: Teach GetLinkInterfaceLibraries to support $<LINK_ONLY>Brad King2014-06-252-26/+45
| * | | cmTarget: De-duplicate link interface genex code for $<LINK_ONLY>Brad King2014-06-251-14/+6
| * | | cmTarget: Teach ExpandLinkItems how to support $<LINK_ONLY>Brad King2014-06-252-3/+9
* | | | Merge topic 'stringapi-crash-cleanup'Brad King2014-06-271-2/+2
|\ \ \ \
| * | | | cmCPackGenerator: Avoid crash on undefined CMAKE_MAKE_PROGRAMBrad King2014-06-251-2/+2
* | | | | Merge topic 'install-messages'Brad King2014-06-2716-35/+199
|\ \ \ \ \
| * | | | | install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)Brad King2014-06-243-4/+24
| * | | | | install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-246-7/+42
| * | | | | install: Thread message level setting through internal APIBrad King2014-06-2415-12/+49
| * | | | | file(INSTALL): Add undocumented options to control output verbosityBrad King2014-06-241-3/+58
| * | | | | file(INSTALL): Report existing DIRECTORY as Up-to-dateBrad King2014-06-241-1/+2
| * | | | | file(INSTALL): Do not pre-create DESTINATION for DIRECTORYBrad King2014-06-241-10/+13
| * | | | | cmInstallTargetGenerator: Drop default constructor argumentsBrad King2014-06-242-9/+22
* | | | | | CMake Nightly Date StampKitware Robot2014-06-271-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2014-06-261-1/+1
* | | | | | Merge topic 'refactor-link-internals'Brad King2014-06-2513-403/+442
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | cmTarget: Drop GetDirectLinkLibraries methodsBrad King2014-06-232-47/+27
| * | | | | cmTarget: Improve HaveBuildTreeRPATH implementationBrad King2014-06-231-3/+6
| * | | | | cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-238-101/+123
| * | | | | cmExportFileGenerator: Make SetImportLinkProperty a templateBrad King2014-06-232-5/+7
| * | | | | cmTarget: Add GetUtilityItems to get target ordering dependenciesBrad King2014-06-233-4/+25
| * | | | | cmTarget: Add cmLinkItem to refer to a target by name and pointerBrad King2014-06-231-0/+12
| * | | | | Fix scope of transitive target name lookupsBrad King2014-06-233-16/+13
| * | | | | cmTarget: Add method to lookup other targets in a target's scopeBrad King2014-06-233-28/+36
| * | | | | cmTarget: Constify GetLinkImplementationClosure resultsBrad King2014-06-232-11/+11
| * | | | | cmTarget: Constify GetTransitivePropertyTargets resultsBrad King2014-06-234-14/+15
| * | | | | cmTarget: Drop 'head' target from GetImportInfoBrad King2014-06-232-40/+69
| * | | | | cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-237-33/+49
| * | | | | cmTarget: Drop 'head' argument from GetLinkClosureBrad King2014-06-233-19/+14
| * | | | | cmTarget: Remove 'head' argument from GetLinkerLanguageBrad King2014-06-232-11/+7
| * | | | | cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-235-22/+13
| * | | | | cmTarget: Remove 'head' argument from GetLinkInformationBrad King2014-06-232-11/+7
| * | | | | cmTarget: Cache GetLinkImplementationClosure resultsBrad King2014-06-232-14/+24