Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Async: fix build for real this time | Dan Vrátil | 2015-04-10 |
* | Async: const'ify | Dan Vrátil | 2015-04-06 |
* | Async: implement progress reporting through future | Dan Vrátil | 2015-04-04 |
* | Async: move as much Future code as possible from public header to .cpp | Dan Vrátil | 2015-04-04 |
* | Async: support (re-)executing single Job multiple times | Dan Vrátil | 2015-04-01 |
* | Async: only notify watchers once when Future::setFinished() is called multipl... | Dan Vrátil | 2015-02-20 |
* | fixed build | Christian Mollekopf | 2015-01-20 |
* | Async: Error continuation. | Christian Mollekopf | 2015-01-19 |
* | Fixed Async::Future. | Christian Mollekopf | 2015-01-19 |
* | Async: relicense from GPLv2 to LGPLv2+ | Dan Vrátil | 2014-12-18 |
* | Async: bring back synchronous Future::waitForFinished() | Dan Vrátil | 2014-12-14 |
* | Async: make the processing truly asynchronous | Dan Vrátil | 2014-12-14 |
* | Async: move the actual task exection into Executor implementation | Dan Vrátil | 2014-12-11 |
* | Prototype of Async library | Dan Vrátil | 2014-12-11 |