summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
* set: Fix handling of empty value with PARENT_SCOPEDaniele E. Domenichelli2013-11-131-9/+2
* set: Handle value-less PARENT_SCOPE explicitlyDaniele E. Domenichelli2013-11-131-0/+8
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-10/+10
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-1/+1
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-1/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-3/+3
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+1
* STYLE: cacheStart is used only locally in the if-branchAlexander Neundorf2009-05-101-2/+1
* BUG: fix issue with -D and cache forceBill Hoffman2008-11-211-1/+1
* ENH: Simplify error message for invalid set(... CACHE) calls to make it look ...Brad King2008-03-131-11/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-181-10/+37
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-4/+4
* BUG: Remove memory leakAndy Cedilnik2005-06-031-0/+1
* COMP: fix unused var warningKen Martin2005-01-201-1/+0
* ENH: now the set command can set environment variablesKen Martin2005-01-201-1/+36
* ENH: fixed SET command to accept cache values with more than one valueKen Martin2005-01-041-49/+30
* BUG: A variable is not in the cache if it is UNINITIALIZED.Brad King2002-11-081-1/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Remove warningAndy Cedilnik2002-10-101-3/+6
* added FORCE optionKen Martin2002-10-091-6/+12
* BUG: fix doc string and allow a variable to be promoted from non-cache to cacheBill Hoffman2002-09-271-7/+9
* ENH: If SET(VAR) is called with no other arguments, remove the definition of ...Brad King2002-09-181-1/+2
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-1/+1
* FIX: get rid of warningsSebastien Barre2002-03-301-1/+1
* ENH: add ability to use ; separated lists in SET and expand them for addexecu...Bill Hoffman2002-03-291-1/+19
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* ENH: Added extra newline in an error message to improve readability.Brad King2001-09-201-0/+1
* BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler w...Bill Hoffman2001-08-201-5/+0
* If the value is a path, collapse it (cleaner)Sebastien Barre2001-08-191-0/+5
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-7/+10
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* ENH: add better error checkingBill Hoffman2001-06-041-0/+15
* bug meaning that set(a b) just set a to "" and not to bGeoffrey Cross2001-05-251-1/+7
* ENH: change the syntax of the SET command, fix the combo box for larger stringsBill Hoffman2001-05-241-48/+53
* BUG: fix compiler nameBill Hoffman2001-05-211-1/+1
* ENH: allow cache to override config fileBill Hoffman2001-05-181-25/+51
* ENH: unify make process on unixBill Hoffman2001-05-161-1/+20
* new set command and IF NOTKen Martin2001-05-011-0/+70