| Commit message (Expand) | Author | Age | Files | Lines |
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -2/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 1 | -1/+0 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | cmCommandArgumentParserHelper: remove unnecessary include | Daniel Pfeifer | 2017-03-29 | 1 | -2/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | tidy: Fix readability-redundant-string-cstr issues | Gregor Jasny | 2016-09-04 | 1 | -1/+1 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -2/+8 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -8/+6 |
|
|
* | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -4/+4 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -5/+5 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -154/+111 |
|
|
* | Source: Sort includes the way clang-format would | Brad King | 2016-05-03 | 1 | -2/+2 |
|
|
* | Add call stack to unused/uninitialized variable warnings | Brad King | 2016-04-15 | 1 | -8/+1 |
|
|
* | cmCommandArgumentParserHelper: Port to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+4 |
|
|
* | cmake: Add IssueMessage overload taking a single cmListFileContext. | Stephen Kelly | 2015-05-21 | 1 | -4/+5 |
|
|
* | cmListFileBacktrace: Hide the context-stack implementation detail. | Stephen Kelly | 2015-05-18 | 1 | -1/+1 |
|
|
* | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -1/+2 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-07 | 1 | -1/+2 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -2/+1 |
|
|
* | cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue. | Stephen Kelly | 2015-04-06 | 1 | -1/+2 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -5/+5 |
|
|
* | backtrace: Convert to local paths in IssueMessage | Ben Boeckel | 2014-06-05 | 1 | -1/+1 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -6/+6 |
|
|
* | stringapi: Use strings for AddString methods | Ben Boeckel | 2014-03-08 | 1 | -6/+6 |
|
|
* | Include cmMakefile.h before cm*Lexer.h to get stdint.h first | Brad King | 2013-08-07 | 1 | -2/+2 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -5/+5 |
|
|
* | Use cmake::IssueMessage for warnings | Ben Boeckel | 2010-12-07 | 1 | -3/+8 |
|
|
* | Use 'CMake Warning' versus 'warning' for CDash | Ben Boeckel | 2010-12-07 | 1 | -1/+1 |
|
|
* | Fix long lines for KWStyle | Ben Boeckel | 2010-09-23 | 1 | -1/+1 |
|
|
* | Fix line lengths to be no more than 78 | Ben Boeckel | 2010-09-16 | 1 | -2/+4 |
|
|
* | Remove now unused variables | Ben Boeckel | 2010-09-08 | 1 | -2/+0 |
|
|
* | Use built-ins for readability and maintainability | Ben Boeckel | 2010-09-08 | 1 | -2/+3 |
|
|
* | Fix detection of system files | Ben Boeckel | 2010-09-02 | 1 | -2/+4 |
|
|
* | Add a flag to warn about system files | Ben Boeckel | 2010-09-01 | 1 | -4/+10 |
|
|
* | Rename strict-mode to warn-uninitialized | Ben Boeckel | 2010-09-01 | 1 | -3/+3 |
|
|
* | Complete strict-mode checks for uninitialized vars | Ben Boeckel | 2010-09-01 | 1 | -1/+1 |
|
|
* | Make --strict-mode option, and integrate with cmake-gui | Bill Hoffman | 2010-09-01 | 1 | -3/+10 |
|
|
* | Add a warning when variables are used uninitialized. | Bill Hoffman | 2010-09-01 | 1 | -1/+6 |
|
|
* | Fix seg fault for empty ENV{} call bug #9747 | Bill Hoffman | 2009-10-21 | 1 | -1/+5 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Fix CMAKE_CURRENT_LIST_FILE in macros | Brad King | 2009-03-25 | 1 | -5/+1 |
|
|
* | ENH: Create $CACHE{VAR} syntax | Brad King | 2008-09-25 | 1 | -1/+16 |
|
|
* | ENH: Improve argument parsing error messages | Brad King | 2008-09-24 | 1 | -7/+18 |
|
|
* | BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f... | Brad King | 2007-06-06 | 1 | -28/+2 |
|
|
* | BUG: Fixed cmCommandArgumentLexer no-escape mode to not match backslash-escap... | Brad King | 2007-06-04 | 1 | -9/+3 |
|
|
* | ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old n... | Bill Hoffman | 2007-02-09 | 1 | -10/+53 |
|
|
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 1 | -0/+16 |
|
|