summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentParserHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCommandArgumentParser: remove the variable tokens from the classRolf Eike Beer2017-10-251-11/+4
* cmCommandArgumentParserHelper: constify some char* valuesRolf Eike Beer2017-10-251-11/+13
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-1/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmCommandArgumentParserHelper: remove unnecessary includeDaniel Pfeifer2017-03-291-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* tidy: Fix readability-redundant-string-cstr issuesGregor Jasny2016-09-041-1/+1
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+8
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-8/+6
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-4/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-154/+111
* Source: Sort includes the way clang-format wouldBrad King2016-05-031-2/+2
* Add call stack to unused/uninitialized variable warningsBrad King2016-04-151-8/+1
* cmCommandArgumentParserHelper: Port to cmOutputConverter.Stephen Kelly2015-06-061-3/+4
* cmake: Add IssueMessage overload taking a single cmListFileContext.Stephen Kelly2015-05-211-4/+5
* cmListFileBacktrace: Hide the context-stack implementation detail.Stephen Kelly2015-05-181-1/+1
* Port to cmState.Stephen Kelly2015-04-131-1/+2
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-071-1/+2
* Revert topic 'refactor-cache-api'Brad King2015-04-071-2/+1
* cmCacheManager: Rename GetCacheValue to GetInitializedCacheValue.Stephen Kelly2015-04-061-1/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-5/+5
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-6/+6
* stringapi: Use strings for AddString methodsBen Boeckel2014-03-081-6/+6
* Include cmMakefile.h before cm*Lexer.h to get stdint.h firstBrad King2013-08-071-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Use cmake::IssueMessage for warningsBen Boeckel2010-12-071-3/+8
* Use 'CMake Warning' versus 'warning' for CDashBen Boeckel2010-12-071-1/+1
* Fix long lines for KWStyleBen Boeckel2010-09-231-1/+1
* Fix line lengths to be no more than 78Ben Boeckel2010-09-161-2/+4
* Remove now unused variablesBen Boeckel2010-09-081-2/+0
* Use built-ins for readability and maintainabilityBen Boeckel2010-09-081-2/+3
* Fix detection of system filesBen Boeckel2010-09-021-2/+4
* Add a flag to warn about system filesBen Boeckel2010-09-011-4/+10
* Rename strict-mode to warn-uninitializedBen Boeckel2010-09-011-3/+3
* Complete strict-mode checks for uninitialized varsBen Boeckel2010-09-011-1/+1
* Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-3/+10
* Add a warning when variables are used uninitialized.Bill Hoffman2010-09-011-1/+6
* Fix seg fault for empty ENV{} call bug #9747Bill Hoffman2009-10-211-1/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix CMAKE_CURRENT_LIST_FILE in macrosBrad King2009-03-251-5/+1
* ENH: Create $CACHE{VAR} syntaxBrad King2008-09-251-1/+16
* ENH: Improve argument parsing error messagesBrad King2008-09-241-7/+18
* BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...Brad King2007-06-061-28/+2
* BUG: Fixed cmCommandArgumentLexer no-escape mode to not match backslash-escap...Brad King2007-06-041-9/+3