summaryrefslogtreecommitdiff
path: root/Source/cmInstalledFile.h
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-2/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Source: use std::string overloadsVitaly Stakhovsky2020-03-101-2/+2
* cmInstalledFile: modernize memory managementMarc Chevrier2019-12-191-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-5/+4
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+6
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-2/+2
* cmInstalledFile: add cmConfigure.h as first #includeDaniel Pfeifer2017-05-061-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+7
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+6
* cmInstalledFile: Move Property implementation out of line.Stephen Kelly2015-03-111-10/+2
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-5/+1
* CPackWiX: Extend CPACK_WIX_ACL to support directoriesNils Gladitz2014-09-271-0/+2
* CPackWIX: Implement CPACK_WIX_ACL (Access Control List) propertyNils Gladitz2014-08-091-0/+3
* Add an "installed file" property scopeNils Gladitz2014-05-281-0/+83