1. 4be37c1 Merge pull request #269 from jagerman/ternary-description by Wenzel Jakob · 9 years ago
  2. 4609beb Merge remote-tracking branch 'upstream/master' into ternary-description by Jason Rhinelander · 9 years ago
  3. 8469f75 Add _<bool>("s1", "s2") ternary & use TYPE_CASTER by Jason Rhinelander · 9 years ago
  4. 22201d0 Merge pull request #268 from bennorth/stricter-test by Wenzel Jakob · 9 years ago
  5. f57133a correction to #266 fix by Wenzel Jakob · 9 years ago
  6. 150a0fa check(): Stricter check in tests by Ben North · 9 years ago
  7. 676e298 Test that check() catches wrong order of elements by Ben North · 9 years ago
  8. c2f6841 Merge pull request #267 from bennorth/non-contiguous-arrays by Wenzel Jakob · 9 years ago
  9. 7b8d9e0 Test eigen converts slices of 3d arrays correctly by Ben North · 9 years ago
  10. 3e0e779 Tests: Add further '2*' functions for matrices by Ben North · 9 years ago
  11. 93594a3 Fix handling of one-dimensional input arrays by Ben North · 9 years ago
  12. 4a22091 Add tests for doubling row- and col-vectors by Ben North · 9 years ago
  13. b063e64 Eigen tests: '2*' functions for col-, row-vectors by Ben North · 9 years ago
  14. c9f69bc Merge pull request #266 from jagerman/fix-python27-test-output by Wenzel Jakob · 9 years ago
  15. f23e0b5 Fix test diff output under python2.7 by Jason Rhinelander · 9 years ago
  16. 3b48482 Merge pull request #262 from merlinND/make-tuple-error-message by Wenzel Jakob · 9 years ago
  17. 68ca3b6 more informative error message when py::make_tuple fails by Merlin Nimier-David · 9 years ago
  18. 0006259 switched internal usage of cast_error exception to reference_cast_error by Wenzel Jakob · 9 years ago
  19. 472ffbb more informative error message when py::cast fails by Wenzel Jakob · 9 years ago
  20. fb0e2e5 minor formatting fix by Wenzel Jakob · 9 years ago
  21. d7e208c Merge pull request #260 from hbruintjes/allow_const_shared by Wenzel Jakob · 9 years ago
  22. 70d2e57 Cast to derived holder using container type when using std::enable_shared_from_this. by hbruintjes · 9 years ago
  23. 5766c3a cindex.py updated by Wenzel Jakob · 9 years ago
  24. 3eeea6f docs: point out limitations of implicit conversions by Wenzel Jakob · 9 years ago
  25. f53e300 doc updates by Wenzel Jakob · 9 years ago
  26. 09e22b4 Merge pull request #255 from nafur/patch-1 by Wenzel Jakob · 9 years ago
  27. 4626b5a updated limitations section by Wenzel Jakob · 9 years ago
  28. 717df75 Added warning about same-address-optimization by nafur · 9 years ago
  29. 2353b9b quench C4459 warning on MSVC2015 by Wenzel Jakob · 9 years ago
  30. 37e1f61 allow passing a 'return value policy' to handle::operator() by Wenzel Jakob · 9 years ago
  31. 4a53d38 only deprecate call() function if C++14 is available by Wenzel Jakob · 9 years ago
  32. f88af0c clarification on static properties (fixes #248) by Wenzel Jakob · 9 years ago
  33. 407c292 Merge pull request #247 from aldanor/iterators by Wenzel Jakob · 9 years ago
  34. 9edfd20 Merge pull request #245 from bradharmon/callback_examples by Wenzel Jakob · 9 years ago
  35. daed1ab Switch to using prefix increment in make_iterator by Ivan Smirnov · 9 years ago
  36. 3ae5bd7 Remove extraneous semicolon (-pedantic warning) by Ivan Smirnov · 9 years ago
  37. 835fc06 Add callback examples with named parameters by Brad Harmon · 9 years ago
  38. a62b3a0 Merge pull request #244 from JerryAtInnobec/master by Wenzel Jakob · 9 years ago
  39. b8f2d18 Remove unnecessary braces. by Jerry Gamache · 9 years ago
  40. c6e0cdf Allow pybind11::arg to have 0, false, or "" as default values. by Jerry Gamache · 9 years ago
  41. 663513c release process clarifications by Wenzel Jakob · 9 years ago
  42. 452da88 minor .gitignore update by Wenzel Jakob · 9 years ago
  43. f85c529 starting to work on release v1.9 by Wenzel Jakob · 9 years ago
  44. f950215 note about semver policy by Wenzel Jakob · 9 years ago
  45. 1cbe7ef changelog update by Wenzel Jakob · 9 years ago
  46. b4dcb8f Merge pull request #237 from dean0x7d/pythonlibs by Wenzel Jakob · 9 years ago
  47. e782eb8 Skip FindPythonLibsNew if PYTHONLIBS_FOUND is defined (fix #236) by Dean Moldovan · 9 years ago
  48. 19d95ef Merge pull request #226 from dean0x7d/constexpr_arg_check by Wenzel Jakob · 9 years ago
  49. 9e62558 Check the number of named arguments at compile time by Dean Moldovan · 9 years ago
  50. e3f8cfc Merge pull request #224 from dean0x7d/udl by Wenzel Jakob · 9 years ago
  51. b3eadfa Update docs with _a suffix notation for named arguments by Dean Moldovan · 9 years ago
  52. 96017dd Add _a literal for named arguments by Dean Moldovan · 9 years ago
  53. f600c1d updated FAQ section on Python detection by Wenzel Jakob · 9 years ago
  54. ca8dc08 updated pbtest link by Wenzel Jakob · 9 years ago
  55. aa79af0 updated cmake example link by Wenzel Jakob · 9 years ago
  56. 9bb97c1 docs: added a general note about macro usage by Wenzel Jakob · 9 years ago
  57. 99279f7 docs: switched lexer for python console snippets to 'pycon' by Wenzel Jakob · 9 years ago
  58. 7c99ff2 fix segfault when passing a docstring to def_property* (fixes #222) by Wenzel Jakob · 9 years ago
  59. 9767c48 add tested Cygwin version to README.md by Wenzel Jakob · 9 years ago
  60. a22ce6c Merge pull request #220 from dean0x7d/fixes by Wenzel Jakob · 9 years ago
  61. ba0a0c0 Install numpy from manylinux binary wheel on Travis by Dean Moldovan · 9 years ago
  62. 52ae7b1 Add 'check' target which both builds and tests by Dean Moldovan · 9 years ago
  63. 1fe5901 Add a more informative diff output for failed tests by Dean Moldovan · 9 years ago
  64. 4337a5d Fix typo which caused the C++ set test to be skipped by Dean Moldovan · 9 years ago
  65. f2b36c2 Fix a couple of warnings by Dean Moldovan · 9 years ago
  66. 38d8b8c don't allow registering a class twice (fixes #218) by Wenzel Jakob · 9 years ago
  67. 5eda97d gcc fix by Wenzel Jakob · 9 years ago
  68. b569272 quench some Eigen-related warnings by Wenzel Jakob · 9 years ago
  69. 5dd33d8 fix issues with std::vector<bool> overload in STL (fixes #216) by Wenzel Jakob · 9 years ago
  70. dca6b04 Merge pull request #217 from BorisSchaeling/cygwin by Wenzel Jakob · 9 years ago
  71. fc19c19 Fix Cygwin support by Boris Schäling · 9 years ago
  72. 3f3ea26 Merge branch 'master' into cygwin by Boris Schäling · 9 years ago
  73. 0a07805 fixed many conversion warnings on clang by Wenzel Jakob · 9 years ago
  74. c48da92 Merge branch 'cygwin' of https://github.com/BorisSchaeling/pybind11 into BorisSchaeling-cygwin by Wenzel Jakob · 9 years ago
  75. 7da7b67 updated contributors in README.md by Wenzel Jakob · 9 years ago
  76. 67a6392 very minor cmake adjustments by Wenzel Jakob · 9 years ago
  77. 1503d2f Merge pull request #207 from dean0x7d/cmake by Wenzel Jakob · 9 years ago
  78. 9309b02 Merge branch 'master' into cygwin by Boris Schäling · 9 years ago
  79. 20ee935 Use decltype to deduce return type of PyThread_create_key by Boris Schäling · 9 years ago
  80. c3c27c4 Make C++ standard configurable by Dean Moldovan · 9 years ago
  81. 9fb50c5 Add LTO and strip to pybind11_add_module by Dean Moldovan · 9 years ago
  82. 24ddf4b Update CMake build documentation by Dean Moldovan · 9 years ago
  83. 49720f0 Add PYBIND11_ prefix to variable and remove redundant OSX property by Dean Moldovan · 9 years ago
  84. 8965644 Make examples build and run on Cygwin by Boris Schäling · 9 years ago
  85. 2c76c69 minor update to release process by Wenzel Jakob · 9 years ago
  86. 6e2e0e9 Merge pull request #214 from yungyuc/yyc-docver by Wenzel Jakob · 9 years ago
  87. 2240ce2 Update document version to the next release 1.8 by Yung-Yu Chen · 9 years ago
  88. 69e1a5c quenched warnings on windows, comments in gil_scoped_release by Wenzel Jakob · 9 years ago
  89. 86d825f Redesigned virtual call mechanism and user-facing syntax (breaking change!) by Wenzel Jakob · 9 years ago
  90. 60abf29 minor cleanups in pytypes.h by Wenzel Jakob · 9 years ago
  91. ca9f3b2 Merge pull request #213 from yungyuc/yyc-args by Wenzel Jakob · 9 years ago
  92. 114bfeb pybind11::args should have been derived from tuple by Yung-Yu Chen · 9 years ago
  93. 03d6a51 Fix missing variable for Windows build by Dean Moldovan · 9 years ago
  94. 1e3be73 PYBIND11_OVERLOAD_NAME and PYBIND11_OVERLOAD_PURE_NAME (fixes #205) by Wenzel Jakob · 9 years ago
  95. b437867 eigen.h: relax access to members by Wenzel Jakob · 9 years ago
  96. ec10c20 Merge pull request #212 from abergmeier/master by Wenzel Jakob · 9 years ago
  97. 2dd2157 Fixed expected test examples for more verbose error output. by Andreas Bergmeier · 9 years ago
  98. 16d4394 Increase available information on invocation error. by Andreas Bergmeier · 9 years ago
  99. 8c6b0b8 Don't build tests when project is used via add_subdirectory by Dean Moldovan · 9 years ago
  100. b4b70a5 Update CMake on Travis CI by Dean Moldovan · 9 years ago