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š
60f7ac555e
modules: properly handle inter-project dependencies in FindMagnum.cmake.
...
It's not needed to manually specify whole component dependency tree,
also each MAGNUM_*_LIBRARIES and MAGNUM_*_INCLUDE_DIRS variable now
lists all external and inter-project dependencies.
For example, if the user requires DebugTools component, it automatically
searches also for all the following components:
MeshTools
Primitives
SceneGraph
Shaders
Shapes
And MAGNUM_DEBUGTOOLS_LIBRARIES contains the following extensive list of
libraries:
MagnumDebugTools
MagnumMeshTools
MagnumPrimitives
MagnumSceneGraph
MagnumShaders
MagnumShapes
Magnum
CorradePluginManager
CorradeUtility
libGL
12 years ago
..
best-practices.dox
doc: document all WebGL restrictions.
12 years ago
building.dox
package/archlinux: fixed development PKGBUILDs to work with pacman 4.2.
12 years ago
cmake.dox
modules: properly handle inter-project dependencies in FindMagnum.cmake.
12 years ago
coding-style.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
compilation-speedup.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
debug-tools.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
features.dox
Happy new year too.
12 years ago
getting-started-blue.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
getting-started.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
getting-started.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
mainpage.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
matrix-vector.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
method-chaining.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
namespaces.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
opengl-mapping.dox
Discourage usage of *Texture::setImage() even more.
12 years ago
opengl-support.dox
doc: we now have pretty complete ARB_direct_state_access support.
12 years ago
opengl.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
platform.dox
doc: have all references in docs relative to root namespace.
12 years ago
plugins.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
portability.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
scenegraph.dox
doc: have all references in docs relative to root namespace.
12 years ago
shapes.dox
doc: have all references in docs relative to root namespace.
12 years ago
tips.dox
Happy new year too.
12 years ago
transformations.dox
Math: added half pi and Euler's number to constants.
12 years ago
troubleshooting.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
types.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
utilities.dox
doc: documented all command-line utilities.
12 years ago