22 Commits (b83e12a8fd5b01d252ef9e48e9705bd1ff09f99c)

Author SHA1 Message Date
Vladimír Vondruš 1d278d1112 python: rename all Python.h headers to PythonBindings.h. 6 years ago
Vladimír Vondruš b1d45fc85a Updated copyright year. 6 years ago
Vladimír Vondruš 86bac39471 Adapt to Corrade changes. 6 years ago
Vladimír Vondruš f20c5beb76 python: move away from concrete pybind exceptions. 7 years ago
Vladimír Vondruš 2eebb45557 python: don't keep a reference to owner for empty array views. 7 years ago
Vladimír Vondruš 0c9cd88fd3 python: doc++ 7 years ago
Vladimír Vondruš ff9003d10c python: silence annoying GCC 4.8 warnings. 7 years ago
Vladimír Vondruš e8198cb97e python: fix PyInit_* declarations to work on Windows as well. 7 years ago
Vladimír Vondruš 68e28685ff python: fix Clang's -Wmissing-prototypes warnings. 7 years ago
Vladimír Vondruš c40627c96c python: better name [Strided]ArrayView memory owner property. 7 years ago
Vladimír Vondruš 76d7ee0dc7 python: store memory owner references in the holder type instead. 7 years ago
Vladimír Vondruš 4cbda8081b corrade/containers: finally give up on testing ArrayView dimensions. 7 years ago
Vladimír Vondruš b3206b138f python/corrade: implicit conversion of np.array to (Strided)ArrayView. 7 years ago
Vladimír Vondruš a18c438352 python: so we need MutableStridedArrayView4D as well. 7 years ago
Vladimír Vondruš f1aeb0fd0e python: whoops, forgot to bind some MutableStridedArrayView3D functions. 7 years ago
Vladimír Vondruš 0170dea8f4 python: consolidate buffer-related headers. 7 years ago
Vladimír Vondruš f9a2146142 python/corrade: remove TODOs that are impossible. 7 years ago
Vladimír Vondruš ce3d2564fd python/corrade: make our own buffer protocol for array views. 7 years ago
Vladimír Vondruš d050145e51 python: put everything into a single module if magnum is built statically. 7 years ago
Vladimír Vondruš 21ee51fd96 python: do as little as possible in PYBIND11_MODULE. 7 years ago
Vladimír Vondruš 2ae83a0c26 python: make ArrayView properly convertible from Python array. 7 years ago
Vladimír Vondruš d34366ac46 python: expose ArrayView and StridedArrayView. 7 years ago