1. 9e75905 fix testcase issue on windows related to unicode encoding by Wenzel Jakob · 8 years ago
  2. 9883ec0 allow nullptr string values (closes #138) by Wenzel Jakob · 8 years ago
  3. d3349af modularized logic in preceding change, fixed issue with char (fixes #150) by Wenzel Jakob · 8 years ago
  4. de1bca8 added feature to pass void* pointers by popular demand by Wenzel Jakob · 8 years ago
  5. eda978e support for opaque types by Wenzel Jakob · 8 years ago
  6. 1b52246 Better testing for callable python functions by Ben Pritchard · 8 years ago
  7. 17cdb06 fix severe regression involving character arrays (fixes #137) by Wenzel Jakob · 8 years ago
  8. eb5277b Merge pull request #119 from SylvainCorlay/docstring by Wenzel Jakob · 8 years ago
  9. 4c7bf9b Add return type by Sylvain Corlay · 8 years ago
  10. 13b22bf Signature formatting for sphinx by Sylvain Corlay · 8 years ago
  11. 81dfd2c Working type casters for wide strings and wide characters by Wenzel Jakob · 8 years ago
  12. 4a50fa5 Address issue with handle::cast<bool>(), quench warning in example 12 (fixes #110) by Wenzel Jakob · 8 years ago
  13. 9cfa71f Example of bug in functions returning bool overriden in python by jmabille · 8 years ago
  14. 57b5279 fixed run_test script by Wenzel Jakob · 8 years ago
  15. 80c2451 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) by Wenzel Jakob · 8 years ago
  16. 1dc960c NumPy-style broadcasting support in pybind11::vectorize by Johan Mabille · 8 years ago
  17. 10c74c6 transparent std::array conversion (fixes #97) by Wenzel Jakob · 8 years ago
  18. a650179 set __module__ attribute of functions (fixes #95) by Wenzel Jakob · 8 years ago
  19. 15f6a00 enum comparison and conversion operations (closes #80) by Wenzel Jakob · 8 years ago
  20. 48548ea general cleanup of the codebase by Wenzel Jakob · 8 years ago
  21. 9180519 added an example on using fancier kinds of default arguments by Wenzel Jakob · 8 years ago
  22. 53b2654 python 3.2 compatiblity (closes #56) by Wenzel Jakob · 8 years ago
  23. 678d787 do more work with classes from pytypes.h (especially for STL container casting) by Wenzel Jakob · 8 years ago
  24. b2c2c79 improved handling of shared/smart pointers by Wenzel Jakob · 8 years ago
  25. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 8 years ago
  26. 82ffd40 type of void fixed (None -> NoneType) by Wenzel Jakob · 8 years ago
  27. 27e8e10 added new type pybind11::bytes, cleanup of various macros (fixes #49) by Wenzel Jakob · 8 years ago
  28. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 8 years ago
  29. b62c120 Fix typographical error by mk kim · 9 years ago
  30. 76269b7 fix test harness for windows debug builds by Wenzel Jakob · 9 years ago
  31. 60c36db generic integer type handling by Wenzel Jakob · 9 years ago
  32. 6e213c9 improved shared pointer support (fixes #14) by Wenzel Jakob · 9 years ago
  33. 3ee91b2 renamed pybind11::set::insert -> add to match C api naming by Wenzel Jakob · 9 years ago
  34. 333e889 Improved STL support, support for std::set by Wenzel Jakob · 9 years ago
  35. fab881c appveyor CI script by Wenzel Jakob · 9 years ago
  36. b1b7140 consistent macro naming throughout the project by Wenzel Jakob · 9 years ago
  37. 8f4eb00 last breaking change: be consistent about the project name by Wenzel Jakob · 9 years ago
  38. 607654f windows fixes by Wenzel Jakob · 9 years ago
  39. db028d6 added module::import statement by Wenzel Jakob · 9 years ago
  40. b50872a A few breaking changes for consistency just before the 1.0 release by Wenzel Jakob · 9 years ago
  41. 19208fe install a cleanup handler for nontrivial lambda closures by Wenzel Jakob · 9 years ago
  42. 3b806d4 Added configuration files for Travis CI integration by Wenzel Jakob · 9 years ago
  43. 2cf192f fixed testcase to take enum->int conversion into account by Wenzel Jakob · 9 years ago
  44. 6d6fd09 fixed testing infrastructure by Wenzel Jakob · 9 years ago
  45. be0e834 updated reference output by Wenzel Jakob · 9 years ago
  46. a2f6fde support for overriding virtual functions by Wenzel Jakob · 9 years ago
  47. 73a50a0 Fix for radd/rsub/rmul/rdiv operator convenience wrappers by Wenzel Jakob · 9 years ago
  48. 5116b02 python 2.7 fix by Wenzel Jakob · 9 years ago
  49. 5708221 support for ancient Python versions (2.7.x) by Wenzel Jakob · 9 years ago
  50. d557e1d example6 fix by Wenzel Jakob · 9 years ago
  51. 7b8e032 added a few basic number types by Wenzel Jakob · 9 years ago
  52. 281aa0e nicer code separation, cleanup logic, std::function type caster by Wenzel Jakob · 9 years ago
  53. a576e6a keyword argument support, removed last traces of std::function<> usage by Wenzel Jakob · 9 years ago
  54. 43398a8 complex number support by Wenzel Jakob · 9 years ago
  55. d4258ba generate more compact binaries by Wenzel Jakob · 9 years ago
  56. 38bd711 Initial commit by Wenzel Jakob · 9 years ago