summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2019-04-17[automake] add CMakeLists.txt to EXTRA_DISTStephen Sinclair
2019-04-17[automake] add README.md and cmake to EXTRA_DISTStephen Sinclair
2019-01-24Ensure a warning in asiolist.cpp does not become error with -Wall.Stephen Sinclair
2018-08-08Export C API symbols when compiled with g++Stephen Sinclair
2017-10-18Fix compilation of ASIO and WASAPI backends in MingW/Ubuntu.Stephen Sinclair
Warnings/errors "unused function" are from the unicode conversion functions on Windows, and "unused but set variable" is from ASIO source code; we disable these warnings on Windows builds.
2017-10-10Don't export private symbols in non-debug buildsIOhannes m zmölnig
2017-10-10Conditionally build asio sourcesIOhannes m zmölnig
afaict, the current code wouldn't work at all (defining an unused 'objects' Makefile-variable).
2017-10-02add rtaudio c api wrappers (#98)Serge Zaitsev
add rtaudio c api wrappers
2016-02-12Port the build system to automake.Stephen Sinclair