| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And capitalize and add a period at the end of the next sentence.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|