-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add diagnostics. * WIP * WIP * Simplify conanfile.py. * Remove unused import `traceback` from conanfile.py. * Refactor conanfile.py to use common code from batt.py. * Upgraded dependencies to latest versions (performed by a8/script/upgrade-deps.sh)
- Loading branch information
1 parent
de3a869
commit 7db842e
Showing
3 changed files
with
26 additions
and
68 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 |
---|---|---|
|
@@ -6,3 +6,4 @@ build/ | |
.vscode/ | ||
a8/ | ||
src/CMakeUserPresets.json | ||
__pycache__/ |
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
Submodule script
updated
4 files
+255 −12 | batt.py | |
+2 −17 | common.sh | |
+24 −0 | conan-version.sh | |
+33 −13 | show-deps.sh |