23 Commits (master)

Author SHA1 Message Date
pre-commit-ci[bot] f33f6afb66
chore(deps): update pre-commit hooks (#5084) 1 year ago
Huanchen Zhai 31b7e14052
bugfix: removing typing and duplicate ``class_`` for KeysView/ValuesView/ItemsView. Fix #4529 (#4985) 2 years ago
Antoine Prouvost a67d786571
fix(stl_bind): Enable `bind_map` with `using` declarations. (#4952) 2 years ago
Franz Pöschel f701654633
Introduce recursive_container_traits (#4623) 2 years ago
Ralf W. Grosse-Kunstleve ec24786eab
Fully-automatic clang-format with include reordering (#3713) 3 years ago
Ralf W. Grosse-Kunstleve 7769e7719c
clang-tidy readability-qualified-auto (#3702) 3 years ago
Ralf W. Grosse-Kunstleve ddbc74c674 Adding .clang-tidy readability-braces-around-statements option. 3 years ago
Ralf W. Grosse-Kunstleve 6abf2baa62
CodeHealth: Enabling clang-tidy google-explicit-constructor (#3250) 4 years ago
Aaron Gokaslan 3b30b0a51e
fix(clang-tidy): clang-tidy readability and misc fixes, like adding const (#3052) 4 years ago
Yannick Jadoul e57dd4717e
Fix various minor memory leaks in the tests (found by Valgrind in #2746) (#2758) 5 years ago
Henry Schreiner 6bcd220c8d
refactor: module -> module_ with typedef (#2544) 5 years ago
Sebastian Gsänger a83d69e78f test pair-copyability on C++17 upwards (#1886) 6 years ago
Dean Moldovan 3c4933cb50 Fix STL casters for containers with proxies (regression) 8 years ago
Jason Rhinelander 391c75447d Update all remaining tests to new test styles 8 years ago
Jason Rhinelander b57281bb00 Use rvalue subcasting when casting an rvalue container 8 years ago
Patrick Stewart 5467979588 Add the buffer interface for wrapped STL vectors 8 years ago
Jason Rhinelander fa5d05e15d Change all_of_t/any_of_t to all_of/any_of, add none_of 9 years ago
Jason Rhinelander 617fbcfc1e Fix stl_bind to support movable, non-copyable value types (#490) 9 years ago
Wenzel Jakob fe34241e50 minor doc & style fixes 9 years ago
Sergey Lyskov 7520418e26 Adding bind_map 9 years ago
Jason Rhinelander 52f4be8946 Make test initialization self-registering 9 years ago
Jason Rhinelander 540ae61d3c Replace tabs with spaces (to pass style check) 9 years ago
Dean Moldovan a0c1ccf0a9 Port tests to pytest 9 years ago
Wenzel Jakob a975ab2501 minor namespace change in example 9 years ago
Jason Rhinelander b3f3d79f4c Rename examples files, as per #288 9 years ago
Wenzel Jakob 5dd33d880d fix issues with std::vector<bool> overload in STL (fixes #216) 9 years ago
Wenzel Jakob 25c03cecfa stl_bind redesign & cleanup pass 9 years ago
Sergey Lyskov a95bde1ea5 Adding documentation for value_error. Fixing various formatting issues. Removing redundant binding for C++ style methods. Adding bindings for iterator and slicing protocol. Extending examples. 9 years ago
Sergey Lyskov eae7744c0e adding stl_binders 9 years ago