12 Commits (array-sequence-fix)

Author SHA1 Message Date
Khachajantc Michael e3cb2a674a Use std::addressof to obtain holder address instead of operator& 7 years ago
Jason Rhinelander 391c75447d Update all remaining tests to new test styles 8 years ago
Dean Moldovan bdfb50f384 Move tests from test_issues.cpp/py into appropriate files 8 years ago
Jason Rhinelander e45c211497 Support multiple inheritance from python 8 years ago
Jason Rhinelander b8ac438386 Use dynamic cast for shared_from_this holder init 8 years ago
Dean Moldovan cd3d1fc7df Throw an exception when attempting to load an incompatible holder 8 years ago
Dean Moldovan ec009a7ca2 Improve custom holder support (#607) 9 years ago
Wenzel Jakob 2029171211 always_construct_holder feature to support intrusively reference-counted types (#561) 9 years ago
Dean Moldovan ab90ec6ce9 Allow references to objects held by smart pointers (#533) 9 years ago
Dean Moldovan bad1740213 Add checks to maintain a consistent Python code style and prevent bugs (#515) 9 years ago
Jason Rhinelander a6495af87a Make unique_ptr's with non-default deleters work 9 years ago
Dean Moldovan a0c1ccf0a9 Port tests to pytest 9 years ago