-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge in 'upstream/master' (76b7f5364) #4915
Closed
EricCousineau-TRI
wants to merge
126
commits into
pybind:master
from
EricCousineau-TRI:feature-update
Closed
Merge in 'upstream/master' (76b7f5364) #4915
EricCousineau-TRI
wants to merge
126
commits into
pybind:master
from
EricCousineau-TRI:feature-update
Conversation
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
Since the module is named FindPythonLibsNew, PythonLibsNew_FOUND should be set appropriately.
…` and `unique_ptr<T>` for pure C++ instances and single-inheritance instances
…llow alias to be wrapped directly.
…pr_1373_1367 Merge pybind#1367 and pybind#1373
Various fixes and improvements to mkdoc.py
Convert C++ exceptions to Python exceptions in mkdoc From https://pybind11.readthedocs.io/en/stable/advanced/exceptions.html.
Add option to suppress progress messages to stderr
We add `./tmp` to ensure we can make a commit to connect history with upstream in a fast-forward way # Conflicts: # .github/workflows/ci.yml # .github/workflows/format.yml # .github/workflows/pip.yml # README.rst # docs/advanced/cast/overview.rst # include/pybind11/cast.h # include/pybind11/detail/internals.h # include/pybind11/detail/type_caster_base.h # include/pybind11/eigen.h # include/pybind11/pybind11.h # tests/test_eigen.cpp # tests/test_multiple_inheritance.cpp
# Conflicts: # .github/workflows/ci.yml
v2.9.1 release
# Conflicts: # .github/workflows/ci.yml # include/pybind11/detail/type_caster_base.h # include/pybind11/eigen.h # include/pybind11/pybind11.h
# Conflicts: # include/pybind11/cast.h # include/pybind11/detail/common.h # include/pybind11/detail/internals.h # include/pybind11/detail/type_caster_base.h # include/pybind11/eigen.h # include/pybind11/numpy.h # include/pybind11/pybind11.h # include/pybind11/pytypes.h # tests/test_builtin_casters.cpp # tests/test_eigen.cpp # tests/test_multiple_inheritance.cpp
v2.10.0 release
# Conflicts: # .github/workflows/ci.yml # .github/workflows/pip.yml # tests/test_class.cpp # tests/test_class.py
# Conflicts: # include/pybind11/eigen/matrix.h
v2.11.1 release
# Conflicts: # .github/workflows/ci.yml # .github/workflows/format.yml # .github/workflows/pip.yml # docs/changelog.rst # include/pybind11/detail/common.h # include/pybind11/pytypes.h # pybind11/_version.py
Addresses compilation error for C++11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.