1. b16421e Nicer API to pass py::capsule destructor (#752) by Wenzel Jakob · 7 years ago
  2. 773339f array-unchecked: add runtime dimension support and array-compatible methods by Jason Rhinelander · 7 years ago
  3. 423a49b array: add unchecked access via proxy object by Jason Rhinelander · 7 years ago
  4. 0d765f4 Support class-specific operator new and delete by Dean Moldovan · 7 years ago
  5. b0292c1 vectorize: trivial handling for F-order arrays by Jason Rhinelander · 7 years ago
  6. ae5a8f7 Stop forcing c-contiguous in py::vectorize by Jason Rhinelander · 7 years ago
  7. cd3d1fc Throw an exception when attempting to load an incompatible holder by Dean Moldovan · 7 years ago
  8. b961626 Fail to compile with MI via class_ ctor parameters by Jason Rhinelander · 7 years ago
  9. efa8726 Eigen: don't require conformability on length-1 dimensions by Jason Rhinelander · 7 years ago
  10. 819cb55 Fix nullptr to None conversion for builtin type casters by Dean Moldovan · 7 years ago
  11. 1769ea4 Add __module__ attribute to all pybind11 builtin types (#729) by Dean Moldovan · 7 years ago
  12. 0b6d08a Add function for comparing buffer_info formats to types by Patrick Stewart · 8 years ago
  13. 5467979 Add the buffer interface for wrapped STL vectors by Patrick Stewart · 8 years ago
  14. 16afbce Improve py::array_t scalar type information (#724) by Dean Moldovan · 7 years ago
  15. e5456c2 Fix for floating point durations by Jason Rhinelander · 7 years ago
  16. d47febc Minor pytest maintenance (#702) by Dean Moldovan · 7 years ago
  17. 10d1304 Fix extra docstring newlines under `options.disable_function_signatures()` by Jason Rhinelander · 8 years ago
  18. c44fe6f array_t overload resolution support by Jason Rhinelander · 8 years ago
  19. af936e1 Expose enum_ entries as "__members__" read-only property. Getters get a copy. by Matthieu Bec · 8 years ago
  20. 5143989 Fix compilation of Eigen casters with complex scalars by Dean Moldovan · 8 years ago
  21. 620a808 Test with debug build of Python when DEBUG=1 on Travis by Dean Moldovan · 8 years ago
  22. 5637af7 Add lightweight iterators for tuple, list and sequence by Dean Moldovan · 8 years ago
  23. 1fac1b9 Make py::iterator compatible with std algorithms by Dean Moldovan · 8 years ago
  24. f768582 Handle all py::iterator errors by Dean Moldovan · 8 years ago
  25. cecb577 fix -Wunused-lambda-capture warning by Wenzel Jakob · 8 years ago
  26. df24488 Skip .match on older pytest (pre-3.0) by Jason Rhinelander · 8 years ago
  27. 0861be0 Fix numpy tests for big endian architectures by Jason Rhinelander · 8 years ago
  28. 2a75784 Move requires_numpy, etc. decorators to globals by Jason Rhinelander · 8 years ago
  29. 17d0283 Eigen<->numpy referencing support by Jason Rhinelander · 8 years ago
  30. fd75170 Change array's writeable exception to a ValueError by Jason Rhinelander · 8 years ago
  31. f86dddf array: fix base handling by Jason Rhinelander · 8 years ago
  32. d9d224f Eigen: fix partially-fixed matrix conversion by Jason Rhinelander · 8 years ago
  33. a04410b Workaround style check false positive by Jason Rhinelander · 8 years ago
  34. 231e167 Show kwargs in failed method invocation by Jason Rhinelander · 8 years ago
  35. 60d0e0d Independent tests (#665) by Jason Rhinelander · 8 years ago
  36. ee2e5a5 Make string conversion stricter (#695) by Jason Rhinelander · 8 years ago
  37. dd01665 Enable static properties (py::metaclass) by default by Dean Moldovan · 8 years ago
  38. 08cbe8d Make all classes with the same instance size derive from a common base by Dean Moldovan · 8 years ago
  39. c91f8bd Reimplement static properties by extending PyProperty_Type by Dean Moldovan · 8 years ago
  40. c7fcde7 Fixed compilation error when binding function accepting some forms of std::function (#689) by Lunderberg · 8 years ago
  41. 11a337f Unicode fixes and docs (#624) by Jason Rhinelander · 8 years ago
  42. 1bee6e7 Overhaul LTO flag detection by Jason Rhinelander · 8 years ago
  43. 5e92b3e Fix path to libsize.py (#658) by Matthew Woehlke · 8 years ago
  44. 1eaacd1 Fix debugging output for nameless py::arg_v annotations (#648) by Jason Rhinelander · 8 years ago
  45. e550589 Prefer non-converting argument overloads by Jason Rhinelander · 8 years ago
  46. abc29ca Add support for non-converting arguments by Jason Rhinelander · 8 years ago
  47. 0558a9a Add warning about binding multiple modules (#635) by Jason Rhinelander · 8 years ago
  48. 1249452 Minor fixes (#613) by Jason Rhinelander · 8 years ago
  49. 2686da8 Add support for positional args with args/kwargs by Jason Rhinelander · 8 years ago
  50. ec009a7 Improve custom holder support (#607) by Dean Moldovan · 8 years ago
  51. f7f5bc8 Numpy: better compilation errors, long double support (#619) by Jason Rhinelander · 8 years ago
  52. cc88aae Add check for matching holder_type when inheriting (#588) by Pim Schellart · 8 years ago
  53. cd7eacc fix segfault in test suite due to typo (fixes #586) by Wenzel Jakob · 8 years ago
  54. 0e49c02 use a more conservative mechanism to check for pytest by Wenzel Jakob · 8 years ago
  55. 64cb699 disable dynamic attribute test on pypy by Wenzel Jakob · 8 years ago
  56. c40d8c6 Fix segfault when repr() with pybind11 type with metaclass (#571) by Yung-Yu Chen · 8 years ago
  57. 06b9397 Add 'check' target to run all available tests by Dean Moldovan · 8 years ago
  58. 71e8a79 Rename target from pybind11::pybind11 to pybind11::module by Dean Moldovan · 8 years ago
  59. 0cbec5c Add new options and docs for pybind11_add_module by Dean Moldovan · 8 years ago
  60. b0f3885 Make sure add_subdirectory and find_package behave identically by Dean Moldovan · 8 years ago
  61. 1d1f81b WIP: PyPy support (#527) by Wenzel Jakob · 8 years ago
  62. 2029171 always_construct_holder feature to support intrusively reference-counted types (#561) by Wenzel Jakob · 8 years ago
  63. fa5d05e Change all_of_t/any_of_t to all_of/any_of, add none_of by Jason Rhinelander · 8 years ago
  64. 6e036e7 Support binding noexcept function/methods in C++17 by Jason Rhinelander · 8 years ago
  65. 79de508 Fix test compilation when both optional's exist by Jason Rhinelander · 8 years ago
  66. eb09af5 test installed pybind by Lori A. Burns · 8 years ago
  67. 76e993a Set maximum line length for Python style checker (#552) by Dean Moldovan · 8 years ago
  68. 3f1ff3f Adds automatic casting on assignment of non-pyobject types (#551) by Jason Rhinelander · 8 years ago
  69. 4e959c9 Add syntax sugar for resolving overloaded functions (#541) by Dean Moldovan · 8 years ago
  70. ae185b7 std::valarray support for stl.h (#545) by Jason Rhinelander · 8 years ago
  71. ab90ec6 Allow references to objects held by smart pointers (#533) by Dean Moldovan · 8 years ago
  72. 107285b Accept any sequence type as std::tuple or std::pair by Dean Moldovan · 8 years ago
  73. f200493 Fixed stl casters to use the appropriate type_caster cast_op_type (#529) by Jason Rhinelander · 8 years ago
  74. 5271576 Use correct itemsize when constructing a numpy dtype from a buffer_info by Patrick Stewart · 8 years ago
  75. 47681c1 Only mark unaligned types in buffers (#505) by patstew · 8 years ago
  76. 7146d62 Changed "Invoked with" output to use repr() instead of str() (#518) by Jason Rhinelander · 8 years ago
  77. bad1740 Add checks to maintain a consistent Python code style and prevent bugs (#515) by Dean Moldovan · 8 years ago
  78. d079f41 Always use return_value_policy::move for rvalues (#510) by Dean Moldovan · 8 years ago
  79. 7c2461e resolve issue involving inheritance + def_static + override (fixes #511) by Wenzel Jakob · 8 years ago
  80. 405f6d1 make arithmetic operators of enum_ optional (#508) by Wenzel Jakob · 8 years ago
  81. 99ddc9a equals needed for test_copy_move_policies to build icpc 2016.3 (#507) by Lori A. Burns · 8 years ago
  82. 4de2710 Improve consistency of array and array_t with regard to other pytypes by Dean Moldovan · 8 years ago
  83. e18bc02 Add default and converting constructors for all concrete Python types by Dean Moldovan · 8 years ago
  84. b4498ef Add py::isinstance<T>(obj) for generalized Python type checking by Dean Moldovan · 8 years ago
  85. 5027c4f Switch NumPy variadic indexing to per-value arguments (#500) by Sylvain Corlay · 8 years ago
  86. 90d2780 Extended enum support (#503) by Pim Schellart · 8 years ago
  87. 2e76daa Enable testing for <optional> when available (#501) by Jason Rhinelander · 8 years ago
  88. 425b497 Add type casters for nullopt_t, fix none refcount (#499) by Ivan Smirnov · 8 years ago
  89. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 8 years ago
  90. 617fbcf Fix stl_bind to support movable, non-copyable value types (#490) by Jason Rhinelander · 8 years ago
  91. 0780655 Fix test compilation failure under gcc 4.9 (#496) by Jason Rhinelander · 8 years ago
  92. 920e0e3 Add cmake option to override tests (#489) by Jason Rhinelander · 8 years ago
  93. fe40dfe address number caster regression (fixes #484) by Wenzel Jakob · 8 years ago
  94. c07ec31 Don't construct unique_ptr around unowned pointers (#478) by Jason Rhinelander · 8 years ago
  95. dc0b4bd Add debugging info about .so size to build output (#477) by Jason Rhinelander · 8 years ago
  96. 44a69f7 std::experimental::optional (#475) by Ivan Smirnov · 8 years ago
  97. bd560ac smart pointer refcount fix by @dean0x7d with slight modifications (fixes #471) by Wenzel Jakob · 8 years ago
  98. c546655 Use pytest fixtures in numpy dtypes test module by Ivan Smirnov · 8 years ago
  99. 2184f6d NumPy dtypes are now shared across extensions by Ivan Smirnov · 8 years ago
  100. a743ead Merge pull request #474 from aldanor/feature/numpy-dtype-ex by Wenzel Jakob · 8 years ago