5088 Commits (7bc1d9f129a50bca25a0d0b6c805234bc297725a)
 

Author SHA1 Message Date
Vladimír Vondruš 7bc1d9f129 Update credits. 10 years ago
Squareys 1f995d1ab2 Math: Add Distance::pointPlane* and two frustum intersection functions 10 years ago
Squareys 0062fbf78e Math: Add rudimentary Frustum class 10 years ago
Vladimír Vondruš bd8d807e1c Make Linux/Windows code for windowless apps on ES more consistent. 10 years ago
Vladimír Vondruš c64ee529f1 Updated toolchains submodule. 10 years ago
Vladimír Vondruš 9fcfd5ee25 Platform: fix compilation of WindowlessWindowsEglApplication. 10 years ago
Vladimír Vondruš 6fe97e2547 package/ci: removed unneeded line from desktop GLES Travis build. 10 years ago
Vladimír Vondruš 1eb26bd1a5 Test: workaround/suppress leaks when ResourceManager is asserting. 10 years ago
Vladimír Vondruš 02b579e96c package/ci: added AddressSanitizer build on Travis. 10 years ago
Vladimír Vondruš 1a077391ce Math: expect failure in Double SVD test on recent Emscripten versions. 10 years ago
Vladimír Vondruš 37565d5414 Math: print 8-bit colors as hex in Debug. 10 years ago
Vladimír Vondruš 1fdd532910 Math: return proper subclass from Matrix::transposed(). 10 years ago
Vladimír Vondruš 7ded9653bf Tga{Importer,ImageConverter}: properly name the file format w/ extension. 10 years ago
Vladimír Vondruš 930018c2ad Math: doc++ 10 years ago
Vladimír Vondruš 5ddab8b308 modules: properly list modifications done to the FindOpenAL module. 10 years ago
Vladimír Vondruš ae24ddd390 doc: provide link to SDL2 prebuilts to make it easier for Windows users. 10 years ago
Vladimír Vondruš 842e29fd33 YES, of course we build green also on Android. 10 years ago
Vladimír Vondruš 94a3ae8174 Final attempt to fix shaders w/o version directive. 10 years ago
Vladimír Vondruš ec83697242 Test that it's possible to compile a single-file shader w/o version. 10 years ago
Vladimír Vondruš db5e0f4e27 Don't add anything before user-specified shader version directive. 10 years ago
Vladimír Vondruš 90791c370a Test that nothing is added before user-specified shader version directive. 10 years ago
Vladimír Vondruš 5fcdd48808 Math: clarify what Matrix4::lookAt() does. 10 years ago
Vladimír Vondruš ea7fce2e7b OpenGL: fix the README links. 10 years ago
Vladimír Vondruš 097134f884 TgaImageConverter: removed obsolete configuration header. 10 years ago
Vladimír Vondruš 69dfc39f30 Math: don't compare const char* as pointers in test by accident. 10 years ago
Vladimír Vondruš 210949f2dd Math: long double is the same as double also on Android. 10 years ago
Vladimír Vondruš 9590f72388 ObjImporter: properly implement string-to-number on Android. 10 years ago
Vladimír Vondruš c47f8e04e3 Math: test for size of long double. 10 years ago
Vladimír Vondruš 60b56b0999 Math: no need for that GCC type deduction workaround anymore. 10 years ago
Vladimír Vondruš 91e497d562 package/ci: build for Android ES2/ES3 on Travis. 10 years ago
Vladimír Vondruš 081f79a766 Bundle test files for both Android and Emscripten. 10 years ago
Vladimír Vondruš 261c573557 Platform: build Android glue C source separately. 10 years ago
Vladimír Vondruš d1ce761cce Trade: conditionally disable noexcept for GCC 4.9.0 in Android NDK. 10 years ago
Vladimír Vondruš 07b3a7352d package/archlinux: build (but not run) tests on Android. 10 years ago
Vladimír Vondruš 7415a410e1 modules: updated FindCorrade.cmake. 10 years ago
Vladimír Vondruš 684874dd05 package/ci: CMAKE_BUILD_TYPE has no use for Xcode generator. 10 years ago
Vladimír Vondruš 9717977160 package/ci: build only the coverage report as Debug on Travis. 10 years ago
Vladimír Vondruš 14f2093722 package/ci: use Debug builds on MSVC builds that run unit tests. 10 years ago
Vladimír Vondruš 4e142f3fa7 package/archlinux: use Ninja for Emscripten builds. 10 years ago
Vladimír Vondruš c93030ef0a Updated toolchains submodule. 10 years ago
Vladimír Vondruš a2c8435ede Use new TestSuite numeric comparators where appropriate. 10 years ago
Vladimír Vondruš cf185b00fa Math: add explicit boolean conversion to BoolVector. 10 years ago
Vladimír Vondruš 90b005cfa3 Doc++ 10 years ago
Vladimír Vondruš 5c7b1a0eb2 Math: simplify Matrix4::lookAt(). 10 years ago
Vladimír Vondruš 6422a27b46 Math: improve Matrix4::lookAt() test. 10 years ago
Vladimír Vondruš 56e75295be Math: mention more useful dot product and determinant properties. 10 years ago
Vladimír Vondruš 832289f7c3 SceneGraph: ability to access parent from AbstractObject. 10 years ago
Vladimír Vondruš 806ad4fda3 CMake: make MAGNUM_PLUGINS[_DEBUG|_RELEASE|]_DIR a STRING cache entry. 10 years ago
Vladimír Vondruš f719bad4f3 CMake: properly init the MAGNUM_PLUGINS_DIR cache variable. 10 years ago
Vladimír Vondruš 8b06913534 CMake: make the plugin directories used in utilities more configurable. 10 years ago