Vladimír Vondruš
447ca6a2ff
CMake subproject support, part 1: use project-relative paths.
...
Otherwise it would reference directory relative to source root and not
project root, which is not always the same.
11 years ago
Vladimír Vondruš
e023c7d049
Include magnum-extras repo in Doxygen documentation.
11 years ago
Vladimír Vondruš
03c8272aea
doc: updated MinGW-w64 building documentation.
11 years ago
Vladimír Vondruš
f9fda5ac56
Don't use deprecated functionality.
11 years ago
Vladimír Vondruš
d0a85ee2c6
doc: reference example building docs from Getting Started.
11 years ago
Vladimír Vondruš
0dd7b88c05
doc: cleanup.
11 years ago
Vladimír Vondruš
6488fe6e75
Oh, it's 2015 already.
11 years ago
Vladimír Vondruš
7ebec50d2b
doc: updated also Getting Started image to the new color.
11 years ago
Vladimír Vondruš
372ff22984
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
Vladimír Vondruš
659bf2e44b
Use POSITION_INDEPENDENT_CODE CMake property.
...
New in 2.8.9, much cleaner than the previous "solution". Also cleaned up
the surroundings a bit. Fixed cases where PIC was forced independently
of the settings, for plugins the PIC is now also set only when
needed/requested.
12 years ago
Vladimír Vondruš
fec3bdadd7
doc: mention usage of CMAKE_INSTALL_RPATH and CMAKE_PREFIX_PATH.
12 years ago
Vladimír Vondruš
3037e2c889
doc: mention the need to use compatibility version of FindCorrade.cmake.
12 years ago
Vladimír Vondruš
8a412f1d5d
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
Vladimír Vondruš
a93774eeb2
doc: update Getting Started for MSVC too.
12 years ago
Vladimír Vondruš
3a3830098b
doc: mention that it might be easier to use SDL2 on newer systems.
12 years ago
Vladimír Vondruš
99c0ec7195
doc: Missing include in Getting Started Guide.
...
And unfortunately this one spits out insanely large compiler error.
Sorry!
12 years ago
Vladimír Vondruš
6f0ba96cb6
Happy new year too.
12 years ago
Vladimír Vondruš
222292239b
Making includes absolute, part 7: fix documentation.
12 years ago
Vladimír Vondruš
8be2293977
doc: updated Getting Started guide.
13 years ago
Vladimír Vondruš
b66ce70154
Fixed and improved Getting Started documentation to be more failproof.
13 years ago
Vladimír Vondruš
f9621be331
doc: updated Getting Started Guide to reflect changes in magnum-bootstrap.
13 years ago
Vladimír Vondruš
519f9f7c32
Use glLoadGen instead of GLEW.
...
Removed all known GLEW workarounds, added one small workaround for
missing ARB_texture_compression_bptc. I didn't want to patch glLoadGen
for just four enum values, this way it's possible to use stock one
without any patching (except for missing OpenGL 2.1 support, as stated
in external/OpenGL/GL/README.md).
As one file now replaces both `glew.h` and `glcorearb.h` and it has the
same size as `glcorearb.h` alone , it saves approximately 18k LOC,
resulting in 15 second shorter compilation time (5:03 before, 4:48 now).
Not bad.
13 years ago
Vladimír Vondruš
20148585c2
Finally proper Getting Started Guide in documentation.
13 years ago