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
/
cmLoadCacheCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-12/+11
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+1
*
Separate compilation for commands included in cmCommands
Daniel Pfeifer
2016-10-21
1
-1/+7
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-81/+55
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-2/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-1/+1
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-07
1
-3/+3
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-3/+3
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-06
1
-3/+3
*
Merge topic 'consistent-empty-method'
Brad King
2015-01-19
1
-2/+2
|
\
|
*
Replace foo.length() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
|
Convert raw loops to set member insert.
Stephen Kelly
2015-01-18
1
-4/+1
|
/
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-4/+4
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2/+2
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-9/+9
*
Condense parsing of cache entries
Ben Boeckel
2010-11-22
1
-2/+1
*
Use cmCacheManager to load entries from the cache
Ben Boeckel
2010-11-22
1
-36/+3
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-1/+2
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-3/+3
*
ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...
Bill Hoffman
2004-09-29
1
-2/+2
*
ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...
Brad King
2003-06-23
1
-2/+3
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4/+2
*
ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows readin...
Brad King
2002-11-20
1
-1/+144
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-4/+4
*
changed cache manager and registered generators to no longer be singletons
Ken Martin
2002-08-28
1
-1/+1
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-3/+5
*
ENH: expand variables in arguments before the commands get them
Bill Hoffman
2002-03-05
1
-6/+2
*
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
Brad King
2002-01-22
1
-1/+2
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-4/+5
*
ENH: change InitialPass to take a const reference to the argument string, to ...
Bill Hoffman
2001-09-20
1
-2/+3
*
Adding new options to LoadCache.
Berk Geveci
2001-08-16
1
-3/+33
*
1. Added EXCLUDE option to LOAD_CACHE.
Berk Geveci
2001-08-15
1
-5/+28
*
BUG: remove iostream.h includes
Bill Hoffman
2001-07-10
1
-1/+0
*
ENH: rename Invoke to InitialPass
Bill Hoffman
2001-06-06
1
-1/+1
*
added load cache command and fixed source file
Ken Martin
2001-05-09
1
-0/+38