5149 Commits (db3ef59ddcd36fe6ac7cebcd294cfbe9bca62f90)
 

Author SHA1 Message Date
Vladimír Vondruš db3ef59ddc MeshTools: don't use deprecated functionality. 9 years ago
Vladimír Vondruš 9de8fb9a67 Math: expect minor sRGB monotonicity test failure on Emscripten -O3 build. 9 years ago
Vladimír Vondruš 5a0be1dfee Math: document the test repeats to avoid confusion. 9 years ago
Vladimír Vondruš 1f2af862dc Doc++ 9 years ago
Vladimír Vondruš bdb6daec82 Math: new Half literal class. 9 years ago
Vladimír Vondruš 16ef1ae0b6 Math: functions for half-float (un)packing. 9 years ago
Vladimír Vondruš c8cc1dc88e Math: expect failure in SVD test only on non-optimized Emscripten builds. 9 years ago
Vladimír Vondruš 9ebc1068cb Math: missing include after updates in Corrade::TestSuite. 9 years ago
Vladimír Vondruš 502d59c2a8 Math: ability to specify number of integer bits for {un,}pack(). 9 years ago
Vladimír Vondruš 996c707cbc Math: reduced code duplication in vector packing functions. 9 years ago
Vladimír Vondruš aaa38d3570 MeshTools: got rid of <limits> dependency in removeDuplicates(). 9 years ago
Vladimír Vondruš 54c7b8d775 Math: document why unpacking is done this way. 9 years ago
Vladimír Vondruš e5fe46949e Math: got rid of <limits> dependency in Constants.h. 9 years ago
Vladimír Vondruš 6944818cc6 Math: improved packing test with in-range values to verify rounding. 9 years ago
Vladimír Vondruš dd2058cee3 Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header. 9 years ago
Vladimír Vondruš 543782d78b Math: added Algorithms::kahanSum(). 9 years ago
Vladimír Vondruš 8679402f24 Equality comparison operators for PixelStorage. 9 years ago
Vladimír Vondruš 72c29d27c1 package/debian: properly specify minimal CMake version. 9 years ago
Vladimír Vondruš 469e689182 package/archlinux: enable WindowlessEglApplication on desktop. 9 years ago
Vladimír Vondruš 5f9e22a3af doc: updated dependency info in building docs. 9 years ago
Vladimír Vondruš 2148cd08aa CMake: make most of DebugTools dependencies conditional. 9 years ago
Vladimír Vondruš 54e98f9537 CMake: better implicit behavior for WITH_WINDOWLESS{EGL,GLX}APPLICATION. 9 years ago
Vladimír Vondruš 087509389a doc: update list of Magnum math types. 10 years ago
Vladimír Vondruš ce050888fd Math: function to convert RGB to XYZ color space. 10 years ago
Vladimír Vondruš 2b97e53360 Math: sRGB support in Color classes. 10 years ago
Vladimír Vondruš 8f88e0ea02 Math: improve Color::red() etc. test. 10 years ago
Vladimír Vondruš a61f0f47f4 Math: reduce literal scope in Color test. 10 years ago
Vladimír Vondruš dba0ea320d Math: vector/scalar overload for pow(). 10 years ago
Vladimír Vondruš 41aaf1321f Math: construct fully-overwritten outputs in functions with NoInit. 10 years ago
Vladimír Vondruš 8e576d9c73 Math: improved HSV color tests. 10 years ago
Vladimír Vondruš dbe787c404 Math: doc++ 10 years ago
Vladimír Vondruš ccb85ec65b Math: pass largish things as const references instead of a copy. 10 years ago
Vladimír Vondruš c27a12bb30 Math: renamed Color[34]::*HSV types and functions to Color[34]::*Hsv. 10 years ago
Vladimír Vondruš 4db86bad97 Math: doc++ 10 years ago
Vladimír Vondruš d2eae35966 Math: these functions are not constexpr. 10 years ago
Vladimír Vondruš a8d1fc4d84 Math: work around constexpr issues on old GCCs in Frustum test. 10 years ago
Vladimír Vondruš e75bef1d53 Math: MSVC 2015 workarounds for constexpr in Frustum tests. 10 years ago
Vladimír Vondruš 7f89105a51 Math: converted Geometry::Distance and Intersection to namespaces. 10 years ago
Vladimír Vondruš e722286200 Math: reference intersection functions from Frustum docs. 10 years ago
Vladimír Vondruš b6858030b8 Math: ability to convert Frustum from/to external representations. 10 years ago
Vladimír Vondruš 421218c2d1 Math: return const& from Frustum::operator[]. 10 years ago
Vladimír Vondruš 20b3adbc55 Math: ability to convert Bezier from/to external representation. 10 years ago
Vladimír Vondruš 620b571766 Math: fix template declaration for Range converter. 10 years ago
Vladimír Vondruš 54f4087ab8 Math: return const& from Bezier::operator[]. 10 years ago
Vladimír Vondruš e5fd5b56f8 Math: document why RectangularMatrix::operator[] returns const&. 10 years ago
Vladimír Vondruš 3cedefe14b Math: remove GCC constexpr workaround from the tests. 10 years ago
Vladimír Vondruš 90c5001673 Math: remove dead frustum/box intersection code. 10 years ago
Vladimír Vondruš 87f4fc46c2 Math: simplify the distance math. 10 years ago
Vladimír Vondruš 01fa24910f Math: conversion constructor for Frustum. 10 years ago
Vladimír Vondruš 3952a20099 Math: verify that the Frustum constructor is implicit. 10 years ago