1. 64cb699 disable dynamic attribute test on pypy by Wenzel Jakob · 8 years ago
  2. a3fec90 Avoid CMP0048 warning (#570) by Jason Rhinelander · 8 years ago
  3. c40d8c6 Fix segfault when repr() with pybind11 type with metaclass (#571) by Yung-Yu Chen · 8 years ago
  4. 87f893b Temporarily allows osx homebrew Python 3.6 to fail (#572) by Yung-Yu Chen · 8 years ago
  5. 3c79671 a few more minor v2.0.0-rc1 related changes by Wenzel Jakob · 8 years ago
  6. d3549d6 added changelog for v2.0.0-rc1 by Wenzel Jakob · 8 years ago
  7. 05920e3 Change compilation/test target back to `check` (#566) by Jason Rhinelander · 8 years ago
  8. 06b9397 Add 'check' target to run all available tests by Dean Moldovan · 8 years ago
  9. 71e8a79 Rename target from pybind11::pybind11 to pybind11::module by Dean Moldovan · 8 years ago
  10. 0cbec5c Add new options and docs for pybind11_add_module by Dean Moldovan · 8 years ago
  11. b0f3885 Make sure add_subdirectory and find_package behave identically by Dean Moldovan · 8 years ago
  12. 003a9eb fixed pypy minimum version by Wenzel Jakob · 8 years ago
  13. 1d1f81b WIP: PyPy support (#527) by Wenzel Jakob · 8 years ago
  14. c79e435 remove constexpr to help export void arg functions with Intel (#557) by Lori A. Burns · 8 years ago
  15. 2029171 always_construct_holder feature to support intrusively reference-counted types (#561) by Wenzel Jakob · 8 years ago
  16. 709e648 Add temporary allow_failure for python 2.7/gcc 6 (#562) by Jason Rhinelander · 8 years ago
  17. 6ae68fe Add simple any_of/all_of implementation for C++17 by Jason Rhinelander · 8 years ago
  18. fa5d05e Change all_of_t/any_of_t to all_of/any_of, add none_of by Jason Rhinelander · 8 years ago
  19. b11b144 Remove duplicate protected:/private: by Jason Rhinelander · 8 years ago
  20. a3d41d1 Add gcc-7 build from debian experimental by Jason Rhinelander · 8 years ago
  21. 6e036e7 Support binding noexcept function/methods in C++17 by Jason Rhinelander · 8 years ago
  22. 79de508 Fix test compilation when both optional's exist by Jason Rhinelander · 8 years ago
  23. 12ce07a Remove useless `convert` argument from argument_loader by Jason Rhinelander · 8 years ago
  24. 23e59c8 Work around gcc 7 ICE by Jason Rhinelander · 8 years ago
  25. cb63770 Silence warnings from eigen under g++ 7 by Jason Rhinelander · 8 years ago
  26. f4b81b3 reflow some docs paragraphs by Lori A. Burns · 8 years ago
  27. eb09af5 test installed pybind by Lori A. Burns · 8 years ago
  28. 545b4db separate main CMakeLists.txt into Tools file also available upon installation by Lori A. Burns · 8 years ago
  29. 5cafc99 add CMake exported interface library and Config detection file by Lori A. Burns · 8 years ago
  30. 44d7c59 make installation include and Config dirs configurable. set CMake project version from source. by Lori A. Burns · 8 years ago
  31. 76e993a Set maximum line length for Python style checker (#552) by Dean Moldovan · 8 years ago
  32. de2c6df check-style.sh: check for accidentally committed CRLF line endings by Wenzel Jakob · 8 years ago
  33. 3f1ff3f Adds automatic casting on assignment of non-pyobject types (#551) by Jason Rhinelander · 8 years ago
  34. 7c9ef7b stable documentation link in README.md by Wenzel Jakob · 8 years ago
  35. f8571ea workaround for sphinx/docutils issue by Wenzel Jakob · 8 years ago
  36. 8fadade add valarray to documentation, update docutils on travis by Wenzel Jakob · 8 years ago
  37. 4e959c9 Add syntax sugar for resolving overloaded functions (#541) by Dean Moldovan · 8 years ago
  38. ae185b7 std::valarray support for stl.h (#545) by Jason Rhinelander · 8 years ago
  39. ab90ec6 Allow references to objects held by smart pointers (#533) by Dean Moldovan · 8 years ago
  40. 8c85a85 Use C++14 index_sequence when possible by Dean Moldovan · 8 years ago
  41. 107285b Accept any sequence type as std::tuple or std::pair by Dean Moldovan · 8 years ago
  42. 719c173 Split up tuple caster and function argument loader by Dean Moldovan · 8 years ago
  43. 9f13a30 Add missing C++ headers. Sort headers (#540) by Alessandro Bacchini · 8 years ago
  44. 67a68f1 print traceback on failed import (#537) by esquires · 8 years ago
  45. 14bfe62 Simplify cast_op return type (#532) by Jason Rhinelander · 8 years ago
  46. db86f7f Clean up cast operator invocations (#531) by Jason Rhinelander · 8 years ago
  47. f200493 Fixed stl casters to use the appropriate type_caster cast_op_type (#529) by Jason Rhinelander · 8 years ago
  48. 8d396fc use pybind11::gil_scoped_acquire instead of PyGILState_* by Wenzel Jakob · 8 years ago
  49. 099d6e9 Improved implementation of error_already_set::~error_already_set() by Wenzel Jakob · 8 years ago
  50. e72d958 detail::error_string: handle call stacks that switch between C++ and Python multiple times by Wenzel Jakob · 8 years ago
  51. fbec17c error_already_set: move-only semantics by Wenzel Jakob · 8 years ago
  52. 2ac2d69 Improve FindPythonLibsNew detection of python library directory (#523) by Jason Rhinelander · 8 years ago
  53. 5271576 Use correct itemsize when constructing a numpy dtype from a buffer_info by Patrick Stewart · 8 years ago
  54. 47681c1 Only mark unaligned types in buffers (#505) by patstew · 8 years ago
  55. b14f065 numpy.h replace macros with functions (#514) by Sylvain Corlay · 8 years ago
  56. 7146d62 Changed "Invoked with" output to use repr() instead of str() (#518) by Jason Rhinelander · 8 years ago
  57. c4d8196 include LICENSE, README.md, CONTRIBUTING.md in pip archive (fixes #512) by Wenzel Jakob · 8 years ago
  58. bad1740 Add checks to maintain a consistent Python code style and prevent bugs (#515) by Dean Moldovan · 8 years ago
  59. df81546 added forgotten initialization by Wenzel Jakob · 8 years ago
  60. d079f41 Always use return_value_policy::move for rvalues (#510) by Dean Moldovan · 8 years ago
  61. 31fbf18 replace redundant function_record->class_ field with 1 bit by Wenzel Jakob · 8 years ago
  62. 7c2461e resolve issue involving inheritance + def_static + override (fixes #511) by Wenzel Jakob · 8 years ago
  63. 405f6d1 make arithmetic operators of enum_ optional (#508) by Wenzel Jakob · 8 years ago
  64. 99ddc9a equals needed for test_copy_move_policies to build icpc 2016.3 (#507) by Lori A. Burns · 8 years ago
  65. 4de2710 Improve consistency of array and array_t with regard to other pytypes by Dean Moldovan · 8 years ago
  66. c7ac16b Add py::reinterpret_borrow<T>()/steal<T>() for low-level unchecked casts by Dean Moldovan · 8 years ago
  67. e18bc02 Add default and converting constructors for all concrete Python types by Dean Moldovan · 8 years ago
  68. b4498ef Add py::isinstance<T>(obj) for generalized Python type checking by Dean Moldovan · 8 years ago
  69. 281ccc6 exception constructor consistency improvements (fixes #492) by Wenzel Jakob · 8 years ago
  70. 5027c4f Switch NumPy variadic indexing to per-value arguments (#500) by Sylvain Corlay · 8 years ago
  71. 2fb5f1d added message about recursion limits by Wenzel Jakob · 8 years ago
  72. 90d2780 Extended enum support (#503) by Pim Schellart · 8 years ago
  73. 2e76daa Enable testing for <optional> when available (#501) by Jason Rhinelander · 8 years ago
  74. 425b497 Add type casters for nullopt_t, fix none refcount (#499) by Ivan Smirnov · 8 years ago
  75. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 8 years ago
  76. 617fbcf Fix stl_bind to support movable, non-copyable value types (#490) by Jason Rhinelander · 8 years ago
  77. 06bd27f import size_t into pybind11 namespace (fixes #498) by Wenzel Jakob · 8 years ago
  78. 0780655 Fix test compilation failure under gcc 4.9 (#496) by Jason Rhinelander · 8 years ago
  79. 920e0e3 Add cmake option to override tests (#489) by Jason Rhinelander · 8 years ago
  80. 5e1c044 include backtrace in pybind11::detail::error_string (#494) by Wenzel Jakob · 8 years ago
  81. 219b10a Update travis and appveyor builds to eigen 3.3.0 (#491) by Jason Rhinelander · 8 years ago
  82. 2b92a49 updated check-style.sh docs by Wenzel Jakob · 8 years ago
  83. cc4efe6 more code style checks in Travis CI :) by Wenzel Jakob · 8 years ago
  84. fe40dfe address number caster regression (fixes #484) by Wenzel Jakob · 8 years ago
  85. c07ec31 Don't construct unique_ptr around unowned pointers (#478) by Jason Rhinelander · 8 years ago
  86. e916d84 minor: have enum::export_values() return a reference to *this as usual by Wenzel Jakob · 8 years ago
  87. f1b44a0 <optional> requires -std=c++17 (#479) by Jason Rhinelander · 8 years ago
  88. dc0b4bd Add debugging info about .so size to build output (#477) by Jason Rhinelander · 8 years ago
  89. 45e6e6f add note about custom type casters (fixes #480) by Wenzel Jakob · 8 years ago
  90. 12edaaa Only enable std::optional if compiling in >= C++14 (#476) by Jason Rhinelander · 8 years ago
  91. 44a69f7 std::experimental::optional (#475) by Ivan Smirnov · 8 years ago
  92. bd560ac smart pointer refcount fix by @dean0x7d with slight modifications (fixes #471) by Wenzel Jakob · 8 years ago
  93. 0a9ef9c Merge pull request #472 from aldanor/feature/shared-dtypes by Wenzel Jakob · 8 years ago
  94. cc8ff16 Move register_dtype() outside of the template by Ivan Smirnov · 8 years ago
  95. f95fda0 Add docs re: shared data API by Ivan Smirnov · 8 years ago
  96. 2dbf029 Add public shared_data API by Ivan Smirnov · 8 years ago
  97. c546655 Use pytest fixtures in numpy dtypes test module by Ivan Smirnov · 8 years ago
  98. 2184f6d NumPy dtypes are now shared across extensions by Ivan Smirnov · 8 years ago
  99. a743ead Merge pull request #474 from aldanor/feature/numpy-dtype-ex by Wenzel Jakob · 8 years ago
  100. abd3429 Add a test for numpy dtypes with custom names by Ivan Smirnov · 8 years ago