Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid warning | Christian Mollekopf | 2017-08-09 |
| | | | | | | | setFuture can emit signals directly if the future is already stopped. This does not apply to our case but it fixes the warning. "QFutureWatcher::connect: connecting after calling setFuture() is likely to produce race" | ||
* | Port away from syncStartv0.1.0 | Christian Mollekopf | 2017-03-02 |
| | |||
* | Adapt to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | A model stress test to try to crash the result emitter when used with | Christian Mollekopf | 2017-01-31 |
| | | | | threads. | ||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Use KAsync::Job as abstraction for the threading implementation | Christian Mollekopf | 2015-12-27 |