6808 Commits (6e482549d2c618ae85447c61adace55ea7b11332)
 

Author SHA1 Message Date
Vladimír Vondruš 6e482549d2 external: don't even attempt to load ES3.1 and ES3.2 functions on iOS. 7 years ago
Vladimír Vondruš d557563a83 doc: updated changelog and credits. 7 years ago
Guillaume Jacquemin f4b6130ab0 Platform: improve {Glfw,Sdl2}Application::exit(). 7 years ago
Vladimír Vondruš e8d6f337f4 doc: fix invalid references in changelog. 7 years ago
Vladimír Vondruš 99ab736f93 doc: whoops, wrong link. 7 years ago
Vladimír Vondruš a3ea5154d6 GL: explicitly instantiate template function. 7 years ago
Vladimír Vondruš b77651cf93 GL: remove Buffer::set[Sub]Data() taking std::array / std::vector. 7 years ago
Vladimír Vondruš b05c887375 Audio, GL: make the extension lists constexpr. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš fb27ecd87d doc: updated changelog and credits. 7 years ago
Max Schwarz f58c26c66d GL: add unit test for Platform::GLContext{NoCreate, ...} 7 years ago
Vladimír Vondruš 0b43018f6c GL: make Context constructors and internal methods protected. 7 years ago
Max Schwarz c38319ef00 GL: Use Corrade::Containers::Pointer for Context _state 7 years ago
Vladimír Vondruš 927b75efaf GL: this internal API always takes a C string anyway. 7 years ago
Vladimír Vondruš f8b9c69b16 Don't use std::tie() on std::pair(). 7 years ago
Vladimír Vondruš ff947257aa doc: hint that there will be more than just C++ soon. 7 years ago
Vladimír Vondruš 7f7728a592 doc: adapted to m.css changes. 7 years ago
Vladimír Vondruš f467d32890 singles: updated changelogs. 7 years ago
Vladimír Vondruš 93686746ab Pernament is not a word. 7 years ago
Vladimír Vondruš b61f8262e9 Math: inline a helper function. 7 years ago
Vladimír Vondruš e4e90bd75c Math: explicitly specialize 3x3 matrix determinant. 7 years ago
Vladimír Vondruš 89c13c517a Avoid unnecessary operator[] calls in Array internals. 7 years ago
Vladimír Vondruš 05b1cefda5 Math: avoid operator[] calls where possible (and not too verbose). 7 years ago
Vladimír Vondruš 5cf4f6bb19 Math: be nicer to people and preserve compatibility. 7 years ago
Vladimír Vondruš 8c1d62d97c Math: use CORRADE_TARGET_EMSCRIPTEN instead of MAGNUM_TARGET_WEBGL. 7 years ago
Vladimír Vondruš 7b3110e7f8 Math: missing includes when building with CORRADE_NO_DEBUG. 7 years ago
Vladimír Vondruš 2173668e09 singles: use Corrade's StlMath.h in MagnumMath.hpp. 7 years ago
Vladimír Vondruš 754c84525e The <cmath> header is not allowed anymore. 7 years ago
Vladimír Vondruš 0dd763fe9d Math: fix deprecated build. 7 years ago
Vladimír Vondruš 0339a59995 MagnumMath as a single-header lib. 7 years ago
Vladimír Vondruš db1b888188 doc: mention ADB and multiple connected Android devices. 7 years ago
Vladimír Vondruš 53c1549e69 Math: deprecate Frustum::planes() in favor of begin()/end(). 7 years ago
Vladimír Vondruš 8079cda8aa Math: check for OOB access in Frustum::operator[](). 7 years ago
Vladimír Vondruš 3a1713d549 Math: no need to include <tuple> just for std::tie() in tests. 7 years ago
Vladimír Vondruš c12680ec38 Math: move batch functionality to FunctionsBatch.h. 7 years ago
Vladimír Vondruš fd51ef662b Math: avoid std::tie() in DualQuaternion sclerp.. 7 years ago
Vladimír Vondruš 563dee0436 Math: provide our own min() / max(). 7 years ago
Vladimír Vondruš 547a3f3cea Math: use a dedicated type for HSV colors instead of a tuple. 7 years ago
Vladimír Vondruš cc1d878cff Math: put types before static functions. 7 years ago
Vladimír Vondruš 8ee5f5cc6d Math: include proper header for std::div(). 7 years ago
Vladimír Vondruš e98e10a58e Math: make Constants base incomplete. 7 years ago
Vladimír Vondruš 676b19ec0b Math: avoid using std::array. 7 years ago
Vladimír Vondruš 93b62148ce Math: avoid BOMs. 7 years ago
Vladimír Vondruš 77a8c0c99b Math: make it possible to opt-out of Tweakable parsers. 7 years ago
Vladimír Vondruš cee530733e Math: make it possible to opt out of Debug output operators. 7 years ago
Vladimír Vondruš e7af6bf07b Math: minor cleanup and code shuffling. 7 years ago
Vladimír Vondruš 64bc7f9c8e Math: moved configuration value parsers to a dedicated header. 7 years ago
Vladimír Vondruš b24ffa4a3e Use min() / max() / minmax() from Math instead of std::. 7 years ago
Vladimír Vondruš 2cd1e4b7c6 Do not use GL-related ifdefs for API-agnostic functionality. 7 years ago
Vladimír Vondruš 6735d4547f Don't undef MAGNUM_TARGET_VK by accident. 7 years ago