summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentParserHelper.h
Commit message (Expand)AuthorAgeFilesLines
* cmCommandArgumentParserHelper: rework input handlingOleksandr Koval2020-09-091-5/+6
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Modernize memory managementMarc Chevrier2020-02-271-1/+2
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+4
* cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitializedArtur Ryt2018-12-301-2/+0
* cmCommandArgumentParser: remove the variable tokens from the classRolf Eike Beer2017-10-251-7/+0
* cmCommandArgumentParserHelper: constify some char* valuesRolf Eike Beer2017-10-251-6/+6
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-5/+3
* cmCommandArgumentParserHelper: make noncopyableDaniel Pfeifer2017-04-211-0/+4
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* ParserHelper: Move macros to bottom of filesDaniel Pfeifer2017-02-201-14/+8
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+3
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+6
* cmCommandArgumentParserHelper: Re-arrange data.Stephen Kelly2015-06-071-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for AddString methodsBen Boeckel2014-03-081-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Remove UnionsAvailable member from 2 classesYury G. Kudryashov2012-03-031-1/+0
* Add a flag to warn about system filesBen Boeckel2010-09-011-0/+1
* Rename strict-mode to warn-uninitializedBen Boeckel2010-09-011-1/+1
* Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve argument parsing error messagesBrad King2008-09-241-0/+1
* BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...Brad King2007-06-061-3/+1
* ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old n...Bill Hoffman2007-02-091-2/+6
* BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.Brad King2006-10-041-0/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-21/+20
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-6/+8
* ENH: Improve handling of escaped charactersAndy Cedilnik2005-06-171-0/+3
* ENH: More cleanupsAndy Cedilnik2005-06-141-21/+1
* ENH: More optimizationAndy Cedilnik2005-06-131-1/+1
* ENH: Handle errors and optimize a bitAndy Cedilnik2005-06-131-1/+13
* ENH: Handle more casesAndy Cedilnik2005-06-081-1/+1
* ENH: Initial import (not working yet)Andy Cedilnik2005-06-081-0/+112