1. 12 Jul, 2021 1 commit
  2. 10 Jul, 2021 1 commit
  3. 04 Jul, 2021 1 commit
  4. 02 Jul, 2021 1 commit
  5. 17 Jun, 2021 2 commits
  6. 27 May, 2021 1 commit
  7. 06 May, 2021 1 commit
  8. 15 Apr, 2021 1 commit
  9. 02 Apr, 2021 1 commit
  10. 25 Feb, 2021 1 commit
  11. 20 Feb, 2021 1 commit
  12. 29 Jan, 2021 1 commit
  13. 28 Jan, 2021 1 commit
  14. 27 Jan, 2021 2 commits
  15. 25 Jan, 2021 1 commit
  16. 21 Jan, 2021 1 commit
  17. 17 Jan, 2021 1 commit
  18. 14 Jan, 2021 2 commits
  19. 29 Dec, 2020 1 commit
  20. 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
  21. 22 Dec, 2020 2 commits
  22. 08 Dec, 2020 1 commit
  23. 24 Nov, 2020 2 commits
  24. 19 Nov, 2020 1 commit
  25. 16 Nov, 2020 2 commits
  26. 12 Nov, 2020 2 commits
  27. 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
  28. 21 Oct, 2020 3 commits
  29. 20 Oct, 2020 1 commit
  30. 18 Oct, 2020 1 commit