-
Notifications
You must be signed in to change notification settings - Fork 23
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule Catch2
updated
62 files
Submodule parallel-hashmap
updated
3 files
+1 −1 | CMakeLists.txt | |
+21 −26 | doc/new_release.md | |
+2 −2 | parallel_hashmap/phmap_config.h |
Submodule pybind11
updated
13 files
+1 −1 | .github/workflows/emscripten.yaml | |
+5 −2 | .github/workflows/pip.yml | |
+55 −0 | docs/changelog.rst | |
+2 −2 | include/pybind11/cast.h | |
+11 −11 | include/pybind11/detail/exception_translation.h | |
+19 −1 | include/pybind11/detail/internals.h | |
+22 −9 | include/pybind11/pybind11.h | |
+10 −0 | tests/custom_exceptions.py | |
+39 −0 | tests/test_exceptions.cpp | |
+5 −0 | tests/test_exceptions.py | |
+26 −0 | tests/test_kwargs_and_defaults.cpp | |
+11 −0 | tests/test_kwargs_and_defaults.py | |
+0 −4 | tools/pybind11NewTools.cmake |