1. 83e328f Split test_python_types.cpp into builtin_casters, stl and pytypes by Dean Moldovan · 7 years ago
  2. 443ab59 Replace PYBIND11_PLUGIN with PYBIND11_MODULE by Dean Moldovan · 7 years ago
  3. 14e7065 Fix downcasting of base class pointers by Jason Rhinelander · 7 years ago
  4. 0558a9a Add warning about binding multiple modules (#635) by Jason Rhinelander · 8 years ago
  5. 1249452 Minor fixes (#613) by Jason Rhinelander · 8 years ago
  6. 3f1ff3f Adds automatic casting on assignment of non-pyobject types (#551) by Jason Rhinelander · 8 years ago
  7. 865e430 Make attr and item accessors throw on error instead of returning nullptr by Dean Moldovan · 8 years ago
  8. 52f4be8 Make test initialization self-registering by Jason Rhinelander · 8 years ago
  9. 1ffce74 Get pybind11 test suite to compile on the Intel compiler (more or less..) by Wenzel Jakob · 8 years ago
  10. a9a37b4 Move enum tests into a new file by Dean Moldovan · 8 years ago
  11. a0c1ccf Port tests to pytest by Dean Moldovan · 8 years ago[Renamed (87%) from example/example.cpp]
  12. 5db8235 Rename example20 -> example-numpy-dtypes by Ivan Smirnov · 8 years ago
  13. bb4015d Add a basic test for recarrays and complex dtypes by Ivan Smirnov · 8 years ago
  14. 3f58937 Improve constructor/destructor tracking by Jason Rhinelander · 8 years ago
  15. b3f3d79 Rename examples files, as per #288 by Jason Rhinelander · 8 years ago
  16. 5a7d17f Add support for user defined exception translators by Pim Schellart · 8 years ago
  17. c6ad2c4 added exec functions by Klemens Morgenstern · 8 years ago
  18. eae7744 adding stl_binders by Sergey Lyskov · 8 years ago
  19. 9e0a056 transparent conversion of dense and sparse Eigen types by Wenzel Jakob · 8 years ago
  20. 8cb6cb3 minor cleanups in common.h; updated author info and copyright year by Wenzel Jakob · 8 years ago
  21. d7efa4f return best representation of polymorphic types (fixes #105) by Wenzel Jakob · 8 years ago
  22. 1c329aa pickling support (fixes #144) by Wenzel Jakob · 8 years ago
  23. eda978e support for opaque types by Wenzel Jakob · 9 years ago
  24. 17cdb06 fix severe regression involving character arrays (fixes #137) by Wenzel Jakob · 9 years ago
  25. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 9 years ago
  26. b1b7140 consistent macro naming throughout the project by Wenzel Jakob · 9 years ago
  27. b50872a A few breaking changes for consistency just before the 1.0 release by Wenzel Jakob · 9 years ago
  28. a2f6fde support for overriding virtual functions by Wenzel Jakob · 9 years ago
  29. a576e6a keyword argument support, removed last traces of std::function<> usage by Wenzel Jakob · 9 years ago
  30. d4258ba generate more compact binaries by Wenzel Jakob · 9 years ago
  31. 38bd711 Initial commit by Wenzel Jakob · 9 years ago