Age | Commit message (Collapse) | Author |
|
Resolves: #692
|
|
|
|
|
|
The error parameter is optional.
|
|
The event loop now needs to be explicitly passed to clients
using it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should avoid problems with --as-needed.
Resolves: #547
|
|
|
|
BoostTimer isn't supposed to be constructed as a non-shared-ptr. Making
constructor private to avoid this error in the future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Coverage now works better.
Some files are cleaned by default (without the need of CLEANFILES).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|