You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
fb454d8a3f
Made Test/AbstractOpenGLTester.h a public and documented API.
...
There will be numerous additions to this one so it made sense to make it
a static library instead of a header-only library. That also allows
CMake users to just link to Magnum::OpenGLTester instead of going
through the pain of a huge branching in order to find a correct
windowless application just to run their tests. It could have been done
even without the static library using a INTERFACE target, but that
wouldn't work on CMake < 3.0 (which, unfortunately, quite a few people
are still stuck with).
Unfortunately it's already heavily used elsewhere so I had to go through
the pain of deprecating the old implementation. The old implementation
was header-only so it can't be just typedef'd to the new one as there
would be linker failures. So the old header is just kept as it was, with
only the macros reduced.
9 years ago
..
generated
doc: don't use deprecated functionality.
10 years ago
snippets
DebugTools: initial implementation of CompareImage class.
9 years ago
best-practices.dox
Hell, this project is big.
10 years ago
building.dox
Made Test/AbstractOpenGLTester.h a public and documented API.
9 years ago
cmake.dox
Made Test/AbstractOpenGLTester.h a public and documented API.
9 years ago
coding-style.dox
Hell, this project is big.
10 years ago
compilation-speedup.dox
Hell, this project is big.
10 years ago
debug-tools.dox
doc++: ResourceManager::instance() now returns a reference.
10 years ago
features.dox
Hell, this project is big.
10 years ago
getting-started-blue.png
doc: updated also Getting Started image to the new color.
11 years ago
getting-started.dox
doc: provide link to SDL2 prebuilts to make it easier for Windows users.
10 years ago
getting-started.png
doc: updated also Getting Started image to the new color.
11 years ago
mainpage.dox
doc: mention all CI targets, update the README and mainpage, add badges.
10 years ago
matrix-vector.dox
Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header.
9 years ago
method-chaining.dox
Hell, this project is big.
10 years ago
namespaces.dox
Made Test/AbstractOpenGLTester.h a public and documented API.
9 years ago
openal-support.dox
Audio: implemented ALC_ENUMERATION_EXT.
10 years ago
openal.dox
Hell, this project is big.
10 years ago
opengl-mapping.dox
Implemented Mesh::draw(..., TransformFeedback&).
10 years ago
opengl-support.dox
Implemented Mesh::draw(..., TransformFeedback&).
10 years ago
opengl-wrapping.dox
Hell, this project is big.
10 years ago
opengl.dox
Hell, this project is big.
10 years ago
platform.dox
Doxygen warning fixes.
10 years ago
plugins.dox
doc: show the more common case with plugins from the plugins repo.
10 years ago
portability.dox
Modern CMake usage: reworked to use target-specific properties.
10 years ago
scenegraph.dox
Hell, this project is big.
10 years ago
shaders-distancefieldvector.png
Shaders: there's never enough documentation.
11 years ago
shaders-flat.png
Shaders: there's never enough documentation.
11 years ago
shaders-meshvisualizer.png
Shaders: there's never enough documentation.
11 years ago
shaders-phong.png
Shaders: there's never enough documentation.
11 years ago
shaders-vector.png
Shaders: there's never enough documentation.
11 years ago
shaders-vertexcolor.png
Shaders: there's never enough documentation.
11 years ago
shaders.dox
Hell, this project is big.
10 years ago
shapes.dox
Hell, this project is big.
10 years ago
tips.dox
Hell, this project is big.
10 years ago
transformations.dox
Hell, this project is big.
10 years ago
troubleshooting.dox
Hell, this project is big.
10 years ago
types.dox
Doc++
9 years ago
utilities.dox
New magnum-imageconverter utility.
10 years ago