591 Commits (64b6c6d6b5985dc3ead455aedb23e23922cb4e90)
 

Author SHA1 Message Date
Vladimír Vondruš 64b6c6d6b5 Added lost parameter to FPHSA in FindMagnum.cmake. 14 years ago
Vladimír Vondruš db8cb9119b Treat Corrade as real, not some internal dependency in #includes. 14 years ago
Vladimír Vondruš f27e6aa0ff Revert "Disabled RTTI and exceptions." 14 years ago
Vladimír Vondruš 5bef02f46b Fixed compiler warnings for EglContext. 14 years ago
Vladimír Vondruš 7e0b8601f7 Added MAGNUM_*_INCLUDE_DIRS for all modules too. 14 years ago
Vladimír Vondruš 39b4f6873f Fixed issue with depth buffer not cleared. 14 years ago
Vladimír Vondruš 4594781d74 Warn about float -> double promotion. 14 years ago
Vladimír Vondruš 8fec5075a1 Enable some more warnings. 14 years ago
Vladimír Vondruš 8b3e065d52 Don't use == when comparing floating point values. 14 years ago
Vladimír Vondruš 27dad83dbc Don't pretend we are working with floats when they are doubles. 14 years ago
Vladimír Vondruš 45d1cb1225 Anonymized unused function parameters. 14 years ago
Vladimír Vondruš 8a85e764ab Doc: updated Coding Style. 14 years ago
Vladimír Vondruš eb82cb462a Disabled RTTI and exceptions. 14 years ago
Vladimír Vondruš 8f008c53c5 Support for 2D transformations in addition to 3D in Matrix classes. 14 years ago
Vladimír Vondruš e034b11718 Excluding benchmarks from CTest run. 14 years ago
Vladimír Vondruš fd78db3f47 Plural versions of *_INCLUDE_DIR and *_LIBRARY FindMagnum variables. 14 years ago
Vladimír Vondruš daaf89a1a1 Added (explicit) operator bool to Set. 14 years ago
Vladimír Vondruš fd0b01510c Removed superfluous operators from Set class. 14 years ago
Vladimír Vondruš 000ac51583 Forgot to install visibility header for Shaders. 14 years ago
Vladimír Vondruš bf649d3bb8 Follow CMake coding guidelines in FindMagnum.cmake. 14 years ago
Vladimír Vondruš 3d750c5e7d Don't check if OpenGL ES 2 was found when looking for EglContext. 14 years ago
Vladimír Vondruš 9f59288253 Checking whether Magnum was build for OpenGL ES in FindMagnum.cmake. 14 years ago
Vladimír Vondruš 1b989aa0cd Don't use FindMagnum.cmake for populating *_INSTALL_DIR variables. 14 years ago
Vladimír Vondruš 3a4041ce69 Updated FindMagnum.cmake documentation. 14 years ago
Vladimír Vondruš 7e62a19401 Don't try to find OpenGL ES more times than necessary. 14 years ago
Vladimír Vondruš 3c1c3d4668 Document Doxygen's inability to create full path, if it doesn't exist. 14 years ago
Vladimír Vondruš 6bd43a9f95 Modularization of building and installation process. 14 years ago
Vladimír Vondruš 5c70b482e7 Fail when Qt4 is not found and BUILD_TESTS is set to true. 14 years ago
Vladimír Vondruš 92aab9753d Fixed compilation of EglContext. 14 years ago
Vladimír Vondruš 75a6030205 (Incomplete) coding style for CMake code. 14 years ago
Vladimír Vondruš 6add425bb3 Cleaned up CMakeLists.txt. 14 years ago
Vladimír Vondruš 59ca55abe0 Undefine None from Xlib.h to avoid conflicts (e.g. in Framebuffer). 14 years ago
Vladimír Vondruš d56270835e Matrix3 code cleanup. 14 years ago
Vladimír Vondruš 4b352e43f0 Doc: @todo++ 14 years ago
Vladimír Vondruš 6ae92d5056 Matrix4 code cleanup 14 years ago
Vladimír Vondruš d5be1b43a6 OpenGL ES 2: GLchar is not defined on BeagleBoard/Ångström Linux 2011.3. 14 years ago
Vladimír Vondruš 51aa660f6c Decoupled framebuffer operations from Camera class. 14 years ago
Vladimír Vondruš 9b642413bf Doc: cleaned up something very ancient. 14 years ago
Vladimír Vondruš 65289db3d5 Using Set for Framebuffer::BlitMask. 14 years ago
Vladimír Vondruš c150f92d4a Added complement operator to Set. 14 years ago
Vladimír Vondruš a7b9407674 Using explicit conversion operator instead of Set::toUnderlyingType(). 14 years ago
Vladimír Vondruš 2a474e9005 Set::operator&= cannot be const. 14 years ago
Vladimír Vondruš 3cd991d04d Forgot hiding also Mesh function implementation from documentation. 14 years ago
Vladimír Vondruš 92b4429e2c New class ImageWrapper. 14 years ago
Vladimír Vondruš ba4dec8ec0 Use array delete operator for deleting array. 14 years ago
Vladimír Vondruš fa9836756a SizeBasedCall: unneeded templated constructor. 14 years ago
Vladimír Vondruš 24e4f819df Unneeded constructor parameter in TipsifyTest. 14 years ago
Vladimír Vondruš 9d31231471 Pedantic: first inline, then constexpr, then static. 14 years ago
Vladimír Vondruš 3824190a50 Fixed comma at the end of enumeration list (GCC 4.5 noticed it). 14 years ago
Vladimír Vondruš c89ceea72f Renamed configureMagnum -> magnumConfigure. 14 years ago