summaryrefslogtreecommitdiff
path: root/cli/cli/bootstrap/cli/options.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08Make build graph configuration-independentKaren Arutyunov1-2258/+0
2022-06-30Add support for using bool with std::vector, std::set, and std::mapKaren Arutyunov1-35/+63
2022-02-18Add --export-symbol optionKaren Arutyunov1-0/+19
2021-11-09Add --ascii-tree for translating UTF-8 tree(1) output to ASCIIBoris Kolpackov1-0/+10
2021-09-20Use ad hoc recipe for parsing code and documentation generatingKaren Arutyunov1-0/+2201
The overall approach is to store pre-generated bootstrap options.?xx and cli.{1,xhtml} and automatically update them in the development build (config.cli.develop=true). See README.md in the root of the repository for details.