1. 17 Jul, 2021 1 commit
  2. 16 Jul, 2021 2 commits
  3. 15 Jul, 2021 2 commits
  4. 14 Jul, 2021 1 commit
  5. 13 Jul, 2021 2 commits
    • Antony Lee's avatar
      Add helper to build in-tree extensions. (#2831) · 1be0a0a6
      Antony Lee authored
      
      
      For single-file extensions, a convenient pattern offered by cython
      is to place the source files directly in the python source tree
      (`foo/__init__.py`, `foo/ext.pyx`), deriving the package names from
      their filesystem location.  Adapt this pattern for pybind11, using an
      `intree_extensions` helper, which should be thought of as the moral
      equivalent to `cythonize`.
      
      Differences with cythonize: I chose not to include globbing support
      (`intree_extensions(glob.glob("**/*.cpp"))` seems sufficient), nor to
      provide extension-customization kwargs (directly setting the attributes
      on the resulting Pybind11Extension objects seems sufficient).
      
      We could choose to have `intree_extension` (singular instead) and make
      users write `[*map(intree_extension, glob.glob("**/*.cpp"))]`; no strong
      opinion here.
      Co-authored-by: default avatarAaron Gokaslan <skylion.aaron@gmail.com>
      1be0a0a6
    • Henry Schreiner's avatar
      docs: update changelog (#3099) · 6a644c8f
      Henry Schreiner authored
      * docs: update changelog
      
      * docs: add one more and merge tidy
      6a644c8f
  6. 12 Jul, 2021 3 commits
  7. 10 Jul, 2021 1 commit
  8. 04 Jul, 2021 1 commit
  9. 02 Jul, 2021 1 commit
  10. 17 Jun, 2021 2 commits
  11. 27 May, 2021 1 commit
  12. 06 May, 2021 1 commit
  13. 15 Apr, 2021 1 commit
  14. 02 Apr, 2021 1 commit
  15. 25 Feb, 2021 1 commit
  16. 20 Feb, 2021 1 commit
  17. 29 Jan, 2021 1 commit
  18. 28 Jan, 2021 1 commit
  19. 27 Jan, 2021 2 commits
  20. 25 Jan, 2021 1 commit
  21. 21 Jan, 2021 1 commit
  22. 17 Jan, 2021 1 commit
  23. 14 Jan, 2021 2 commits
  24. 29 Dec, 2020 1 commit
  25. 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
  26. 22 Dec, 2020 2 commits
  27. 08 Dec, 2020 1 commit
  28. 24 Nov, 2020 2 commits
  29. 19 Nov, 2020 1 commit
  30. 16 Nov, 2020 1 commit