| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm... | Brad King | 2008-01-24 | 1 | -3/+38 |
|
|
* | ENH: fix spelling error | Bill Hoffman | 2007-09-07 | 1 | -1/+1 |
|
|
* | ENH: -U for removing variables now uses globbing expressions | Alexander Neundorf | 2007-06-04 | 1 | -1/+1 |
|
|
* | ENH: also handle comments for variables which contain newlines | Alexander Neundorf | 2007-06-01 | 1 | -17/+20 |
|
|
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ... | Bill Hoffman | 2006-11-29 | 1 | -3/+4 |
|
|
* | ENH: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -3/+5 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -4/+4 |
|
|
* | ENH: Remove cmGlob and use glob from kwsys | Andy Cedilnik | 2006-03-21 | 1 | -2/+3 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -88/+89 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -90/+114 |
|
|
* | ENH: if CMakeCache.txt has been removed, then automatically remove CMakefiles... | Bill Hoffman | 2006-03-09 | 1 | -0/+21 |
|
|
* | ENH: better finding of mingw from msys, and delete CMakeFiles directory when ... | Bill Hoffman | 2006-02-21 | 1 | -0/+19 |
|
|
* | ENH: Report which cmake was used to generate the cache in the comment | Andy Cedilnik | 2006-02-14 | 1 | -2/+8 |
|
|
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -0/+2 |
|
|
* | STYLE: Fix typos | Andy Cedilnik | 2005-07-06 | 1 | -1/+1 |
|
|
* | ENH: make regex static so it is not recomputed for each line of the cache | Bill Hoffman | 2005-04-12 | 1 | -4/+4 |
|
|
* | COMP: Removed warning due to unsigned enum type. | Brad King | 2005-03-15 | 1 | -1/+1 |
|
|
* | BUG: Handle DOS files un unix file systems | Andy Cedilnik | 2004-10-27 | 1 | -4/+5 |
|
|
* | ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt... | Bill Hoffman | 2004-09-29 | 1 | -3/+3 |
|
|
* | ENH: add better error reporting for file open failures | Bill Hoffman | 2004-09-07 | 1 | -1/+2 |
|
|
* | ENH: Adding MODIFIED property to cache values that have been changed by the u... | Brad King | 2004-06-23 | 1 | -0/+47 |
|
|
* | updates to gui to delete cache | Ken Martin | 2004-05-20 | 1 | -0/+8 |
|
|