137 Commits (fd85c2ff81c1f2dbe54252ed3d6391ac8b657fe4)
 

Author SHA1 Message Date
Vladimír Vondruš fd85c2ff81 python/corrade: huh, this one was missing. 7 years ago
Vladimír Vondruš e8198cb97e python: fix PyInit_* declarations to work on Windows as well. 7 years ago
Vladimír Vondruš a6c8b0107e Explicitly use C++11, like all other Magnum projects. 7 years ago
Vladimír Vondruš c536caaf13 CMake: avoid /W3 overriding warnings and enable -DUNICODE on Windows. 7 years ago
Vladimír Vondruš 6555424d86 package/ci: add a static macOS build as well. 7 years ago
Vladimír Vondruš 232b559984 package/ci: build also SDL2 and GLFW apps on Travis. 7 years ago
Vladimír Vondruš 7f79f455d9 package/ci: we always build w/o deprecated functionality. 7 years ago
Vladimír Vondruš 3c96880f2e modules: updated GL-related Find modules. 7 years ago
Vladimír Vondruš 1ec7269732 python: expose more from GL framebuffers. 7 years ago
Vladimír Vondruš 5a438ed474 python: um, why a 8-bit type? 7 years ago
Vladimír Vondruš d36aa31a37 python: properly provide virtual destructors for Application classes. 7 years ago
Vladimír Vondruš 375a22f08d python: suppress Clang's -Wgnu-zero-variadic-macro-arguments warning. 7 years ago
Vladimír Vondruš 7e057863c8 python: fix Clang's -Wself-assign-overloaded warnings. 7 years ago
Vladimír Vondruš 68e28685ff python: fix Clang's -Wmissing-prototypes warnings. 7 years ago
Vladimír Vondruš cfce76dde4 package: include public headers in coverage reports as well. 7 years ago
Vladimír Vondruš d5036b4c97 python: expose the new flags in meshtools.compile(). 7 years ago
Vladimír Vondruš fa3c0bdd05 python: better name for the gl.Framebuffer attachment owners property. 7 years ago
Vladimír Vondruš f3c0454c72 python: ensure memory owners are compared with `is`. 7 years ago
Vladimír Vondruš c40627c96c python: better name [Strided]ArrayView memory owner property. 7 years ago
Vladimír Vondruš c28f36e04a python: move refcounting in GL types also to holders. 7 years ago
Vladimír Vondruš fe3837e34a python: put all public Python headers into the same IDE folder. 7 years ago
Vladimír Vondruš 65d39b079e python: make the PyNonDestructibleClass helper public. 7 years ago
Vladimír Vondruš 76d7ee0dc7 python: store memory owner references in the holder type instead. 7 years ago
Vladimír Vondruš e28e58b5b8 python: hide cryptic shit in less cryptic wrappers. 7 years ago
Vladimír Vondruš 1fc142d193 python: add wrappers for often needed but terribly cryptic pybind APIs. 7 years ago
Vladimír Vondruš 5a49164bb0 modules: updated FindCorrade.cmake. 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š 1ee3b69b98 python: added a TODO. 7 years ago
Vladimír Vondruš 3b7cfa4117 python: bind framebuffer reading. 7 years ago
Vladimír Vondruš 2ac4ca3338 python: expose basic Framebuffer. 7 years ago
Vladimír Vondruš b5e4253960 python: expose GL::RenderbufferFormat and GL::Renderbuffer. 7 years ago
Vladimír Vondruš d36c847362 python: add an underscore to Matrix4.shearing_ab() parameter name. 7 years ago
Vladimír Vondruš 2d1022b739 python: rename a header for further additions. 7 years ago
Vladimír Vondruš bfdfad1226 python: expose GL::Renderer::setClearColor(). 7 years ago
Vladimír Vondruš 59969c3f67 python: expose (Mutable)ImageView. 7 years ago
Vladimír Vondruš d5379c10eb python: expose buffer objects owned by gl.Mesh. 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š 1e4a9c424e python: bind PixelFormat and PixelStorage. 7 years ago
Vladimír Vondruš 3dcb176c80 python: bind Math::Range. 7 years ago
Vladimír Vondruš 90778c0a0b package: GCC 9 and lcov from git work again. 7 years ago
Vladimír Vondruš 2d2d6d5762 magnum: one more test to really check all variants. 7 years ago
Vladimír Vondruš d157b55637 magnum: again (and hopefully for the last time) reorder constructors. 7 years ago
Vladimír Vondruš c2ac530fc2 python: additions to the math benchmark. 7 years ago
Vladimír Vondruš 22a17cb5b8 python: slightly improve perf of __getitem__ on matrices/vectors. 7 years ago
Vladimír Vondruš d4dff647f7 python: these are done. 7 years ago
Vladimír Vondruš 0170dea8f4 python: consolidate buffer-related headers. 7 years ago
Vladimír Vondruš d1d6cb9ec0 python/magum/math: switch to our own buffer protocol implementation. 7 years ago
Vladimír Vondruš f9a2146142 python/corrade: remove TODOs that are impossible. 7 years ago