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
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-1/+0
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+8
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+3
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-4/+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-1/+1
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-3/+4
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-73/+49
*
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
[next]