| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-10 | Conditionally build asio sources | IOhannes m zmölnig | |
| afaict, the current code wouldn't work at all (defining an unused 'objects' Makefile-variable). | |||
| 2017-10-10 | use AS_CASE rather than "case" | IOhannes m zmölnig | |
| 2017-10-10 | fixed AC_MSG_ERROR arg | IOhannes m zmölnig | |
| 2017-10-10 | fixed bash-style assignment | IOhannes m zmölnig | |
| 2017-10-10 | ported "--enable-debug" fixes from RtMidi | IOhannes m zmölnig | |
| 2017-10-10 | pretty "--with-..." help (and grouped AC_ARG_WITH together) | IOhannes m zmölnig | |
| 2017-10-10 | Do not require a program to compile/run to check for version coherency | IOhannes m zmölnig | |
| 2017-10-10 | consistent API checks | IOhannes m zmölnig | |
| consistent ordering of AC_MSG, additional library checks and var-setting. also, use "=" rather than "=" when testing for equality | |||
| 2017-10-10 | use AS_IF rather than "if" | IOhannes m zmölnig | |
| 2017-10-10 | add @api@ to pkg-config's CFLAGS | IOhannes m zmölnig | |
| 2017-10-10 | Getting rid of repeated and useless calls to AC_SUBST | IOhannes m zmölnig | |
| 2017-10-09 | Dropped CPPFLAGS from generated pkg-config | Jaromír Mikeš | |
| CPPFLAGS are needed to compile rtaudio. these are not the same flags as needed for compiling an application using rtaudio. sometimes this is even harmful. Closes: https://github.com/thestk/rtaudio/issues/103 Signed-off-by: IOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at> | |||
| 2017-10-09 | Prevent .gitignore and friends from being exported to the final archive | IOhannes m zmölnig | |
| 2017-10-06 | Merge pr96. | Stephen Sinclair | |
| 2017-10-06 | Use "using namespace std" for roundf in previous patch. | Stephen Sinclair | |
| Similar to edb4ec67. The reason is because std::roundf causes errors in some compilers even with cmath, yet roundf by itself should exist in math.h. TODO: Switch to std::round when moving to C++11. | |||
| 2017-10-06 | go bindings: use static build flag for windows to fix mingw builds, use ↵ | Serge A. Zaitsev | |
| array sizes compatible with 32-bit systems | |||
| 2017-10-06 | Use "using namespace std" for roundf instead of std::roundf. | Stephen Sinclair | |
| 2017-10-06 | c api: Fix struct initializer stuff for older gcc. | Stephen Sinclair | |
| Fixes #100. | |||
| 2017-10-03 | move go bindings into contrib/go/rtaudio subdirectory | Serge A. Zaitsev | |
| 2017-10-03 | go bindings: fix unsafe.Pointer warning | Serge A. Zaitsev | |
| 2017-10-03 | go bindings: rename example functions to fix go vet warnindgs | Serge A. Zaitsev | |
| 2017-10-03 | go bindings: fix typo | Serge A. Zaitsev | |
| 2017-10-03 | add go bindings | Serge A. Zaitsev | |
| 2017-10-02 | add rtaudio c api wrappers (#98) | Serge Zaitsev | |
| add rtaudio c api wrappers | |||
| 2017-09-05 | Round floats by using roundf in order to round correctly. | rehans | |
| 2017-08-30 | Fix `jackSilentError(const char*)’ defined but not usedv5.0.0 | Stephen Sinclair | |
| 2017-08-30 | Converted line endings in RtAudio.cpp to unix format.5.0.0 | Gary Scavone | |
| 2017-08-30 | Version and documentation updates in advance of new release. | Gary Scavone | |
| 2017-08-26 | Use AS_IF. | Stephen Sinclair | |
| 2017-08-26 | For BSDs, only set OSS if Jack not found. | Stephen Sinclair | |
| 2017-08-26 | Check for jack on all operating systems and add freebsd host. | Stephen Sinclair | |
| 2017-08-26 | Don't force ALSA when checking for Jack. | Stephen Sinclair | |
| 2017-08-26 | Don't check all libraries, use AS_IF. | Stephen Sinclair | |
| Fix AC_ARG_WITH usage to be like the manual suggests: https://autotools.io/autoconf/arguments.html | |||
| 2017-08-24 | Merge pull request #68 from jpcima/master | garyscavone | |
| a JACK-specific flag to disable automatic connection of ports | |||
| 2017-08-22 | Merge pull request #79 from radarsat1/dsound-mmsystem | Stephen Sinclair | |
| Add mmsystem.h and mmreg.h for dsound. | |||
| 2017-08-22 | Derive RtAudioError from std::runtime_error | Stephen Sinclair | |
| 2017-08-22 | Fix to initialize lastTickTimestamp when setting stream time. | Gary Scavone | |
| 2017-08-22 | Further fix std::exception noexcept-related compile error | Stephen Sinclair | |
| 2017-08-22 | Add cmath include. | Stephen Sinclair | |
| Closes #39 | |||
| 2017-08-22 | Fix order of calling CoUninitialize() | Stephen Sinclair | |
| Closes #80 | |||
| 2017-08-22 | Add CMake install targets | Stephen Sinclair | |
| Closes #86 | |||
| 2017-08-22 | Fix std::exception noexcept-related compile error | Stephen Sinclair | |
| 2017-08-22 | Merge pull request #67 from antis81/refactor/cpp0x-compatibility | Stephen Sinclair | |
| C++0x compatible exception semantics: remove throw() | |||
| 2017-08-22 | Initialized member priority in CallbackInfo constructor. | Gary Scavone | |
| 2017-08-22 | Fix line endings back to CR for last 2 commits. | Stephen Sinclair | |
| 2017-08-22 | Fix a signed-unsigned comparison. | Stephen Sinclair | |
| 2017-08-22 | oss: possible that AFMT_FLOAT is not available | Stephen Sinclair | |
| 2017-06-09 | Remove OSS configuration from pyrtaudio. | Stephen Sinclair | |
| Fixes #91. | |||
| 2017-06-09 | Fix references to RtError / RtAudioError in pyrtaudio | Stephen Sinclair | |
| 2017-04-24 | Merge pull request #81 from jossgray/fix-warnings | garyscavone | |
| Fix some warnings in the tests in Visual Studio | |||
