10c2e4b9a9
CmdAccess: rename the front-end to CmdContext to clarify the purpose
2017-04-17 20:00:07 +02:00
22c1a1d189
Commands: rename some of the planned components for command access
...
...to make the names more handy
2017-04-08 16:24:36 +02:00
29ce5b9c69
Commands: define interface for installing a command definition
...
The idea is to assign a lambda, which will be enqueued by side-effect.
implementation is just stubbed.
2017-03-18 03:52:18 +01:00
833193342f
Commands: define basic properties of unbound CommandSetup
2017-03-18 03:20:05 +01:00
b865acf758
Commands: decide about the basic concept how commands are to be defined ( #215 )
...
The point in question is how to manage these definitions in practice,
since we're about to create a huge lot of them eventually. The solution
attempted here is heavily inspired by the boost-test framework
2017-03-18 01:55:45 +01:00
c251f9c2a9
Commands: establish location for defining commands
2017-03-17 21:07:12 +01:00