summaryrefslogtreecommitdiffstats
path: root/Source/cmGetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constify property definition API.Stephen Kelly2015-06-071-4/+2
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-2/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+2
* Move property definition to cmState.Stephen Kelly2015-04-131-3/+3
* Port to cmState.Stephen Kelly2015-04-131-2/+3
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-4/+3
* Revert topic 'refactor-cache-api'Brad King2015-04-071-3/+4
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-4/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-6/+6
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Add an "installed file" property scopeNils Gladitz2014-05-281-1/+36
* cmTarget: Evaluate CMP0026 and CMP0051 in calling contextBrad King2014-05-091-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-25/+25