1. 25 Sep, 2021 1 commit
  2. 22 Sep, 2021 1 commit
  3. 17 Sep, 2021 1 commit
  4. 03 Aug, 2021 1 commit
  5. 17 Jul, 2021 1 commit
  6. 16 Jul, 2021 2 commits
  7. 14 Jul, 2021 1 commit
  8. 13 Jul, 2021 1 commit
  9. 04 Jul, 2021 1 commit
  10. 29 Jan, 2021 1 commit
  11. 27 Jan, 2021 2 commits
  12. 25 Jan, 2021 1 commit
  13. 21 Jan, 2021 1 commit
  14. 29 Dec, 2020 1 commit
  15. 22 Dec, 2020 2 commits
  16. 12 Nov, 2020 2 commits
  17. 11 Nov, 2020 1 commit
  18. 21 Oct, 2020 2 commits
  19. 20 Oct, 2020 1 commit
  20. 15 Oct, 2020 1 commit
  21. 14 Oct, 2020 1 commit
  22. 13 Oct, 2020 1 commit
  23. 12 Oct, 2020 1 commit
  24. 09 Oct, 2020 1 commit
    • Henry Schreiner's avatar
      docs: known issues (#2565) · e4e5c49a
      Henry Schreiner authored
      * docs: FAQ CMake updates
      
      * docs: limitations
      
      * ci: don't over label
      
      * docs: update CHANGELOG, add a bit more structure
      
      * ci: label PRs with more labels, and sooner
      
      * docs: updates from @rwgk
      
      * docs: address @YannickJadoul's points
      e4e5c49a
  25. 08 Oct, 2020 1 commit
  26. 06 Oct, 2020 2 commits
  27. 03 Oct, 2020 3 commits
  28. 02 Oct, 2020 2 commits
  29. 16 Sep, 2020 3 commits
    • Boris Staletic's avatar
      fix: rename `pybind11::module` to `pybind11::module_` (#2489) · d3c999c7
      Boris Staletic authored
      Support C++20. For backwards compatibility, we provide an alias for the old name.
      This change is necessary to easily avoid errors when a compiler thinks
      `module` is used as a keyword.
      d3c999c7
    • 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