1. b62c120 Fix typographical error by mk kim · 9 years ago
  2. 62127a2 don't allow 'void' or 'void*' as a function argument by Wenzel Jakob · 9 years ago
  3. 5f15121 Merge pull request #24 from jtravs/patch-1 by Wenzel Jakob · 9 years ago
  4. 7ab3e87 Merge pull request #26 from whoshuu/feature/debug-appveyor-configuration by Wenzel Jakob · 9 years ago
  5. 76269b7 fix test harness for windows debug builds by Wenzel Jakob · 9 years ago
  6. 665eeaf Add debug appveyor configuration by Huu Nguyen · 9 years ago
  7. f7e4302 Add ldflags to compile command by John Travers · 9 years ago
  8. bda3b67 add extra documentation CSS on RTD by Wenzel Jakob · 9 years ago
  9. f1532bd updated cmake snippet in documentation by Wenzel Jakob · 9 years ago
  10. ecdd868 documentation on using the gil by Wenzel Jakob · 9 years ago
  11. 24fe090 license note by Wenzel Jakob · 9 years ago
  12. 40584ce fixed another typo by Wenzel Jakob · 9 years ago
  13. 7f78318 Merge pull request #20 from jakirkham/minor_typo by Wenzel Jakob · 9 years ago
  14. 648e196 README.md: Missing "is". by John Kirkham · 9 years ago
  15. e9f4304 Merge pull request #19 from jakirkham/fix_pip_non_ascii_char_err by Wenzel Jakob · 9 years ago
  16. dc97833 setup.py: Fix another dash to be ASCII so pip doesn't complain. by John Kirkham · 9 years ago
  17. c40f8c7 setup.py: Fix dash to be ASCII so pip doesn't complain. by John Kirkham · 9 years ago
  18. faaee1c only use -flto when supported, quenched policy warnings by Wenzel Jakob · 9 years ago
  19. 60c36db generic integer type handling by Wenzel Jakob · 9 years ago
  20. 7f8d1c2 improved int_ constructor by Wenzel Jakob · 9 years ago
  21. 4ee0f2a add missing instructor for bool_ by Wenzel Jakob · 9 years ago
  22. f233166 improved compiler detection by Wenzel Jakob · 9 years ago
  23. e1b113b ifdef WIN32 -> _WIN32 by Wenzel Jakob · 9 years ago
  24. 6e213c9 improved shared pointer support (fixes #14) by Wenzel Jakob · 9 years ago
  25. 5e90fa4 32 bit build in Travis (disabled for now) by Wenzel Jakob · 9 years ago
  26. 3350b5e make install target optional by Wenzel Jakob · 9 years ago
  27. 19af357 Enabling installation of headers on Unix systems. by Luka Čehovin · 9 years ago
  28. a4175d6 added warning about wrapping wrapped functions by Wenzel Jakob · 9 years ago
  29. eb7c0b8 functional.h: support more kinds of Python functions by Wenzel Jakob · 9 years ago
  30. 3ee91b2 renamed pybind11::set::insert -> add to match C api naming by Wenzel Jakob · 9 years ago
  31. 333e889 Improved STL support, support for std::set by Wenzel Jakob · 9 years ago
  32. 723bc65 fix for std::shared_ptr proposed by Vayu (fixes #8) by Wenzel Jakob · 9 years ago
  33. 5428930 minor cleanups by Wenzel Jakob · 9 years ago
  34. 42af9c2 appveyor: legacy build on win32 by Wenzel Jakob · 9 years ago
  35. 5db63fb work around weird macro substitution issue on GCC (fixes issue #7) by Wenzel Jakob · 9 years ago
  36. 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
  37. 3419ee9 fix linux 32 bit builds by Wenzel Jakob · 9 years ago
  38. ad7bc01 fix build on linux by Wenzel Jakob · 9 years ago
  39. 436b731 added note about cast operations by Wenzel Jakob · 9 years ago
  40. 5cd3311 added benchmark by Wenzel Jakob · 9 years ago
  41. 0fb8528 factored out some common functionality to a non-templated parent class by Wenzel Jakob · 9 years ago
  42. fab881c appveyor CI script by Wenzel Jakob · 9 years ago
  43. b1b7140 consistent macro naming throughout the project by Wenzel Jakob · 9 years ago
  44. 041a865 minor documentation theme changes by Wenzel Jakob · 9 years ago
  45. 1853b65 a bit more documentation on reference counting wrappers by Wenzel Jakob · 9 years ago
  46. 7641c1d minor doc update by Wenzel Jakob · 9 years ago
  47. 10e62e1 fixed missing semicolon in documentation by Wenzel Jakob · 9 years ago
  48. b456ec7 updated supported python version list in setup.py by Wenzel Jakob · 9 years ago
  49. 867ae37 minor CMakeLists.txt tweak: optimize for small binaries even in release builds by Wenzel Jakob · 9 years ago
  50. 929fd7e PyPI setup.py file; v1.0 release by Wenzel Jakob · 9 years ago
  51. 8f4eb00 last breaking change: be consistent about the project name by Wenzel Jakob · 9 years ago
  52. 607654f windows fixes by Wenzel Jakob · 9 years ago
  53. db028d6 added module::import statement by Wenzel Jakob · 9 years ago
  54. 9329669 remainder of documentation by Wenzel Jakob · 9 years ago
  55. b50872a A few breaking changes for consistency just before the 1.0 release by Wenzel Jakob · 9 years ago
  56. 19208fe install a cleanup handler for nontrivial lambda closures by Wenzel Jakob · 9 years ago
  57. 28f98aa took a stab at some documentation by Wenzel Jakob · 9 years ago
  58. 8456a4d minor enum_ improvement (use __repr__ instead of __str__) by Wenzel Jakob · 9 years ago
  59. bcd3182 added a few more comments to the CMake build system by Wenzel Jakob · 9 years ago
  60. 215fc6a simplified string casters, removed wide char support (inconsistent across platforms, better to use utf8 in any case..) by Wenzel Jakob · 9 years ago
  61. 3b806d4 Added configuration files for Travis CI integration by Wenzel Jakob · 9 years ago
  62. d2a902b quench a warning on windows by Wenzel Jakob · 9 years ago
  63. b3ee3ea emit a more useful error message when a return value can't be converted to a Python type by Wenzel Jakob · 9 years ago
  64. 2cf192f fixed testcase to take enum->int conversion into account by Wenzel Jakob · 9 years ago
  65. edbdef7 fixed pybind::call value policy by Wenzel Jakob · 9 years ago
  66. 6a32620 convenience function to create a pybind::handle<> to the python version of a C++ type by Wenzel Jakob · 9 years ago
  67. 6918922 allow enums values to be cast to integers by Wenzel Jakob · 9 years ago
  68. ac0fde9 don't throw an exception when python deallocates an object which still exists on the C++ side by Wenzel Jakob · 9 years ago
  69. 6d6fd09 fixed testing infrastructure by Wenzel Jakob · 9 years ago
  70. be0e834 updated reference output by Wenzel Jakob · 9 years ago
  71. 6c698fe Fix usage of WIN32 define by Wenzel Jakob · 9 years ago
  72. a2f6fde support for overriding virtual functions by Wenzel Jakob · 9 years ago
  73. 04358b0 Always record the __module__ in newly created Python types by Wenzel Jakob · 9 years ago
  74. 96c1053 A few convenience functions for working with Python types by Wenzel Jakob · 9 years ago
  75. 5257330 keyword processing bugfix by Wenzel Jakob · 9 years ago
  76. 73a50a0 Fix for radd/rsub/rmul/rdiv operator convenience wrappers by Wenzel Jakob · 9 years ago
  77. 38ffb52 handle errors in callbacks by Wenzel Jakob · 9 years ago
  78. 5116b02 python 2.7 fix by Wenzel Jakob · 9 years ago
  79. 5708221 support for ancient Python versions (2.7.x) by Wenzel Jakob · 9 years ago
  80. d557e1d example6 fix by Wenzel Jakob · 9 years ago
  81. 02f770d win32 compilation flag improvements by Wenzel Jakob · 9 years ago
  82. 2b0339f refcounting fix by Wenzel Jakob · 9 years ago
  83. c47fc48 win32 build fix by Wenzel Jakob · 9 years ago
  84. a750031 support strongly typed enum by Wenzel Jakob · 9 years ago
  85. bce10fa windows fixes by Wenzel Jakob · 9 years ago
  86. a9ee25a various minor compilation fixes by Wenzel Jakob · 9 years ago
  87. 5d4d83d Merge branch 'master' of https://github.com/wjakob/pybind11 by Wenzel Jakob · 9 years ago
  88. 7b8e032 added a few basic number types by Wenzel Jakob · 9 years ago
  89. 328aa14 linux compilation fixes by Wenzel Jakob · 9 years ago
  90. 43dbdfd Merge branch 'master' of https://github.com/wjakob/pybind11 by Wenzel Jakob · 9 years ago
  91. f5fae92 avoid std::string when creating signatures, and make nicer type names. binary size reduced by ~10% by Wenzel Jakob · 9 years ago
  92. b129af5 Merge by Wenzel Jakob · 9 years ago
  93. d85215c quench clang warnings by Wenzel Jakob · 9 years ago
  94. d3a4a50 Merge branch 'master' of https://github.com/wjakob/pybind11 by Wenzel Jakob · 9 years ago
  95. efd9e98 windows fixes by Wenzel Jakob · 9 years ago
  96. 10d992e added logo by Wenzel Jakob · 9 years ago
  97. cd5cda7 cleaned up handling of warnings on clang by Wenzel Jakob · 9 years ago
  98. 281aa0e nicer code separation, cleanup logic, std::function type caster by Wenzel Jakob · 9 years ago
  99. a576e6a keyword argument support, removed last traces of std::function<> usage by Wenzel Jakob · 9 years ago
  100. 7186783 switched cpp_function to use variadic arguments by Wenzel Jakob · 9 years ago