1. 353615f Make `init_holder` do registration, and rename to `init_instance` by Jason Rhinelander · 7 years ago
  2. 2196696 Use std::type_info::name() for type lookups outside stdlibc++ by Jason Rhinelander · 7 years ago
  3. e45c211 Support multiple inheritance from python by Jason Rhinelander · 7 years ago
  4. 4e1e4a5 Allow py::arg().none(false) argument attribute by Jason Rhinelander · 7 years ago
  5. 37b2383 Style cleanup of javadoc-style comments by Jason Rhinelander · 7 years ago
  6. 616e3d8 attr.h: Fix header copy-and-paste typo by Jason Rhinelander · 7 years ago
  7. 0c4e037 Improve PYBIND11_DEPRECATED by showing the message on all compilers by Dean Moldovan · 7 years ago
  8. 14e7065 Fix downcasting of base class pointers by Jason Rhinelander · 7 years ago
  9. 82ece94 Replace first_of_t with exactly_one_t by Dean Moldovan · 7 years ago
  10. 1ac1903 Add a scope guard call policy by Dean Moldovan · 7 years ago
  11. 0d765f4 Support class-specific operator new and delete by Dean Moldovan · 7 years ago
  12. b961626 Fail to compile with MI via class_ ctor parameters by Jason Rhinelander · 7 years ago
  13. dd01665 Enable static properties (py::metaclass) by default by Dean Moldovan · 7 years ago
  14. 1eaacd1 Fix debugging output for nameless py::arg_v annotations (#648) by Jason Rhinelander · 7 years ago
  15. abc29ca Add support for non-converting arguments by Jason Rhinelander · 8 years ago
  16. bfcf952 Pack all function call data into a single struct by Jason Rhinelander · 7 years ago
  17. 3b4b921 Changed keep_alive template arguments from int to size_t by Jason Rhinelander · 8 years ago
  18. 2686da8 Add support for positional args with args/kwargs by Jason Rhinelander · 8 years ago
  19. 57a9bbc Automate generation of reference docs with doxygen and breathe (#598) by Dean Moldovan · 7 years ago
  20. cc88aae Add check for matching holder_type when inheriting (#588) by Pim Schellart · 7 years ago
  21. 1d1f81b WIP: PyPy support (#527) by Wenzel Jakob · 8 years ago
  22. df81546 added forgotten initialization by Wenzel Jakob · 8 years ago
  23. 31fbf18 replace redundant function_record->class_ field with 1 bit by Wenzel Jakob · 8 years ago
  24. 405f6d1 make arithmetic operators of enum_ optional (#508) by Wenzel Jakob · 8 years ago
  25. e18bc02 Add default and converting constructors for all concrete Python types by Dean Moldovan · 8 years ago
  26. b8cb5ca Fix dynamic attribute inheritance in C++ by Dean Moldovan · 8 years ago
  27. 6fccf69 Add dynamic attribute support by Dean Moldovan · 8 years ago
  28. 37e22e4 Move common object functions into object_api mixin by Dean Moldovan · 8 years ago
  29. c1fc27e use detail::enable_if_t everywhere by Wenzel Jakob · 8 years ago
  30. 8e5dceb Multiple inheritance support by Wenzel Jakob · 8 years ago
  31. bad589a deprecated py::base<>, added a macro for improved readability by Wenzel Jakob · 8 years ago
  32. 382484a operators should return NotImplemented given unsupported input (fixes #393) by Wenzel Jakob · 8 years ago
  33. 60b2680 Make keyword argument hold a py::object instead of T* by Dean Moldovan · 8 years ago
  34. 8fe13b8 Apply make_caster and intrinsic_t aliases everywhere by Dean Moldovan · 8 years ago
  35. c743e1b Support keyword arguments and generalized unpacking in C++ by Dean Moldovan · 8 years ago
  36. 317524f Make arg_t hold a pointer instead of a copy of the value by Dean Moldovan · 8 years ago
  37. 954b793 avoid C++ -> Python -> C++ overheads when passing around function objects by Wenzel Jakob · 8 years ago
  38. b8f2d18 Remove unnecessary braces. by Jerry Gamache · 8 years ago
  39. c6e0cdf Allow pybind11::arg to have 0, false, or "" as default values. by Jerry Gamache · 8 years ago
  40. 9e62558 Check the number of named arguments at compile time by Dean Moldovan · 8 years ago
  41. 96017dd Add _a literal for named arguments by Dean Moldovan · 8 years ago
  42. 86d825f Redesigned virtual call mechanism and user-facing syntax (breaking change!) by Wenzel Jakob · 8 years ago
  43. 178c8a8 nicer type_caster::load() calling conventions by Wenzel Jakob · 8 years ago
  44. 5984baa redesigned cpp_function constructor; significant space savings by Wenzel Jakob · 8 years ago
  45. 8cb6cb3 minor cleanups in common.h; updated author info and copyright year by Wenzel Jakob · 8 years ago
  46. 912feec improve debug error message when default parameter construction fails by Wenzel Jakob · 8 years ago
  47. 0b6cff3 Fixes for compilation/segfault problems with Intel (issue 94) by Ben Pritchard · 8 years ago
  48. 4fee179 better debug info when arg::operator=() fails by Wenzel Jakob · 8 years ago
  49. 1f7a809 support for string default arguments specified as static arrays by Wenzel Jakob · 8 years ago
  50. a650179 set __module__ attribute of functions (fixes #95) by Wenzel Jakob · 8 years ago
  51. 2dd5e3b Close #69 Unused Var: Warning by Axel Huebl · 9 years ago
  52. 2983d5e quench warnings (closes #69) by Wenzel Jakob · 9 years ago
  53. 48548ea general cleanup of the codebase by Wenzel Jakob · 9 years ago