1. 82ffd40 type of void fixed (None -> NoneType) by Wenzel Jakob · 9 years ago
  2. 56e9f49 improved signature names for subclasses of pybind11::handle by Wenzel Jakob · 9 years ago
  3. d0325bb switched a few admissible cases from PyTuple_Set/GetItem -> PyTuple_SET/GET_ITEM by Wenzel Jakob · 9 years ago
  4. 27e8e10 added new type pybind11::bytes, cleanup of various macros (fixes #49) by Wenzel Jakob · 9 years ago
  5. 2dfbade documentation on using multiple extension modules by Wenzel Jakob · 9 years ago
  6. 4c1a6be minor cleanups in numpy.h, updated gitignore file for ninja by Wenzel Jakob · 9 years ago
  7. 6eb11da Very minor documentation fixes, updated logo by Wenzel Jakob · 9 years ago
  8. f4671f6 use RAII in dispatcher to avoid refcount leaks in certain circumstances when handling exceptions by Wenzel Jakob · 9 years ago
  9. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 9 years ago
  10. 2ac5044 moved processing of cpp_function arguments out of dispatch code by Wenzel Jakob · 9 years ago
  11. caa9d44 cmake: robustified search for python by Wenzel Jakob · 9 years ago
  12. 3faa387 Merge pull request #66 from aldanor/patch-1 by Wenzel Jakob · 9 years ago
  13. 4f88edd Add an include in cmake.rst by Ivan Smirnov · 9 years ago
  14. f08a3f0 Merge pull request #52 from tmiasko/const-correctness by Wenzel Jakob · 9 years ago
  15. deadbbb Merge pull request #57 from tmiasko/conversion by Wenzel Jakob · 9 years ago
  16. ca77130 Use object class to hold partially converted python objects. by Tomasz Miąsko · 9 years ago
  17. 3367cec detect unreferenced keyword arguments in function calls by Wenzel Jakob · 9 years ago
  18. e9dc824 Merge pull request #53 from tmiasko/clean-type by Wenzel Jakob · 9 years ago
  19. 5d53ac4 Clean the type name alone, not the whole message. by Tomasz Miąsko · 9 years ago
  20. 875df55 Make handle and related classes const correct. by Tomasz Miąsko · 9 years ago
  21. 45f7c65 Merge pull request #50 from tmiasko/handle_cast_const by Wenzel Jakob · 9 years ago
  22. 386ac5c Merge pull request #51 from tmiasko/def_tuple by Wenzel Jakob · 9 years ago
  23. c83e062 Create an empty python tuple in pybind::tuple default constructor. by Tomasz Miąsko · 9 years ago
  24. cc39b2f Add const modifier to handle::cast. by Tomasz Miąsko · 9 years ago
  25. dd57a34 improved error handling at module import time by Wenzel Jakob · 9 years ago
  26. 9d573f4 stl.h fix for std::map (see PR #43) by Wenzel Jakob · 9 years ago
  27. 1546b85 Merge pull request #44 from onionhammer/patch-1 by Wenzel Jakob · 9 years ago
  28. a1718a6 functional.h not included in "make install" by Erik O'Leary · 9 years ago
  29. 4b27932 stl.h bugfix for std::set, misc. cleanups by Wenzel Jakob · 9 years ago
  30. dbfaf37 Merge pull request #41 from jaredcasper/master by Wenzel Jakob · 9 years ago
  31. d1a2482 considerable simplifications to the Python type casters by Wenzel Jakob · 9 years ago
  32. 9b0b40e add converter for nullptr_t by Wenzel Jakob · 9 years ago
  33. 6be9e2f Fix typo in STL docs. by Jared Casper · 9 years ago
  34. 5ef1219 smart pointer clarifications by Wenzel Jakob · 9 years ago
  35. 8b5bf00 added enhancements clause to license by Wenzel Jakob · 9 years ago
  36. 6621c17 Merge pull request #38 from adler-j/issue-37__convert_exception by Wenzel Jakob · 9 years ago
  37. 2b9fdbe ENH: add more error conversions by Jonas Adler · 9 years ago
  38. 3e42634 Merge pull request #32 from polygon/fix_complex_arrays by Wenzel Jakob · 9 years ago
  39. e52cf8a also add stl.h header by Wenzel Jakob · 9 years ago
  40. 93d9af1 Merge pull request #31 from polygon/fix_complex by Wenzel Jakob · 9 years ago
  41. f933e68 fixed license (was zlib, should have been 3-clause BSD) by Wenzel Jakob · 9 years ago
  42. ab92eb3 Fixed py:array constructor from failing for complex types by Jan Dohl · 9 years ago
  43. 3e2736b Add complex.h to list of installed headers by Jan Dohl · 9 years ago
  44. 61d67f0 a few more documentation improvements by Wenzel Jakob · 9 years ago
  45. 44db04f clarification regarding STL container support by Wenzel Jakob · 9 years ago
  46. a4caa85 added missing namespace declaration by Wenzel Jakob · 9 years ago
  47. e98a5df Merge pull request #29 from mkkim1129/master by Wenzel Jakob · 9 years ago
  48. b62c120 Fix typographical error by mk kim · 9 years ago
  49. 62127a2 don't allow 'void' or 'void*' as a function argument by Wenzel Jakob · 9 years ago
  50. 5f15121 Merge pull request #24 from jtravs/patch-1 by Wenzel Jakob · 9 years ago
  51. 7ab3e87 Merge pull request #26 from whoshuu/feature/debug-appveyor-configuration by Wenzel Jakob · 9 years ago
  52. 76269b7 fix test harness for windows debug builds by Wenzel Jakob · 9 years ago
  53. 665eeaf Add debug appveyor configuration by Huu Nguyen · 9 years ago
  54. f7e4302 Add ldflags to compile command by John Travers · 9 years ago
  55. bda3b67 add extra documentation CSS on RTD by Wenzel Jakob · 9 years ago
  56. f1532bd updated cmake snippet in documentation by Wenzel Jakob · 9 years ago
  57. ecdd868 documentation on using the gil by Wenzel Jakob · 9 years ago
  58. 24fe090 license note by Wenzel Jakob · 9 years ago
  59. 40584ce fixed another typo by Wenzel Jakob · 9 years ago
  60. 7f78318 Merge pull request #20 from jakirkham/minor_typo by Wenzel Jakob · 9 years ago
  61. 648e196 README.md: Missing "is". by John Kirkham · 9 years ago
  62. e9f4304 Merge pull request #19 from jakirkham/fix_pip_non_ascii_char_err by Wenzel Jakob · 9 years ago
  63. dc97833 setup.py: Fix another dash to be ASCII so pip doesn't complain. by John Kirkham · 9 years ago
  64. c40f8c7 setup.py: Fix dash to be ASCII so pip doesn't complain. by John Kirkham · 9 years ago
  65. faaee1c only use -flto when supported, quenched policy warnings by Wenzel Jakob · 9 years ago
  66. 60c36db generic integer type handling by Wenzel Jakob · 9 years ago
  67. 7f8d1c2 improved int_ constructor by Wenzel Jakob · 9 years ago
  68. 4ee0f2a add missing instructor for bool_ by Wenzel Jakob · 9 years ago
  69. f233166 improved compiler detection by Wenzel Jakob · 9 years ago
  70. e1b113b ifdef WIN32 -> _WIN32 by Wenzel Jakob · 9 years ago
  71. 6e213c9 improved shared pointer support (fixes #14) by Wenzel Jakob · 9 years ago
  72. 5e90fa4 32 bit build in Travis (disabled for now) by Wenzel Jakob · 9 years ago
  73. 3350b5e make install target optional by Wenzel Jakob · 9 years ago
  74. 19af357 Enabling installation of headers on Unix systems. by Luka Čehovin · 9 years ago
  75. a4175d6 added warning about wrapping wrapped functions by Wenzel Jakob · 9 years ago
  76. eb7c0b8 functional.h: support more kinds of Python functions by Wenzel Jakob · 9 years ago
  77. 3ee91b2 renamed pybind11::set::insert -> add to match C api naming by Wenzel Jakob · 9 years ago
  78. 333e889 Improved STL support, support for std::set by Wenzel Jakob · 9 years ago
  79. 723bc65 fix for std::shared_ptr proposed by Vayu (fixes #8) by Wenzel Jakob · 9 years ago
  80. 5428930 minor cleanups by Wenzel Jakob · 9 years ago
  81. 42af9c2 appveyor: legacy build on win32 by Wenzel Jakob · 9 years ago
  82. 5db63fb work around weird macro substitution issue on GCC (fixes issue #7) by Wenzel Jakob · 9 years ago
  83. fa1bfb2 do a fallback search over types to handle incompatible std::type_info* across module boundaries (fixes issue #4) by Wenzel Jakob · 9 years ago
  84. 3419ee9 fix linux 32 bit builds by Wenzel Jakob · 9 years ago
  85. ad7bc01 fix build on linux by Wenzel Jakob · 9 years ago
  86. 436b731 added note about cast operations by Wenzel Jakob · 9 years ago
  87. 5cd3311 added benchmark by Wenzel Jakob · 9 years ago
  88. 0fb8528 factored out some common functionality to a non-templated parent class by Wenzel Jakob · 9 years ago
  89. fab881c appveyor CI script by Wenzel Jakob · 9 years ago
  90. b1b7140 consistent macro naming throughout the project by Wenzel Jakob · 9 years ago
  91. 041a865 minor documentation theme changes by Wenzel Jakob · 9 years ago
  92. 1853b65 a bit more documentation on reference counting wrappers by Wenzel Jakob · 9 years ago
  93. 7641c1d minor doc update by Wenzel Jakob · 9 years ago
  94. 10e62e1 fixed missing semicolon in documentation by Wenzel Jakob · 9 years ago
  95. b456ec7 updated supported python version list in setup.py by Wenzel Jakob · 9 years ago
  96. 867ae37 minor CMakeLists.txt tweak: optimize for small binaries even in release builds by Wenzel Jakob · 9 years ago
  97. 929fd7e PyPI setup.py file; v1.0 release by Wenzel Jakob · 9 years ago
  98. 8f4eb00 last breaking change: be consistent about the project name by Wenzel Jakob · 9 years ago
  99. 607654f windows fixes by Wenzel Jakob · 9 years ago
  100. db028d6 added module::import statement by Wenzel Jakob · 9 years ago