1. 20 Aug, 2020 1 commit
  2. 19 Aug, 2020 1 commit
    • Henry Schreiner's avatar
      feat: new FindPython support (#2370) · 1729aae9
      Henry Schreiner authored
      * 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
      1729aae9
  3. 18 Aug, 2020 1 commit
  4. 16 Aug, 2020 1 commit
  5. 10 Aug, 2020 1 commit
  6. 04 Aug, 2020 1 commit
  7. 31 Jul, 2020 3 commits
  8. 23 Jul, 2020 1 commit
  9. 20 Jul, 2020 1 commit
  10. 15 Jul, 2020 1 commit
    • Kota Yamaguchi's avatar
      Fix undefined memoryview format (#2223) · e2488698
      Kota Yamaguchi authored
      * Fix undefined memoryview format
      
      * Add missing <algorithm> header
      
      * Add workaround for py27 array compatibility
      
      * Workaround py27 memoryview behavior
      
      * Fix memoryview constructor from buffer_info
      
      * Workaround PyMemoryView_FromMemory availability in py27
      
      * Fix up memoryview tests
      
      * Update memoryview test from buffer to check signedness
      
      * Use static factory method to create memoryview
      
      * Remove ndim arg from memoryview::frombuffer and add tests
      
      * Allow ndim=0 memoryview and documentation fixup
      
      * Use void* to align to frombuffer method signature
      
      * Add const variants of frombuffer and frommemory
      
      * Add memory view section in doc
      
      * Fix docs
      
      * Add test for null buffer
      
      * Workaround py27 nullptr behavior in test
      
      * Rename frombuffer to from_buffer
      e2488698
  11. 10 Jul, 2020 1 commit
  12. 07 Jul, 2020 1 commit
  13. 30 Jun, 2020 3 commits
  14. 10 Jun, 2020 1 commit
  15. 26 Apr, 2020 7 commits
  16. 31 Mar, 2020 2 commits
  17. 25 Nov, 2019 2 commits
  18. 14 Nov, 2019 2 commits
  19. 14 Oct, 2019 2 commits
  20. 21 Sep, 2019 3 commits
  21. 20 Sep, 2019 3 commits
  22. 19 Sep, 2019 1 commit