1. 4a50fa5 Address issue with handle::cast<bool>(), quench warning in example 12 (fixes #110) by Wenzel Jakob · 9 years ago
  2. 9cfa71f Example of bug in functions returning bool overriden in python by jmabille · 9 years ago
  3. 347e6ea allow a broader set of types in STL containers by Wenzel Jakob · 9 years ago
  4. 82ba330 stl.h: transparent conversion of STL linked lists by Wenzel Jakob · 9 years ago
  5. a3861b5 type_caster_generic::load(): accept Py_None as input by Wenzel Jakob · 9 years ago
  6. cf2b87a changelog update by Wenzel Jakob · 9 years ago
  7. bee8f16 removed 'pybind11' package which ultimately served no purpose by Wenzel Jakob · 9 years ago
  8. c0ce590 Fix link in setup.py by Wenzel Jakob · 9 years ago
  9. bf72a76 added 'dist' to .gitignore file by Wenzel Jakob · 9 years ago
  10. 57b5279 fixed run_test script by Wenzel Jakob · 9 years ago
  11. 240e404 added note about supported compiler versions by Wenzel Jakob · 9 years ago
  12. 80c2451 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) by Wenzel Jakob · 9 years ago
  13. d6e4cef minor formatting changes, removed missing header files referenced in setup.py by Wenzel Jakob · 9 years ago
  14. 5e31d89 Merge pull request #102 from jmabille/vectorize by Wenzel Jakob · 9 years ago
  15. 1dc960c NumPy-style broadcasting support in pybind11::vectorize by Johan Mabille · 9 years ago
  16. e2bb4eb don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) by Wenzel Jakob · 9 years ago
  17. 3fe59b9 Merge pull request #103 from bennybp/master by Wenzel Jakob · 9 years ago
  18. 33f3430 Add intel warning push/pop by Ben Pritchard · 9 years ago
  19. 2de6e1d Remove some unnecessary semicolons (compilers warn on higher levels) by Ben Pritchard · 9 years ago
  20. 70ee47d Add Intel to cmake file. Supress Intel inline/noinline warning by Ben Pritchard · 9 years ago
  21. 0b6cff3 Fixes for compilation/segfault problems with Intel (issue 94) by Ben Pritchard · 9 years ago
  22. f8584b6 quench some warnings in operators.h by Wenzel Jakob · 9 years ago
  23. 0880294 support unordered set/map data structures (fixes #100) by Wenzel Jakob · 9 years ago
  24. 4fee179 better debug info when arg::operator=() fails by Wenzel Jakob · 9 years ago
  25. 6f6c3bc fixed tarball link in setup.py, added py 3.6 by Wenzel Jakob · 9 years ago
  26. 4f8902a starting development cycle for v1.3 by Wenzel Jakob · 9 years ago
  27. 8ed2808 pybind11, version 1.2 by Wenzel Jakob · 9 years ago
  28. 43b6a23 minor comment about binding static methods by Wenzel Jakob · 9 years ago
  29. 10c74c6 transparent std::array conversion (fixes #97) by Wenzel Jakob · 9 years ago
  30. c91551b improved python detection in CMakeLists.txt (fixes #98) by Wenzel Jakob · 9 years ago
  31. 1f7a809 support for string default arguments specified as static arrays by Wenzel Jakob · 9 years ago
  32. e206564 removed a redundant tag by Wenzel Jakob · 9 years ago
  33. a650179 set __module__ attribute of functions (fixes #95) by Wenzel Jakob · 9 years ago
  34. de3ad07 documentation on exporting constants (closes #92) by Wenzel Jakob · 9 years ago
  35. 298183f Merge pull request #91 from SylvainCorlay/version by Wenzel Jakob · 9 years ago
  36. 97dc810 Add version info and release instructions for pybind11 by Sylvain Corlay · 9 years ago
  37. cd4e6ae updated changelog by Wenzel Jakob · 9 years ago
  38. b6cf75d address issue with std::type_info across module boundaries (fixes #86) by Wenzel Jakob · 9 years ago
  39. 2547ca4 deal with Python versions compiled without thread support (fixes #81) by Felipe Lema · 9 years ago
  40. 15f6a00 enum comparison and conversion operations (closes #80) by Wenzel Jakob · 9 years ago
  41. a40c27e travis: cache pip by Wenzel Jakob · 9 years ago
  42. ab7ef81 Merge pull request #73 from ax3l/topic-cleanCMake by Wenzel Jakob · 9 years ago
  43. 518cf72 improve cmake windows debug configuration (fixes #77) by Wenzel Jakob · 9 years ago
  44. fa92f67 Merge pull request #76 from ax3l/fix-unusedVar by Wenzel Jakob · 9 years ago
  45. d1f4d3e Merge pull request #78 from ax3l/fix-complexGlibc by Wenzel Jakob · 9 years ago
  46. 30214ad Fix #75 <complex> may define macro I by Axel Huebl · 9 years ago
  47. 2dd5e3b Close #69 Unused Var: Warning by Axel Huebl · 9 years ago
  48. 6c37f21 CMake: Test Counting by Axel Huebl · 9 years ago
  49. 80a0674 hopefully final(?) adjustment to detail::is_copy_constructible (fixes #70) by Wenzel Jakob · 9 years ago
  50. d4db8bc minor cmake doc improvements by Wenzel Jakob · 9 years ago
  51. b670b77 minor adjustment to detail::is_copy_constructible (fixes #70) by Wenzel Jakob · 9 years ago
  52. 88d1d04 another attempt to fix the offsetof warnings by Wenzel Jakob · 9 years ago
  53. 9dcb1c3 Merge pull request #71 from ax3l/fix-strBuild2 by Wenzel Jakob · 9 years ago
  54. 7cd569c Fix Compile Error: str Naming by Axel Huebl · 9 years ago
  55. 6158716 example on manually vectorizing numpy code (closes #27) by Wenzel Jakob · 9 years ago
  56. 260bc58 improved SFINAE in type_caster_generic (closes #70) by Wenzel Jakob · 9 years ago
  57. 92b2f45 fix regression in stl.h by Wenzel Jakob · 9 years ago
  58. 2983d5e quench warnings (closes #69) by Wenzel Jakob · 9 years ago
  59. 48548ea general cleanup of the codebase by Wenzel Jakob · 9 years ago
  60. 9180519 added an example on using fancier kinds of default arguments by Wenzel Jakob · 9 years ago
  61. 1ae77fe added a changelog file and version defines by Wenzel Jakob · 9 years ago
  62. 53b2654 python 3.2 compatiblity (closes #56) by Wenzel Jakob · 9 years ago
  63. ba0732e fixed a terrible bug in def_property_static and switched to the faster PyObject_CallFunctionObjArgs API call by Wenzel Jakob · 9 years ago
  64. 678d787 do more work with classes from pytypes.h (especially for STL container casting) by Wenzel Jakob · 9 years ago
  65. d561cb0 fully moved __pybind11__ Python attributes to the C++ side, cleanup & documentation pass over the main header file by Wenzel Jakob · 9 years ago
  66. e45b290 numpy.h: fixed a leak, added some comments to buffer_info by Wenzel Jakob · 9 years ago
  67. d33361a moved lifetime management of Py_buffer to pybind11::buffer_info, renamed count->size to match NumPy naming (fixes #34) by Wenzel Jakob · 9 years ago
  68. 95d1869 minor fixes & removed a leak when freeing functions by Wenzel Jakob · 9 years ago
  69. b2c2c79 improved handling of shared/smart pointers by Wenzel Jakob · 9 years ago
  70. 2ca07de minor fix for PYBIND11_OBJECT_CVT by Wenzel Jakob · 9 years ago
  71. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 9 years ago
  72. 87187af switch NumPy array to object API, avoid unnecessary copy operation in vectorize by Wenzel Jakob · 9 years ago
  73. 87dfad6 avoid naming clashes with numpy (fixes #36) by Wenzel Jakob · 9 years ago
  74. 4177ed4 renamed decay -> intrinsic_type (fixes #59) by Wenzel Jakob · 9 years ago
  75. 82ffd40 type of void fixed (None -> NoneType) by Wenzel Jakob · 9 years ago
  76. 56e9f49 improved signature names for subclasses of pybind11::handle by Wenzel Jakob · 9 years ago
  77. d0325bb switched a few admissible cases from PyTuple_Set/GetItem -> PyTuple_SET/GET_ITEM by Wenzel Jakob · 9 years ago
  78. 27e8e10 added new type pybind11::bytes, cleanup of various macros (fixes #49) by Wenzel Jakob · 9 years ago
  79. 2dfbade documentation on using multiple extension modules by Wenzel Jakob · 9 years ago
  80. 4c1a6be minor cleanups in numpy.h, updated gitignore file for ninja by Wenzel Jakob · 9 years ago
  81. 6eb11da Very minor documentation fixes, updated logo by Wenzel Jakob · 9 years ago
  82. f4671f6 use RAII in dispatcher to avoid refcount leaks in certain circumstances when handling exceptions by Wenzel Jakob · 9 years ago
  83. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 9 years ago
  84. 2ac5044 moved processing of cpp_function arguments out of dispatch code by Wenzel Jakob · 9 years ago
  85. caa9d44 cmake: robustified search for python by Wenzel Jakob · 9 years ago
  86. 3faa387 Merge pull request #66 from aldanor/patch-1 by Wenzel Jakob · 9 years ago
  87. 4f88edd Add an include in cmake.rst by Ivan Smirnov · 9 years ago
  88. f08a3f0 Merge pull request #52 from tmiasko/const-correctness by Wenzel Jakob · 9 years ago
  89. deadbbb Merge pull request #57 from tmiasko/conversion by Wenzel Jakob · 9 years ago
  90. ca77130 Use object class to hold partially converted python objects. by Tomasz Miąsko · 9 years ago
  91. 3367cec detect unreferenced keyword arguments in function calls by Wenzel Jakob · 9 years ago
  92. e9dc824 Merge pull request #53 from tmiasko/clean-type by Wenzel Jakob · 9 years ago
  93. 5d53ac4 Clean the type name alone, not the whole message. by Tomasz Miąsko · 9 years ago
  94. 875df55 Make handle and related classes const correct. by Tomasz Miąsko · 9 years ago
  95. 45f7c65 Merge pull request #50 from tmiasko/handle_cast_const by Wenzel Jakob · 9 years ago
  96. 386ac5c Merge pull request #51 from tmiasko/def_tuple by Wenzel Jakob · 9 years ago
  97. c83e062 Create an empty python tuple in pybind::tuple default constructor. by Tomasz Miąsko · 9 years ago
  98. cc39b2f Add const modifier to handle::cast. by Tomasz Miąsko · 9 years ago
  99. dd57a34 improved error handling at module import time by Wenzel Jakob · 9 years ago
  100. 9d573f4 stl.h fix for std::map (see PR #43) by Wenzel Jakob · 9 years ago