1851 Commits (48bb1f1cb043593fdde9e3085beb9d312ec2ff2f)
 

Author SHA1 Message Date
Vladimír Vondruš 48bb1f1cb0 GCC 4.4 compatibility: workarounds for strict-aliasing fascism. 13 years ago
Vladimír Vondruš 1505b90adc Platform: mention CORRADE_GCC4[45]_COMPATIBILITY flags in magnum-info. 13 years ago
Vladimír Vondruš 476418d5eb Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš f490fc8149 DebugTools: no need to prefix the test so much. 13 years ago
Vladimír Vondruš 83bda8bbe6 Math: fixed test for denormalize<UnsignedLong, long double>(). 13 years ago
Vladimír Vondruš 35eb876303 Various other compilation fixes for OpenGL ES target. 13 years ago
Vladimír Vondruš ba0f56fa51 No need to use Double type in tests so extensively. 13 years ago
Vladimír Vondruš b28261d269 Math: fix compilation of tests with OpenGL ES. 13 years ago
Vladimír Vondruš 14c6790701 Shaders: set default values for VertexColorShader uniforms. 13 years ago
Vladimír Vondruš 127910d537 Shaders: minor tweaks. 13 years ago
Vladimír Vondruš be5c872c8a Math: fixed two typos in the test. 13 years ago
Vladimír Vondruš cb7a0f6404 GCC 4.5 compatibility: can't list-initialize array of classes. 13 years ago
Vladimír Vondruš 287adb0e8c Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 66a3f1177d GCC 4.6 compatibility: disable `-pedantic` warning. 13 years ago
Vladimír Vondruš fcb756e42a Revert "GCC 4.6 compatibility: can't list-initialize array of classes." 13 years ago
Vladimír Vondruš 7108db4f04 GCC 4.4 compatibility: no std::unordered_map::reserve() here. 13 years ago
Vladimír Vondruš 125e01f62e GCC 4.4 compatibility: no std::declval here. 13 years ago
Vladimír Vondruš e7f81160ac GCC 4.4 compatibility: can't default move constructor. 13 years ago
Vladimír Vondruš e48edf291d GCC 4.4 compatibility: various lack-of-auto-conversion issues. 13 years ago
Vladimír Vondruš 0871bc7955 GCC 4.4 compatibility: various initializer list issues. 13 years ago
Vladimír Vondruš 36ac4de5c4 GCC 4.4 compatibility: no explicit conv op on Unit and related issues. 13 years ago
Vladimír Vondruš 10440bf503 GCC 4.4 compatibility: no explicit conversion operators. 13 years ago
Vladimír Vondruš 46168cabb1 GCC 4.5 compatibility: no constexpr here. 13 years ago
Vladimír Vondruš bafe501cbc GCC 4.5 compatibility: can't default operator=(). 13 years ago
Vladimír Vondruš 5ad38775b0 GCC 4.5 compatibility: various constexpr issues. 13 years ago
Vladimír Vondruš 23d51c9e36 GCC 4.5 compatibility: can't default some functions in class body. 13 years ago
Vladimír Vondruš 777f67ab9f GCC 4.5 compatibility: can't use initializer list here. 13 years ago
Vladimír Vondruš 79e79eee7e GCC 4.5 compatibility: no forward declarations for enums. 13 years ago
Vladimír Vondruš 74ba846028 GCC 4.5 compatibility: no range-based for. 13 years ago
Vladimír Vondruš 509ffa21c8 Merge branch 'master' into cnn 13 years ago
Vladimír Vondruš dd788285dc Various code cleanup. 13 years ago
Vladimír Vondruš 39eed3f7d6 Code cleanup: shorter angle initializers. 13 years ago
Vladimír Vondruš 38ec076eda Minor code cleanup (unused parameters). 13 years ago
Vladimír Vondruš e76543703f Trade: don't define MeshData constructor etc. in header. 13 years ago
Vladimír Vondruš 5190ff74e6 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 5db0861b82 Trade: don't define AbstractImporter constructors in header. 13 years ago
Vladimír Vondruš 4bb919e138 Don't define Query constructors & destructors in header. 13 years ago
Vladimír Vondruš 2d92d497d9 GCC 4.6 compatibility: can't list-initialize array of classes. 13 years ago
Vladimír Vondruš 999b7d55c0 GCC 4.6 compatibility: no delegating constructors. 13 years ago
Vladimír Vondruš 7bb580e03b GCC 4.6 compatibility: this can't be constexpr, don't know why. 13 years ago
Vladimír Vondruš ba105b1cf6 Math: test constexpr vector conversion. 13 years ago
Vladimír Vondruš 7b140db3ed Properly test swizzle() constexpr. 13 years ago
Vladimír Vondruš a60f35a026 Fixed a few typos in docs (ahem). 13 years ago
Vladimír Vondruš 8b7c21cef9 Better README with catchy design goals and stuff. 13 years ago
Vladimír Vondruš fe3a73aab2 SceneGraph: add DualQuaternionTransformation::rotate[XYZ]() overloads. 13 years ago
Vladimír Vondruš ce6f999904 Math: better isNormalized() implementation. 13 years ago
Vladimír Vondruš f4f44d9d90 Math: allow creating DualComplex/DualQuaternion from real part only. 13 years ago
Vladimír Vondruš 4744b631bb Math: test pow() constexpr. 13 years ago
Vladimír Vondruš 7cb79b145e Math: test Constants constexpr. 13 years ago
Vladimír Vondruš b28b90a9df Math: merged constExpressions() test cases into other test cases. 13 years ago