summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentsHelper.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-28/+16
* Use C++11 nullptrDaniel Pfeifer2017-08-241-14/+14
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* cmCommandArgumentsHelper: simplify boolean expressionDaniel Pfeifer2016-09-161-8/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-14/+14
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-125/+85
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-7/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-23/+23
* install: Fix COMPONENT optionBrad King2012-07-111-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add support for a default value, fix case when there is no item exceptAlexander Neundorf2007-08-231-2/+5
* STYLE: name the external generator "KDevelop3 - Unix Makefiles" instead of "U...Alexander Neundorf2007-07-031-0/+1
* COMP: fix warningsAlexander Neundorf2007-07-021-2/+2
* ENH: add framework for unified handling of arguments to cmake commands,Alexander Neundorf2007-07-021-0/+308