summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* install: Disallow installing export() result.Stephen Kelly2015-05-141-0/+41
* install: Use an intermediate filesVector variable.Stephen Kelly2015-05-141-3/+5
* Merge topic 'refactor-cmPolicies'Brad King2015-05-051-3/+2
|\
| * Port to static cmPolicies API.Stephen Kelly2015-05-041-3/+2
* | Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-17/+15
|/
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-3/+3
* Merge topic 'join-algorithm'Brad King2015-01-121-13/+2
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-12/+2
| * cmInstallCommand: Remove unused variable.Stephen Kelly2015-01-081-1/+0
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-41/+41
|/
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)Brad King2014-06-241-1/+17
* install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-241-4/+4
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+14
* Remove some c_str() calls.Stephen Kelly2014-03-111-38/+38
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-211-2/+3
* cmInstallFilesGenerator: Add reference to calling cmMakefileBrad King2014-02-211-6/+10
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-2/+2
* INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-1/+2
* install: Teach EXPORT option to handle INTERFACE_LIBRARY targetsStephen Kelly2013-10-071-1/+7
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+9
* install: Remove error condition using INCLUDES DESTINATION without EXPORT.Stephen Kelly2013-07-291-7/+0
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-0/+24
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-3/+30
* exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-281-1/+3
* exports: Add cmExportSetMap classYury G. Kudryashov2012-09-281-1/+2
* exports: Rename cmGlobalGenerator::AddTargetToExport{s,}Yury G. Kudryashov2012-09-281-15/+1
* exports: Remove cmTargetExport constructorYury G. Kudryashov2012-09-281-0/+20
* make default install component name configurableAlex Neundorf2012-05-141-13/+20
* -strip trailing whitespaceAlex Neundorf2012-05-131-22/+22
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-1/+10
* cmInstallCommand: Fix line length for styleBrad King2012-01-171-9/+9
* cmInstallCommand: Fix indentation errorYury G. Kudryashov2012-01-171-98/+98
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add install(DIRECTORY) option 'OPTIONAL'Brad King2009-02-241-1/+18
* ENH: Refactor install(DIRECTORY) argument parsingBrad King2009-02-241-100/+29
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-13/+14
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-16/+61
* BUG: Fix implementation of CMP0006 to not override the BUNDLE destination wit...Brad King2008-04-231-1/+1
* BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targetsBrad King2008-04-141-1/+47
* STYLE: add some commentsAlexander Neundorf2008-02-071-0/+5
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-2/+11
* ENH: Allow separate installation of shared libs and their links.Brad King2008-02-041-0/+65
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-2/+3
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-4/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-39/+57
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta...Brad King2008-01-021-0/+23
* BUG: Apply patch from issue #6006.Brad King2007-12-171-1/+2