Kota Yamaguchi e248869893
Fix undefined memoryview format (#2223)
* 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
2020-07-15 08:50:43 -07:00
..
2020-07-07 15:58:16 +02:00
2017-01-31 17:05:44 +01:00
2019-02-04 16:09:21 +01:00
2018-02-27 22:46:56 -04:00
2020-07-07 15:58:16 +02:00
2020-07-07 15:58:16 +02:00
2020-06-29 21:01:20 +02:00
2020-06-29 21:01:20 +02:00
2019-04-06 19:09:39 +02:00