summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Async: implement progress reporting through futureDan Vrátil2015-04-04
* Async: move as much Future code as possible from public header to .cppDan Vrátil2015-04-04
* Async: one TODO done, few more to goDan Vrátil2015-04-04
* Async: fix crash in Job::nestedJobWrapperDan Vrátil2015-04-04
* We have to copy all values anyways, so this transaction is no longer required.Christian Mollekopf2015-04-03
* log messages.Christian Mollekopf2015-04-03
* Merge remote-tracking branch 'origin/develop' into developChristian Mollekopf2015-04-03
|\
| * Async: support (re-)executing single Job multiple timesDan Vrátil2015-04-01
* | debug messagesChristian Mollekopf2015-04-03
* | Continue processing if there are more messages.Christian Mollekopf2015-04-03
* | ResourceAccess: copy the buffer before capturing it in the lambda.Christian Mollekopf2015-04-02
* | async simplificationsChristian Mollekopf2015-04-02
* | Unbreak the clientapi.Christian Mollekopf2015-04-02
* | Cleanup and debug messages.Christian Mollekopf2015-04-02
|/
* Async: have the top executor reference itself during executionDan Vrátil2015-04-01
* Use dowhileChristian Mollekopf2015-04-01
* dowhile cleanup, second dowhile version without separate condition.Christian Mollekopf2015-04-01
* Refactored resourcefactory further.Christian Mollekopf2015-04-01
* Use Async::whileChristian Mollekopf2015-04-01
* Added Async::dowhileChristian Mollekopf2015-04-01
* async simplificationsChristian Mollekopf2015-03-31
* async todosChristian Mollekopf2015-03-31
* Attempt of a description how async is supposed to work, failing async lifetim...Christian Mollekopf2015-03-31
* Storage: API cleanup/use QByteArray instead of std::stringChristian Mollekopf2015-03-31
* Don't try to restart the resource on every disconnect.Christian Mollekopf2015-03-31
* Forgot to compile the notification schemaChristian Mollekopf2015-03-31
* Don't leak the listener instance to catch problems with object lifetimes.Christian Mollekopf2015-03-31
* Minor cleanup, less warnings.Christian Mollekopf2015-03-31
* Shutdown notification to achieve a clean shutdown.Christian Mollekopf2015-03-31
* Resource crashhandler and logging facilities.Christian Mollekopf2015-03-31
* Async: initial support for native chaining of KJobsDan Vrátil2015-03-30
* Async: allow consumer continuation without argumentsDan Vrátil2015-03-30
* Async: allow appending Jobs to already running or finished JobsDan Vrátil2015-02-21
* CMake: fix Qt5 lookup, use KDE_INSTALL_TARGETS_DEFAULT_ARGSDan Vrátil2015-02-21
* Async: only notify watchers once when Future::setFinished() is called multipl...Dan Vrátil2015-02-20
* Async: allow appending existing Job objects to the Job chainDan Vrátil2015-02-20
* Async: allow Async::start() to have input valueDan Vrátil2015-02-20
* Async: beautificationDan Vrátil2015-02-09
* Async: move public API implementationDan Vrátil2015-02-09
* Async: Move Async::PrevOut to Async::detail::prevOutDan Vrátil2015-02-09
* Async: improve error handlingDan Vrátil2015-02-09
* Async: introduce sync executorsDan Vrátil2015-02-09
* note on branching model for devAaron Seigo2015-02-09
* catch unqlite impl up to current Storage APIAaron Seigo2015-02-09
* void const -> const voidAaron Seigo2015-02-09
* Async: don't leak ExecutorsDan Vrátil2015-02-07
* AsyncTest: block until innerJob finishes to prevent crashDan Vrátil2015-02-07
* Async: mark our future as finished after returning from error handlerDan Vrátil2015-02-07
* Async: remove unused FutureWatchersDan Vrátil2015-02-02
* Added JOBAPI todo's.Christian Mollekopf2015-02-02