summaryrefslogtreecommitdiff
path: root/Source/cmExportInstallFileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target propertyOrkun Tokdemir2023-04-091-0/+3
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-1/+14
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-2/+2
* export: Fix IMPORTED_LOCATION of iOS flat app bundlesHarry Mallon2022-09-141-1/+4
* cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-061-1/+73
* cmTarget: add support for C++ module fileset typesBen Boeckel2022-06-161-0/+34
* generated-scripts: use CMAKE_CURRENT_LIST_DIR where possibleBen Boeckel2022-04-201-2/+1
* generated-scripts: unset used variablesBen Boeckel2022-04-201-0/+2
* generated-scripts: use `foreach(IN LISTS)`Ben Boeckel2022-04-201-1/+1
* generated-scripts: quote variable expansionsBen Boeckel2022-04-201-1/+1
* generated-cmake: use `_cmake_` prefixes for local variablesBen Boeckel2022-04-201-3/+3
* cmExportFileGenerator: Simplify collection of targets missing from export setBrad King2022-04-111-28/+22
* Merge topic 'restore-target-export-includes'Brad King2022-02-101-1/+2
|\
| * install(TARGETS): Restore per-export INCLUDES DESTINATIONEugene Shalygin2022-02-091-1/+2
* | install(EXPORT): Install file setsKyle Edwards2021-10-271-0/+105
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-211-1/+1
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-0/+1
* Refactor export file generator intefaceEugene Shalygin2021-07-221-7/+7
* install(EXPORT): Set copy-if-different on install export config filesDaan De Meyer2021-01-191-0/+1
* export: Do not fail generation for separate namelink only caseDeniz Bahadir2020-12-011-0/+3
* INSTALL_NAME_DIR: Add support for generator expressionsKyle Edwards2019-11-041-2/+3
* Refactor: Generalize cmExportInstallFileGenerator::ReplaceInstallPrefix()Kyle Edwards2019-11-011-9/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* PCH: Propagate INTERFACE_PRECOMPILE_HEADERS in install(EXPORT)Brad King2019-09-251-0/+3
* cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-191-1/+1
* cmExportSet: default destructorTushar Maheshwari2019-09-191-7/+8
* cmExportSetMap: improve ownership of cmExportSetTushar Maheshwari2019-09-191-4/+3
* clang-tidy: modernize-return-braced-init-listRegina Pfeifer2019-09-061-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-13/+5
* cmExportInstallFileGenerator: improve error messageBen Boeckel2019-08-201-15/+23
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-4/+4
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-2/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-6/+6
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+2
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* LINK_DEPENDS: add support for property INTERFACE_LINK_DEPENDSMarc Chevrier2018-06-271-0/+2
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+3
* Fix misc. typosluz.paz2018-06-041-1/+1
* Export: allow exporting of additional propertiesWouter Klouwen2018-03-161-0/+6
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-4/+18
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-7/+7
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-33/+20
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+2
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+19
* Add support for x32-abiSteven Newbury2017-03-071-1/+3
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1