3408 Commits (083cdcd679ea44d8fd174c5da4476f1ceed255e4)
 

Author SHA1 Message Date
Vladimír Vondruš 686e215725 GCC 4.6 compatibility: can't use both constexpr and const. 13 years ago
Vladimír Vondruš 8d01723084 Fixed static build. 13 years ago
Vladimír Vondruš 79ff9e1ca4 Marking deprecated functions and types with CORRADE_DEPRECATED(). 13 years ago
Vladimír Vondruš 09c2f7ffe2 Doc++ 13 years ago
Vladimír Vondruš 80332478b6 MeshTools: be more explicit in what needs to be done on mesh afterwards. 13 years ago
Vladimír Vondruš 8be2293977 doc: updated Getting Started guide. 13 years ago
Vladimír Vondruš 8bc1793cab Platform: make viewportEvent() only optional. 13 years ago
Vladimír Vondruš 02afa105db Doc++ 13 years ago
Vladimír Vondruš f0eaf04e36 Platform: make virtual functions private, rendering protected, other public. 13 years ago
Vladimír Vondruš fbc9277b12 Platform: publicly document copy/move inability of Event classes. 13 years ago
Vladimír Vondruš 698b150c90 Platform: disable copy/move of Application classes. 13 years ago
Vladimír Vondruš da049642cf Platform: WindolessGlxApplication::Configuration can be a POD. 13 years ago
Vladimír Vondruš b406404969 Platform: there is no point in disabling copy/move of Configuration. 13 years ago
Vladimír Vondruš 5c0747359a Platform: add default argument to createContext(). 13 years ago
Vladimír Vondruš a2dbe53c7d Platform: no need to have convenience overload of internal constructor. 13 years ago
Vladimír Vondruš 77677ff48d Platform: unified and cleaned up context creation. 13 years ago
Vladimír Vondruš fea61e60f7 Platform: cleaned up unneeded includes. 13 years ago
Vladimír Vondruš 75ac846df1 Platform: documentation updates. 13 years ago
Vladimír Vondruš af3ecdc126 Platform: no need to have GlutApplication::redraw() virtual. 13 years ago
Vladimír Vondruš 5ae723c8d1 Added release() function to Image and Trade::ImageData. 13 years ago
Vladimír Vondruš 1c928424ae Documentation updates for Image classes. 13 years ago
Vladimír Vondruš fb1a8490ea Disallow conversion of const {Image,Trade::ImageData}&& to ImageReference. 13 years ago
Vladimír Vondruš 3b03da5d5e Made ImageReference data pointer constant. 13 years ago
Vladimír Vondruš cf3ae0eee7 Revert "Math: don't allow *::data() to be called on rvalues." 13 years ago
Vladimír Vondruš 2e21577254 Math: really install deprecated headers. 13 years ago
Vladimír Vondruš e60e9bd8d1 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 41abb78230 Advertise MSVC 2013 support. 13 years ago
Vladimír Vondruš 0743ab5b50 We don't need no GLEW. 13 years ago
Vladimír Vondruš 1bc8c92d15 Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš b9b9c38371 SceneGraph: fix infinite recursion problems. 13 years ago
Vladimír Vondruš bdfab39a89 external: use GCC-specific flags only for GCC/Clang. 13 years ago
Vladimír Vondruš 14ea7dd072 DebugTools: fix linking on Windows. 13 years ago
Vladimír Vondruš c2a2ca88e4 SceneGraph: fix assertion expression. 13 years ago
Vladimír Vondruš e3bf8070b5 Don't return after std::abort(). 13 years ago
Vladimír Vondruš 219429aeba No need to have const members in AbstractShaderProgram::Attribute. 13 years ago
Vladimír Vondruš e4cf804ec4 Use proper numeric literals. 13 years ago
Vladimír Vondruš ee045d261a Make some type conversions explicit. 13 years ago
Vladimír Vondruš 013894a264 MSVC 2013 compatibility: we need to include all the dependencies. 13 years ago
Vladimír Vondruš 530bb1fc1f MSVC 2013 compatibility: that thing doesn't like typename here. 13 years ago
Vladimír Vondruš 90d85a43db Merge branch 'master' into compatibility 13 years ago
Vladimír Vondruš 49b3c9121e external: updated std::optional with fixed MSVC 2013 port. 13 years ago
Vladimír Vondruš 2c711a1bb6 MSVC 2013 compatibility: need to explicitly specify POD constructor. 13 years ago
Vladimír Vondruš b1d708b4fb MSVC 2013 compatibility: can't have anonymous typed enum in template class. 13 years ago
Vladimír Vondruš 51e8e546a2 MSVC 2013 compatibility: workarounds for friend function declarations. 13 years ago
Vladimír Vondruš 74fcce641a MSVC 2013 compatibility: more {}-related workarounds. 13 years ago
Vladimír Vondruš 3d3eb8cc8f MSVC 2013 compatibility: workarounds for {}-related compiler crashes. 13 years ago
Vladimír Vondruš 1004d33c7c MSVC 2013 compatibility: workaround for "can't deduce T" bug. 13 years ago
Vladimír Vondruš 6f2485a326 MSVC 2013 compatibility: no Unicode character/string literals. 13 years ago
Vladimír Vondruš e3168b6a02 MSVC 2013 compatibility: no user-defined literals. 13 years ago
Vladimír Vondruš cb00fdce57 MSVC 2013 compatibility: some explicit typing is needed. 13 years ago