summaryrefslogtreecommitdiff
path: root/Source/cmGetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-1/+1
* define_property(): Make BRIEF_DOCS and FULL_DOCS optionalKyle Edwards2022-01-181-2/+4
* cmTargetPropertyComputer: Simplify by restoring use of cmMakefileBrad King2021-12-081-6/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+4
* remove cmToCStr functionMarc Chevrier2021-09-191-7/+6
* cmCurlSetCAInfo: use std::string as argumentMarc Chevrier2021-09-191-0/+2
* Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-3/+2
* Refactor: cmTest::GetProperty returns cmPropMarc Chevrier2021-08-091-8/+11
* Fix typo in function nameDeniz Bahadir2020-11-171-1/+1
* Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-9/+9
* cmSourceFile::GetPropertyForUser: return cmPropVitaly Stakhovsky2020-11-041-1/+1
* Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-6/+3
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-2/+3
* Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-7/+3
* add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-021-3/+13
* set_source_files_properties: Allow specification of directory scopeAlexandru Croitor2020-05-141-7/+54
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-1/+2
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-2/+3
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-1/+2
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-1/+2
* | Merge topic 'cmprop-state'Brad King2020-03-271-2/+3
|\ \
| * | cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-251-2/+3
| |/
* | Simplify absolute path conversions using CollapseFullPath full signatureBrad King2020-03-241-8/+2
|/
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-23/+13
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+3
* cmCommand_refactor: cmGetPropertyCommandGabor Bencze2019-08-201-112/+184
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+12
* Merge topic 'clang-tidy'Brad King2016-10-201-1/+1
|\
| * fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-1/+1
* | cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* | cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
|/
* cmTarget: Move sanity checks and computed property access to callersStephen Kelly2016-10-161-2/+13
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Use CM_NULLPTRDaniel Pfeifer2016-09-161-1/+1
* Avoid else after returnDaniel Pfeifer2016-09-161-20/+14
* Do not report ALIASED_TARGET as always set (#15783)Gregor Jasny2016-07-161-1/+1
* Merge branch 'unknown-aliased-target' into compiler-featuresBrad King2016-06-281-6/+5
|\
| * Validate target name in ALIASED_TARGET property getterGregor Jasny2016-06-261-6/+5
* | use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
|/
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-199/+128
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-11/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* cmGlobalGenerator: Port Find API to cmMakefile.Stephen Kelly2015-08-071-7/+2
* cmMakefile: Move CMP0059 handling to command code.Stephen Kelly2015-06-081-0/+16