summaryrefslogtreecommitdiff
path: root/Source/cmInstallExportGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-061-0/+69
* exports: support `CXX_MODULES_DIRECTORY`Ben Boeckel2022-07-061-1/+3
* Merge topic 'file-set-crash'Brad King2022-06-301-2/+1
|\
| * install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-291-2/+1
* | clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+0
* | cmInstallExportGenerator: expose the temporary directoryBen Boeckel2022-04-281-57/+19
* | generated-scripts: improve prose messages with CMake listsBen Boeckel2022-04-201-1/+3
* | generated-scripts: unset used variablesBen Boeckel2022-04-201-0/+2
* | generated-cmake: use `_cmake_` prefixes for local variablesBen Boeckel2022-04-201-6/+6
* | cmConstStack: Factor out of cmListFileBacktraceBrad King2022-04-021-0/+1
|/
* bootstrap: Do not declare cmSystemTools functions that are not implementedBrad King2021-10-271-0/+2
* 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