462 Commits (d011297c13a84d8acae22d6f941ce0bd6622b190)

Author SHA1 Message Date
Vladimír Vondruš d011297c13 Here we go again. 1 year ago
Vladimír Vondruš c8824470c9 python: provide a MagnumBindings::Python library for CMake superprojects. 1 year ago
Vladimír Vondruš 20700b7e3d python: expose new Quaternion.xyzw and wxyz properties. 1 year ago
Vladimír Vondruš 37ddbf7598 CMake: try to clarify that Git version match failure is not an error. 1 year ago
Vladimír Vondruš 92d06e9e6b python: adapt to Magnum key and pointer event changes. 2 years ago
Vladimír Vondruš 1c80a7a6f2 python: fix a MSVC build failure with BUILD_DEPRECATED not being ON. 2 years ago
Vladimír Vondruš a5af8ba355 CMake: don't use configure_file() with filenames containing genexprs. 2 years ago
Vladimír Vondruš 9937209f49 python: adapt to Text library changes. 2 years ago
Vladimír Vondruš fbd8786777 Adapt to Vector getter signature changes. 2 years ago
Vladimír Vondruš b0d714344a It's October already?! 2 years ago
Vladimír Vondruš 3b545dc181 python: adapt to PluginManager changes. 2 years ago
Vladimír Vondruš 49d489382b python: missing include. 2 years ago
Vladimír Vondruš 55102734ca python: lol @ MSVC. 2 years ago
Vladimír Vondruš 7e9acb06f2 python: don't leak local __init__.py variables to python introspection. 2 years ago
Vladimír Vondruš 3218db2e2e python: make it possible to skip gl.Context.current() blowing up. 2 years ago
Vladimír Vondruš b0df197b57 python: define trade.AbstractSceneConverter before trade.SceneContents. 2 years ago
Vladimír Vondruš 335bbfc191 python: make corrade.utility depend on corrade.containers. 2 years ago
Vladimír Vondruš ded83398ea python: supply docstrings for the most used pluginmanager APIs. 2 years ago
Vladimír Vondruš 40150b7955 python: adapt to Math::sign() changes for units. 2 years ago
Vladimír Vondruš c5eb940ccf python: suppress a useless MSVC warning. 2 years ago
Vladimír Vondruš c46d21249b Use Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 806a0e46a0 python: remove py::implicitly_convertible<py::array> for array views. 2 years ago
Vladimír Vondruš 40f9048adf python: expose the attribute-less MeshData constructor. 2 years ago
Vladimír Vondruš c2284590e2 python: expose scenetools.combine_fields(). 2 years ago
Vladimír Vondruš dcbfb28c05 python: expose trade.SceneFieldData. 2 years ago
Vladimír Vondruš d38210add7 python: make BitArray implicitly convertible to StridedBitArrayView. 2 years ago
Vladimír Vondruš eb32900b4b python: there's StridedBitArrayView, just not passed all the way here. 2 years ago
Vladimír Vondruš af00836cf3 python: expose forgotten SceneFieldFlag::MultiEntry. 2 years ago
Vladimír Vondruš cade85c94f python: ability to pass extra attributes to meshtools.interleave(). 2 years ago
Vladimír Vondruš c968b91a41 python: expose trade.MeshAttributeData. 2 years ago
Vladimír Vondruš 37b58362a1 python: minor cleanup. 2 years ago
Vladimír Vondruš 3f7371013d python: doc++ 2 years ago
Vladimír Vondruš 63cea4187e python: make the MeshData / SceneData view helpers a bit more generic. 2 years ago
Vladimír Vondruš 6381b86fac python: reshuffle common code together. 2 years ago
Vladimír Vondruš 78897dddf7 python: preserve type in StridedArrayViews created from buffers. 2 years ago
Vladimír Vondruš 49ac964c49 python: make ArrayView element access behavior match bytes/bytearray. 2 years ago
Vladimír Vondruš 67d78789cd python: properly initialize all members even if unused. 2 years ago
Vladimír Vondruš d719871b33 python: remove dead code. 2 years ago
Vladimír Vondruš 1f830e6bad python: expose the new Quaternion rotation overload. 2 years ago
Vladimír Vondruš 51b65af126 python: compare a correct variable in the test. 2 years ago
Vladimír Vondruš e5e7824b96 python: don't generate corrade/__init__.py to two different locations. 2 years ago
Vladimír Vondruš b4d437bb3f python: introduce MAGNUM_BUILD_PYTHON_BINDINGS_RTLD_GLOBAL. 2 years ago
Vladimír Vondruš 37b0229680 python: doc++ 2 years ago
Vladimír Vondruš 3d9d210f5f python: fix gl.Context.reset_state() to actually reset something. 2 years ago
Vladimír Vondruš d679bfdb2d python: expose the whole MaterialTools library. 2 years ago
Vladimír Vondruš 61d18ec10e python: expose trade.MaterialData and related importer & converter APIs. 2 years ago
Vladimír Vondruš 6a1f1b772a python: properly test all trade.AbstractImporter texture APIs. 2 years ago
Vladimír Vondruš 21b643e87f python: use const self where possible in Trade binding lambdas. 2 years ago
Vladimír Vondruš 8b0dc8ca67 python: expose new Quaternion reflection APIs. 2 years ago
Vladimír Vondruš 7a35f405b4 python: raise exceptions for Math API usage errors. 2 years ago