1. 16 Aug, 2020 3 commits
  2. 14 Aug, 2020 2 commits
  3. 13 Aug, 2020 1 commit
    • marc-chiesa's avatar
      Modified Vector STL bind initialization from a buffer type with optimization... · 830adda8
      marc-chiesa authored
      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
      830adda8
  4. 12 Aug, 2020 2 commits
  5. 11 Aug, 2020 1 commit
  6. 06 Aug, 2020 2 commits
  7. 04 Aug, 2020 1 commit
  8. 01 Aug, 2020 1 commit
  9. 31 Jul, 2020 3 commits
  10. 28 Jul, 2020 4 commits
  11. 26 Jul, 2020 5 commits
  12. 24 Jul, 2020 1 commit
  13. 23 Jul, 2020 5 commits
  14. 22 Jul, 2020 1 commit
  15. 20 Jul, 2020 1 commit
  16. 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
  17. 08 Jul, 2020 1 commit
  18. 07 Jul, 2020 3 commits
  19. 30 Jun, 2020 2 commits