1. 20 Aug, 2020 3 commits
  2. 19 Aug, 2020 3 commits
    • tests: avoid putting build products into source directory (#2353) · 04fdc44f
      * tests: keep source dir clean
      
      * ci: make first build inplace
      
      * ci: drop dev setting (wasn't doing anything)
      
      * tests: warn if source directory is dirty
      Henry Schreiner committed
    • feat: new FindPython support (#2370) · 1729aae9
      * 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
      Henry Schreiner committed
  3. 18 Aug, 2020 3 commits
  4. 17 Aug, 2020 1 commit
  5. 16 Aug, 2020 3 commits
  6. 14 Aug, 2020 6 commits
  7. 13 Aug, 2020 1 commit
    • Modified Vector STL bind initialization from a buffer type with optimization for… · 830adda8
      Modified Vector STL bind initialization from a buffer type with optimization for simple arrays (#2298)
      
      * Modified Vector STL bind initialization from a buffer type with optimization for simple arrays
      
      * Add subtests to demonstrate processing Python buffer protocol objects with step > 1
      
      * Fixed memoryview step test to only run on Python 3+
      
      * Modified Vector constructor from buffer to return by value for readability
      marc-chiesa committed
  8. 12 Aug, 2020 2 commits
  9. 11 Aug, 2020 1 commit
  10. 10 Aug, 2020 1 commit
  11. 08 Aug, 2020 1 commit
  12. 06 Aug, 2020 5 commits
  13. 04 Aug, 2020 1 commit
  14. 01 Aug, 2020 2 commits
  15. 31 Jul, 2020 7 commits