summaryrefslogtreecommitdiff
path: root/Source/cmLoadCacheCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-241-1/+1
* load_cache: Allow READ_WITH_PREFIX mode in cmake scriptsCharles Barto2019-11-191-0/+8
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmLoadCacheCommand: Port away from cmCommandRegina Pfeifer2019-09-211-20/+32
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-12/+11
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-1/+7
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-81/+55
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-1/+1
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-3/+3
* Revert topic 'refactor-cache-api'Brad King2015-04-071-3/+3
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-3/+3
* Merge topic 'consistent-empty-method'Brad King2015-01-191-2/+2
|\
| * Replace foo.length() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* | Convert raw loops to set member insert.Stephen Kelly2015-01-181-4/+1
|/
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* Condense parsing of cache entriesBen Boeckel2010-11-221-2/+1
* Use cmCacheManager to load entries from the cacheBen Boeckel2010-11-221-36/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-2/+2
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-2/+3
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows readin...Brad King2002-11-201-1/+144
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-4/+4
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+1
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+5
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-6/+2
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-221-1/+2
* ENH:Updated copyrightWill Schroeder2002-01-211-4/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+3
* Adding new options to LoadCache.Berk Geveci2001-08-161-3/+33
* 1. Added EXCLUDE option to LOAD_CACHE.Berk Geveci2001-08-151-5/+28
* BUG: remove iostream.h includesBill Hoffman2001-07-101-1/+0
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* added load cache command and fixed source fileKen Martin2001-05-091-0/+38