summaryrefslogtreecommitdiff
path: root/cli/cli/runtime-source.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-26If --std option value is c++11 or later then generate 'noexcept' instead of '...Karen Arutyunov1-17/+21
2023-03-20Add support for std::multimapKaren Arutyunov1-0/+64
2022-06-30Add support for using bool with std::vector, std::set, and std::mapKaren Arutyunov1-7/+37
2021-09-10Add multi-argument grouping support in group_scannerBoris Kolpackov1-47/+124
2021-08-03Add support for tracking argument/option positionBoris Kolpackov1-4/+71
2020-12-08Complete options file path using referencing file path as baseKaren Arutyunov1-2/+17
2020-09-12Fix generated set and map parsers so that comparison predicate can also be sp...Karen Arutyunov1-13/+13
2020-06-19Fix misleading indentationBoris Kolpackov1-2/+2
2020-05-28Get rid of trailing spaces in generated codeBoris Kolpackov1-1/+5
2020-04-27Separate tests and examples into individual packagesKaren Arutyunov1-0/+1052