LUMIERA.clone/src
Ichthyostega f24c548443 Reorganise translation units for interface proxies
from now on, we'll have dedicated individual translation units (*cpp)
for each distinct interface proxy. All of these will include the
interfaceproxy.hpp, which now holds the boilerplate part of the code
and *must not be included* in anything else than interfac proxy
translation units. The reason is, we now *definie* (with external linkage)
implementations of the facade::Link ctor and dtor for each distinct
type of interface proxy. This allows to decouple the proxy definition code
from the service implementation code (which is crucial for plug-ins
like the GUI)
2018-04-03 03:14:55 +02:00
..
backend Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
common Reorganise translation units for interface proxies 2018-04-03 03:14:55 +02:00
gui Reorganise translation units for interface proxies 2018-04-03 03:14:55 +02:00
include Reorganise translation units for interface proxies 2018-04-03 03:14:55 +02:00
lib Switch further Service implementations and obsolete SingletonRef alltogether 2018-04-02 05:00:01 +02:00
lumiera MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
plugin
proc Reorganise translation units for interface proxies 2018-04-03 03:14:55 +02:00
tool Doxygen: fill in missing file level headlines for some supplemental code 2016-11-09 20:09:19 +01:00
.gitignore
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
doxygen.dox DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00
SConscript build/platform: make lib SigC++ available for GUI test code 2015-12-25 03:06:33 +01:00