438 Commits (2e7b9df8bf650d2e33b8fd9be4eef90c28dcad8b)

Author SHA1 Message Date
Vladimír Vondruš 5441821ce8 Test: don't compare addresses as char*. 1 year ago
Vladimír Vondruš a184db4cb6 Test: improve tests for Image* data size assertions. 1 year ago
Vladimír Vondruš bb91b46ffa Store just 8-bit pixel size in Image* classes. 1 year ago
Vladimír Vondruš bafc0bae9d Test: this test is redundant now. 1 year ago
Vladimír Vondruš 2093f7509c Test: remove unused enum from Image tests. 1 year ago
Vladimír Vondruš 0f00da8fea Move image-internal utilities to a private header. 1 year ago
Vladimír Vondruš d51921ff00 Assert non-implementation-specific PixelFormat in Image* constructors. 1 year ago
Vladimír Vondruš 680e7ee4eb Test: verify that storage skip can be set for placeholder Image too. 1 year ago
Vladimír Vondruš 8a0329009d Test: add an XFAIL for 1D image data size calculation. 1 year ago
Vladimír Vondruš e43eba68db Remove another aspect of ImageView that was deprecated in 2019.10. 1 year ago
Vladimír Vondruš 60fd42b505 Here we go again. 1 year ago
Vladimír Vondruš cc608dba42 Test: remove all use of <sstream> for Debug output testing. 1 year ago
Vladimír Vondruš df484b300a Adapt to Corrade's Utility::Debug header cleanup. 1 year ago
Vladimír Vondruš eef921c238 It's October already?! 2 years ago
Vladimír Vondruš aaab54772b Add isCompressedPixelFormat{Normalized,FloatingPoint,Srgb}() helpers. 2 years ago
Vladimír Vondruš 9b4fd3f45b Doc++ 2 years ago
Vladimír Vondruš 13ee03868e Nothing to see here. 2 years ago
Vladimír Vondruš 4435877cf1 Use the new Debug::hex instead of reinterpret_cast<void*>(). 2 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 25441e7468 *converter: support adding new option keys by prefixing them with +. 3 years ago
Vladimír Vondruš 17ab578443 Add a pixelFormat(PixelFormat, UnsignedInt, bool) helper. 3 years ago
Vladimír Vondruš 54d6348301 Add isPixelFormat{Normalized,Integer,FloatingPoint}() helpers. 3 years ago
Vladimír Vondruš 332bcb62fa It makes no sense to call isPixelFormatSrgb() on a depth/stencil format. 3 years ago
Vladimír Vondruš 6afbb4afd2 Improve vertex format related docs. 3 years ago
Vladimír Vondruš c209c27d93 Slight clean up in ImageFlags*D debug printer tests. 3 years ago
Vladimír Vondruš 4a67bba2d2 Test: don't compare char ArrayViews to nullptr. 3 years ago
Vladimír Vondruš 7de32e2013 Use the new, shorter Containers::Size / Stride typedefs. 4 years ago
Vladimír Vondruš a0035fca83 Rethink Timeline test for flaky CIs. 4 years ago
Stanislaw Halik 28999d113a Add simple timer functionality to Timeline 4 years ago
Vladimír Vondruš 7acc988b97 Add a basic test for Timeline functionality. 4 years ago
Vladimír Vondruš 7711ed7dfe Don't warn about plugin options added to empty subgroups. 4 years ago
Vladimír Vondruš 539263f5a5 Test: make plugin configuration passing test a bit more flexible. 4 years ago
Vladimír Vondruš 8c917d4570 Clean up unnecessary STL usage in internal converter utilities. 4 years ago
Vladimír Vondruš d0d0f978f9 Test: start testing code in various command line utilities. 4 years ago
Vladimír Vondruš d75adc6872 Cleanup and improve comments for various tag definitions. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago
Vladimír Vondruš f14e15c4a9 Introduce ImageFlags to annotate cube map and array images. 4 years ago
Vladimír Vondruš 846cb10735 Add PixelFormat decomposition utilities. 4 years ago
Vladimír Vondruš 7fb1412ab8 Document what's all tested in this crazy macro. 4 years ago
Vladimír Vondruš 03cd5d3fb5 Rename pixelSize() and other helpers to pixelFormatSize() etc. 4 years ago
Vladimír Vondruš cedc0d6eeb Prefer CORRADE_TARGET_* instead of __GNUC__, __clang__ and _MSVC_VER. 4 years ago
Vladimír Vondruš 3f13bdb25c Packed debug output for enums used by Trade. 4 years ago
Vladimír Vondruš c9cce7f307 MeshIndexType and MeshPrimitive is 32-bit, verify it's printed as such. 4 years ago
Vladimír Vondruš 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš c7b2922cf1 Test: don't mix up CORRADE_BUILD_DEPRECATED and MAGNUM_BUILD_DEPRECATED. 4 years ago
Vladimír Vondruš db6fbda1de Test: don't compare char* pointers. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš a35a3ec271 Add an ability to store implementation-specific values in MeshIndexType. 4 years ago
Vladimír Vondruš 80a679ba93 Minor code motion. 4 years ago