Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pybind/pybind11
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 35865fa
Choose a base ref
...
head repository: pybind/pybind11
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1bc563e
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 22, 2020

  1. fix: reduce target collision in add_submodule mode (#2423)

    * fix: reduce target collision in add_submodule mode
    
    Closes #2420
    
    * fix: update CMakeLists.txt
    henryiii authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    c58f7b7 View commit details
    Browse the repository at this point in the history
  2. Improve documentation of Python and C++ exceptions (#2408)

    The main change is to treat error_already_set as a separate category
    of exception that arises in different circumstances and needs to be
    handled differently. The asymmetry between Python and C++ exceptions
    is further emphasized.
    jbarlow83 authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    b886369 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Configuration menu
    Copy the full SHA
    4493751 View commit details
    Browse the repository at this point in the history
  2. Adapt code example in advanced/classes.rst to new handling of forgett…

    …ing to call the superclass __init__ (#2429)
    YannickJadoul authored Aug 23, 2020
    Configuration menu
    Copy the full SHA
    b3d8fec View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. ci: test C++17 on MSVC 2017

    henryiii committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    1bc563e View commit details
    Browse the repository at this point in the history
Loading