18 Commits (master)

Author SHA1 Message Date
Ethan Steinberg 06003e82b3
Introduce a new style of warning suppression based on push/pop (#4285) 3 years ago
Ralf W. Grosse-Kunstleve ec24786eab
Fully-automatic clang-format with include reordering (#3713) 3 years ago
Aaron Gokaslan ef070f7750
Add additional info to TypeError when C++->Python casting fails (#3605) 4 years ago
Aaron Gokaslan dac74ebdf5
fix(clang-tidy): performance fixes applied in tests and CI (#3051) 4 years ago
Philipp Bucher 62976cfcb8
fix: using -Werror-all for Intel (#2948) 4 years ago
Henry Schreiner d0ed035cc5
fix: AppleClang 12 warnings (#2510) 5 years ago
Henry Schreiner 8dc31c7b29 style: clang-tidy: llvm-namespace-comment 5 years ago
Ciro Santilli b47efd35fb
Use defined for some preprocessor variables that might be undefined (#2476) 5 years ago
Sergei Izmailov 7b067cc387
Set __hash__ to None for types that defines __eq__, but not __hash__ (#2291) 5 years ago
Eric Cousineau 4e3d9fea74 operators: Explicitly expose `py::hash(py::self)` 5 years ago
Ian Bell 502ffe50a9 Add docs and tests for unary op on class (#1814) 6 years ago
Henry Schreiner ae951ca085 CI fixes (#1744) 6 years ago
Bruce Merry 37de2da9dd Access C++ hash functions from Python and vice versa (#1034) 8 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 acad05cb13 Fix /= operator under Python 3 8 years ago
Jason Rhinelander 52f4be8946 Make test initialization self-registering 9 years ago
Dean Moldovan a0c1ccf0a9 Port tests to pytest 9 years ago
Jason Rhinelander 3f589379ec Improve constructor/destructor tracking 9 years ago
Jason Rhinelander b3f3d79f4c Rename examples files, as per #288 9 years ago
Wenzel Jakob 8cb6cb33ef minor cleanups in common.h; updated author info and copyright year 9 years ago
Wenzel Jakob 8f4eb00690 last breaking change: be consistent about the project name 10 years ago
Wenzel Jakob 73a50a0441 Fix for radd/rsub/rmul/rdiv operator convenience wrappers 10 years ago
Wenzel Jakob a576e6a8ca keyword argument support, removed last traces of std::function<> usage 10 years ago
Wenzel Jakob 38bd71134a Initial commit 10 years ago