summaryrefslogtreecommitdiff
path: root/cli/doc
AgeCommit message (Collapse)AuthorFilesLines
2023-10-05Release version 1.2.0HEADv1.2.0masterBoris Kolpackov2-2/+2
2023-06-30Release version 1.2.0-b.10+1v1.2.0-b.10+1Boris Kolpackov2-2/+2
Update pre-generated documentation.
2023-01-09Update pregenerated documentation (copyright year)Boris Kolpackov2-4/+4
2023-01-09Remove unnecessary escaping in double-quoted stringBoris Kolpackov1-1/+1
2022-11-22Fix diag builtin callsBoris Kolpackov1-4/+4
2022-09-20Add --generate-dep optionKaren Arutyunov2-0/+36
2022-09-12Move options variables from target scopes to buildscript scopesKaren Arutyunov1-6/+4
2022-09-09Add note to cli/doc/buildfileKaren Arutyunov2-4/+7
2022-09-08Add note to cli/doc/buildfileBoris Kolpackov1-2/+4
2022-09-08Make build graph configuration-independentKaren Arutyunov3-79/+156
2022-06-30Add support for using bool with std::vector, std::set, and std::mapKaren Arutyunov1-3/+3
2022-02-18Add --export-symbol optionKaren Arutyunov2-0/+8
2022-02-18Update copyrightKaren Arutyunov2-4/+4
2021-11-23Update generated documentationBoris Kolpackov2-2/+2
2021-11-09Add --ascii-tree for translating UTF-8 tree(1) output to ASCIIBoris Kolpackov2-0/+10
2021-10-16Release version 1.2.0-b.8+1v1.2.0-b.8+1Boris Kolpackov2-2/+2
Update pre-generated documentation.
2021-10-05Remove leftover `date` invocation in ad hoc recipeBoris Kolpackov1-2/+0
2021-09-20Use ad hoc recipe for parsing code and documentation generatingKaren Arutyunov10-92/+1105
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.
2020-04-27Separate tests and examples into individual packagesKaren Arutyunov12-0/+2127
Also make cli module to be explicitly enabled via the config.cli configuration variable.