1. b4b70a5 Update CMake on Travis CI by Dean Moldovan · 9 years ago
  2. 4563e9a Add CMake function pybind11_add_module() by Dean Moldovan · 9 years ago
  3. 928fff6 Include a more robust FindPythonLibs module for CMake by Dean Moldovan · 9 years ago
  4. bd986fe add comment about macro issues (fixes #203) by Wenzel Jakob · 9 years ago
  5. 02096a0 Merge pull request #204 from thedrow/patch-1 by Wenzel Jakob · 9 years ago
  6. f74c923 Cache C/C++ compilation by Omer Katz · 9 years ago
  7. 43b09af example12 clarifications by Wenzel Jakob · 9 years ago
  8. f64ff57 mkdoc.py: improved formatting of code segments and enums by Wenzel Jakob · 9 years ago
  9. a970a57 eigen.h: return compile time vectors as 1D NumPy arrays by Wenzel Jakob · 9 years ago
  10. b47a9de ability to prevent force casts in numpy arguments by Wenzel Jakob · 9 years ago
  11. 93a317e Merge pull request #198 from nils-werner/numpy-typo by Wenzel Jakob · 9 years ago
  12. f7048f2 Fixed typo in NumPy example which prevented compilation by Nils Werner · 9 years ago
  13. 54b4ace Merge pull request #197 from RosettaCommons/fix by Wenzel Jakob · 9 years ago
  14. 065526a Refactoring bind_vector to take std::string to avoid capture of potentially temporary char const * when calling vector_if_insertion_operator by Sergey Lyskov · 9 years ago
  15. 3f200fa don't implicitly convert doubles to ints by Wenzel Jakob · 9 years ago
  16. a439cca minor FAQ edits, referenced cppimport project by Wenzel Jakob · 9 years ago
  17. d1bfc4e support __bool__ on Python 2.x and 3.x by Wenzel Jakob · 9 years ago
  18. 00c7d6c Merge branch 'stl_bind' by Wenzel Jakob · 9 years ago
  19. 25c03ce stl_bind redesign & cleanup pass by Wenzel Jakob · 9 years ago
  20. affb9f4 quench conversion warnings on windows by Wenzel Jakob · 9 years ago
  21. deeab55 quench strict aliasing warnings by Wenzel Jakob · 9 years ago
  22. a380ed9 consider __setstate__ as a constructor by Wenzel Jakob · 9 years ago
  23. 26aca3d Adding vector ’extend’ member function by Sergey Lyskov · 9 years ago
  24. 9ee4f92 Refactoring vector_binder so it now a function by Sergey Lyskov · 9 years ago
  25. 2de5af9 Adding workarounds for MSVC 2015 by Sergey Lyskov · 9 years ago
  26. 7b50cbd Fixing VC build, apparently MSVC implementation of std::is_default_constructible had no bool() operator by Sergey Lyskov · 9 years ago
  27. a95bde1 Adding documentation for value_error. Fixing various formatting issues. Removing redundant binding for C++ style methods. Adding bindings for iterator and slicing protocol. Extending examples. by Sergey Lyskov · 9 years ago
  28. 25ac219 properly adding value_error exception by Sergey Lyskov · 9 years ago
  29. a315c7a Adding Python-style modifiers for vector. Wrapping has_insertion_operator_implementation in _MSC_VER ifdef’s. Adding ‘!=0’ instead of bool cast’s. by Sergey Lyskov · 9 years ago
  30. eae7744 adding stl_binders by Sergey Lyskov · 9 years ago
  31. 178c8a8 nicer type_caster::load() calling conventions by Wenzel Jakob · 9 years ago
  32. 5984baa redesigned cpp_function constructor; significant space savings by Wenzel Jakob · 9 years ago
  33. 07ef518 Merge pull request #194 from jmabille/numpy_ctor by Wenzel Jakob · 9 years ago
  34. a63d93b constructor fix by Johan Mabille · 9 years ago
  35. c209323 Merge pull request #193 from jmabille/vs_fix by Wenzel Jakob · 9 years ago
  36. a580ed8 Compilation issue fixed by Johan Mabille · 9 years ago
  37. ace7b43 switched to conda-forge, updated release process docs by Wenzel Jakob · 9 years ago
  38. 9f272dd updated testcase reference result by Wenzel Jakob · 9 years ago
  39. 6c03beb enable *args and **kwargs notation (closes #190) by Wenzel Jakob · 9 years ago
  40. e611823 quench warning on osx by Wenzel Jakob · 9 years ago
  41. 9e0a056 transparent conversion of dense and sparse Eigen types by Wenzel Jakob · 9 years ago
  42. 9ac5bc5 fix captialization issue in CMakeLists.txt by Wenzel Jakob · 9 years ago
  43. e762853 nicer example on instantiating Eigen matrices by Wenzel Jakob · 9 years ago
  44. f1032df only do numpy contiguous C/Fortran array conversion when explicitly requested by Wenzel Jakob · 9 years ago
  45. 876eeab redesigned format_descriptor<> and npy_format_descriptor<> by Wenzel Jakob · 9 years ago
  46. c62360d minor FAQ updates by Wenzel Jakob · 9 years ago
  47. 163ac2e changelog updates by Wenzel Jakob · 9 years ago
  48. ad69634 minor cleanups by Wenzel Jakob · 9 years ago
  49. aadc2f3 cast(): use cast_op_type mechanism by Wenzel Jakob · 9 years ago
  50. 65f0c2a mkdoc.py: handle conversion operators and template arguments in function names by Wenzel Jakob · 9 years ago
  51. 6d25296 fix incorrect in macro if statement by Wenzel Jakob · 9 years ago
  52. bd57eb4 don't try to cast 'None' into a C++ lvalue reference by Wenzel Jakob · 9 years ago
  53. bdd1103 minor cmake improvements on windows by Wenzel Jakob · 9 years ago
  54. 6fb4849 fix crash when None is passed to enum::operator== by Wenzel Jakob · 9 years ago
  55. 9059bd8 added test for issue #70 by Wenzel Jakob · 9 years ago
  56. 2bc946b copy/move constructor detection workaround (MSVC 2015 bug) by Wenzel Jakob · 9 years ago
  57. 8e93df8 minor clarification regarding keep_alive; fixed some typos by Wenzel Jakob · 9 years ago
  58. c993bce mkdoc.py: document enumerations by Wenzel Jakob · 9 years ago
  59. 5612a0c generalized str::operator std::string() to accept 'bytes'(3.x)/'string'(2.7) by Wenzel Jakob · 9 years ago
  60. fc92d82 added [[noreturn]] attribute to pybind11_fail by Wenzel Jakob · 9 years ago
  61. 87810d8 mkdoc.py: fixed DOC() macro by Wenzel Jakob · 9 years ago
  62. 295acb2 mkdoc.py: handle \ingroup attributes by Wenzel Jakob · 9 years ago
  63. d2b628b added testcase for issue #187 by Wenzel Jakob · 9 years ago
  64. 81e0975 clarified pickle version requirements (fixes #186) by Wenzel Jakob · 9 years ago
  65. 8edfa0c further simplifications to shared_ptr caster by Wenzel Jakob · 9 years ago
  66. e44e56f consider pybind11 include directory before python by Wenzel Jakob · 9 years ago
  67. e707497 restructured code in issues.cpp by Wenzel Jakob · 9 years ago
  68. ffd85b4 return value policy fix for functions returning std::shared_ptr<> (fixes #187) by Wenzel Jakob · 9 years ago
  69. c4d7ccd started working on v1.8 by Wenzel Jakob · 9 years ago
  70. e70b2ab preparing for v1.7 release by Wenzel Jakob · 9 years ago
  71. 1959d18 fixed return value type in py::make_iterator by Wenzel Jakob · 9 years ago
  72. 772c6d5 enable passing C++ instances to void*-valued arguments by Wenzel Jakob · 9 years ago
  73. e8b9dd2 fixed docstring generation for void pointers by Wenzel Jakob · 9 years ago
  74. fd7cf51 enabled casting of const void* by Wenzel Jakob · 9 years ago
  75. f02f416 support longer argument lists in expansion of variadic DOC() macro by Wenzel Jakob · 9 years ago
  76. dc11027 Merge pull request #185 from merlinND/patch-1 by Wenzel Jakob · 9 years ago
  77. 77173d6 mkdoc.py: fix typo in `__DOC5` macro by Merlin Nimier-David · 9 years ago
  78. dd7ec34 documentation updates by Wenzel Jakob · 9 years ago
  79. 06f56ee opaque type redesign by Wenzel Jakob · 9 years ago
  80. f64feaf documentation improvements by Wenzel Jakob · 9 years ago
  81. 6ca6e82 fix various iterator issues (fixes #181) by Wenzel Jakob · 9 years ago
  82. a01977e pytypes noexcept annotations by Wenzel Jakob · 9 years ago
  83. a57e51c mkdoc.py: sanitize_name fixes, PEP 8 cleanups by Wenzel Jakob · 9 years ago
  84. e84f557 documentation improvements by Wenzel Jakob · 9 years ago
  85. d361a57 minor mkdoc name sanitation fix by Wenzel Jakob · 9 years ago
  86. 19dfc50 is_move_constructible simplification by Wenzel Jakob · 9 years ago
  87. 1ac22e3 changelog updates by Wenzel Jakob · 9 years ago
  88. f7b5874 new move value policy by Wenzel Jakob · 9 years ago
  89. fbafdea a few more GIL-related compatibility fixes by Wenzel Jakob · 9 years ago
  90. 17b10d7 functional.h: acquire GIL before calling Python function by Wenzel Jakob · 9 years ago
  91. 2f6662e Python 2.7.x fixes for new gil_scoped_release by Wenzel Jakob · 9 years ago
  92. 084ca0e compilation fixes by Wenzel Jakob · 9 years ago
  93. 39e97e6 significant redesign of GIL state handling by Wenzel Jakob · 9 years ago
  94. 18fb3e3 added a pybind11::none class by Wenzel Jakob · 9 years ago
  95. 9b880ba keep_alive: don't fail when there is no patient by Wenzel Jakob · 9 years ago
  96. 7d0162a minor cleanups by Wenzel Jakob · 9 years ago
  97. 0871228 opaque<> clarifications by Wenzel Jakob · 9 years ago
  98. 5a29242 pybind11.get_include(): added *args and **kwargs pass-through parameters by Wenzel Jakob · 9 years ago
  99. 7ca2755 new type wrapper for iterable objects by Wenzel Jakob · 9 years ago
  100. 54b6fdd starting work on the v1.6 release by Wenzel Jakob · 9 years ago