Vladimír Vondruš
|
ce300efe5e
|
Merge branch 'master' into compatibility
|
12 years ago |
Vladimír Vondruš
|
d140cfd87e
|
Don't export template class.
The explicit instantiations are exported already.
|
12 years ago |
Vladimír Vondruš
|
9b8d185e6a
|
MSVC 2013 compatibility: some explicit typing needed.
|
12 years ago |
Vladimír Vondruš
|
d55858b8cb
|
MSVC 2013 compatibility: work around more compiler crashes.
|
12 years ago |
Vladimír Vondruš
|
152701fe15
|
MSVC 2013 compatibility: different attribute placement.
|
12 years ago |
Vladimír Vondruš
|
57e2c47cab
|
MSVC 2013 compatibility: more workarounds for array initialization bug.
Followup to e2180ee85b.
|
12 years ago |
Vladimír Vondruš
|
083cdcd679
|
MSVC 2013 compatibility: no rvalue references for *this.
|
12 years ago |
Vladimír Vondruš
|
e5ad83b0d9
|
MSVC 2013 compatibility: fix includes.
|
12 years ago |
Vladimír Vondruš
|
52a7d0a5ec
|
Merge branch 'master' into compatibility
|
12 years ago |
Vladimír Vondruš
|
11c84563f8
|
modules: updated FindCorrade.cmake from Corrade repository.
|
12 years ago |
Vladimír Vondruš
|
49d8c71a59
|
MagnumFont: mention lineHeight value in documentation.
|
12 years ago |
Vladimír Vondruš
|
6f0ba96cb6
|
Happy new year too.
|
12 years ago |
Vladimír Vondruš
|
7e1c93121c
|
modules: updated FindCorrade.cmake from Corrade repository.
|
12 years ago |
Vladimír Vondruš
|
2b94a350e7
|
Platform: fix magnum-info NaCl markup.
Somehow XHTML5 is misunderstood here.
|
12 years ago |
Vladimír Vondruš
|
aec9e63d0d
|
Platform: display proper application class name in magnum-info.
|
12 years ago |
Vladimír Vondruš
|
02918185e3
|
Merge branch 'master' into compatibility
|
12 years ago |
Vladimír Vondruš
|
6f58bfd4e3
|
Platform: fix documentation.
The templates arguments were breaking the doc layout badly, hiding them
for documentation.
|
12 years ago |
Vladimír Vondruš
|
cc9e6c6161
|
Fix NaCl build.
Apparently I enabled the queries for NaCl without testing at all.
|
12 years ago |
Vladimír Vondruš
|
f7a3b74083
|
package: fix NaCl Jenkins configuration.
|
12 years ago |
Vladimír Vondruš
|
a3a9f2bb79
|
GCC 4.5 compatibility: no forward enum declarations.
|
12 years ago |
Vladimír Vondruš
|
e2d0e5898c
|
GCC 4.4 compatibility: lack of auto-conversion of typed enums.
|
12 years ago |
Vladimír Vondruš
|
68c326eedd
|
GCC 4.5 compatibility: can't list-initialize array of classes.
As said earlier in cb7a0f6404, this is
just another case of the same issue.
|
12 years ago |
Vladimír Vondruš
|
b913f93bf9
|
GCC 4.5 compatibility: some explicit typing needed.
|
12 years ago |
Vladimír Vondruš
|
1ad6d97558
|
GCC 4.5 compatibility: fix the merge.
This was already fixed earlier but I forgot to copy it over in
9ea4f85968 merge commit.
|
12 years ago |
Vladimír Vondruš
|
35196b6a49
|
GCC 4.5 compatibility: fix includes.
Forgotten in the latest merge.
|
12 years ago |
Vladimír Vondruš
|
f4c3c35468
|
package: use compatibility branch in Jenkins NaCl build.
|
12 years ago |
Vladimír Vondruš
|
9ea4f85968
|
Merge branch 'master' into compatibility
Conflicts:
package/ci/jenkins.xml
src/Magnum/AbstractShaderProgram.cpp
src/Magnum/Math/RectangularMatrix.h
src/Magnum/MeshTools/CompressIndices.h
src/Magnum/Platform/Sdl2Application.h
src/Magnum/Resource.h
src/Magnum/Shader.cpp
src/Magnum/Test/AbstractImageTest.cpp
src/Magnum/Test/AbstractShaderProgramTest.cpp
src/Magnum/Test/MeshTest.cpp
src/Magnum/Text/Text.h
src/Magnum/Timeline.h
src/Test/AbstractShaderProgramGLTest.cpp
src/Test/FramebufferGLTest.cpp
src/Test/MeshGLTest.cpp
|
12 years ago |
Vladimír Vondruš
|
f21f10c344
|
package: initial Jenkins configuration for NaCl build.
Fails on master, as it needs compatibility branch for x86 builds (GCC
4.4).
|
12 years ago |
Vladimír Vondruš
|
7ff7ac73d4
|
package: don't bother with the tests on Emscripten at all.
They are slow to link and are always failing anyway.
|
12 years ago |
Vladimír Vondruš
|
a653c21298
|
package: updated to Corrade's Jenkins CI changes.
|
12 years ago |
Vladimír Vondruš
|
848d2fe45b
|
Doc++
Somehow explicit references are not working here.
|
12 years ago |
Vladimír Vondruš
|
09a273928a
|
doc: new page with troubleshooting for common issues.
|
12 years ago |
Vladimír Vondruš
|
072ee4e288
|
doc: mapping of OpenGL limit and state queries, various improvements.
|
12 years ago |
Vladimír Vondruš
|
1dd8b51e69
|
doc: added OpenGL support status and OpenGL command mapping.
|
12 years ago |
Vladimír Vondruš
|
09cc03888b
|
Skip mipmap generation test cases if required extension is not available.
|
12 years ago |
Vladimír Vondruš
|
d563d0906f
|
Buffer::mapAlignment() requires ARB_map_buffer_alignment.
Return 0 if the extension is not supported.
|
12 years ago |
Vladimír Vondruš
|
4820476beb
|
Doc++
Also added new Doxygen alias for more specific GL function links.
|
12 years ago |
Vladimír Vondruš
|
6e2dcec59c
|
Platform: better checks for magnum-info compilation.
In particular GLX is not available on OS X.
|
12 years ago |
Vladimír Vondruš
|
412011f2f8
|
Fixed linker errors on Windows.
|
12 years ago |
Vladimír Vondruš
|
f06495dc04
|
Doc++
|
12 years ago |
Vladimír Vondruš
|
597a14d760
|
Fixed OpenGL ES 2.0 and 3.0 build.
|
12 years ago |
Vladimír Vondruš
|
3df96b5944
|
Shaders: don't use deprecated header in tests.
|
12 years ago |
Vladimír Vondruš
|
38ded20b94
|
SceneGraph: fix documentation of DrawableGroup aliases.
|
12 years ago |
Vladimír Vondruš
|
9743d2abf3
|
SceneGraph: fixed compilation of Drawable on GCC 4.6.
This error was present since the very beginning but it didn't appear
until we were explicitly instantiating the Drawable class.
|
12 years ago |
Vladimír Vondruš
|
159623120f
|
package: adapted to Corrade Jenkins CI changes.
Namely using deprecated/non-deprecated Corrade build.
|
12 years ago |
Vladimír Vondruš
|
4698c4276f
|
doc: updated directory documentation.
Noting what dir is part of which library.
|
12 years ago |
Vladimír Vondruš
|
24d470e0b1
|
doc: don't show files used to generate the documentation.
Also useless.
|
12 years ago |
Vladimír Vondruš
|
e2abab17b7
|
doc: show include for each class.
Had to explicitly disable showing includes for files. Useless stuff.
|
12 years ago |
Vladimír Vondruš
|
d34ea5d5be
|
doc: added Doxygen layout file.
Will be used to tweak the documentation output even more.
|
12 years ago |
Vladimír Vondruš
|
42b1d26965
|
Shaders: renamed magnumShadersResourceImport.hpp to resourceImport.hpp.
No need to duplicate the namespaces in filename. The old file is alias
to new one, is marked as deprecated and will be removed in future
release.
|
12 years ago |