1. 05 Nov, 2020 1 commit
  2. 03 Nov, 2020 1 commit
  3. 15 Oct, 2020 2 commits
  4. 14 Oct, 2020 2 commits
  5. 09 Oct, 2020 1 commit
  6. 05 Oct, 2020 1 commit
  7. 03 Oct, 2020 1 commit
  8. 02 Oct, 2020 1 commit
  9. 30 Sep, 2020 2 commits
    • Wenzel Jakob's avatar
      Check if module file extension could be queried correctly (#2538) · 3232e59b
      Wenzel Jakob authored
      On very incomplete python installations (e.g. within Docker), it's
      possible that distutils is not installed. In that case, the
      ``execute_command`` statement that queries distutils for the Python
      module extension fails, and pybind11 uses the empty string. This commit
      adds an extra check that causes a CMake failure with more actionable
      information (just spent a lot of time trying to track down this problem :))
      3232e59b
    • Henry Schreiner's avatar
      ci: releases (#2530) · 82dbc5b7
      Henry Schreiner authored
      * ci: releases
      
      * docs: minor update form @wjakob
      
      * fix: enforce reasonable version of setuptools
      82dbc5b7
  10. 21 Sep, 2020 1 commit
  11. 16 Sep, 2020 2 commits
    • Henry Schreiner's avatar
      refactor: drop mkdoc and update changelog (#2491) · e37921d7
      Henry Schreiner authored
      * refactor: drop mkdoc
      
      * docs: update changelog
      e37921d7
    • Henry Schreiner's avatar
      feat: setup.py redesign and helpers (#2433) · fd61f503
      Henry Schreiner authored
      * feat: setup.py redesign and helpers
      
      * refactor: simpler design with two outputs
      
      * refactor: helper file update and Windows support
      
      * fix: review points from @YannickJadoul
      
      * refactor: fixes to naming and more docs
      
      * feat: more customization points
      
      * feat: add entry point pybind11-config
      
      * refactor: Try Extension-focused method
      
      * refactor: rename alt/inplace to global
      
      * fix: allow usage with git modules, better docs
      
      * feat: global as an extra (@YannickJadoul's suggestion)
      
      * feat: single version location
      
      * fix: remove the requirement that setuptools must be imported first
      
      * fix: some review points from @wjacob
      
      * fix: use .in, add procedure to docs
      
      * refactor: avoid monkeypatch copy
      
      * docs: minor typos corrected
      
      * fix: minor points from @YannickJadoul
      
      * fix: typo on Windows C++ mode
      
      * fix: MSVC 15 update 3+ have c++14 flag
      
      See <https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=vs-2019>
      
      * docs: discuss making SDists by hand
      
      * ci: use pep517.build instead of manual setup.py
      
      * refactor: more comments from @YannickJadoul
      
      * docs: updates from @ktbarrett
      
      * fix: change to newly recommended tool instead of pep517.build
      
      This was intended as a proof of concept; build seems to be the correct replacement.
      
      See https://github.com/pypa/pep517/pull/83
      
      * docs: updates from @wjakob
      
      * refactor: dual version locations
      
      * docs: typo spotted by @wjakob
      fd61f503
  12. 06 Sep, 2020 1 commit
  13. 05 Sep, 2020 1 commit
  14. 26 Aug, 2020 1 commit
  15. 22 Aug, 2020 1 commit
  16. 21 Aug, 2020 2 commits
  17. 19 Aug, 2020 1 commit
    • Henry Schreiner's avatar
      feat: new FindPython support (#2370) · 1729aae9
      Henry Schreiner authored
      * feat: FindPython support
      
      * refactor: rename to PYBIND11_FINDPYTHON
      
      * docs: Caps fixes
      
      * feat: NOPYTHON mode
      
      * test: check simple call
      
      * docs: add changelog/upgrade guide
      
      * feat: Support Python3 and Python2
      
      * refactor: Use targets in tests
      
      * fix: support CMake 3.4+
      
      * feat: classic search also finds virtual environments
      
      * docs: some updates from @wjakob's review
      
      * fix: wrong name for QUIET mode variable, reported by @skoslowski
      
      * refactor: cleaner output messaging
      
      * fix: support debug Python's in FindPython mode too
      
      * fixup! refactor: cleaner output messaging
      
      * fix: missing pybind11_FOUND and pybind11_INCLUDE_DIR restored to subdir mode
      
      * fix: nicer reporting of Python / PyPy
      
      * fix: out-of-order variable fix
      
      * docs: minor last-minute cleanup
      1729aae9
  18. 08 Aug, 2020 1 commit
  19. 06 Aug, 2020 3 commits
  20. 31 Jul, 2020 4 commits
  21. 26 Jul, 2020 1 commit
  22. 24 Jul, 2020 1 commit
  23. 23 Jul, 2020 1 commit
  24. 21 Jul, 2020 1 commit
  25. 20 Jul, 2020 1 commit
  26. 10 Jul, 2020 1 commit
  27. 30 Jun, 2020 2 commits
  28. 26 Apr, 2020 2 commits