summaryrefslogtreecommitdiff
path: root/Source/cmSetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-4/+3
* target_*: Fix cross-directory call backtracesBrad King2022-08-221-1/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+3
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-5/+5
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-2/+2
* clang-tidy: fix `performance-no-automatic-move` warningsBen Boeckel2021-01-271-1/+1
* GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-241-1/+1
* GENERATED prop: Check CMP0118 policy and warn in certain situationsDeniz Bahadir2020-11-241-1/+100
* Fix typo in function nameDeniz Bahadir2020-11-171-2/+2
* {get,set}_property: Add support for referencing binary directoriesBrad King2020-09-231-1/+1
* set_property: Deduplicate source file directory scopesAlexandru Croitor2020-07-131-2/+14
* set_property: Allow both DIRECTORY and TARGET_DIRECTORY togetherAlexandru Croitor2020-07-091-6/+11
* set_property: Fix name of TARGET_DIRECTORY option in error messagesAlexandru Croitor2020-07-091-1/+1
* set_source_files_properties: Allow specification of directory scopeAlexandru Croitor2020-05-141-13/+184
* Simplify absolute path conversions using CollapseFullPath full signatureBrad King2020-03-241-8/+2
* cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-1/+1
* Source: use std::string overloadsVitaly Stakhovsky2020-03-101-7/+6
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-63/+54
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-34/+22
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+2
* cmCommand refactor: cmSetPropertyCommandGabor Bencze2019-08-201-148/+253
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+3
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-17/+18
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-21/+16
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-6/+6
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-3/+10
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-241/+150
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmGlobalGenerator: Port Find API to cmMakefile.Stephen Kelly2015-08-071-8/+2
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-2/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+1
* Port to cmState.Stephen Kelly2015-04-131-7/+6
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-8/+11
* Revert topic 'refactor-cache-api'Brad King2015-04-071-11/+8
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-8/+11
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-10/+10
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1