68 Commits (b45514cb1ca00e8aa387e1c4e93fdfb161bd7065)

Author SHA1 Message Date
Vladimír Vondruš b45514cb1c GL,Audio: use CORRADE_ITERATION() in extension list tests. 6 years ago
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš 9c14d8e354 Introduce a BUILD_STATIC_UNIQUE_GLOBALS option. 6 years ago
Vladimír Vondruš 65a2ced2a7 Make this compile and test cleanly with CORRADE_NO_ASSERT defined. 6 years ago
Vladimír Vondruš 19dd7a0176 Move Feature[s] enums from inside plugin classes outside. 6 years ago
Vladimír Vondruš 6ef04b8ad5 Audio: add a Buffer::frequency() getter. 6 years ago
Vladimír Vondruš 24f7d45364 Implement globals shared across DLLs on Windows. 7 years ago
Vladimír Vondruš c5d08156ea Audio: shorten test name to avoid too wide CTest output. 7 years ago
Vladimír Vondruš 84fc685c87 Trade, Audio: explicitly disallow custom deleters returned from plugins. 7 years ago
Vladimír Vondruš 118c3e4aca Audio: 100% test coverage for the base Importer class. 7 years ago
Vladimír Vondruš e52c9e8d9e Export globals and make them weak on static builds so they work across SOs. 7 years ago
Vladimír Vondruš 59aade762a Audio, GL: add tests for global state shared across libraries. 7 years ago
Vladimír Vondruš b0546c4eda Audio: improve extension tests similarly to GL. 7 years ago
Vladimír Vondruš be0bce8ded Audio: ffs, MSVC. 7 years ago
Vladimír Vondruš 8af19f21f0 Audio: make it possible to disable OpenAL extensions as well. 7 years ago
Vladimír Vondruš c1c1c146f8 Audio: pass command-line arguments to Context in all AL tests. 7 years ago
Vladimír Vondruš 2c280f6b97 Audio: ignore command-line options not related to audio. 7 years ago
Vladimír Vondruš 922ff64869 Audio: test the quiet logging. 7 years ago
Vladimír Vondruš cdb69423ec Audio: minor cleanup, rename Buffer::length() to sampleCount(). 7 years ago
Guillaume Jacquemin 8029abca07 Audio: add support for buffer loop points. 7 years ago
Guillaume Jacquemin f5302edcc1 Audio: add getters to Buffer. 7 years ago
Vladimír Vondruš 32a95bb532 Audio: Apple, tell me, what makes a buffer non-undetermined? 7 years ago
Guillaume Jacquemin 1104d8bb15 Audio: add an implementation and test for Source::type(). 7 years ago
Vladimír Vondruš c442c07190 Audio: add debug operator for Source::Type. 7 years ago
Vladimír Vondruš b05c887375 Audio, GL: make the extension lists constexpr. 7 years ago
Vladimír Vondruš 3626562e1d Adapted to Corrade changes. 7 years ago
Vladimír Vondruš a36d8eb033 Remove use of std::reference_wrapper where possible. 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š b98dcf76aa Audio: make the tests compile even if SceneGraph is not enabled. 8 years ago
Vladimír Vondruš 3b88f242cf Audio: deprecated PlayableGroup::setClean() in favor of Listener::update(). 8 years ago
Vladimír Vondruš 5bb358e05d Audio: cleaned up the scene graph implementation. 8 years ago
Vladimír Vondruš 703a664fd2 Audio: ability to defer context creation to a later time. 8 years ago
Vladimír Vondruš 2527927b21 Audio: make Context only move-constructible. 8 years ago
Vladimír Vondruš 5b01762e33 Audio: test that it's possible to create Context multiple times. 8 years ago
Vladimír Vondruš 3a78c4dd5a Audio: moved Buffer::Format to BufferFormat. 8 years ago
Vladimír Vondruš b0e75f077d Audio: manual indices for extensions. 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 12fa6961c8 Use CMake folders also for OBJECT libraries, executables and tests. 9 years ago
Vladimír Vondruš 76cc3f092a Audio: use new-style file embedding for tests. 9 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš a2c8435ede Use new TestSuite numeric comparators where appropriate. 10 years ago
Vladimír Vondruš d58d26aeff Audio: ability to run tests requiring OpenAL context separately. 10 years ago
Vladimír Vondruš 45f4e18f1e Audio, WavAudioImporter: bundle test files for Emscripten. 10 years ago
Vladimír Vondruš 7d8b2ce9a6 Print value of invalid enums in debug output, test those cases. 10 years ago
Vladimír Vondruš d9f83f1fd2 Audio: test Buffer construction. 10 years ago
Vladimír Vondruš 52f2d297ca Math: put angle literals into dedicated Literals namespace. 10 years ago
Vladimír Vondruš 01ffbe93a9 Modern CMake usage: reworked to use target-specific properties. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 162b7b9926 Audio: return reference also from Audio::Context::current(). 10 years ago