1. 97b20e5 CMake: Remember Python Version (#1434) by Axel Huebl · 6 years ago
  2. a80af95 Add a dummy common.h header with a deprecation warning by Dean Moldovan · 7 years ago
  3. 29b99a1 Specify CXX as project language for CMake >= 3.4 (#1027) by Florian Apolloner · 7 years ago
  4. 024932b Move everything related to `internals` into a separate detail header by Dean Moldovan · 7 years ago
  5. 464d989 Allow binding factory functions as constructors by Jason Rhinelander · 7 years ago
  6. 0d703f6 Don't force hidden visibility on the embed target, just the module target by Jason Rhinelander · 7 years ago
  7. f580649 Move internal headers into `detail` subdirectory by Dean Moldovan · 7 years ago
  8. 97aa54f Compile with hidden visibility always; set via cmake property rather than compiler flag by Jason Rhinelander · 7 years ago
  9. 3dde6dd Add test for custom CMake export group by Dean Moldovan · 7 years ago
  10. 017a747 CMake: support a custom export group (#970) by Ben Boeckel · 7 years ago
  11. 22c413b Add C++ interface for the Python interpreter by Dean Moldovan · 7 years ago
  12. 7f5c85c Add CMake target for embedding the Python interpreter by Dean Moldovan · 7 years ago
  13. 2b941b3 Add missing header to setup.py by Jason Rhinelander · 7 years ago
  14. dbb4c5b Move buffer_info to its own header by Jason Rhinelander · 7 years ago
  15. 5b50376 Arch-indep CMake packaging (#764) by Ghislain Antony Vaillant · 7 years ago
  16. 60d0e0d Independent tests (#665) by Jason Rhinelander · 7 years ago
  17. c91f8bd Reimplement static properties by extending PyProperty_Type by Dean Moldovan · 7 years ago
  18. d5ce82b CMake installation path consistency (#652) by Sylvain Corlay · 7 years ago
  19. e15fa9f Avoid C-style const casts (#659) by Matthew Woehlke · 7 years ago
  20. a3fec90 Avoid CMP0048 warning (#570) by Jason Rhinelander · 7 years ago
  21. 71e8a79 Rename target from pybind11::pybind11 to pybind11::module by Dean Moldovan · 7 years ago
  22. b0f3885 Make sure add_subdirectory and find_package behave identically by Dean Moldovan · 7 years ago
  23. 545b4db separate main CMakeLists.txt into Tools file also available upon installation by Lori A. Burns · 8 years ago
  24. 5cafc99 add CMake exported interface library and Config detection file by Lori A. Burns · 8 years ago
  25. 44d7c59 make installation include and Config dirs configurable. set CMake project version from source. by Lori A. Burns · 8 years ago
  26. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 8 years ago
  27. 26df852 removed forgotten message() stmt from CMakeLists.txt by Wenzel Jakob · 8 years ago
  28. 6a1734a minor cmake cleanups by Wenzel Jakob · 8 years ago
  29. dac3858 Make header files viewable in IDEs (fixes #424) by Wenzel Jakob · 8 years ago
  30. 352149e Refactor the chrono cast functions into chrono.h. by Trent Houliston · 8 years ago
  31. b62a896 Add barebones build to Travis CI by Dean Moldovan · 8 years ago
  32. a0c1ccf Port tests to pytest by Dean Moldovan · 8 years ago
  33. 00a3009 Report warnings as errors on Travis and AppVeyor by Dean Moldovan · 8 years ago
  34. 2160860 minor cmake change as per #306 by Wenzel Jakob · 8 years ago
  35. 9119f13 Improving support for installing pybind11. by Trygve Laugstøl · 8 years ago
  36. 52ae7b1 Add 'check' target which both builds and tests by Dean Moldovan · 8 years ago
  37. fc19c19 Fix Cygwin support by Boris Schäling · 8 years ago
  38. c48da92 Merge branch 'cygwin' of https://github.com/BorisSchaeling/pybind11 into BorisSchaeling-cygwin by Wenzel Jakob · 8 years ago
  39. 67a6392 very minor cmake adjustments by Wenzel Jakob · 8 years ago
  40. 20ee935 Use decltype to deduce return type of PyThread_create_key by Boris Schäling · 8 years ago
  41. c3c27c4 Make C++ standard configurable by Dean Moldovan · 8 years ago
  42. 9fb50c5 Add LTO and strip to pybind11_add_module by Dean Moldovan · 8 years ago
  43. 49720f0 Add PYBIND11_ prefix to variable and remove redundant OSX property by Dean Moldovan · 8 years ago
  44. 8965644 Make examples build and run on Cygwin by Boris Schäling · 8 years ago
  45. 03d6a51 Fix missing variable for Windows build by Dean Moldovan · 8 years ago
  46. 8c6b0b8 Don't build tests when project is used via add_subdirectory by Dean Moldovan · 8 years ago
  47. 4563e9a Add CMake function pybind11_add_module() by Dean Moldovan · 8 years ago
  48. 928fff6 Include a more robust FindPythonLibs module for CMake by Dean Moldovan · 8 years ago
  49. 25c03ce stl_bind redesign & cleanup pass by Wenzel Jakob · 8 years ago
  50. eae7744 adding stl_binders by Sergey Lyskov · 8 years ago
  51. 9e0a056 transparent conversion of dense and sparse Eigen types by Wenzel Jakob · 8 years ago
  52. 9ac5bc5 fix captialization issue in CMakeLists.txt by Wenzel Jakob · 8 years ago
  53. bdd1103 minor cmake improvements on windows by Wenzel Jakob · 8 years ago
  54. e44e56f consider pybind11 include directory before python by Wenzel Jakob · 8 years ago
  55. d7efa4f return best representation of polymorphic types (fixes #105) by Wenzel Jakob · 8 years ago
  56. 1c329aa pickling support (fixes #144) by Wenzel Jakob · 8 years ago
  57. eda978e support for opaque types by Wenzel Jakob · 8 years ago
  58. 17cdb06 fix severe regression involving character arrays (fixes #137) by Wenzel Jakob · 8 years ago
  59. 80c2451 use relaxed testing scheme for MSVC and the intel compiler (they miss some RV optimizations) by Wenzel Jakob · 8 years ago
  60. e2bb4eb don't do -ipo check for non-intel compilers (causes issues with Clang on OSX) by Wenzel Jakob · 8 years ago
  61. 70ee47d Add Intel to cmake file. Supress Intel inline/noinline warning by Ben Pritchard · 8 years ago
  62. c91551b improved python detection in CMakeLists.txt (fixes #98) by Wenzel Jakob · 8 years ago
  63. ab7ef81 Merge pull request #73 from ax3l/topic-cleanCMake by Wenzel Jakob · 8 years ago
  64. 518cf72 improve cmake windows debug configuration (fixes #77) by Wenzel Jakob · 8 years ago
  65. 6c37f21 CMake: Test Counting by Axel Huebl · 8 years ago
  66. 48548ea general cleanup of the codebase by Wenzel Jakob · 8 years ago
  67. 5f218b3 keep_alive call policy (analogous to Boost.Python's with_custodian_and_ward, fixes #62) by Wenzel Jakob · 8 years ago
  68. 6eb11da Very minor documentation fixes, updated logo by Wenzel Jakob · 8 years ago
  69. 66c9a40 Much more efficient generation of function signatures, updated docs by Wenzel Jakob · 8 years ago
  70. caa9d44 cmake: robustified search for python by Wenzel Jakob · 8 years ago
  71. a1718a6 functional.h not included in "make install" by Erik O'Leary · 8 years ago
  72. e52cf8a also add stl.h header by Wenzel Jakob · 8 years ago
  73. 3e2736b Add complex.h to list of installed headers by Jan Dohl · 8 years ago
  74. faaee1c only use -flto when supported, quenched policy warnings by Wenzel Jakob · 9 years ago
  75. f233166 improved compiler detection by Wenzel Jakob · 9 years ago
  76. 3350b5e make install target optional by Wenzel Jakob · 9 years ago
  77. 19af357 Enabling installation of headers on Unix systems. by Luka Čehovin · 9 years ago
  78. b1b7140 consistent macro naming throughout the project by Wenzel Jakob · 9 years ago
  79. 867ae37 minor CMakeLists.txt tweak: optimize for small binaries even in release builds by Wenzel Jakob · 9 years ago
  80. 8f4eb00 last breaking change: be consistent about the project name by Wenzel Jakob · 9 years ago
  81. 607654f windows fixes by Wenzel Jakob · 9 years ago
  82. bcd3182 added a few more comments to the CMake build system by Wenzel Jakob · 9 years ago
  83. 3b806d4 Added configuration files for Travis CI integration by Wenzel Jakob · 9 years ago
  84. 6d6fd09 fixed testing infrastructure by Wenzel Jakob · 9 years ago
  85. a2f6fde support for overriding virtual functions by Wenzel Jakob · 9 years ago
  86. 5708221 support for ancient Python versions (2.7.x) by Wenzel Jakob · 9 years ago
  87. 02f770d win32 compilation flag improvements by Wenzel Jakob · 9 years ago
  88. cd5cda7 cleaned up handling of warnings on clang by Wenzel Jakob · 9 years ago
  89. 281aa0e nicer code separation, cleanup logic, std::function type caster by Wenzel Jakob · 9 years ago
  90. a576e6a keyword argument support, removed last traces of std::function<> usage by Wenzel Jakob · 9 years ago
  91. d4258ba generate more compact binaries by Wenzel Jakob · 9 years ago
  92. 38bd711 Initial commit by Wenzel Jakob · 9 years ago