summaryrefslogtreecommitdiffstats
path: root/Source/cmParseArgumentsCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-49/+37
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+11
* Separate compilation for commands included in cmBootstrapCommands1Daniel Pfeifer2016-10-211-0/+1
* cmake_parse_arguments: Fix PARSE_ARGV multi-value argument handlingMatthew Woehlke2016-09-281-2/+23
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+2
* cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#Bill Hoffman2016-09-081-4/+53
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-77/+51
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmake_parse_arguments: Restore ;-list argument flatteningDimitar Yordanov2016-02-121-2/+10
* cmake_parse_arguments: consider duplicate keyword as warningMatthias Maennich2015-12-171-0/+16
* CMakeParseArguments: replace by native cmake_parse_arguments commandMatthias Maennich2015-12-171-0/+176