summaryrefslogtreecommitdiffstats
path: root/Source/cmGetCMakePropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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