Skip to content

Tags: mgorny/pybind11

Tags

v2.9.1

Toggle v2.9.1's commit message

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
v2.9.1 release

v2.9.0

Toggle v2.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
v2.9.0 release

v2.8.1

Toggle v2.8.1's commit message
v2.8.1 release

v2.8.0

Toggle v2.8.0's commit message
v2.8.0 release

v2.7.1

Toggle v2.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
v2.7.1 release

v2.7.0

Toggle v2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
henryiii Henry Schreiner
v2.7.0 release

archive/pr2672_test_unique_ptr_member

Toggle archive/pr2672_test_unique_ptr_member's commit message
Fixing another `git rebase master` accident.

archive/pr2672_use_smart_holder_as_default_v1

Toggle archive/pr2672_use_smart_holder_as_default_v1's commit message
Merge branch 'test_unique_ptr_member' into pr2672_use_smart_holder_as…

…_default

milestones_reached/pr2672_as_deployed_with_cl_358092606

Toggle milestones_reached/pr2672_as_deployed_with_cl_358092606's commit message
Adding source code comments in response to review.

archive/pr2672_sideline_cast_shtc_interleaved

Toggle archive/pr2672_sideline_cast_shtc_interleaved's commit message
Manipulating failing ConstructorStats test to pass, to be able to run…

… all tests with ASAN.

This version of the code is ASAN clean with unique_ptr or smart_holder as the default.

This change needs to be reverted after adopting the existing move-only-if-refcount-is-1
logic used by type_caster_base.