-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamp the codegen application's CLI
Specifically: * add support for specifying the API descriptions and output directories via command line options; * externalised (no longer embed) the API descriptions; * default both directories to be relative to the code generators own source code al la qFindTestData; and * add basic commald line options like -h or --help
- Loading branch information
Showing
8 changed files
with
52 additions
and
636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "codegen/aws-sdk-cpp"] | ||
path = codegen/qrc/aws-sdk-cpp | ||
path = codegen/aws-sdk-cpp | ||
url = https://github.com/aws/aws-sdk-cpp.git |
Submodule aws-sdk-cpp
updated
from 000000 to 3d048b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.