1. 1249452 Minor fixes (#613) by Jason Rhinelander · 7 years ago
  2. 2686da8 Add support for positional args with args/kwargs by Jason Rhinelander · 8 years ago
  3. ec009a7 Improve custom holder support (#607) by Dean Moldovan · 7 years ago
  4. f7f5bc8 Numpy: better compilation errors, long double support (#619) by Jason Rhinelander · 7 years ago
  5. cc88aae Add check for matching holder_type when inheriting (#588) by Pim Schellart · 7 years ago
  6. cd7eacc fix segfault in test suite due to typo (fixes #586) by Wenzel Jakob · 8 years ago
  7. 0e49c02 use a more conservative mechanism to check for pytest by Wenzel Jakob · 8 years ago
  8. 64cb699 disable dynamic attribute test on pypy by Wenzel Jakob · 8 years ago
  9. c40d8c6 Fix segfault when repr() with pybind11 type with metaclass (#571) by Yung-Yu Chen · 8 years ago
  10. 06b9397 Add 'check' target to run all available tests by Dean Moldovan · 8 years ago
  11. 71e8a79 Rename target from pybind11::pybind11 to pybind11::module by Dean Moldovan · 8 years ago
  12. 0cbec5c Add new options and docs for pybind11_add_module by Dean Moldovan · 8 years ago
  13. b0f3885 Make sure add_subdirectory and find_package behave identically by Dean Moldovan · 8 years ago
  14. 1d1f81b WIP: PyPy support (#527) by Wenzel Jakob · 8 years ago
  15. 2029171 always_construct_holder feature to support intrusively reference-counted types (#561) by Wenzel Jakob · 8 years ago
  16. fa5d05e Change all_of_t/any_of_t to all_of/any_of, add none_of by Jason Rhinelander · 8 years ago
  17. 6e036e7 Support binding noexcept function/methods in C++17 by Jason Rhinelander · 8 years ago
  18. 79de508 Fix test compilation when both optional's exist by Jason Rhinelander · 8 years ago
  19. eb09af5 test installed pybind by Lori A. Burns · 8 years ago
  20. 76e993a Set maximum line length for Python style checker (#552) by Dean Moldovan · 8 years ago
  21. 3f1ff3f Adds automatic casting on assignment of non-pyobject types (#551) by Jason Rhinelander · 8 years ago
  22. 4e959c9 Add syntax sugar for resolving overloaded functions (#541) by Dean Moldovan · 8 years ago
  23. ae185b7 std::valarray support for stl.h (#545) by Jason Rhinelander · 8 years ago
  24. ab90ec6 Allow references to objects held by smart pointers (#533) by Dean Moldovan · 8 years ago
  25. 107285b Accept any sequence type as std::tuple or std::pair by Dean Moldovan · 8 years ago
  26. f200493 Fixed stl casters to use the appropriate type_caster cast_op_type (#529) by Jason Rhinelander · 8 years ago
  27. 5271576 Use correct itemsize when constructing a numpy dtype from a buffer_info by Patrick Stewart · 8 years ago
  28. 47681c1 Only mark unaligned types in buffers (#505) by patstew · 8 years ago
  29. 7146d62 Changed "Invoked with" output to use repr() instead of str() (#518) by Jason Rhinelander · 8 years ago
  30. bad1740 Add checks to maintain a consistent Python code style and prevent bugs (#515) by Dean Moldovan · 8 years ago
  31. d079f41 Always use return_value_policy::move for rvalues (#510) by Dean Moldovan · 8 years ago
  32. 7c2461e resolve issue involving inheritance + def_static + override (fixes #511) by Wenzel Jakob · 8 years ago
  33. 405f6d1 make arithmetic operators of enum_ optional (#508) by Wenzel Jakob · 8 years ago
  34. 99ddc9a equals needed for test_copy_move_policies to build icpc 2016.3 (#507) by Lori A. Burns · 8 years ago
  35. 4de2710 Improve consistency of array and array_t with regard to other pytypes by Dean Moldovan · 8 years ago
  36. e18bc02 Add default and converting constructors for all concrete Python types by Dean Moldovan · 8 years ago
  37. b4498ef Add py::isinstance<T>(obj) for generalized Python type checking by Dean Moldovan · 8 years ago
  38. 5027c4f Switch NumPy variadic indexing to per-value arguments (#500) by Sylvain Corlay · 8 years ago
  39. 90d2780 Extended enum support (#503) by Pim Schellart · 8 years ago
  40. 2e76daa Enable testing for <optional> when available (#501) by Jason Rhinelander · 8 years ago
  41. 425b497 Add type casters for nullopt_t, fix none refcount (#499) by Ivan Smirnov · 8 years ago
  42. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 8 years ago
  43. 617fbcf Fix stl_bind to support movable, non-copyable value types (#490) by Jason Rhinelander · 8 years ago
  44. 0780655 Fix test compilation failure under gcc 4.9 (#496) by Jason Rhinelander · 8 years ago
  45. 920e0e3 Add cmake option to override tests (#489) by Jason Rhinelander · 8 years ago
  46. fe40dfe address number caster regression (fixes #484) by Wenzel Jakob · 8 years ago
  47. c07ec31 Don't construct unique_ptr around unowned pointers (#478) by Jason Rhinelander · 8 years ago
  48. dc0b4bd Add debugging info about .so size to build output (#477) by Jason Rhinelander · 8 years ago
  49. 44a69f7 std::experimental::optional (#475) by Ivan Smirnov · 8 years ago
  50. bd560ac smart pointer refcount fix by @dean0x7d with slight modifications (fixes #471) by Wenzel Jakob · 8 years ago
  51. c546655 Use pytest fixtures in numpy dtypes test module by Ivan Smirnov · 8 years ago
  52. 2184f6d NumPy dtypes are now shared across extensions by Ivan Smirnov · 8 years ago
  53. a743ead Merge pull request #474 from aldanor/feature/numpy-dtype-ex by Wenzel Jakob · 8 years ago
  54. abd3429 Add a test for numpy dtypes with custom names by Ivan Smirnov · 8 years ago
  55. 03f627e Make reference(_internal) the default return value policy for properties (#473) by Dean Moldovan · 8 years ago
  56. 030d10e minor style fix by Wenzel Jakob · 8 years ago
  57. 496feac pybind11: implicitly convert NumPy integer scalars by Wenzel Jakob · 8 years ago
  58. 6873c20 Prevent overwriting previous declarations by Jason Rhinelander · 8 years ago
  59. dd9bd77 Merge pull request #453 from aldanor/feature/numpy-scalars by Wenzel Jakob · 8 years ago
  60. a6e6a8b Require existing typeinfo for direct conversions by Ivan Smirnov · 8 years ago
  61. f4eec65 Merge pull request #455 from bennorth/bugfix/bad-delete-if-no-copy-ctor by Wenzel Jakob · 8 years ago
  62. 5b7e190 Fix def_property and related functions by Dean Moldovan · 8 years ago
  63. bbe4508 Test uncopyable static member by Ben North · 8 years ago
  64. 7edd72d Disallow registering dtypes multiple times by Ivan Smirnov · 8 years ago
  65. cbbb783 Add a test for NumPy scalar conversion by Ivan Smirnov · 8 years ago
  66. 5d28dd1 Support std::shared_ptr holder type out of the box by Dean Moldovan · 8 years ago
  67. 2f3f368 Add tests for numpy enum descriptors by Ivan Smirnov · 8 years ago
  68. 946f897 Merge pull request #445 from lsst-dm/master by Wenzel Jakob · 8 years ago
  69. b8cb5ca Fix dynamic attribute inheritance in C++ by Dean Moldovan · 8 years ago
  70. 5c13749 Merge pull request #437 from dean0x7d/dynamic-attrs by Wenzel Jakob · 8 years ago
  71. fac7c09 NumPy "base" feature: integrated feedback by @aldanor by Wenzel Jakob · 8 years ago
  72. 369e9b3 Permit creation of NumPy arrays with a "base" object that owns the data by Wenzel Jakob · 8 years ago
  73. 43f6aa6 added numpy test (minor): check that 'strides' is respected even when creating new arrays by Wenzel Jakob · 8 years ago
  74. d2afe7f Accept any sequence type as std::vector (or std::list) by Pim Schellart · 8 years ago
  75. 6fccf69 Add dynamic attribute support by Dean Moldovan · 8 years ago
  76. 6a1734a minor cmake cleanups by Wenzel Jakob · 8 years ago
  77. b55a5c5 fixed typo in cmake file by Wenzel Jakob · 8 years ago
  78. dac3858 Make header files viewable in IDEs (fixes #424) by Wenzel Jakob · 8 years ago
  79. 632dee1 Merge pull request #356 from TrentHouliston/master by Wenzel Jakob · 8 years ago
  80. 253e41c Relax constraints on testing to ensure they work in all cases. by Trent Houliston · 8 years ago
  81. 2bab579 Later assignments to accessors should not overwrite the original field by Dean Moldovan · 8 years ago
  82. ea763a5 Extend tuple and list accessor interface by Dean Moldovan · 8 years ago
  83. 242b146 Extend attribute and item accessor interface using object_api by Dean Moldovan · 8 years ago
  84. 865e430 Make attr and item accessors throw on error instead of returning nullptr by Dean Moldovan · 8 years ago
  85. 568ec6b Fix missing smart_ptr test by Dean Moldovan · 8 years ago
  86. d922dff Merge pull request #410 from wjakob/mi by Wenzel Jakob · 8 years ago
  87. 8e5dceb Multiple inheritance support by Wenzel Jakob · 8 years ago
  88. e99ebae nicer error message for invalid function arguments by Wenzel Jakob · 8 years ago
  89. 7962f30 set possible build types in cmake build system by Wenzel Jakob · 8 years ago
  90. b3794f1 Added py::register_exception for simple case (#296) by Jason Rhinelander · 8 years ago
  91. 2f59768 Changed non system clocks to be time deltas by Trent Houliston · 8 years ago
  92. 8fe2fa7 Increase the amount of time to execute the functions to 50ms by Trent Houliston · 8 years ago
  93. 352149e Refactor the chrono cast functions into chrono.h. by Trent Houliston · 8 years ago
  94. 0e48977 Added a test to detect invalid RTTI caching by Jason Rhinelander · 8 years ago
  95. f226838 Merge pull request #400 from jagerman/add-ref-virtual-macros by Wenzel Jakob · 8 years ago
  96. b2eda9a Merge pull request #408 from dean0x7d/exc-destructors by Wenzel Jakob · 8 years ago
  97. e3c297f Merge pull request #407 from wjakob/fix_iterator by Wenzel Jakob · 8 years ago
  98. 7dfb932 Update OVERLOAD macros to support ref/ptr return type overloads by Jason Rhinelander · 8 years ago
  99. 116d37c Use 'override' rather than 'virtual' for overrides by Jason Rhinelander · 8 years ago
  100. aca6bca Add tests for array data access /index methods by Ivan Smirnov · 8 years ago