-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pysubnettree
updated
27 files
+149 −0 | .clang-format | |
+6 −0 | .clang-format-ignore | |
+88 −0 | .cmake-format.json | |
+14 −0 | .github/workflows/pre-commit.yml | |
+6 −1 | .github/workflows/tests.yml | |
+2 −0 | .gitignore | |
+31 −0 | .pre-commit-config.yaml | |
+30 −3 | CHANGES | |
+13 −18 | CMakeLists.txt | |
+2 −2 | README | |
+43 −76 | SubnetTree.cc | |
+1 −2 | SubnetTree.i | |
+1 −1 | VERSION | |
+1 −1 | cmake | |
+103 −109 | include/SubnetTree.h | |
+16 −7 | pyproject.toml | |
+10 −8 | setup.py | |
+6 −3 | testing/Scripts/testsetup.py | |
+0 −1 | testing/pysubnettree/binary-mode-toggle.test | |
+3 −4 | testing/pysubnettree/errors.test | |
+0 −1 | testing/pysubnettree/get-binary-lookup.test | |
+0 −1 | testing/pysubnettree/ipv4-mapped.test | |
+0 −1 | testing/pysubnettree/lookup.test | |
+0 −1 | testing/pysubnettree/membership.test | |
+2 −3 | testing/pysubnettree/remove.test | |
+0 −1 | testing/pysubnettree/search-all.test | |
+0 −1 | testing/pysubnettree/set-binary-lookup.test |