5551 Commits (61f5d10e300eed4d3cf557c66db316f9a057108c)
 

Author SHA1 Message Date
Vladimír Vondruš a03f1f599c Initial WebAssembly support. 9 years ago
Vladimír Vondruš bb55272c5d package/ci: use latest Emscripten on Travis. 9 years ago
Vladimír Vondruš 1c433486cd Consistently use macOS instead of OSX. 9 years ago
Vladimír Vondruš 2145ae9b96 Dropped NaCl support. 9 years ago
Vladimír Vondruš bb31182ec3 Test: add XFAIL to NVidia driver bug that's happening since May or so. 9 years ago
Vladimír Vondruš 2a72e0d2eb SceneGraph: disable deprecation warnings in deprecated code on MSVC. 9 years ago
Vladimír Vondruš f1982f2e1b Ability to specify shader attribute properties fully at runtime. 9 years ago
Vladimír Vondruš b64ef212df Test: we have halves now, so why not test them. 9 years ago
Vladimír Vondruš ca000e1d52 Text: use container comparison for better test output. 9 years ago
Vladimír Vondruš e0ee452297 Don't use deprecated Buffer functionality. 9 years ago
Vladimír Vondruš c576644c9f Added Buffer::mapRead() APIs. 9 years ago
Vladimír Vondruš 944b068f6d Buffer: deprecate templated overloads of data(), subData() and map(). 9 years ago
Vladimír Vondruš f33dc5ba75 Test: improve XFAIL messages a bit. 9 years ago
Vladimír Vondruš 1a279b4aae ObjImporter: doc++ 9 years ago
Squareys 20110358b0 Audio: Clear error for alcCreateContext failure on emscripten 9 years ago
Squareys 30de872608 Audio: print human-readable error on context creation failure. 9 years ago
Vladimír Vondruš 98a676ef65 Internal format should be equal to format on ES2 for tex storage fallback. 9 years ago
Vladimír Vondruš b58029f62b Cube map arrays *are* in ES now. 9 years ago
Vladimír Vondruš fc54226a83 Make internal function file-local and fix its name. 9 years ago
Vladimír Vondruš 5aae094086 doc: enforce some sane page order. 9 years ago
Vladimír Vondruš 54f6da70a3 doc: added changelog since the last public snapshot. 9 years ago
Vladimír Vondruš 7423170645 Updated project website in hopefully all places. 9 years ago
Vladimír Vondruš b16755fc13 Doxygen fixes and workarounds. 9 years ago
Vladimír Vondruš 98e9ac2d92 Minor cleanup. 9 years ago
Vladimír Vondruš 80e5cdf00d Update project website to a new location. 9 years ago
Vladimír Vondruš 2384d5cccd external: define also __gl3_h_ in the OpenGL headers. 9 years ago
Vladimír Vondruš e5bd799003 package/ci: Travis now explicitly needs libgl-dev. 9 years ago
Vladimír Vondruš dca4ba7881 CMake: specify folders for plugins as well. 9 years ago
Vladimír Vondruš 6f83ed516b modules: give MAGNUM_DEPLOY_PREFIX a saner default. 9 years ago
Vladimír Vondruš 5f6c032275 CMake: enable only C++, if possible. 9 years ago
Vladimír Vondruš df5c6fbd35 modules: added MAGNUM_DEPLOY_PREFIX cache variable. 9 years ago
Vladimír Vondruš 05ed476446 CMake: use relative install paths. 9 years ago
Vladimír Vondruš ed7eac0b42 Platform: implement Sdl2Application::windowSize() on Emscripten. 9 years ago
Vladimír Vondruš 1cf11a58ca Updated CREDITS.md. 9 years ago
Vladimír Vondruš 8757883bea Math: don't expect long double (de)normalization to work on MSVC. 9 years ago
Vladimír Vondruš d7acd86d3c DebugTools: the TODO still holds for MSVC 2017. 9 years ago
Vladimír Vondruš 0d7e1ba290 Shapes: functions are still not functions on MSVC 2017. 9 years ago
sigman 04c7ffdf1b Math/Algorithms: MSVC 2017 needs operator==() as well. 9 years ago
Vladimír Vondruš c6d77161a4 Math/Algorithms: deprecated std::iterator still needed in MSVC 2017. 9 years ago
Vladimír Vondruš fb9dee2677 Math: MSVC 2017 gets confused by default parameters in constexpr funcs. 9 years ago
sigman 24183ce3ba MagnumFont: explicit constructor required for MSVC 2017. 9 years ago
Vladimír Vondruš 2e14d2d752 modules: updated FindCorrade.cmake. 9 years ago
sigman e287c3c410 Add vs2017 to the build images 9 years ago
Krzysztof Szenk f1f34df6a0 Math: fixed bit setting bug in BoolVector::set 9 years ago
Krzysztof Szenk 4f746ce729 Added a test case for BoolVector::set 9 years ago
Vladimír Vondruš 477bf4c958 modules: work around CMake 3.0 bug with imported targets. 9 years ago
Vladimír Vondruš c12e316c0e package/ci: build GlfwApplication on AppVeyor. 9 years ago
Vladimír Vondruš c317d56a02 package/ci: build GLFW as dynamic for consistency. 9 years ago
Vladimír Vondruš 142fcae746 package/ci: forgot to test building of GlutApplication. 9 years ago
Vladimír Vondruš c8416ca4c3 package/ci: cache downloaded CMake on Travis. 9 years ago