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