4142 Commits (3b5e650af5b61a6b7ad8e2010e7c0d3e5d441fe0)
 

Author SHA1 Message Date
Vladimír Vondruš 3b5e650af5 Math: fix compilation of tests under libc++. 11 years ago
Vladimír Vondruš b7ef34f591 Fix compilation under libc++. 11 years ago
Vladimír Vondruš 911ed52413 Math: test constexpr-ness of subclass types. 11 years ago
Vladimír Vondruš 1d9e6210d8 Use anonymous typed enum instead of static const member variable. 11 years ago
Vladimír Vondruš 13622cf7ae modules: avoid repeating the same include dirs over and over. 11 years ago
Vladimír Vondruš c853f39f26 modules: this made no sense. 11 years ago
Vladimír Vondruš 94a59fc381 modules: append to list instead of replacing it. 11 years ago
Vladimír Vondruš 8ae9ac6a7c package: update PKGBUILD version. 11 years ago
Vladimír Vondruš 41ed9c9e0f Properly initialize AbstractFramebuffer::blit() implementation on WebGL 2. 11 years ago
Vladimír Vondruš 9e4a960170 Don't show RenderbufferFormat::DepthStencil on WebGL 2. 11 years ago
Vladimír Vondruš 4389a58cce MeshTools: added compressIndicesAs(). 11 years ago
Vladimír Vondruš 9e766ec352 MeshTools: const++. 11 years ago
Vladimír Vondruš 792500d463 MeshTools: simplify internal implementation of compressIndices(). 11 years ago
Vladimír Vondruš 2c6ea0b0f1 Revert "Enable only C++ to speed up CMake run." 11 years ago
Vladimír Vondruš d0baab2bfe I hate GCC. 11 years ago
Vladimír Vondruš 838eb180fc Fix compilation on Clang. 11 years ago
Vladimír Vondruš 900d464cd1 doc: document Math class initialization. 11 years ago
Vladimír Vondruš c4bf8d6eda Doxygen workarounds. 11 years ago
Vladimír Vondruš 350d820823 Math: cleanup. 11 years ago
Vladimír Vondruš 413e2e6735 Math: properly test that these constructors are indeed implicit. 11 years ago
Vladimír Vondruš 1b0da5b2df Math: ability to construct all types without initializing the contents. 11 years ago
Vladimír Vondruš 702c9db6b4 Math: ability to zero-initialize all classes. 11 years ago
Vladimír Vondruš 3a8ac02909 Math: more explicit default zero/identity constructors. 11 years ago
Vladimír Vondruš 5bc87addab Math: added header with tags. 11 years ago
Vladimír Vondruš d51f29c57f Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 25486a7ac4 Math: properly prefix private variables. 11 years ago
Vladimír Vondruš 73419be9e6 SceneGraph: generalized camera implementation. 11 years ago
Vladimír Vondruš e6965e7131 Test that Context is only move-constructible. 11 years ago
Vladimír Vondruš df0a99e87f Emit a warning when using deprecated header. 11 years ago
Vladimír Vondruš d5026d08d3 Enable only C++ to speed up CMake run. 11 years ago
Vladimír Vondruš 2ecbef1355 Math: yet another Doxygen workaround. 11 years ago
Vladimír Vondruš 2aa6de7054 doc: mention Context::resetState() in troubleshooting doc. 11 years ago
Vladimír Vondruš e193530e04 package: enable GL tests on MinGW. 11 years ago
Vladimír Vondruš 50a9fb914d Fixed non-deprecated build. 11 years ago
Vladimír Vondruš 88f0415290 Support OpenGL tests also on Windows and OS X. 11 years ago
Vladimír Vondruš 578e3635dc Platform: add constructor for *Application::Arguments structs. 11 years ago
Vladimír Vondruš 2e5eddc83b MagnumFont, MagnumFontConverter: fix linker errors in tests on Windows. 11 years ago
Vladimír Vondruš 082fc1fe04 Display also all headers in project view of IDEs. 11 years ago
Vladimír Vondruš defc04f6ac Cleanup. 11 years ago
Vladimír Vondruš 98f5d8abf7 Platform: properly propagate return code from WindowlessWglApplication. 11 years ago
Vladimír Vondruš d2b1685a71 Properly check extensions in BufferTextureGLTest. 11 years ago
Vladimír Vondruš 551e12f939 Added Test/AbstractOpenGLTester.h to project view of IDEs. 11 years ago
Vladimír Vondruš e2bee28aa0 Properly initialize debug group implementation pointers in all cases. 11 years ago
Vladimír Vondruš e647cecf55 Skip Renderbuffer::label() test if no extension is available. 11 years ago
Vladimír Vondruš d86311bae9 Fix unused variable warning when building w/o assertions. 11 years ago
Vladimír Vondruš fbe654cbe7 Trade: constexpr CameraData aren't a good idea anyway. 11 years ago
Vladimír Vondruš f5abdda5e1 Fix linker errors with Framebuffer::InvalidationAttachment on Windows. 11 years ago
Vladimír Vondruš 9c5be808d0 Mark some files as having LF only to fix tests on Windows. 11 years ago
Vladimír Vondruš d36b7acae3 Platform: fix compilation on Emscripten. 11 years ago
Vladimír Vondruš 155a484e67 Platform: added Sdl2Application::tickEvent(). 11 years ago