11660 Commits (35831dcc01afc5928382fcb8a9f3b58dea50df08)
 

Author SHA1 Message Date
Vladimír Vondruš 35831dcc01 package/ci: I should be installing g++, not gcc. 1 month ago
Vladimír Vondruš cec195b136 Platform: update Sdl2Application CMake subproject snippet. 1 month ago
Vladimír Vondruš e3095cc31e CMake: adjustments to make find_package(Magnum OPTIONAL) work better. 1 month ago
Vladimír Vondruš a1f02991ac modules: updated FindCorrade.cmake. 1 month ago
Vladimír Vondruš 2a3acc0f22 doc: link to the UI library tutorial from Getting Started. 2 months ago
Vladimír Vondruš 1a9434253b doc: minor edits to the Getting Started Guide. 2 months ago
Vladimír Vondruš c173c2d368 GL: some actual docs for all the shader drawing variants. 2 months ago
Vladimír Vondruš 059e97d284 GL: once again I forgot about this one particular MSVC 2015 shittiness. 2 months ago
Vladimír Vondruš 1c1d3e5ee8 GL: implement indirect drawing and compute dispatch. 2 months ago
Vladimír Vondruš 173472616b GL: this array sizing was weird. 2 months ago
Vladimír Vondruš 6dbd48559b GL: the unused member function warnings were useful, actually! 2 months ago
Vladimír Vondruš d7750f4559 GL: correctly propagate base instance to MeshViews in the test. 2 months ago
Vladimír Vondruš 43baa4502e GL: support EXT_base_instance on GLES. 2 months ago
Vladimír Vondruš d1951ce795 GL: no, those aren't supposed to be present on ES2. 2 months ago
Vladimír Vondruš 3b26301bc3 GL: recognize EXT_multi_draw_indirect and EXT_external_objects extensions. 3 months ago
Vladimír Vondruš bc7ee6d940 Doc++, updated credits and changelog. 3 months ago
Samuel Longchamps 09a0a5b944 Windows: near and far undef cause failure when including Windows headers 3 months ago
Vladimír Vondruš b4d621c957 Add missing transitive includes. 3 months ago
Vladimír Vondruš c7440bd674 package/archlinux: enable colored output for clang + libc++ build. 3 months ago
Vladimír Vondruš 2e8571d8fd package: enable _LIBCPP_REMOVE_TRANSITIVE_INCLUDES for all libc++ builds. 3 months ago
Vladimír Vondruš f3a4ce7d1d Math: add scalar and vector fract(). 3 months ago
Vladimír Vondruš 276a93a4ff Math: use {} for Vector construction in FunctionTests. 3 months ago
Vladimír Vondruš e46678f312 Math: doc++ 3 months ago
Vladimír Vondruš e281bcf64e doc: updated credits and changelog. 3 months ago
ThePixelMoon d42fdad100
snippets: fix typo in Platform.cpp 3 months ago
Vladimír Vondruš 5383daf3b4 Math: lol wait, I used scatter() wrong in here the whole time?! 3 months ago
Vladimír Vondruš cac7c88397 Math: add a TODO. 3 months ago
Vladimír Vondruš e869cd1aff Math: adapt to CORRADE_NODISCARD changes. 3 months ago
Vladimír Vondruš 3bf92e190f doc: CORRADE_NODISCARD is now a function macro. 3 months ago
Vladimír Vondruš a3468222cb package/homebrew: bump stable version to latest master. 4 months ago
Vladimír Vondruš c9c560064f package/homebrew: extract the SHA1 from the version instead of duplicating. 4 months ago
Vladimír Vondruš f68e277a41 Math: clearly document what the TypeForSize helper is for. 4 months ago
Vladimír Vondruš 56a3aebf73 Math: fix swizzle support for Vector3 and Vector4 in singles. 4 months ago
Vladimír Vondruš c7c7f8d87f GL: don't mark a local inner struct with MAGNUM_GL_LOCAL. 4 months ago
Vladimír Vondruš b7622e0a28 package/ci: The macOS M4 image has more cores, use all for the iOS build. 4 months ago
Vladimír Vondruš ea060cd9d6 Update copyright year. 4 months ago
Vladimír Vondruš 356166bb38 modules: update FindCorrade.cmake. 4 months ago
Vladimír Vondruš 7e5a9472e4 Math: add scatterInto(). 4 months ago
Vladimír Vondruš 5ea9faef04 Math: mark scatter() with CORRADE_NODISCARD. 4 months ago
Vladimír Vondruš 5676ab552f doc: ignore CORRADE_NODISCARD annotations when generating docs. 4 months ago
Vladimír Vondruš 2ea43a8c5e Adapt to moving CORRADE_DEPRECATED*() macros to a dedicated header. 4 months ago
Vladimír Vondruš 998919110c modules: update FindCorrade.cmake for reworked Corrade::Main on MinGW. 4 months ago
Vladimír Vondruš bd52eb9be2 AnyImageImporter: attempt to detect AVIF files. 5 months ago
Vladimír Vondruš a297dd63e9 Platform: missing semicolons in a CSS file? Outrageous! 5 months ago
Vladimír Vondruš 179a68229f package/ci: new macOS image, new lcov, new trash errors. 5 months ago
Vladimír Vondruš 62f04ca5e9 package/ci: once again switch to an an Xcode image that isn't removed. 5 months ago
Vladimír Vondruš 01d9d9bbc1 package/ci: minor cleanup. 5 months ago
Vladimír Vondruš 68d013204b doc: magnum-integration has now generated snippets and images. 6 months ago
Vladimír Vondruš 3a2c1292e0 Audio: remove an obsolete Doxygen TODO, it works now. 6 months ago
Vladimír Vondruš 71ccd3e187 Audio: expose alGetError() as a search keyword for Renderer::error(). 6 months ago