ipc: Show status of unbuilt-but-updated modules in async.

Authored by mpyne on Dec 29 2016, 6:49 PM.

Description

ipc: Show status of unbuilt-but-updated modules in async.

Basically, modules which are updated by default but not actually built
(e.g. due to using the manual-build option) are never mentioned in the
kdesrc-build output in the default async mode of operation.

This required a bit of refactoring of the IPC code to fix, since the
underlying cause is that the output during async mode is driven by the
needs of the build thread, which would request updates from the monitor
thread on a per-module basis. But the build thread never inquired about
modules only being updated, so any such modules were never mentioned on
the command line.

Details

Committed
mpyneDec 29 2016, 6:53 PM
Parents
R365:19f71719d52b: purpose and kirigami are not frameworks -> revert.
Branches
Unknown
Tags
Unknown