1. 27 Jan, 2021 2 commits
  2. 25 Jan, 2021 1 commit
  3. 21 Jan, 2021 1 commit
  4. 17 Jan, 2021 1 commit
  5. 14 Jan, 2021 2 commits
  6. 29 Dec, 2020 1 commit
  7. 24 Dec, 2020 1 commit
    • Steve Siano's avatar
      docs: add a note about compiling the example (#2737) · 6f66e760
      Steve Siano authored
      * docs: mention PYTHONPATH in installing.rst
      
      When pybind11 is included as a submodule, the user needs to update their
      Python module search path.  Otherwise, the first c++ compilation command
      in docs/basics.rst will fail.
      
      * docs: add a note about compiling the example
      
      This note shows how to modify the compilation command for the example
      when the pybind11 source has been included as a Git submodule.
      
      * docs: add a note about compiling the example
      
      Added an internal link to the docs
      
      * docs: updated a note about compiling the example
      
      Also updated the command substitution syntax for consistency
      6f66e760
  8. 22 Dec, 2020 2 commits
  9. 08 Dec, 2020 1 commit
  10. 24 Nov, 2020 2 commits
  11. 19 Nov, 2020 1 commit
  12. 16 Nov, 2020 2 commits
  13. 12 Nov, 2020 2 commits
  14. 11 Nov, 2020 2 commits
    • Henry Schreiner's avatar
      docs: changelog update (#2652) · f1abf5d9
      Henry Schreiner authored
      f1abf5d9
    • Henry Schreiner's avatar
      feat: way to only recompile changed files (#2643) · ebd5c5b4
      Henry Schreiner authored
      * feat: lazy compile
      
      * refactor: lazy -> only_changed
      
      * refactor: leave the changed function up to the user
      
      * refactor: pass a function, based on @YannickJadoul and @HDembinski's suggestions
      
      * refactor: old -> _old, as it's not intended for users
      
      * docs: slight improvmenent from @rwgk
      
      * docs: Ccache spelling, extra warning about pip caching
      
      Ccache spelling noted by @YannickJadoul
      ebd5c5b4
  15. 21 Oct, 2020 3 commits
  16. 20 Oct, 2020 1 commit
  17. 18 Oct, 2020 2 commits
  18. 16 Oct, 2020 2 commits
  19. 15 Oct, 2020 2 commits
  20. 14 Oct, 2020 2 commits
  21. 13 Oct, 2020 1 commit
  22. 12 Oct, 2020 1 commit
  23. 09 Oct, 2020 2 commits
    • 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
    • Yannick Jadoul's avatar
      feat: deprecate public constructors of module_ class (#2552) · 0c5cc031
      Yannick Jadoul authored
      * Deprecated public constructors of module
      
      * Turn documentation comment of module_::add_object into valid doxygen documentation
      
      * Move definition of PYBIND11_DETAIL_MODULE_STATIC_DEF and PYBIND11_DETAIL_MODULE_CREATE macros up
      
      * Move detail::create_top_level_module to module_::create_extension_module, and unify Python 2 and 3 signature again
      
      * Throw error_already_set if module creation fails in module_::create_extension_module
      
      * Mention module_::create_extension_module in deprecation warning message of module_::module_
      0c5cc031
  24. 08 Oct, 2020 3 commits