1. 08927e9 tabs->spaces by Wenzel Jakob · 9 years ago
  2. 9883ec0 allow nullptr string values (closes #138) by Wenzel Jakob · 9 years ago
  3. 7393343 removed unnecessary code by Wenzel Jakob · 9 years ago
  4. d3349af modularized logic in preceding change, fixed issue with char (fixes #150) by Wenzel Jakob · 9 years ago
  5. 0772967 allow nullptr when passing void* values by Wenzel Jakob · 9 years ago
  6. de1bca8 added feature to pass void* pointers by popular demand by Wenzel Jakob · 9 years ago
  7. 12cf543 address compilation issue in MSVC by Wenzel Jakob · 9 years ago
  8. 048373c explicitly route type casting operations to desired casting operator (fixes #147) by Wenzel Jakob · 9 years ago
  9. 0b48958 improve default parameters for properties by Wenzel Jakob · 9 years ago
  10. 84ec78f minor redesign/generalization of def_property mechanism by Wenzel Jakob · 9 years ago
  11. 76eb607 completed type table by Wenzel Jakob · 9 years ago
  12. eda978e support for opaque types by Wenzel Jakob · 9 years ago
  13. a3e34f4 comment about old versions of visual studio by Wenzel Jakob · 9 years ago
  14. 13484a2 Merge pull request #135 from bennybp/master by Wenzel Jakob · 9 years ago
  15. 1b52246 Better testing for callable python functions by Ben Pritchard · 9 years ago
  16. 17cdb06 fix severe regression involving character arrays (fixes #137) by Wenzel Jakob · 9 years ago
  17. cf8b302 Merge pull request #136 from SylvainCorlay/improve-recipe by Wenzel Jakob · 9 years ago
  18. 13ad78b Improve conda recipe by Sylvain Corlay · 9 years ago
  19. 4a48afb doc updates by Wenzel Jakob · 9 years ago
  20. de623a7 added faq by Wenzel Jakob · 9 years ago
  21. 4e455dd updated changelog, added build directory to gitignore file by Wenzel Jakob · 9 years ago
  22. eb5277b Merge pull request #119 from SylvainCorlay/docstring by Wenzel Jakob · 9 years ago
  23. 14cefbf minor fix for conda release process by Wenzel Jakob · 9 years ago
  24. f7e056a Merge pull request #132 from SylvainCorlay/update_release_instructions by Wenzel Jakob · 9 years ago
  25. e6464ad Update release instructions by Sylvain Corlay · 9 years ago
  26. 4c7bf9b Add return type by Sylvain Corlay · 9 years ago
  27. 0e04fdf Add generic signature for overloads by Sylvain Corlay · 9 years ago
  28. 13b22bf Signature formatting for sphinx by Sylvain Corlay · 9 years ago
  29. 81dfd2c Working type casters for wide strings and wide characters by Wenzel Jakob · 9 years ago
  30. 504f755 starting to work on next version by Wenzel Jakob · 9 years ago
  31. d2385e8 ready for version 1.3 by Wenzel Jakob · 9 years ago
  32. 309a85b support std::shared_ptr<const X> and types that indirectly derive from std::enable_shared_from_this by Wenzel Jakob · 9 years ago
  33. fdc00f5 Merge pull request #118 from SylvainCorlay/conda_recipe by Wenzel Jakob · 9 years ago
  34. 77586fd add version suffix to internal pybind11 data structures to avoid conflicts with future versions by Wenzel Jakob · 9 years ago
  35. 8d862b3 documentation updates (clarified cross-module dependencies, added contributors, improved CSS) by Wenzel Jakob · 9 years ago
  36. bce8a4b force explicit cast (fixes #130) by Wenzel Jakob · 9 years ago
  37. 98e9210 Merge pull request #129 from bennybp/master by Wenzel Jakob · 9 years ago
  38. f4902ec Use emplace for casting to map by Ben Pritchard · 9 years ago
  39. 52f4c3a handle nullptr arguments with custom holder types (fixes #124) by Wenzel Jakob · 9 years ago
  40. c769fce note about nullptr default args by Wenzel Jakob · 9 years ago
  41. a88334f add wchar_t caster by hulucc · 9 years ago
  42. c8f68b3 add wstring caster by hulucc · 9 years ago
  43. 937d646 updated CI links by Wenzel Jakob · 9 years ago
  44. 175fa35 Add a conda recipe for pybind11 by Sylvain Corlay · 9 years ago
  45. 74982c3 about statement by Wenzel Jakob · 9 years ago
  46. 4f972c0 Revert of the revert of the python package with version information by Wenzel Jakob · 9 years ago
  47. 218b6ce Revert "trim docstrings (closes #112)" by Wenzel Jakob · 9 years ago
  48. 00d584d Merge pull request #117 from jmabille/overload by Wenzel Jakob · 9 years ago
  49. 25dd478 Python overloading of virtual functions defined in class template by Johan Mabille · 9 years ago
  50. b3ef54a trim docstrings (closes #112) by Wenzel Jakob · 9 years ago
  51. 4a50fa5 Address issue with handle::cast<bool>(), quench warning in example 12 (fixes #110) by Wenzel Jakob · 9 years ago
  52. 9cfa71f Example of bug in functions returning bool overriden in python by jmabille · 9 years ago
  53. 347e6ea allow a broader set of types in STL containers by Wenzel Jakob · 9 years ago
  54. 82ba330 stl.h: transparent conversion of STL linked lists by Wenzel Jakob · 9 years ago
  55. a3861b5 type_caster_generic::load(): accept Py_None as input by Wenzel Jakob · 9 years ago
  56. cf2b87a changelog update by Wenzel Jakob · 9 years ago
  57. bee8f16 removed 'pybind11' package which ultimately served no purpose by Wenzel Jakob · 9 years ago
  58. c0ce590 Fix link in setup.py by Wenzel Jakob · 9 years ago
  59. bf72a76 added 'dist' to .gitignore file by Wenzel Jakob · 9 years ago
  60. 57b5279 fixed run_test script by Wenzel Jakob · 9 years ago
  61. 240e404 added note about supported compiler versions by Wenzel Jakob · 9 years ago
  62. 80c2451 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) by Wenzel Jakob · 9 years ago
  63. d6e4cef minor formatting changes, removed missing header files referenced in setup.py by Wenzel Jakob · 9 years ago
  64. 5e31d89 Merge pull request #102 from jmabille/vectorize by Wenzel Jakob · 9 years ago
  65. 1dc960c NumPy-style broadcasting support in pybind11::vectorize by Johan Mabille · 9 years ago
  66. e2bb4eb don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) by Wenzel Jakob · 9 years ago
  67. 3fe59b9 Merge pull request #103 from bennybp/master by Wenzel Jakob · 9 years ago
  68. 33f3430 Add intel warning push/pop by Ben Pritchard · 9 years ago
  69. 2de6e1d Remove some unnecessary semicolons (compilers warn on higher levels) by Ben Pritchard · 9 years ago
  70. 70ee47d Add Intel to cmake file. Supress Intel inline/noinline warning by Ben Pritchard · 9 years ago
  71. 0b6cff3 Fixes for compilation/segfault problems with Intel (issue 94) by Ben Pritchard · 9 years ago
  72. f8584b6 quench some warnings in operators.h by Wenzel Jakob · 9 years ago
  73. 0880294 support unordered set/map data structures (fixes #100) by Wenzel Jakob · 9 years ago
  74. 4fee179 better debug info when arg::operator=() fails by Wenzel Jakob · 9 years ago
  75. 6f6c3bc fixed tarball link in setup.py, added py 3.6 by Wenzel Jakob · 9 years ago
  76. 4f8902a starting development cycle for v1.3 by Wenzel Jakob · 9 years ago
  77. 8ed2808 pybind11, version 1.2 by Wenzel Jakob · 9 years ago
  78. 43b6a23 minor comment about binding static methods by Wenzel Jakob · 9 years ago
  79. 10c74c6 transparent std::array conversion (fixes #97) by Wenzel Jakob · 9 years ago
  80. c91551b improved python detection in CMakeLists.txt (fixes #98) by Wenzel Jakob · 9 years ago
  81. 1f7a809 support for string default arguments specified as static arrays by Wenzel Jakob · 9 years ago
  82. e206564 removed a redundant tag by Wenzel Jakob · 9 years ago
  83. a650179 set __module__ attribute of functions (fixes #95) by Wenzel Jakob · 9 years ago
  84. de3ad07 documentation on exporting constants (closes #92) by Wenzel Jakob · 9 years ago
  85. 298183f Merge pull request #91 from SylvainCorlay/version by Wenzel Jakob · 9 years ago
  86. 97dc810 Add version info and release instructions for pybind11 by Sylvain Corlay · 9 years ago
  87. cd4e6ae updated changelog by Wenzel Jakob · 9 years ago
  88. b6cf75d address issue with std::type_info across module boundaries (fixes #86) by Wenzel Jakob · 9 years ago
  89. 2547ca4 deal with Python versions compiled without thread support (fixes #81) by Felipe Lema · 9 years ago
  90. 15f6a00 enum comparison and conversion operations (closes #80) by Wenzel Jakob · 9 years ago
  91. a40c27e travis: cache pip by Wenzel Jakob · 9 years ago
  92. ab7ef81 Merge pull request #73 from ax3l/topic-cleanCMake by Wenzel Jakob · 9 years ago
  93. 518cf72 improve cmake windows debug configuration (fixes #77) by Wenzel Jakob · 9 years ago
  94. fa92f67 Merge pull request #76 from ax3l/fix-unusedVar by Wenzel Jakob · 9 years ago
  95. d1f4d3e Merge pull request #78 from ax3l/fix-complexGlibc by Wenzel Jakob · 9 years ago
  96. 30214ad Fix #75 <complex> may define macro I by Axel Huebl · 9 years ago
  97. 2dd5e3b Close #69 Unused Var: Warning by Axel Huebl · 9 years ago
  98. 6c37f21 CMake: Test Counting by Axel Huebl · 9 years ago
  99. 80a0674 hopefully final(?) adjustment to detail::is_copy_constructible (fixes #70) by Wenzel Jakob · 9 years ago
  100. d4db8bc minor cmake doc improvements by Wenzel Jakob · 9 years ago