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š
ca722eac6e
Don't declare extern PluginManager::Manager template anywhere.
...
Originally I copied this over from SceneGraph template classes, where it
was used to prevent the compiler from needlessly instantiating a
template that was already available elsewhere. But this is a different
case, the extern template is not preventing any instatiation of
anything, no code is inline, so it apparently should not have been there
at all, instead of being disabled for ḾinGW GCC and clang-cl, and then
subsequently discovering it also breaks MinGW Clang.
Since I'm not testing with MinGW Clang on the CI (only with MinGW GCC),
this went unnoticed for a while -- sorry.
4 years ago
..
Animation
Packed debug output for enums used by Trade.
4 years ago
Audio
Don't declare extern PluginManager::Manager template anywhere.
4 years ago
DebugTools
DebugTools: fix WebGL 2 build on Emscripten < 2.0.17.
4 years ago
GL
doc: updated changelog and credits.
4 years ago
Implementation
Adapt to Corrade changes.
4 years ago
Math
Math: add castInto() variants for Double<->integer.
4 years ago
MeshTools
Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER.
4 years ago
Platform
gl-info: port away from std::string.
4 years ago
Primitives
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
SceneGraph
CMake: use the CMAKE_FOLDER variable instead of FOLDER property.
4 years ago
SceneTools
imageconverter: show total data size in --info.
4 years ago
ShaderTools
Don't declare extern PluginManager::Manager template anywhere.
4 years ago
Shaders
Shaders: make the TODOs even more nightmarish.
4 years ago
Test
Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER.
4 years ago
Text
Don't declare extern PluginManager::Manager template anywhere.
4 years ago
TextureTools
{distancefield,scene,image}converter: port away from std::string.
4 years ago
Trade
Don't declare extern PluginManager::Manager template anywhere.
4 years ago
Vk
Vk: properly redirect internal pointers on ShaderSet move.
4 years ago
AbstractResourceLoader.h
Updated copyright year.
4 years ago
Array.h
Updated copyright year.
4 years ago
British.h
Updated copyright year.
4 years ago
CMakeLists.txt
CMake: fix and harden Git version detection on Windows.
4 years ago
DimensionTraits.h
Updated copyright year.
4 years ago
FileCallback.cpp
Updated copyright year.
4 years ago
FileCallback.h
Updated copyright year.
4 years ago
Image.cpp
Updated copyright year.
4 years ago
Image.h
Updated copyright year.
4 years ago
ImageView.cpp
Updated copyright year.
4 years ago
ImageView.h
Updated copyright year.
4 years ago
Magnum.h
Updated copyright year.
4 years ago
Mesh.cpp
Packed debug output for enums used by Trade.
4 years ago
Mesh.h
Updated copyright year.
4 years ago
PixelFormat.cpp
Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER.
4 years ago
PixelFormat.h
Updated copyright year.
4 years ago
PixelStorage.cpp
Updated copyright year.
4 years ago
PixelStorage.h
Updated copyright year.
4 years ago
Resource.cpp
Updated copyright year.
4 years ago
Resource.h
Updated copyright year.
4 years ago
ResourceManager.h
Updated copyright year.
4 years ago
Sampler.cpp
Packed debug output for enums used by Trade.
4 years ago
Sampler.h
Updated copyright year.
4 years ago
Tags.h
Updated copyright year.
4 years ago
Timeline.cpp
Updated copyright year.
4 years ago
Timeline.h
Updated copyright year.
4 years ago
Types.h
Updated copyright year.
4 years ago
VertexFormat.cpp
Packed debug output for enums used by Trade.
4 years ago
VertexFormat.h
Updated copyright year.
4 years ago
configure.h.cmake
Updated copyright year.
4 years ago
version.h.cmake
Updated copyright year.
4 years ago
visibility.h
Updated copyright year.
4 years ago