summaryrefslogtreecommitdiff
path: root/Source/cmGetCMakePropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-4/+4
* cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-2/+2
* cmCommand refactor: cmGetCMakePropertyCommandGabor Bencze2019-08-201-10/+9
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+6
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-29/+17
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* Merge topic 'remove-special-MACROS-handling'Brad King2015-07-211-1/+4
|\
| * cmMakefile: Remove special handling of MACROS property.Stephen Kelly2015-07-191-1/+4
* | cmGetCMakePropertyCommand: Clean up VARIABLES handling.Stephen Kelly2015-07-181-3/+2
|/
* Merge topic 'data-layout'Brad King2015-06-081-3/+5
|\
| * cmPropertyMap: Require a non-empty name parameter.Stephen Kelly2015-06-071-3/+5
* | cmGetCMakePropertyCommand: Don't explicitly specify default param.Stephen Kelly2015-06-071-2/+1
|/
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-2/+1
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+3
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* cmMakefile: Store macro list in a vector not in a map.Stephen Kelly2015-02-211-0/+1
* Replace common loop pattern with cmJoinStephen Kelly2015-02-111-18/+2
* Convert loops into the commonly used pattern.Stephen Kelly2015-02-111-11/+12
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Split cmBootstrapCommands.cxx into two sourcesBrad King2013-06-141-0/+2
* Add CMAKE_SCRIPT_MODE_FILE variable (#2828)David Cole2011-02-021-10/+11
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-0/+16
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: some property cleanup and added GetPropertyKen Martin2007-06-251-25/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+4
* ENH: Add accessor for the list of commandsAndy Cedilnik2003-08-031-0/+16
* Remove warningAndy Cedilnik2003-03-061-1/+1
* Add command for accessing cmake properties. At this point the only properties...Andy Cedilnik2003-03-061-0/+60