index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmSetCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmSetCommand: Re-use local named variable.
Stephen Kelly
2015-09-27
1
-1/+1
*
cmSetCommand: Fix typo in comment.
Stephen Kelly
2015-09-27
1
-1/+1
*
cmAlgorithms: Rename cmRange to cmMakeRange.
Stephen Kelly
2015-07-22
1
-1/+1
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-5/+5
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-3/+3
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-3/+4
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-4/+3
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-3/+4
*
cmSet: Replace loop with cmJoin.
Stephen Kelly
2015-02-11
1
-11/+1
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-2/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
Use new cmHasLiteralPrefix function
Stephen Kelly
2013-11-21
1
-1/+1
*
set: Fix handling of empty value with PARENT_SCOPE
Daniele E. Domenichelli
2013-11-13
1
-9/+2
*
set: Handle value-less PARENT_SCOPE explicitly
Daniele E. Domenichelli
2013-11-13
1
-0/+8
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-10/+10
*
Fix spelling errors reported by Lintian.
Kai Wasserbäch
2010-07-13
1
-1/+1
*
Remove CMake Policy CMP0015 until it is revised
Brad King
2009-10-08
1
-1/+0
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-3/+3
*
Create CMake Policy CMP0015 to fix set(CACHE)
Brad King
2009-09-10
1
-0/+1
*
STYLE: cacheStart is used only locally in the if-branch
Alexander Neundorf
2009-05-10
1
-2/+1
*
BUG: fix issue with -D and cache force
Bill Hoffman
2008-11-21
1
-1/+1
*
ENH: Simplify error message for invalid set(... CACHE) calls to make it look ...
Brad King
2008-03-13
1
-11/+1
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
Alexander Neundorf
2008-01-18
1
-10/+37
*
COMP: Fix and/or disable warnings for Borland 5.6 build.
Brad King
2006-08-01
1
-1/+1
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-4/+4
*
BUG: Remove memory leak
Andy Cedilnik
2005-06-03
1
-0/+1
*
COMP: fix unused var warning
Ken Martin
2005-01-20
1
-1/+0
*
ENH: now the set command can set environment variables
Ken Martin
2005-01-20
1
-1/+36
*
ENH: fixed SET command to accept cache values with more than one value
Ken Martin
2005-01-04
1
-49/+30
*
BUG: A variable is not in the cache if it is UNINITIALIZED.
Brad King
2002-11-08
1
-1/+1
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-3/+3
*
Remove warning
Andy Cedilnik
2002-10-10
1
-3/+6
*
added FORCE option
Ken Martin
2002-10-09
1
-6/+12
*
BUG: fix doc string and allow a variable to be promoted from non-cache to cache
Bill Hoffman
2002-09-27
1
-7/+9
*
ENH: If SET(VAR) is called with no other arguments, remove the definition of ...
Brad King
2002-09-18
1
-1/+2
*
ENH: add enable language support for PROJECT command, this means that a C onl...
Bill Hoffman
2002-04-02
1
-1/+1
*
FIX: get rid of warnings
Sebastien Barre
2002-03-30
1
-1/+1
*
ENH: add ability to use ; separated lists in SET and expand them for addexecu...
Bill Hoffman
2002-03-29
1
-1/+19
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-2/+0
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-2/+2
*
ENH: Added extra newline in an error message to improve readability.
Brad King
2001-09-20
1
-0/+1
*
BUG: cmSystemTools::CollapseFullPath is a bad thing to call on the compiler w...
Bill Hoffman
2001-08-20
1
-5/+0
*
If the value is a path, collapse it (cleaner)
Sebastien Barre
2001-08-19
1
-0/+5
*
ENH: big change, only allow commands access to the cache via the cmMakefile c...
Bill Hoffman
2001-08-08
1
-7/+10
*
ENH: rename Invoke to InitialPass
Bill Hoffman
2001-06-06
1
-1/+1
*
ENH: add better error checking
Bill Hoffman
2001-06-04
1
-0/+15
[next]