4124 Commits (350d8208236fca359df1867644e07f0294bf59b5)
 

Author SHA1 Message Date
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
Vladimír Vondruš 3a968b035f Finally deprecated Timeline::setMinimalFrameTime(). 11 years ago
Vladimír Vondruš 16057eeaff Platform: ability to cap main loop period directly on Sdl2Application. 11 years ago
Vladimír Vondruš 87e964ce69 Fixed build on GCC < 5.1 and Clang. 11 years ago
Vladimír Vondruš b9f382f8f8 doc: mention the new base-qt bootstrap. 11 years ago
Vladimír Vondruš 387f3b78d6 Ability to move-construct Context. 11 years ago
Vladimír Vondruš a8f04ec7a9 Proper naming of private variable. 11 years ago
Vladimír Vondruš 562d71dbe6 Math: ability to convert ranges from/to external representation. 11 years ago
Vladimír Vondruš fbe4330298 Math: cleanup in tests. 11 years ago
Vladimír Vondruš 1a389f7a00 Math: work around bug in GCC 5.1 which broke the tests. 11 years ago
Vladimír Vondruš 52434fb55c Math: ability to convert dual quaternions from/to external representation. 11 years ago
Vladimír Vondruš 94c4225165 Math: ability to convert quaternions from/to external representation. 11 years ago
Vladimír Vondruš 3afb810099 Math: ability to convert dual complex from/to external representation. 11 years ago
Vladimír Vondruš 690a3ad408 Math: ability to convert complex numbers from/to external representation. 11 years ago
Vladimír Vondruš 229d0b130c Math: test code reorganization. 11 years ago
Vladimír Vondruš fa3ec12dba Math: actually test the conversion and not some random copy constructor. 11 years ago
Vladimír Vondruš 4027874b8d Math: cleanup. 11 years ago
Vladimír Vondruš 1fcdffad41 Doc++ 11 years ago
Vladimír Vondruš e299e5e6af Properly check for extensions in Framebuffer GL test. 11 years ago