-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* run activate in an external env from the Xcode connector * fix pip install nits
- Loading branch information
Rob Walker
committed
Oct 20, 2020
1 parent
4f1e854
commit c18a9d8
Showing
11 changed files
with
32 additions
and
53 deletions.
There are no files selected for viewing
Submodule repo
updated
3 files
+10 −9 | rust/examples/qrcodegen-demo.rs | |
+2 −2 | rust/examples/qrcodegen-worker.rs | |
+27 −29 | rust/src/lib.rs |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
bootstrap.sh |
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
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 repo
updated
from e8f8a5 to b8c156
Submodule repo
updated
22 files
+0 −9 | CHANGELOG.txt | |
+1 −1 | README.md | |
+0 −1 | conanfile.py | |
+4 −22 | docs/Makefile | |
+0 −579 | docs/concepts.md | |
+468 −0 | docs/concepts.rst | |
+0 −23 | docs/feedback.html | |
+0 −158 | docs/index.md | |
+148 −0 | docs/index.rst | |
+76 −68 | docs/lsr.css | |
+15 −0 | docs/menu.rst | |
+0 −606 | docs/migration.md | |
+557 −0 | docs/migration.rst | |
+0 −1,034 | docs/reference.md | |
+954 −0 | docs/reference.rst | |
+0 −89 | docs/security.md | |
+85 −0 | docs/security.rst | |
+0 −173 | docs/whats_new.md | |
+175 −0 | docs/whats_new.rst | |
+1 −1 | extra/FindNanopb.cmake | |
+123 −0 | generator/nanopb/options.proto | |
+0 −10 | generator/nanopb_generator.py |
Submodule repo
updated
4 files
+2 −2 | include/nlbyteorder.hpp | |
+2 −2 | include/nlio-base.hpp | |
+3 −3 | include/nlio-byteorder-big.hpp | |
+3 −3 | include/nlio-byteorder-little.hpp |
Submodule repo
updated
42 files
Submodule repo
updated
6 files
+2 −4 | .github/workflows/build.yml | |
+1 −1 | include/commissioner/defines.hpp | |
+1 −3 | include/commissioner/network_data.hpp | |
+5 −5 | script/bootstrap.sh | |
+1 −1 | src/java/CMakeLists.txt | |
+1 −0 | src/java/commissioner.i |
Submodule repo
updated
from d99de2 to e1214f