summaryrefslogtreecommitdiff
path: root/xsd/xsd/pregenerated
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11Add --dep-file optionBoris Kolpackov3-2/+30
In particular, this now allows writing the dependency information to stdout by specifying `-` as this option's value.
2023-09-11Add --file-list-only optionBoris Kolpackov3-0/+16
This option allows only writing the list of C++ files that would be generated without actually generating them.
2023-09-11Recognize --file-list value `-` as request to write to stdoutBoris Kolpackov1-1/+2
2023-09-06Make c++11 value default for xsd --std optionKaren Arutyunov1-1/+1
Also add support for c++14, c++17, c++20, and c++23 values and drop passing --std option in tests and examples.
2023-06-27Regenerate options parsing filesKaren Arutyunov2-26/+26
2023-03-20Regenerate options parsing filesKaren Arutyunov4-0/+200
2022-09-21Use ad hoc rules to compile options.cli filesKaren Arutyunov12-0/+7499