aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-06-08Add audiounit-rust backend (#511)Chun-Min Chang
2019-04-10Link ole32 in WASAPI backend for COM symbols.Matthew Gregan
2019-02-01Cubeb app for basic testing. (#487)Alex Chronopoulos
2019-01-06Add tests for cubeb_stream_register_device_changed_callbackChun-Min Chang
2018-10-18Build and link pulse rust backend if available.Alex Chronopoulos
2018-07-23cmake: Support GNUInstallDirs.orbea
2018-03-19Multi-channels support for windows/mac/linux (#426)Jean-Yves Avenard
2018-03-01Add test to verify the behaviour a different return values for data callbacks.Bryce Van Dyk
2018-02-19opensl es: remove methods relying on use of dlopen. (#412)Alex Chronopoulos
2018-01-23Add loopback test file and test for duplex stream with loopback.Bryce Van Dyk
2017-10-24os2: disable visibility attributeKO Myung-Hun
2017-10-09CMake: Generate and install CMake config filesSam Fuller
2017-08-29cubeb: Remove cubeb_util_default_device_collection_destroy().Dan Glastonbury
2017-08-29cubeb: Intern string support.Dan Glastonbury
2017-07-31Fix build on FreeBSD (#344)endrift
2017-06-19Fix exports not being in the same directory as cubeb.hMatthew Sitton
2017-06-17Add USE_AUDIOUNIT to test_mixer in CMakeLists if it's definedChun-Min Chang
2017-06-08Remove trailing spaces in export header install command.Matthew Gregan
2017-06-08Add install and option for not building tests.Matthew Sitton
2017-06-07Include cubeb_mixer.cpp in test_mixer build. Addresses #325.Matthew Gregan
2017-05-22Push destroy fns to backend (#302)Dan Glastonbury
2017-05-22CMake: allow googletest and sanitizers-cmake from parent projectsMichael Maltese
2017-05-22Report more missing git submodules (follow up to 978788a0).Matthew Gregan
2017-05-22Setup CMake to compile with Clang/GCC sanitizers.Dan Glastonbury
2017-05-15Report missing git submodules from CMake.Matthew Gregan
2017-04-07Add a deadlock test on OSX (#266)Chun-Min Chang
2017-03-30Only compile and run 'test_overload_callback' when compiling in WASAPIPaul Adenot
2017-03-14Add a way to log messages asynchronously.Paul Adenot
2017-03-09Make `stop_and_join_render_thread` more idempotent, and add a test.Paul Adenot
2017-02-14build: explicit option() for shared libs buildAlex Chronopoulos
2017-02-09test_mixer: add build dependency to cubeb_mixerAlex Chronopoulos
2017-02-08wasapi: Call avrt functions directly since we only support Windows 7 upwards.Matthew Gregan
2016-12-20Support multiple channels on Windows (#171)Chun-Min Chang
2016-12-01Implement a lock-free single consumer single producer queue.Paul Adenot
2016-11-21Revert "wasapi: Call avrt functions directly since we only support Vista+."Matthew Gregan
2016-11-18audiotrack: Build fix for __android_log_print.Matthew Gregan
2016-11-15wasapi: Call avrt functions directly since we only support Vista+.Matthew Gregan
2016-11-14Disable tr1/tuple use in gtest to simplfy build configuration.Matthew Gregan
2016-11-14pulse backend requires -ldl.Matthew Gregan
2016-11-14Fix C{,XX}_FLAGS concat syntax.Matthew Gregan
2016-11-11Fix gtest builds on OS X and MSVC.Matthew Gregan
2016-11-11Convert tests to gtests.Matthew Gregan
2016-11-11Add googletest submodule and compile tests as gtests.Matthew Gregan
2016-10-28Disable -Wunused-parameter warnings, the S/N ratio isn't worth it.Matthew Gregan
2016-10-20Set the default CMake build type to RelWithDebInfo if none specified.Matthew Gregan
2016-10-18audiounit: When device change switch to the default device.Paul Adenot
2016-10-13Restore compiler warning settings lost in autotools->cmake transition.Matthew Gregan
2016-10-12Replace autotools build system with CMake.Matthew Gregan