summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-2/+1
* cmInstallTargetGenerator: Factor out method to get list of target filesBrad King2021-01-281-95/+107
* cmInstallTargetGenerator: Avoid duplicating install destination in memoryBrad King2021-01-281-18/+22
* cmInstallTargetGenerator: Move internal helper to anonymous namespaceBrad King2021-01-281-13/+15
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-3/+3
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-2/+6
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-2/+2
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-6/+6
* Merge topic 'install-name-dir-genex'Brad King2019-11-061-2/+4
|\
| * INSTALL_NAME_DIR: Add support for generator expressionsKyle Edwards2019-11-041-2/+4
* | RPATH: Remove stray indent in generated file(RPATH_CHANGE) commandCraig Scott2019-11-041-1/+1
|/
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-4/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-9/+8
* clang-tidy: isolate declarations for readabilityRegina Pfeifer2019-08-211-1/+2
* avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+2
* Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH propertyJiang Yue2019-07-251-2/+8
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+1
* cmInstallTargetGenerator: Escape generated OLD_RPATH argumentDennis Klein2019-06-131-2/+3
* cmInstallTargetGenerator: Introduce CMP0095Dennis Klein2019-06-131-9/+67
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+3
* Merge topic 'remove-exclude-from-all-warning'Brad King2019-02-251-16/+0
|\
| * EXCLUDE_FROM_ALL: Don't warn if installing target excluded from allCraig Scott2019-02-221-16/+0
* | Create and use `cmGeneratorTarget::Names`Saleem Abdulrasool2019-02-111-59/+41
* | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-1/+1
|/
* Merge topic 'install-strip-macos'Brad King2019-01-311-1/+13
|\
| * install: Fix stripping on macOSHarry Mallon2019-01-301-1/+13
* | Merge topic 'restore-install-late-framework'Brad King2019-01-311-2/+29
|\ \ | |/ |/|
| * macOS: Restore compatibility for setting FRAMEWORK after install()Brad King2019-01-301-2/+29
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-291-3/+1
|\ \
| * | clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* | | cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-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
* | clang-tidy: Pass by valueRegina Pfeifer2019-01-221-4/+4
|/
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+3
* install: Record TARGET mode backtraces internallyBrad King2018-10-181-1/+2
* install: Allow installing targets created in another directoryZack Galbreath2018-06-181-0/+6
* cmGeneratorTarget: Make import library checks config-awareMichael Stürmer2018-04-051-4/+4
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-12/+12
* Xcode: rename embedded SDK query functionGregor Jasny2017-12-221-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-22/+11
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-14/+12
* Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-1/+4
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+47
* cmInstallTargetGenerator: Re-order GenerateScriptForConfig logicBrad King2017-04-181-19/+22
* clang-tidy: apply modernize-use-bool-literals fixesDaniel Pfeifer2016-12-121-1/+2