1. 28 Jul, 2020 4 commits
  2. 26 Jul, 2020 7 commits
  3. 24 Jul, 2020 2 commits
  4. 23 Jul, 2020 11 commits
  5. 22 Jul, 2020 1 commit
  6. 21 Jul, 2020 1 commit
  7. 20 Jul, 2020 1 commit
  8. 15 Jul, 2020 1 commit
    • Fix undefined memoryview format (#2223) · e2488698
      * 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
      Kota Yamaguchi committed
  9. 12 Jul, 2020 2 commits
  10. 11 Jul, 2020 1 commit
  11. 10 Jul, 2020 2 commits
  12. 08 Jul, 2020 1 commit
    • Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (#2283) · f980d76d
      * Change NAMESPACE_BEGIN and NAMESPACE_END macros into PYBIND11_NAMESPACE_BEGIN and PYBIND11_NAMESPACE_END
      
      * Fix sudden HomeBrew 'python not installed' error
      
      * Sweep difference in 'Class.__init__() must be called when overriding __init__' error message between CPython and PyPy under the rug
      
      * Homebrew updated to 3.8 yesterday.
      
      Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
      Yannick Jadoul committed
  13. 07 Jul, 2020 3 commits
  14. 30 Jun, 2020 3 commits