6503 Commits (f73306b7a16daba769a2811c2072f89602a9f06d)

Author SHA1 Message Date
Vladimír Vondruš f73306b7a1 Trade: superfluous semicolon in test code, copypasted 700 times. 1 week ago
Vladimír Vondruš 9c8a86c4dd ShaderTools: random test code cleanup and clarification. 1 week ago
Vladimír Vondruš e5c24572b0 Text: actually verify openData() and openFile() return values. 1 week ago
Vladimír Vondruš 8bfb4e964f Text: various test code modernization. 1 week ago
Vladimír Vondruš 4887f45536 Text: cover remaining uncovered lines with tests. 1 week ago
Vladimír Vondruš 36c521e684 Text: GL::textureFormat() actually never returns sized formats on ES2. 1 week ago
Vladimír Vondruš 8a3ac6fb9b Text: this return is never reached. 1 week ago
Vladimír Vondruš 479fc2c49f Text: make sure AbstractFont::openFile() is tested directly as well. 1 week ago
Vladimír Vondruš 9c1a8f0500 Text: useless const in test code. 1 week ago
Vladimír Vondruš 02368af938 Text: put branch contents on a new line. 1 week ago
Vladimír Vondruš f077b5baa5 Text: doc++ 1 week ago
Vladimír Vondruš 7d95c55eaf Fix unused variable warnings on a no-assert build. 1 week ago
Vladimír Vondruš 0a3aef7f84 SceneTools: adapt expected test output to plugin changes. 1 week ago
Vladimír Vondruš 774ffdbe01 Math: add TypeTraits<T>::min() and max(). 2 months ago
Vladimír Vondruš 2b5734891a Revert "Math: remove transitive include for Functions.h." 2 months ago
Vladimír Vondruš ce5157e4fe Math: updated credits. 2 months ago
Stanislaw Halik 8c228c69c9 Math: remove transitive include for Functions.h. 2 months ago
Vladimír Vondruš cec195b136 Platform: update Sdl2Application CMake subproject snippet. 3 months ago
Vladimír Vondruš c173c2d368 GL: some actual docs for all the shader drawing variants. 4 months ago
Vladimír Vondruš 059e97d284 GL: once again I forgot about this one particular MSVC 2015 shittiness. 4 months ago
Vladimír Vondruš 1c1d3e5ee8 GL: implement indirect drawing and compute dispatch. 4 months ago
Vladimír Vondruš 173472616b GL: this array sizing was weird. 4 months ago
Vladimír Vondruš 6dbd48559b GL: the unused member function warnings were useful, actually! 4 months ago
Vladimír Vondruš d7750f4559 GL: correctly propagate base instance to MeshViews in the test. 4 months ago
Vladimír Vondruš 43baa4502e GL: support EXT_base_instance on GLES. 4 months ago
Vladimír Vondruš d1951ce795 GL: no, those aren't supposed to be present on ES2. 4 months ago
Vladimír Vondruš 3b26301bc3 GL: recognize EXT_multi_draw_indirect and EXT_external_objects extensions. 4 months ago
Vladimír Vondruš bc7ee6d940 Doc++, updated credits and changelog. 4 months ago
Samuel Longchamps 09a0a5b944 Windows: near and far undef cause failure when including Windows headers 4 months ago
Vladimír Vondruš b4d621c957 Add missing transitive includes. 4 months ago
Vladimír Vondruš f3a4ce7d1d Math: add scalar and vector fract(). 4 months ago
Vladimír Vondruš 276a93a4ff Math: use {} for Vector construction in FunctionTests. 4 months ago
Vladimír Vondruš e46678f312 Math: doc++ 5 months ago
Vladimír Vondruš cac7c88397 Math: add a TODO. 5 months ago
Vladimír Vondruš e869cd1aff Math: adapt to CORRADE_NODISCARD changes. 5 months ago
Vladimír Vondruš f68e277a41 Math: clearly document what the TypeForSize helper is for. 5 months ago
Vladimír Vondruš 56a3aebf73 Math: fix swizzle support for Vector3 and Vector4 in singles. 5 months ago
Vladimír Vondruš c7c7f8d87f GL: don't mark a local inner struct with MAGNUM_GL_LOCAL. 5 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 6 months ago
Vladimír Vondruš 7e5a9472e4 Math: add scatterInto(). 6 months ago
Vladimír Vondruš 5ea9faef04 Math: mark scatter() with CORRADE_NODISCARD. 6 months ago
Vladimír Vondruš 2ea43a8c5e Adapt to moving CORRADE_DEPRECATED*() macros to a dedicated header. 6 months ago
Vladimír Vondruš a297dd63e9 Platform: missing semicolons in a CSS file? Outrageous! 6 months ago
Vladimír Vondruš 3a2c1292e0 Audio: remove an obsolete Doxygen TODO, it works now. 8 months ago
Vladimír Vondruš 71ccd3e187 Audio: expose alGetError() as a search keyword for Renderer::error(). 8 months ago
Vladimír Vondruš 8f084de933 doc: update credits as requested. 8 months ago
Vladimír Vondruš a22e9ae344 Updated credits and changelog. 8 months ago
Andy Maloney 2e8f36d160 {doc} Fix a couple of spelling mistakes 8 months ago
Vladimír Vondruš 381568a11a Platform: more -Wcast-function-type suppressions for Clang 13+. 8 months ago
Vladimír Vondruš 0109548149 Use https for links. 8 months ago