-
Notifications
You must be signed in to change notification settings - Fork 1
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
6 changed files
with
69 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,48 @@ | ||
graft . | ||
prune .git | ||
recursive-exclude .github .gitlab .circleci | ||
graft eigen | ||
graft exprtk | ||
graft exprtk-custom-types | ||
graft mpreal | ||
graft pybind11 | ||
graft pyvpmr | ||
graft src | ||
include patch_size.patch | ||
prune eigen/.gitlab | ||
prune eigen/bench | ||
prune eigen/ci | ||
prune eigen/cmake | ||
prune eigen/debug | ||
prune eigen/demos | ||
prune eigen/doc | ||
prune eigen/failtest | ||
prune eigen/scripts | ||
prune eigen/test | ||
prune eigen/unsupported/bench | ||
prune eigen/unsupported/doc | ||
prune eigen/unsupported/test | ||
prune exprtk/.circleci | ||
prune mpreal/example | ||
prune pybind11/.github | ||
prune pybind11/docs | ||
prune pybind11/tests | ||
prune pybind11/tools | ||
prune test | ||
global-exclude .clang-format | ||
global-exclude .clang-tidy | ||
global-exclude .codespell-ignore-lines | ||
global-exclude .git | ||
global-exclude .git-blame-ignore-revs | ||
global-exclude .gitattributes | ||
global-exclude .gitignore | ||
global-exclude .hgeol | ||
global-exclude *.dat | ||
global-exclude *.in | ||
global-exclude *.sh | ||
global-exclude *.txt | ||
global-exclude *.yaml | ||
global-exclude *.yml | ||
global-exclude *cmake* | ||
global-exclude changelog* | ||
global-exclude COPYING.* | ||
global-exclude INSTALL | ||
global-exclude LICENSE | ||
global-exclude Makefile |
Submodule pybind11
updated
8 files
+1 β1 | .github/workflows/emscripten.yaml | |
+11 β11 | include/pybind11/detail/exception_translation.h | |
+19 β1 | include/pybind11/detail/internals.h | |
+12 β9 | include/pybind11/pybind11.h | |
+10 β0 | tests/custom_exceptions.py | |
+39 β0 | tests/test_exceptions.cpp | |
+5 β0 | tests/test_exceptions.py | |
+0 β4 | tools/pybind11NewTools.cmake |
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