4984 Commits (dbfcbb62e60656813c648673055bb58f641cf9bc)
 

Author SHA1 Message Date
Vladimír Vondruš dbfcbb62e6 package: enable magnum-al-info in all packages and CIs. 10 years ago
Vladimír Vondruš c5eeb8c555 Audio: added magnum-al-info utility. 10 years ago
Vladimír Vondruš d6a8c44a0d Updated CREDITS.md. 10 years ago
Vladimír Vondruš 4add1621fb WavAudioImporter: reflect new features in plugin documentation. 10 years ago
Vladimír Vondruš 54d62303e4 Audio: doc++ 10 years ago
Vladimír Vondruš bf890411c7 doc: update OpenAL extension support page. 10 years ago
Vladimír Vondruš b0d6b2b14a WavAudioImporter: have an enum for WAV audio formats. 10 years ago
Vladimír Vondruš f270705f36 MagnumPlugins: exporting symbols of all plugins. 10 years ago
Vladimír Vondruš a73e447545 Doxygen warning cleanup. 10 years ago
Vladimír Vondruš cbdad2dfe0 WavAudioImporter: minor cleanup, improved static assertions. 10 years ago
Alice 1897e36b19 Extend WavImporter to support more formats, be more flexible, and give better errors 10 years ago
Vladimír Vondruš 8d38f1d258 Add even more special case workarounds to deprecated build of ImageView. 10 years ago
Vladimír Vondruš fb8e8f3d56 Test that passing any Array(View) to ImageView works on deprecated build. 10 years ago
Vladimír Vondruš 0125d32e5e doc: clarify what modules are provided in the main bootstrap repo. 10 years ago
Vladimír Vondruš 782ec24130 doc: show the more common case with plugins from the plugins repo. 10 years ago
Vladimír Vondruš 09836c7115 MeshTools: shorten the benchmark name to avoid too wide CTest output. 10 years ago
Vladimír Vondruš 85979ad996 package: don't run OpenAL tests on Emscripten. 10 years ago
Vladimír Vondruš d58d26aeff Audio: ability to run tests requiring OpenAL context separately. 10 years ago
Vladimír Vondruš 73192301c4 doc: fix and improve outdated documentation about GL tests. 10 years ago
Vladimír Vondruš 45f4e18f1e Audio, WavAudioImporter: bundle test files for Emscripten. 10 years ago
Vladimír Vondruš c5d377b771 external: define AL_APIENTRY if not defined. 10 years ago
Vladimír Vondruš 0250d304dc package: enable Audio library in all Emscripten packages and CIs. 10 years ago
Vladimír Vondruš e7c2833ccd package/ci: use all cores when building with MinGW. 10 years ago
Vladimír Vondruš 8586fa575d modules: adapt FindOpenAL.cmake to Emscripten. 10 years ago
Vladimír Vondruš 8a603c8471 modules: adopt upstream FindOpenAL.cmake. 10 years ago
Vladimír Vondruš aff85ce925 MeshTools: port the dead benchmark code to Corrade TestSuite. 10 years ago
Vladimír Vondruš ae954c70fc MeshTools: update outdated documentation. 10 years ago
Vladimír Vondruš b0f6be40e1 Fix deprecation warnings and add more deprecation attributes. 10 years ago
Vladimír Vondruš 4ea0722745 package/ci: build as Debug to get more precise coverage reports. 10 years ago
Vladimír Vondruš c977f96d07 doc: document extra CMake modules. 10 years ago
Vladimír Vondruš c7d63511b3 doc: mention all CI targets, update the README and mainpage, add badges. 10 years ago
Vladimír Vondruš 4064c563c9 package/ci: build for x64 on MSVC. 10 years ago
Vladimír Vondruš 967448069c Forgotten include guards. 10 years ago
Vladimír Vondruš b8ae185099 Properly mark all deprecated APIs. 10 years ago
Vladimír Vondruš 1385472824 Remove bogus \return value documentation. 10 years ago
Vladimír Vondruš 1a10ee7515 doc: don't use deprecated functionality. 10 years ago
Vladimír Vondruš 07607f3f63 package/ci: properly set up code coverage include/exclude patterns. 10 years ago
Vladimír Vondruš a6e457ebff package/ci: exclude Corrade sources from code coverage. 10 years ago
Vladimír Vondruš 4a395ac490 Math: enlarge epsilon value for long doubles on MSVC. 10 years ago
Vladimír Vondruš cadd28276a Math: conditionally include <algorithm> for std::max() in MSVC. 10 years ago
Vladimír Vondruš 5ddc877a1d Math: consider magnitude of translation in DualQuaternion::isNormalized(). 10 years ago
Vladimír Vondruš aef580ec62 Math: test iterative normalization of Complex/Quaternion transformations. 10 years ago
Vladimír Vondruš 1dc1fc79b0 Math: better test cases for {*Complex,Quaternion}::isNormalized(). 10 years ago
Vladimír Vondruš 74c75998b0 Math: added TypeTraits::equalsZero(). 10 years ago
Vladimír Vondruš 3c17a53fb3 Math: test also long double versions of TypeTraits. 10 years ago
Vladimír Vondruš 70ebf82992 Math: updated fuzzy comparison epsilon values for long double and double. 10 years ago
Vladimír Vondruš 9ade2cae47 Math: added TypeTraits::name(), using that in the test. 10 years ago
Vladimír Vondruš 48dfdc1da5 Math: properly test constructing Unit with ZeroInit tag. 10 years ago
Vladimír Vondruš fa36cf648c Math: document facts for older version of me. 10 years ago
Vladimír Vondruš 7bebbbb1ec Math: minor cleanup. 10 years ago