33 Commits (6958f4a413ebe1c24bd8e5dd6ecbded2d2723378)

Author SHA1 Message Date
Vladimír Vondruš 3d136503d8 Updated copyright year. 5 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš 2322267af4 Harden ResourceManager::setFallback() test. 6 years ago
Vladimír Vondruš 2ba54b542c Ensure std::string is not accidentally printed to Debug as ResourceKey. 6 years ago
Vladimír Vondruš 169378eb7d Make Debug printer for ResourceKey more distinct. 6 years ago
Vladimír Vondruš 9c8a3b6c39 Adapt to Corrade changes. 6 years ago
Vladimír Vondruš eda984c9c9 Made Resource nothrow-movable. 6 years ago
Vladimír Vondruš 2eaa9f2ceb Add explicit tests for Resource constructors. 6 years ago
Vladimír Vondruš 0f7e1e8fad Deprecate ResourceManager::instance(). 7 years ago
Vladimír Vondruš f89e935f7d Ensure Resource operator== doesn't work with different types. 7 years ago
Daniel Guzman 909b05b8fa Added equal and not equal operators in Magnum::Resource 7 years ago
Vladimír Vondruš eccebcbdd7 Accept nullptr in AbstractResourceLoader::set(). 7 years ago
Vladimír Vondruš 2d04b22aba Make it possible to pass Containers::Pointer to ResourceManager APIs. 7 years ago
Vladimír Vondruš 2149f7b869 Wrap all tests in unnamed namespaces. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš 1eb26bd1a5 Test: workaround/suppress leaks when ResourceManager is asserting. 10 years ago
Vladimír Vondruš 7d8b2ce9a6 Print value of invalid enums in debug output, test those cases. 10 years ago
Vladimír Vondruš 26d0df06b7 Test ResourceState debug output. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 30fc1411bb Adapted to Corrade changes. 10 years ago
Vladimír Vondruš 869cb842a0 Make reference counted resources in ResourceManager actually sane. 11 years ago
Vladimír Vondruš 697a6aa0df Test cleanup. 11 years ago
Vladimír Vondruš c71dc12503 Making test declarations more compact. 11 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš a9a5ead13d Dropped GCC 4.6 support. 12 years ago
Vladimír Vondruš 8a9fa4d999 Test also ResourceManager::set() with default values. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 12 years ago
Vladimír Vondruš 8c2291aa49 Making includes absolute, part 4: using absolute includes for Corrade. 12 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 12 years ago
Vladimír Vondruš 3285b23ad9 Minor cleanup in tests. 13 years ago
Vladimír Vondruš 68638969f3 Don't forbid setting resources by copy/move. 13 years ago
Vladimír Vondruš e19154be5e Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Vladimír Vondruš c1c4788e88 Ability to force cleanup of ResourceManager. 13 years ago
Vladimír Vondruš a31badc570 Minor cleanup in ResourceManagerTest. 13 years ago
Vladimír Vondruš 8bce5114da Deleting all resource loaders before unloading any resource data. 13 years ago
Vladimír Vondruš 26504480b2 Test whole AbstractResourceLoader API. 13 years ago
Vladimír Vondruš 77dca430c3 Make virtual AbstractResourceLoader functions private. 13 years ago
Vladimír Vondruš f7aa2c05a6 Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš dd788285dc Various code cleanup. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 231f3277ab Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 2d2d1c07f4 Using new type aliases in whole root Magnum namespace. 13 years ago
Vladimír Vondruš 9464e805e1 Use {} instead of "". 13 years ago
Vladimír Vondruš e58962dc43 Don't use fully qualified Corrade::Utility::Debug when not needed. 13 years ago
Vladimír Vondruš 5707a138d1 Print also resource key when attempting to overwrite final resource. 13 years ago