10914 Commits (81855a1764bc3b0557d4e8036b1982850a27dd0c)
 

Author SHA1 Message Date
Vladimír Vondruš 81855a1764 SceneTools: fix some variable shadowing warnings. 2 years ago
Vladimír Vondruš 279856f239 Math: allow creating a Vector from a BitVector. 2 years ago
Vladimír Vondruš 0106520d80 Math: tighten up lerp() behavior with boundary preservation tests. 2 years ago
Stanislaw Halik d4caf28183 Math: add a vector + scalar fmod() overload. 2 years ago
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš 285b05438c doc: work around linker warnings about main() being duplicated. 2 years ago
Vladimír Vondruš e4819282fb Updated toolchains submodule. 2 years ago
Vladimír Vondruš 7d708c55bb SceneGraph: CORRADE_GCC46_COMPATIBILITY? Wow. 2 years ago
Vladimír Vondruš 4b9ff92cd4 package/archlinux: zstd-compress debug info in all packages that use GCC. 2 years ago
Vladimír Vondruš 2e13701d21 Doc++ 2 years ago
Vladimír Vondruš 118dc8a936 modules: define TARGET_GLES3 in FindMagnum only on deprecated builds. 2 years ago
Vladimír Vondruš f4c03ad7a3 Put back #cmakedefine MAGNUM_TARGET_GLES3 into configure.h. 2 years ago
Vladimír Vondruš 79191044df GL: implement EXT_buffer_storage. 2 years ago
Vladimír Vondruš fadc15989c GL: remove a redundant ifndef, it's already in the outer scope. 2 years ago
Vladimír Vondruš d919a37027 package/ci: use a non-deprecated Android image on CircleCI. 2 years ago
Vladimír Vondruš c389505270 doc: add another dumpster truck of workarounds to the Android guide. 2 years ago
Vladimír Vondruš 87c7eea1e2 Deprecate MAGNUM_TARGET_GLES3. 2 years ago
Vladimír Vondruš 7780d68fd1 GL: fix a warning in test code in GLES2 builds. 2 years ago
Vladimír Vondruš 2bb2332013 Updated toolchains submodule. 2 years ago
Vladimír Vondruš 4a456f2cef doc: updated changelog. 2 years ago
Vladimír Vondruš 04a2d9281c GL: implement {EXT,WEBGL}_blend_func_extended. 2 years ago
Vladimír Vondruš 59f3747cb9 GL: implement ANGLE_stencil_texturing and WEBGL_stencil_texturing. 2 years ago
Vladimír Vondruš 89bb568f23 GL: implemente ANGLE_provoking_vertex and ANGLE_polygon_mode on ES. 2 years ago
Vladimír Vondruš e3d1864ee6 GL: implement EXT_texture_mirror_clamp_to_edge on ES and WebGL. 2 years ago
Vladimír Vondruš bb4064beda GL: implement EXT_depth_clamp on WebGL. 2 years ago
Vladimír Vondruš 7233be75a2 GL: recognize 9 new WebGL extensions. 2 years ago
Vladimír Vondruš 2e4df7009c doc: Emscripten has WebGL 2 time queries now. 2 years ago
Vladimír Vondruš 3e3f17199b GL: minor cleanup / clarification in the WebGL extension list. 2 years ago
Vladimír Vondruš 007a7e6f96 external: update generated GL headers and function loaders. 2 years ago
Vladimír Vondruš 68174c6bc4 Platform: account for KDE unsetting Xft.dpi if display scaling is 100%. 2 years ago
Vladimír Vondruš e56e5e9b31 GL: expand the Clang-CL warning suppression to regular Clang as well. 2 years ago
Vladimír Vondruš 7d433cc0a2 package/ci: update to a non-deprecated ARM64 image on CircleCI. 2 years ago
Vladimír Vondruš ec788f313c Math: recognize Nanoseconds and Seconds in type traits. 2 years ago
Vladimír Vondruš d8bf8b2cfc Math: workaround MSVC2015's inability to pick up the float*Unit operator. 2 years ago
Vladimír Vondruš 489c7128fd Math: introduce Nanoseconds and Seconds types. 2 years ago
Vladimír Vondruš 6978cb571f Math: implement integer modulo for Unit. 2 years ago
Vladimír Vondruš bfe76195ef Math: rename Vector function argument for consistency. 2 years ago
Vladimír Vondruš c517a6f0ee Math: enforce that the interpolation phase in select() is unitless. 2 years ago
Vladimír Vondruš 181a3a3511 Math: sign() should return a unitless type. 2 years ago
Vladimír Vondruš e6c709bd43 Math: make Deg/Rad conversion constructors noexcept as well. 2 years ago
Vladimír Vondruš e670d14585 Math: test & document why Deg/Rad needs a "copy constructor". 2 years ago
Vladimír Vondruš 21cfae82fa Math: move STL-dependent doc snippets to a dedicated file. 2 years ago
Vladimír Vondruš 6faa2c53b6 doc: cleanup, & a nicer solution to avoid -Wvexing-parse in doc snippets. 2 years ago
Vladimír Vondruš cac82eab9d Math: implement integer and float multiply and divide for Unit. 2 years ago
Vladimír Vondruš 53631cbea9 Math: explicitly test both runtime and constexpr Unit APIs. 2 years ago
Vladimír Vondruš dec3bdff16 Math: make Unit operator*(T, Unit) an inline friend. 2 years ago
Vladimír Vondruš 3145658a02 Math: minor. 2 years ago
Vladimír Vondruš 37ec9f2573 Math: no point in checking DOXYGEN_GENERATING_OUTPUT in test code. 2 years ago
Vladimír Vondruš 2525f73ae3 Math: unused include. 2 years ago
Vladimír Vondruš a4efe99ccf Math: move literals to inline Literals::FooLiterals subnamespaces. 2 years ago