LUMIERA.clone/src/proc
Ichthyostega aecef2a8f4 Commands: refactor integration into SessionCommandService (#1089)
It seems more adequate to push the somewhat intricate mechanics
for the "fall back" onto generic commands down into the implementation
level of CommandInstanceManager. The point is, we know the standard
usage situation is to rely on the instance manager, and thus we want
to avoid redundant table lookups, only to support the rare case of
fallback to global commands. The latter is currently used only from
unit-tests, but might in future also be used by scripts.

Due to thread safety considerations, I have refrained from handing
out a direct reference to the command token sitting in the registry,
even while not doing so incurs a small runtime penalty (accessing
the shared ref-count for creating a copy of the smart-handle).
This is the typical situation where you'd be tempted to sacrifice
sanity for the sake of an imaginary performance benefit, which
in fact is dwarfed by all the machinery of UI-Bus and argument
passing via GenNode.
2017-04-09 19:11:40 +02:00
..
asset Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
cmd Commands: rename some of the planned components for command access 2017-04-08 16:24:36 +02:00
control Commands: refactor integration into SessionCommandService (#1089) 2017-04-09 19:11:40 +02:00
engine decommission the safe-bool-idiom (closes #477) 2017-04-02 06:42:23 +02:00
external Doxygen: fill in missing file level headlines for some supplemental code 2016-11-09 20:09:19 +01:00
mobject decommission the safe-bool-idiom (closes #477) 2017-04-02 06:42:23 +02:00
play Fix notorious warning 2017-04-01 23:59:37 +02:00
asset.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
asset.hpp maximum munch 2016-12-23 04:23:03 +01:00
assetmanager.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
assetmanager.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
cmd.hpp Commands: rename some of the planned components for command access 2017-04-08 16:24:36 +02:00
common.hpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
config-resolver.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
config-resolver.hpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
controllerfacade.hpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
DIR_INFO
facade.cpp Session-Subsytem(#318): finish review of locking and lifecycle sanity 2017-01-05 03:38:46 +01:00
facade.hpp Session-Subsytem(#318): finish review of locking and lifecycle sanity 2017-01-05 03:38:46 +01:00
state.hpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
streamtype.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
streamtype.hpp Merge Platform upgrade and Diff-Framework development 2015-08-16 01:42:26 +02:00