| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -10/+6 |
|
|
* | | Merge topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -6/+10 |
|\ \
| |/ |
|
| * | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-06 | 1 | -6/+10 |
|
|
* | | Remove unused includes. | Stephen Kelly | 2015-04-06 | 1 | -1/+0 |
|/ |
|
* | cmCacheManager: Remove unused method | Stephen Kelly | 2015-04-05 | 1 | -18/+0 |
|
|
* | cmCacheManager: Remove unused overloads. | Stephen Kelly | 2015-04-05 | 1 | -19/+0 |
|
|
* | cmCacheManager: Remove use of intermediate overload. | Stephen Kelly | 2015-04-05 | 1 | -1/+2 |
|
|
* | cmCacheManager: Replace loop with algorithm. | Stephen Kelly | 2015-02-20 | 1 | -5/+1 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Merge topic 'fix--D-command-line-parsing' | Brad King | 2014-10-30 | 1 | -1/+1 |
|\ |
|
| * | cmCacheManager: parse -D flags more strictly | Ben Boeckel | 2014-10-20 | 1 | -1/+1 |
|
|
* | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -5/+5 |
|/ |
|
* | Merge topic 'fix-cache-self-assignment' | Brad King | 2014-05-28 | 1 | -5/+1 |
|\ |
|
| * | cmCacheManager: Avoid cache entry self-assignment | Brad King | 2014-05-27 | 1 | -5/+1 |
|
|
* | | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
|
|
* | | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -5/+5 |
|
|
* | | stringapi: Use strings for cache paths as arguments | Ben Boeckel | 2014-03-08 | 1 | -6/+6 |
|
|
* | | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -5/+6 |
|
|
* | | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -15/+19 |
|/ |
|
* | cmVersion: Fix CMake_VERSION_ENCODE for date in patch level | Brad King | 2014-02-10 | 1 | -1/+1 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -3/+3 |
|
|
* | Drop builtin property documentation | Brad King | 2013-10-16 | 1 | -62/+0 |
|
|
* | CLI: Suppress the unused warning if the key value pair is cached. | Stephen Kelly | 2013-06-04 | 1 | -0/+4 |
|
|
* | Fix spelling and typos (affecting binary data / module messages) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | Delete entire CMakeFiles directory when deleting CMakeCache.txt (#13756) | Brad King | 2013-02-18 | 1 | -16/+8 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
|
|
* | Write CMakeCache.txt atomically (#13040) | Brad King | 2012-03-14 | 1 | -7/+4 |
|
|
* | Fix #12342: Add APPEND_STRING option to set_property() | Alex Neundorf | 2011-07-15 | 1 | -5/+7 |
|
|
* | Correct misspelling in error message text. | David Cole | 2010-12-06 | 1 | -1/+1 |
|
|
* | Condense parsing of cache entries | Ben Boeckel | 2010-11-22 | 1 | -5/+9 |
|
|
* | Support manual cache entries | Ben Boeckel | 2010-11-22 | 1 | -1/+2 |
|
|
* | Fix parsing of cache variables without a type | Ben Boeckel | 2010-11-22 | 1 | -3/+3 |
|
|
* | Remove unused #include <windows.h> | Brad King | 2010-01-13 | 1 | -4/+0 |
|
|
* | Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file... | David Cole | 2009-09-30 | 1 | -2/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Remove barely-used cmCacheManager::AddCacheEntry | Brad King | 2009-09-11 | 1 | -13/+0 |
|
|
* | BUG: Document internal cache property MODIFIED | Brad King | 2009-03-13 | 1 | -0/+7 |
|
|
* | BUG: Fix cache properties for CMAKE_STRICT build | Brad King | 2009-03-13 | 1 | -1/+5 |
|
|
* | COMP: Do not use void returns | Brad King | 2009-03-12 | 1 | -1/+1 |
|
|
* | ENH: Define STRINGS cache entry property | Brad King | 2009-03-12 | 1 | -0/+11 |
|
|
* | ENH: Refactor cache entry writing and reading | Brad King | 2009-03-12 | 1 | -163/+103 |
|
|
* | ENH: Document CACHE entry properties | Brad King | 2009-03-10 | 1 | -0/+45 |
|
|
* | ENH: Teach set/get_property about CACHE properties | Brad King | 2009-03-10 | 1 | -0/+12 |
|
|
* | ENH: Use cmPropertyMap for cache properties | Brad King | 2009-03-10 | 1 | -99/+93 |
|
|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -4/+3 |
|
|
* | ENH: fix fix for unc paths | Bill Hoffman | 2009-02-10 | 1 | -0/+1 |
|
|
* | BUG: fix for 0008378, lists with FILEPATH and UNC //server/path fail | Bill Hoffman | 2009-02-09 | 1 | -1/+18 |
|
|
* | ENH: Add unset() command. | Brad King | 2008-08-25 | 1 | -4/+0 |
|
|
* | BUG: Fix uninitialzed members of cmCacheManager. | Brad King | 2008-01-29 | 1 | -0/+6 |
|
|