1. 15 Dec, 2022 1 commit
    • Ralf W. Grosse-Kunstleve's avatar
      ci: set `env: VERBOSE: 1` (#4405) · ece1206b
      Ralf W. Grosse-Kunstleve authored
      * Revert "Systematically add `-DCMAKE_VERBOSE_MAKEFILE=ON` to obtain full command lines related to `-Wodr` (#4398)"
      
      This reverts commit ff42f525.
      
      * Set `env: VERBOSE: 1` as suggested by @henryiii
      
      * Set `env: VERBOSE: 1` also in all other .yml files using cmake
      ece1206b
  2. 05 Dec, 2022 1 commit
    • Ralf W. Grosse-Kunstleve's avatar
      Replace `ubuntu-latest` with `ubuntu-22.04` (#4382) · 5b55f8fe
      Ralf W. Grosse-Kunstleve authored
      * Replace 🐍 3.6 • ubuntu-latest • x64 -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1" with 3.9
      
      * Revert "Replace 🐍 3.6 • ubuntu-latest • x64 -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1" with 3.9"
      
      This reverts commit 3ec984e1ed7265ac152e6760c68a0bad97d5a2bd.
      
      * Systematically change all active ubuntu-latest to ubuntu-20.04, except in upstream.yml
      
      * Revert "Systematically change all active ubuntu-latest to ubuntu-20.04, except in upstream.yml"
      
      This reverts commit cdfd99526a9d3c172691685ac17054bfe76590fc.
      
      * Change only some ubuntu-latest to ubuntu-20.04
      5b55f8fe
  3. 11 Oct, 2022 1 commit
  4. 04 Jul, 2022 1 commit
  5. 24 Apr, 2022 2 commits
  6. 11 Apr, 2022 1 commit
  7. 17 Jan, 2022 1 commit
  8. 23 Sep, 2021 1 commit
  9. 13 Aug, 2021 1 commit
  10. 29 Jul, 2021 1 commit
  11. 14 May, 2021 1 commit
  12. 17 Feb, 2021 1 commit
  13. 25 Jan, 2021 1 commit
  14. 19 Jan, 2021 1 commit
  15. 22 Dec, 2020 1 commit
  16. 15 Nov, 2020 1 commit
  17. 30 Sep, 2020 1 commit
    • 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
  18. 16 Sep, 2020 1 commit
    • 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
  19. 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
  20. 06 Aug, 2020 1 commit
  21. 31 Jul, 2020 1 commit
  22. 29 Jul, 2020 1 commit