| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #140.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks github user @bontric, closes #113.
|
|
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.
|
|
|
|
Revert "fix" for Issue #69
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
a JACK-specific flag to disable automatic connection of ports
|
|
Add mmsystem.h and mmreg.h for dsound.
|
|
|
|
Closes #39
|
|
Closes #80
|
|
C++0x compatible exception semantics: remove throw()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|