1. bf0c7dc convenience overload for make_iterator() by Wenzel Jakob · 8 years ago
  2. 1dc940d quenched -pendantic warnings (closes #167) by Wenzel Jakob · 8 years ago
  3. b2b44a9 fix for virtual dispatch on newly created threads by Wenzel Jakob · 8 years ago
  4. 8bd31c7 New automatic return value policy for cat() and make_tuple(), fixed an ambiguity issue by Wenzel Jakob · 8 years ago
  5. b282595 convenience wrapper for constructing iterators (fixes #142) by Wenzel Jakob · 8 years ago
  6. 5a6aa49 Added len() function by Wenzel Jakob · 8 years ago
  7. d7efa4f return best representation of polymorphic types (fixes #105) by Wenzel Jakob · 8 years ago
  8. 1c329aa pickling support (fixes #144) by Wenzel Jakob · 8 years ago
  9. 505466f added variadic make_tuple() function by Wenzel Jakob · 8 years ago
  10. f5c154a address issue with virtual function dispatch (fixes #159) by Wenzel Jakob · 8 years ago
  11. 95dc069 starting work on version 1.5 by Wenzel Jakob · 9 years ago
  12. 9f0dfce returning unique pointers is now allowed by Wenzel Jakob · 9 years ago
  13. a3ee1a4 improved pair type caster (fixes #155) by Wenzel Jakob · 9 years ago
  14. 912feec improve debug error message when default parameter construction fails by Wenzel Jakob · 9 years ago
  15. b90e68d another corner case (fixes #151) by Wenzel Jakob · 9 years ago
  16. 08927e9 tabs->spaces by Wenzel Jakob · 9 years ago
  17. 9883ec0 allow nullptr string values (closes #138) by Wenzel Jakob · 9 years ago
  18. 7393343 removed unnecessary code by Wenzel Jakob · 9 years ago
  19. d3349af modularized logic in preceding change, fixed issue with char (fixes #150) by Wenzel Jakob · 9 years ago
  20. 0772967 allow nullptr when passing void* values by Wenzel Jakob · 9 years ago
  21. de1bca8 added feature to pass void* pointers by popular demand by Wenzel Jakob · 9 years ago
  22. 12cf543 address compilation issue in MSVC by Wenzel Jakob · 9 years ago
  23. 048373c explicitly route type casting operations to desired casting operator (fixes #147) by Wenzel Jakob · 9 years ago
  24. 0b48958 improve default parameters for properties by Wenzel Jakob · 9 years ago
  25. 84ec78f minor redesign/generalization of def_property mechanism by Wenzel Jakob · 9 years ago
  26. eda978e support for opaque types by Wenzel Jakob · 9 years ago
  27. 1b52246 Better testing for callable python functions by Ben Pritchard · 9 years ago
  28. 17cdb06 fix severe regression involving character arrays (fixes #137) by Wenzel Jakob · 9 years ago
  29. eb5277b Merge pull request #119 from SylvainCorlay/docstring by Wenzel Jakob · 9 years ago
  30. 4c7bf9b Add return type by Sylvain Corlay · 9 years ago
  31. 0e04fdf Add generic signature for overloads by Sylvain Corlay · 9 years ago
  32. 13b22bf Signature formatting for sphinx by Sylvain Corlay · 9 years ago
  33. 81dfd2c Working type casters for wide strings and wide characters by Wenzel Jakob · 9 years ago
  34. 504f755 starting to work on next version by Wenzel Jakob · 9 years ago
  35. 309a85b support std::shared_ptr<const X> and types that indirectly derive from std::enable_shared_from_this by Wenzel Jakob · 9 years ago
  36. 77586fd add version suffix to internal pybind11 data structures to avoid conflicts with future versions by Wenzel Jakob · 9 years ago
  37. bce8a4b force explicit cast (fixes #130) by Wenzel Jakob · 9 years ago
  38. f4902ec Use emplace for casting to map by Ben Pritchard · 9 years ago
  39. 52f4c3a handle nullptr arguments with custom holder types (fixes #124) by Wenzel Jakob · 9 years ago
  40. a88334f add wchar_t caster by hulucc · 9 years ago
  41. c8f68b3 add wstring caster by hulucc · 9 years ago
  42. 218b6ce Revert "trim docstrings (closes #112)" by Wenzel Jakob · 9 years ago
  43. 25dd478 Python overloading of virtual functions defined in class template by Johan Mabille · 9 years ago
  44. b3ef54a trim docstrings (closes #112) by Wenzel Jakob · 9 years ago
  45. 4a50fa5 Address issue with handle::cast<bool>(), quench warning in example 12 (fixes #110) by Wenzel Jakob · 9 years ago
  46. 347e6ea allow a broader set of types in STL containers by Wenzel Jakob · 9 years ago
  47. 82ba330 stl.h: transparent conversion of STL linked lists by Wenzel Jakob · 9 years ago
  48. a3861b5 type_caster_generic::load(): accept Py_None as input by Wenzel Jakob · 9 years ago
  49. d6e4cef minor formatting changes, removed missing header files referenced in setup.py by Wenzel Jakob · 9 years ago
  50. 5e31d89 Merge pull request #102 from jmabille/vectorize by Wenzel Jakob · 9 years ago
  51. 1dc960c NumPy-style broadcasting support in pybind11::vectorize by Johan Mabille · 9 years ago
  52. 33f3430 Add intel warning push/pop by Ben Pritchard · 9 years ago
  53. 2de6e1d Remove some unnecessary semicolons (compilers warn on higher levels) by Ben Pritchard · 9 years ago
  54. 70ee47d Add Intel to cmake file. Supress Intel inline/noinline warning by Ben Pritchard · 9 years ago
  55. 0b6cff3 Fixes for compilation/segfault problems with Intel (issue 94) by Ben Pritchard · 9 years ago
  56. f8584b6 quench some warnings in operators.h by Wenzel Jakob · 9 years ago
  57. 0880294 support unordered set/map data structures (fixes #100) by Wenzel Jakob · 9 years ago
  58. 4fee179 better debug info when arg::operator=() fails by Wenzel Jakob · 9 years ago
  59. 4f8902a starting development cycle for v1.3 by Wenzel Jakob · 9 years ago
  60. 8ed2808 pybind11, version 1.2 by Wenzel Jakob · 9 years ago
  61. 10c74c6 transparent std::array conversion (fixes #97) by Wenzel Jakob · 9 years ago
  62. 1f7a809 support for string default arguments specified as static arrays by Wenzel Jakob · 9 years ago
  63. e206564 removed a redundant tag by Wenzel Jakob · 9 years ago
  64. a650179 set __module__ attribute of functions (fixes #95) by Wenzel Jakob · 9 years ago
  65. b6cf75d address issue with std::type_info across module boundaries (fixes #86) by Wenzel Jakob · 9 years ago
  66. 2547ca4 deal with Python versions compiled without thread support (fixes #81) by Felipe Lema · 9 years ago
  67. 15f6a00 enum comparison and conversion operations (closes #80) by Wenzel Jakob · 9 years ago
  68. fa92f67 Merge pull request #76 from ax3l/fix-unusedVar by Wenzel Jakob · 9 years ago
  69. 30214ad Fix #75 <complex> may define macro I by Axel Huebl · 9 years ago
  70. 2dd5e3b Close #69 Unused Var: Warning by Axel Huebl · 9 years ago
  71. 80a0674 hopefully final(?) adjustment to detail::is_copy_constructible (fixes #70) by Wenzel Jakob · 9 years ago
  72. b670b77 minor adjustment to detail::is_copy_constructible (fixes #70) by Wenzel Jakob · 9 years ago
  73. 88d1d04 another attempt to fix the offsetof warnings by Wenzel Jakob · 9 years ago
  74. 7cd569c Fix Compile Error: str Naming by Axel Huebl · 9 years ago
  75. 260bc58 improved SFINAE in type_caster_generic (closes #70) by Wenzel Jakob · 9 years ago
  76. 92b2f45 fix regression in stl.h by Wenzel Jakob · 9 years ago
  77. 2983d5e quench warnings (closes #69) by Wenzel Jakob · 9 years ago
  78. 48548ea general cleanup of the codebase by Wenzel Jakob · 9 years ago
  79. 1ae77fe added a changelog file and version defines by Wenzel Jakob · 9 years ago
  80. 53b2654 python 3.2 compatiblity (closes #56) by Wenzel Jakob · 9 years ago
  81. ba0732e fixed a terrible bug in def_property_static and switched to the faster PyObject_CallFunctionObjArgs API call by Wenzel Jakob · 9 years ago
  82. 678d787 do more work with classes from pytypes.h (especially for STL container casting) by Wenzel Jakob · 9 years ago
  83. d561cb0 fully moved __pybind11__ Python attributes to the C++ side, cleanup & documentation pass over the main header file by Wenzel Jakob · 9 years ago
  84. e45b290 numpy.h: fixed a leak, added some comments to buffer_info by Wenzel Jakob · 9 years ago
  85. d33361a moved lifetime management of Py_buffer to pybind11::buffer_info, renamed count->size to match NumPy naming (fixes #34) by Wenzel Jakob · 9 years ago
  86. 95d1869 minor fixes & removed a leak when freeing functions by Wenzel Jakob · 9 years ago
  87. b2c2c79 improved handling of shared/smart pointers by Wenzel Jakob · 9 years ago
  88. 2ca07de minor fix for PYBIND11_OBJECT_CVT by Wenzel Jakob · 9 years ago
  89. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 9 years ago
  90. 87187af switch NumPy array to object API, avoid unnecessary copy operation in vectorize by Wenzel Jakob · 9 years ago
  91. 87dfad6 avoid naming clashes with numpy (fixes #36) by Wenzel Jakob · 9 years ago
  92. 4177ed4 renamed decay -> intrinsic_type (fixes #59) by Wenzel Jakob · 9 years ago
  93. 82ffd40 type of void fixed (None -> NoneType) by Wenzel Jakob · 9 years ago
  94. 56e9f49 improved signature names for subclasses of pybind11::handle by Wenzel Jakob · 9 years ago
  95. d0325bb switched a few admissible cases from PyTuple_Set/GetItem -> PyTuple_SET/GET_ITEM by Wenzel Jakob · 9 years ago
  96. 27e8e10 added new type pybind11::bytes, cleanup of various macros (fixes #49) by Wenzel Jakob · 9 years ago
  97. 4c1a6be minor cleanups in numpy.h, updated gitignore file for ninja by Wenzel Jakob · 9 years ago
  98. f4671f6 use RAII in dispatcher to avoid refcount leaks in certain circumstances when handling exceptions by Wenzel Jakob · 9 years ago
  99. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 9 years ago
  100. 2ac5044 moved processing of cpp_function arguments out of dispatch code by Wenzel Jakob · 9 years ago