19 Commits (undefined-macos)

Author SHA1 Message Date
Ralf W. Grosse-Kunstleve a97e9d8cac
Dropping MSVC 2015 (#3722) 3 years ago
Ralf W. Grosse-Kunstleve ec24786eab
Fully-automatic clang-format with include reordering (#3713) 3 years ago
Aaron Gokaslan d6c66d25bb
chore(clang-tidy): Add clang-tidy rules: prefer-member-initializer and optin.performance.Padding (#3716) 3 years ago
Ralf W. Grosse-Kunstleve 6abf2baa62
CodeHealth: Enabling clang-tidy google-explicit-constructor (#3250) 4 years ago
Aaron Gokaslan dac74ebdf5
fix(clang-tidy): performance fixes applied in tests and CI (#3051) 4 years ago
Aaron Gokaslan 3b30b0a51e
fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3052) 4 years ago
Aaron Gokaslan e0b5cbd4c6
chore(clang-tidy): add more modernize clang-tidy checks (#3049) 4 years ago
Yannick Jadoul 98f1bbb800
Ignore deprecation warnings about old-style __init__/__setstate__ constructors in the tests (originally done in #2746) (#2759) 5 years ago
Henry Schreiner 6bcd220c8d
refactor: module -> module_ with typedef (#2544) 5 years ago
Henry Schreiner dabbbf315d
fix: use OVERRIDE instead of OVERLOAD (#2490) 5 years ago
Henry Schreiner 5dfbe6f903 style: clang-tidy: modernize-use-override 5 years ago
Yannick Jadoul d65e34d61d
Resolve empty statement warning when using PYBIND11_OVERLOAD_PURE_NAME and PYBIND11_OVERLOAD_PURE (#2325) 5 years ago
andriish 38370a87f4
fix: support NVIDIA-PGI HPC SDK (#2475) 5 years ago
Yannick Jadoul a2bb297b32
Throw exception on returning a unique_ptr or shared_ptr nullptr (or any other holder type) from py::init, rather than crashing (#2430) 5 years ago
Francesco Biscani ba33b2fc79 Add -Wdeprecated to test suite and fix associated warnings (#1191) 8 years ago
Unknown 0b3f44ebdf Trivial typos 8 years ago
Jason Rhinelander e9bb843edc Fix clang5 warnings 8 years ago
Jason Rhinelander c4e180081d Reimplement py::init<...> to use common factory code 8 years ago
Jason Rhinelander 464d98962d Allow binding factory functions as constructors 8 years ago