summaryrefslogtreecommitdiff
path: root/Source/cmInstallExportGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Move common methods into cmInstallGeneratorKyle Edwards2021-05-311-3/+2
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-1/+1
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-2/+3
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-3/+3
* Modernize memory managementMarc Chevrier2020-02-271-6/+5
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-2/+2
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-9/+9
* cmExportSet: default destructorTushar Maheshwari2019-09-191-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-10/+8
* Merge topic 'double-export-error-message-install'Brad King2019-08-211-0/+5
|\
| * cmInstallExportGenerator: add a method for the file destinationBen Boeckel2019-08-191-0/+5
* | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
|/
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-2/+2
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+2
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* Merge topic 'cmake-files-directory'Brad King2019-01-251-2/+1
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-2/+1
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-1/+1
|/
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-15/+8
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-2/+11
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-10/+8
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* install(EXPORT): Fix support for mid-length install destinations on WindowsBrad King2016-08-091-2/+25
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+5
* Use std::replace for replacing chars in strings.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-78/+48
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+2
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-1/+3
* cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-0/+1
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-1/+1
* cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-4/+9
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmInstallGenerator: Pass destination explicitly to AddInstallRuleBrad King2015-02-111-2/+4
* cmInstallGenerator: Refactor computation of absolute install destBrad King2015-02-111-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* Generate modern-style cmake code.Stephen Kelly2013-08-221-12/+12
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+3
* exports: store pointers to all installations of each export setAlex Neundorf2012-09-281-0/+1