summaryrefslogtreecommitdiff
path: root/Source/cmCommandLineArgument.h
Commit message (Expand)AuthorAgeFilesLines
* cmake -E copy: Add support for -t argumentKyle Edwards2022-11-151-0/+11
* cmCommandLineArgument: Add setToTrue() and setToValue() helpersKyle Edwards2022-04-181-0/+50
* cmCommandLineArgument: OneOrMore mode supports `=` separatorRobert Maynard2021-05-191-30/+45
* cmCommandLineArgument: Understands which commands require partial matchingRobert Maynard2021-05-191-2/+46
* Merge topic 'cmake_build_and_install_command_error_when_given_bad_arguments'Brad King2021-05-141-9/+6
|\
| * cmCommandLineArgument: Provide more information syntax error messagesRobert Maynard2021-05-131-3/+4
| * cmCommandLineArgument: Correctly record parsing failuresRobert Maynard2021-05-121-6/+2
* | Merge topic 'correct_arg_parsing'Brad King2021-03-291-5/+9
|\ \ | |/
| * cmCommandLineArgument: correctly compute next parse indexRobert Maynard2021-03-261-5/+9
* | cmCommandLineArgument: trim leading empty spacesRobert Maynard2021-03-091-0/+4
|/
* cmCommandLineArgument now supports OneOrMore argument typeRobert Maynard2021-01-061-0/+18
* cmCommandLineArgument supports ZeroOrOne argumentsRobert Maynard2021-01-061-2/+10
* cmake: Use shared parsing code for all cmake argv parsingRobert Maynard2021-01-061-0/+133