64 Commits (4ea5dc41d2b8b583bb60ec56d0676e97cf93768a)

Author SHA1 Message Date
Vladimír Vondruš d7a922bfb5 Remove old std::u32string-related MinGW workarounds. 11 years ago
Vladimír Vondruš d971d388c2 MagnumFont: at least some test for glyph cache creation. 11 years ago
Vladimír Vondruš 21fc790632 Trade: make AbstractImageConverter API non-const. 11 years ago
Vladimír Vondruš 6547a59f0b ObjImporter: open the file as binary. 11 years ago
Vladimír Vondruš 232a8038e4 TgaImageConverter: properly handle also pixel storage skip. 11 years ago
Vladimír Vondruš 6ea868d723 TgaImageConverter: properly handle pixel storage alignment. 11 years ago
Vladimír Vondruš d4e53f16e8 TgaImporter: drop istream in favor of plain array. 11 years ago
Vladimír Vondruš 3f34bcf580 TgaImporter: adjust pixel storage if row size is not four byte aligned. 11 years ago
Vladimír Vondruš 3fd3ed36df Pixel storage support, part 6: accepting only sized data arrays in images. 11 years ago
Vladimír Vondruš d96e1e3541 Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc. 11 years ago
Vladimír Vondruš e4e1ce289d TgaImporter: test that the image can be loaded twice in a row. 11 years ago
Vladimír Vondruš 6cb4f7d76e TgaImporter: simplified data comparison in test. 11 years ago
Vladimír Vondruš a808c3c7fb Compressed image support, part 2: renamed ImageReference to ImageView. 11 years ago
Vladimír Vondruš d51f29c57f Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 88f0415290 Support OpenGL tests also on Windows and OS X. 11 years ago
Vladimír Vondruš 2e5eddc83b MagnumFont, MagnumFontConverter: fix linker errors in tests on Windows. 11 years ago
Vladimír Vondruš 082fc1fe04 Display also all headers in project view of IDEs. 11 years ago
Vladimír Vondruš defc04f6ac Cleanup. 11 years ago
Vladimír Vondruš 9c5be808d0 Mark some files as having LF only to fix tests on Windows. 11 years ago
Vladimír Vondruš 99ff54d3d9 Adapted to Corrade changes. 11 years ago
Vladimír Vondruš 23eeca3ed0 TgaImporter, TgaImageConverter: doc++ 11 years ago
Vladimír Vondruš 90b89c6f3d First-class WebGL support, part 7: reduced color formats. 11 years ago
Vladimír Vondruš 6b927b97f5 TgaImporter, TgaImageConverter: don't bother with BGR(A). 11 years ago
Vladimír Vondruš 2ca5f06a46 TgaImporter, TgaImageConverter: cleanup. 11 years ago
Vladimír Vondruš e4a10ff378 Fixed wrong install dir for plugin headers. 11 years ago
Vladimír Vondruš 70150a8845 Don't use `return std::move()` where it is not needed. 11 years ago
Vladimír Vondruš 3ca8fe7e6c TgaImageConverter, TgaImporter: fix linking of tests on Windows. 11 years ago
Vladimír Vondruš 5c75770a1b TgaImageConverter, TgaImporter: export symbols only on dynamic build. 11 years ago
Vladimír Vondruš ded991a74b MagnumPlugins: respect BUILD_PLUGINS_STATIC and not BUILD_STATIC. 11 years ago
Vladimír Vondruš fd0bfcb465 Get rid of annoying unsigned byte arrays. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš cdfe419358 ObjImporter: another workaround to make Clang Analyzer happy. 12 years ago
Vladimír Vondruš 7726c10388 TgaImageConverter: update error message. 12 years ago
Vladimír Vondruš bb995dfd5f MagnumPlugins: doc++ 12 years ago
Vladimír Vondruš d812559605 Removed autolink-preventing % noise from plugins. 12 years ago
Vladimír Vondruš 659bf2e44b Use POSITION_INDEPENDENT_CODE CMake property. 12 years ago
Vladimír Vondruš 9064891a73 MagnumPlugins: no need to install testing libs, as they are all static. 12 years ago
Vladimír Vondruš 1ada7cdaa0 Ability to control static build of plugins separately. 12 years ago
Vladimír Vondruš 24828466f5 Doc++ 12 years ago
Vladimír Vondruš 9f1fe58d66 TgaImporter: open the files as binary. 12 years ago
Vladimír Vondruš ea28b3e8f4 TgaImporter: remove old nonsense from plugin configuration file. 12 years ago
Vladimír Vondruš 23dd34e0f4 TgaImporter: use better-defined type. 12 years ago
Vladimír Vondruš 87c411f841 ObjImporter: fix compilation on Android. 12 years ago
Vladimír Vondruš c7b23a884f Be consistent and use our own platform definitions. 12 years ago
Vladimír Vondruš a9a5ead13d Dropped GCC 4.6 support. 12 years ago
Vladimír Vondruš 08dbf60b93 Revert "Fixed compilation with GCC 4.9." 12 years ago
Vladimír Vondruš 79c27ef773 ObjImporter: fix compilation on NaCl/newlib. 12 years ago
Vladimír Vondruš f721cc347e ObjImporter: who did this?! 12 years ago
Vladimír Vondruš 4d397bf4f3 Link to proper library on Windows. 12 years ago
Vladimír Vondruš ea4b226b7e Create also plugin test debug libraries with -d suffix. 12 years ago