1. 31 Jul, 2020 1 commit
  2. 23 Jul, 2020 1 commit
  3. 20 Jul, 2020 1 commit
  4. 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
  5. 10 Jul, 2020 1 commit
  6. 07 Jul, 2020 1 commit
  7. 30 Jun, 2020 3 commits
  8. 10 Jun, 2020 1 commit
  9. 26 Apr, 2020 7 commits
  10. 31 Mar, 2020 2 commits
  11. 25 Nov, 2019 2 commits
  12. 14 Nov, 2019 2 commits
  13. 14 Oct, 2019 2 commits
  14. 21 Sep, 2019 3 commits
  15. 20 Sep, 2019 3 commits
  16. 19 Sep, 2019 2 commits
  17. 19 Aug, 2019 1 commit
    • Andre Schmeißer's avatar
      Make `overload_cast_impl` available in C++11 mode. (#1581) · 19189b4c
      Andre Schmeißer authored
      * Make `overload_cast_impl` available in C++11 mode.
      
      Narrow the scope of the `#if defined(PYBIND11_CPP14)` block around overload_cast to only
      cover the parts where C++14 is stricly required. Thus, the implementation in
      `pybind11::details::overload_cast_impl` is still available in C++11 mode.
      
      * PR #1581: Modify test to use overload_cast_impl, update docs and change log
      19189b4c
  18. 19 Jul, 2019 1 commit
  19. 22 Jun, 2019 1 commit
  20. 12 Jun, 2019 1 commit
  21. 11 Jun, 2019 3 commits