aboutsummaryrefslogtreecommitdiff
path: root/tests/test_smart_ptr.cpp
AgeCommit message (Expand)Author
2022-08-01Open pybind11 namespace with consistent visility. (#4098)Thomas Eding
2022-02-14Dropping MSVC 2015 (#3722)Ralf W. Grosse-Kunstleve
2022-02-10Fully-automatic clang-format with include reordering (#3713)Ralf W. Grosse-Kunstleve
2022-02-10chore(clang-tidy): Add clang-tidy rules: prefer-member-initializer and optin....Aaron Gokaslan
2022-02-09clang-tidy readability-qualified-auto (#3702)Ralf W. Grosse-Kunstleve
2022-02-08Adding .clang-tidy readability-braces-around-statements option.Ralf W. Grosse-Kunstleve
2021-09-08CodeHealth: Enabling clang-tidy google-explicit-constructor (#3250)Ralf W. Grosse-Kunstleve
2021-08-06maint(clang-tidy): Bugprone enable checks (#3166)Aaron Gokaslan
2021-07-27maint(clang-tidy): Improve code readability with explicit boolean casts (#3148)Aaron Gokaslan
2021-07-13* Removing stray semicolons (discovered by running clang-format v12 followed ...Ralf W. Grosse-Kunstleve
2021-06-22fix(clang-tidy): performance fixes applied in tests and CI (#3051)Aaron Gokaslan
2021-06-21fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3...Aaron Gokaslan
2021-02-25Shuffling code in test_smart_ptr.cpp to separate struct/class definitions fro...Ralf W. Grosse-Kunstleve
2021-01-01Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758)Yannick Jadoul
2020-11-19pythonbuf fix (#2675)nickbridgechess
2020-09-15style: clang-tidy: modernize-use-equals-defaultHenry Schreiner
2020-09-15style: clang-tidy: modernize-use-overrideHenry Schreiner
2020-09-15style: clang-tidy: llvm-namespace-commentHenry Schreiner
2020-07-26ci: fix clang warningsHenry Schreiner
2020-07-01Adding pybind11::cast overload for rvalue references (#1260)Yannick Jadoul
2019-04-06CI fixes (#1744)Henry Schreiner
2018-11-11Enable unique_ptr holder with mixed Deleters between base and derived types (...Trevor Laughlin
2018-06-23Use std::addressof to obtain holder address instead of operator&Khachajantc Michael
2018-05-06Misc. typos (#1384)luzpaz
2017-11-22Add -Wdeprecated to test suite and fix associated warnings (#1191)Francesco Biscani
2017-08-23Speed up AppVeyor build (#1021)Dean Moldovan
2017-08-05Update all remaining tests to new test stylesJason Rhinelander
2017-06-27Move tests from test_issues.cpp/py into appropriate filesDean Moldovan
2017-06-12Support multiple inheritance from pythonJason Rhinelander
2017-05-22Use dynamic cast for shared_from_this holder initJason Rhinelander
2017-03-21Throw an exception when attempting to load an incompatible holderDean Moldovan
2017-01-31Improve custom holder support (#607)Dean Moldovan
2016-12-15always_construct_holder feature to support intrusively reference-counted type...Wenzel Jakob
2016-12-07Allow references to objects held by smart pointers (#533)Dean Moldovan
2016-10-20Support std::shared_ptr holder type out of the boxDean Moldovan
2016-09-07Replace std::cout with py::print in testsDean Moldovan
2016-09-04Make unique_ptr's with non-default deleters workJason Rhinelander
2016-09-03Make test initialization self-registeringJason Rhinelander
2016-08-19Port tests to pytestDean Moldovan