summaryrefslogtreecommitdiff
path: root/Source/cmInstalledFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-5/+4
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-2/+2
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-0/+1
* Source: use std::string overloadsVitaly Stakhovsky2020-03-101-3/+5
* cmGeneratorExpression: remove const char* overloadsVitaly Stakhovsky2020-03-081-1/+1
* cmInstalledFile: modernize memory managementMarc Chevrier2019-12-191-12/+5
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-0/+1
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-1/+0
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* Fix minor clang-tidy findingsMatthias Maennich2017-09-281-3/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-22/+17
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-12/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-2/+2
* cmInstalledFile: Move Property implementation out of line.Stephen Kelly2015-03-111-0/+11
* CPackWiX: Extend CPACK_WIX_ACL to support directoriesNils Gladitz2014-09-271-0/+7
* CPackWIX: Implement CPACK_WIX_ACL (Access Control List) propertyNils Gladitz2014-08-091-0/+11
* genex: remove the need for backtracesBen Boeckel2014-06-051-2/+2
* cmMakefile: return a backtraceBen Boeckel2014-06-051-4/+2
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+115