1. 08bca37 docs: update changelog, nicer output for script (#2811) by Henry Schreiner · 3 years, 8 months ago
  2. eb83fee style: avoid using unintialized variables (#2806) by Henry Schreiner · 3 years, 8 months ago
  3. 76a1600 fix: STATIC and SHARED flags not being detected (#2796) by heyer2 · 3 years, 8 months ago
  4. 230fa53 fix: Don't override global settings for VISIBILITY if set (#2793) by Henry Schreiner · 3 years, 8 months ago
  5. f243450 ci: disable builds for 3.10.0a4, and enable a nightly 3.10-dev build (#2792) by Yannick Jadoul · 3 years, 8 months ago
  6. 5bd766b docs: update changelog and add script to help generate it (#2733) by Henry Schreiner · 3 years, 9 months ago
  7. ffb113d fix: regression with installed pybind11 overriding local one (#2716) by Henry Schreiner · 3 years, 9 months ago
  8. f8b8107 fix: make FindPython2 and FindPython3 work (#2662) by Frank · 3 years, 10 months ago
  9. 3e4d54b fix: match new extension discovery with changes to classic discovery (#2640) by Henry Schreiner · 3 years, 11 months ago
  10. b8dc60e fix: Python include directory was missing from DIRS (#2636) by Henry Schreiner · 3 years, 11 months ago
  11. a422115 fix: new line in PYPY_VERSION by Henry Schreiner · 4 years ago
  12. ad2fe0e fix: pypy3 windows extension issue by Henry Schreiner · 4 years ago
  13. 645d838 feat: typing support for helpers (#2588) by Henry Schreiner · 4 years ago
  14. a8c2e3e fix: ipo should be off for debug or relwithdebinfo (#2590) by Henry Schreiner · 4 years ago
  15. d46f332 fix: allow cmake varibles from Python calls to be cached (#2570) by Henry Schreiner · 4 years ago
  16. 2a2f522 fix: find_import didn't work properly for classic tools (#2550) by Henry Schreiner · 4 years ago
  17. 3488494 refactor: import check as a common function (#2526) by Henry Schreiner · 4 years ago
  18. 6d2d08d fix: conda-forge patch (#2540) by Henry Schreiner · 4 years ago
  19. 3232e59 Check if module file extension could be queried correctly (#2538) by Wenzel Jakob · 4 years ago
  20. 82dbc5b ci: releases (#2530) by Henry Schreiner · 4 years ago
  21. e01f492 fix: Add a nice CMake error when Interpreter component is missing. (#2519) by Henry Schreiner · 4 years ago
  22. e37921d refactor: drop mkdoc and update changelog (#2491) by Henry Schreiner · 4 years ago
  23. fd61f50 feat: setup.py redesign and helpers (#2433) by Henry Schreiner · 4 years ago
  24. 36c666f pybind11_add_module(): OPT_SIZE target by Wenzel Jakob · 4 years, 1 month ago
  25. ce1a07e fix: use classic extension handling unless otherwise requested (#2462) by Henry Schreiner · 4 years, 1 month ago
  26. 9b8cb02 fix: respect PYTHON_VERSION if set in classic mode (#2414) by Henry Schreiner · 4 years, 1 month ago
  27. c58f7b7 fix: reduce target collision in add_submodule mode (#2423) by Henry Schreiner · 4 years, 1 month ago
  28. 56df3c4 fix: a couple more places where pybind11 is missing 11 (#2421) by Henry Schreiner · 4 years, 1 month ago
  29. d4d7ef5 Update pybind11Tools.cmake (#2419) by Bjorn · 4 years, 1 month ago
  30. 1729aae feat: new FindPython support (#2370) by Henry Schreiner · 4 years, 1 month ago
  31. 0af7fe6 fix: typo in pybind11_add_module (#2374) by Henry Schreiner · 4 years, 1 month ago
  32. 227170d fix: better handling of PYBIND11_CPP_STANDARD by Henry Schreiner · 4 years, 2 months ago
  33. ed6de12 format: include .in files by Henry Schreiner · 4 years, 2 months ago
  34. df11597 chore: cleanup by Henry Schreiner · 4 years, 2 months ago
  35. b804724 fix: uninstall cleanup (#2346) by Henry Schreiner · 4 years, 2 months ago
  36. 94db5c5 format: apply cmake-format by Henry Schreiner · 4 years, 2 months ago
  37. 1b92cd1 fix: address review points from @YannickJadoul by Henry Schreiner · 4 years, 2 months ago
  38. 6ec1775 feat: drop CMake 3.6 and below, modernize CMake by Henry Schreiner · 4 years, 2 months ago
  39. 1f53c37 fix: C++17 mode on Clang may error by Henry Schreiner · 4 years, 2 months ago
  40. 7e0a4fb Fix for #2168 (#2299) by tuxmaster5000 · 4 years, 2 months ago
  41. 8b0ccf7 style: adding pre-commit check-style.sh by Henry Schreiner · 4 years, 2 months ago
  42. c4fd1fd CMake improvement: support windows python on msys (#2312) by Liam Keegan · 4 years, 2 months ago
  43. d8c7ee0 ci: GHA basic format & pre-commit (#2309) by Henry Schreiner · 4 years, 2 months ago
  44. 964ab95 Fix DeprecationWarning about 'invalid escape sequence' in tools/docs Python scripts (#2281) by Yannick Jadoul · 4 years, 2 months ago
  45. 141e8cc Fix uninitialized-variables cmake warnings by Nils Leif Fischer · 4 years, 3 months ago
  46. 3618807 Fix python.lib name by Takahiro Ishikawa · 4 years, 5 months ago
  47. b14aeb7 fix typo in sorted function call argument reverse by MRocholl · 4 years, 5 months ago
  48. 9358e30 change set_path to set_file by MRocholl · 4 years, 5 months ago
  49. 00c462d find library path to libclang.so via glob command in /usr/lib/llvm-* and set it by MRocholl · 4 years, 5 months ago
  50. 6ebfc4b Document CMAKE_CXX_STANDARD by Axel Huebl · 4 years, 5 months ago
  51. d730fbc Utilize CMake's language standards abstraction when possible by Chuck Atkins · 6 years ago
  52. bb9c91c pybind11Tools.cmake: search for Python 3.9 by Wenzel Jakob · 4 years, 7 months ago
  53. 4f72ef8 Fix the use of MSVC in an MSYS environment (#2087) by Baljak · 4 years, 8 months ago
  54. 07e2259 Fix compilation with MinGW only (#2053) by Baljak · 4 years, 9 months ago
  55. 6f11347 Prevent cmake error when prefix empty (#1986) by Matthew Dawkins · 4 years, 10 months ago
  56. a6355b0 CMake: Add Python 3.8 to pybind11Tools (#1974) by Axel Huebl · 5 years ago
  57. 8f5a8ab Don't strip debug symbols in RelWithDebInfo mode (#1892) by Dmitry · 5 years ago
  58. 640b8fe fix #1406 add mingw compatibility (#1851) by Christoph Kahl · 5 years ago
  59. 868d94f Apply c++ standard flag only to files of CXX language. (#1678) by Lori A. Burns · 5 years ago
  60. 41f29cc Parse command-line args in a separate function. by Dan · 5 years ago
  61. e0b8bbb Use a file-local constant for non-prefixing nodes. by Dan · 5 years ago
  62. 2c8c5c4 Split into seperate functions for easier invocation from python. by Dan · 5 years ago
  63. 590e7ac Avoid storing global state. by Dan · 5 years ago
  64. a163f88 Delete partially-written file in the event of an error. by Dan · 5 years ago
  65. ede328a Allow writing output to file instead of stdout. by Dan · 5 years ago
  66. a33212d Wrap the main functionality of mkdoc in a function. by Dan · 5 years ago
  67. b46bb64 Allow user to override default values of -x and -std=. by Dan · 5 years ago
  68. 4612db5 Try to autodetect the location of the clang standard libraries. by Dan · 5 years ago
  69. a175b21 Avoid decoding already-decoded strings from cindex. by Dan · 5 years ago
  70. a0b8f70 Ensure PythonLibsNew_FOUND is set in FindPythonLibsNew module (#1373) by Jamie Snape · 5 years ago
  71. 06d021b Issue #1532: Incompatible config options, /MP vs /Gm for MSVC in DEBUG (#1533) by Rune Paamand · 6 years ago
  72. 1377fbf Fix unintentional escaping of character on Windows (#1574) (#1575) by Ryota Suzuki · 6 years ago
  73. 9343e68 Fix cmake scripts so projects using CUDA .cu files build correctly. (#1441) by Davis E. King · 6 years ago
  74. 435dbdd add_module: allow include as SYSTEM (#1416) by Axel Huebl · 6 years ago
  75. 3a94561 Debug Builds: -DPy_DEBUG (#1438) by Axel Huebl · 6 years ago
  76. 28cb676 misc. typos by luz.paz · 7 years ago
  77. 0b3f44e Trivial typos by Unknown · 7 years ago
  78. 4312620 Fix style script and add comment to failing blocks (#1045) by Henry Schreiner · 7 years ago
  79. 76e06c8 Avoid duplicate C++ standard flags if CMAKE_CXX_STANDARD is set by Dean Moldovan · 7 years ago
  80. 97aa54f Compile with hidden visibility always; set via cmake property rather than compiler flag by Jason Rhinelander · 7 years ago
  81. 2e37fe0 Fix compatibility of FindPythonLibsNew.cmake and FindPythonLibs.cmake by Dean Moldovan · 7 years ago
  82. fad5d33 Detect c++ standard unconditionally by Jason Rhinelander · 7 years ago
  83. d080f83 Make check-style.sh work on stock macOS by Jason Rhinelander · 7 years ago
  84. 9693a5c Add Catch framework for testing embedding support and C++-side features by Dean Moldovan · 8 years ago
  85. 7f5c85c Add CMake target for embedding the Python interpreter by Dean Moldovan · 8 years ago
  86. 77710ff Make PYBIND11_CPP_STANDARD work under MSVC by Jason Rhinelander · 7 years ago
  87. 257df10 improve mkdoc.py determinism by Wenzel Jakob · 7 years ago
  88. 280470d updated cindex.py submodule to latest version by Wenzel Jakob · 7 years ago
  89. d361ea1 Don't strip debug symbols in debug mode (#669) by Dean Moldovan · 8 years ago
  90. c137c0a Store LTO flags in PYBIND11_LTO_{CXX,LINKER}_FLAGS cache variables by Jason Rhinelander · 8 years ago
  91. 1bee6e7 Overhaul LTO flag detection by Jason Rhinelander · 8 years ago
  92. 53a338c fix one lingering ::pybind11 --> ::module target name (#603) by Lori A. Burns · 8 years ago
  93. 5b5e3de Make Python version selection in CMake more convenient (#589) by Dean Moldovan · 8 years ago
  94. a9730be use -x flag to strip shared libraries on OSX (fixes #595) by Wenzel Jakob · 8 years ago
  95. 71e8a79 Rename target from pybind11::pybind11 to pybind11::module by Dean Moldovan · 8 years ago
  96. 0cbec5c Add new options and docs for pybind11_add_module by Dean Moldovan · 8 years ago
  97. b0f3885 Make sure add_subdirectory and find_package behave identically by Dean Moldovan · 8 years ago
  98. 545b4db separate main CMakeLists.txt into Tools file also available upon installation by Lori A. Burns · 8 years ago
  99. 5cafc99 add CMake exported interface library and Config detection file by Lori A. Burns · 8 years ago
  100. de2c6df check-style.sh: check for accidentally committed CRLF line endings by Wenzel Jakob · 8 years ago