summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentParserHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+4
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-1/+1
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-1/+11
* cmCommandArgumentParserHelper: rework input handlingOleksandr Koval2020-09-091-21/+17
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-3/+3
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmState::GetInitializedCacheValue: return cmPropVitaly Stakhovsky2020-04-301-2/+1
* Modernize memory managementMarc Chevrier2020-02-271-18/+18
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-3/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+1
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-3/+4
* cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_fileArtur Ryt2018-12-301-2/+4
* cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitializedArtur Ryt2018-12-301-20/+1
* Merge topic 'gicv-stdstring'Brad King2018-09-121-3/+3
|\
| * cmState::GetInitializedCacheValue: Return as const std::string*Vitaly Stakhovsky2018-09-101-3/+3
* | Warnings: Remove unused variablesCraig Scott2018-09-111-1/+0
|/
* cmCommandArgumentParserHelper: Avoid -Wstringop-truncation warningBrad King2018-07-311-1/+1
* Fix crash with --trace-expand --warn-uninitialized togetherR2RT2018-04-091-4/+5
* 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-161-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-221-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