-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pybind11
updated
15 files
+7 −7 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/configure.yml | |
+1 −1 | .github/workflows/format.yml | |
+3 −3 | .github/workflows/pip.yml | |
+1 −1 | .github/workflows/upstream.yml | |
+4 −4 | .pre-commit-config.yaml | |
+15 −1 | CMakeLists.txt | |
+3 −2 | include/pybind11/stl_bind.h | |
+1 −1 | noxfile.py | |
+14 −9 | tests/requirements.txt | |
+70 −0 | tests/test_stl_binders.cpp | |
+14 −0 | tests/test_stl_binders.py | |
+27 −1 | tools/make_changelog.py | |
+21 −11 | tools/pybind11Common.cmake | |
+29 −2 | tools/pybind11NewTools.cmake |