lumiera_/src/proc/play
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
..
sound Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
dummy-play-connection.cpp MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
dummy-play-connection.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
dummy-player-interface-proxy.cpp Reorganise translation units for interface proxies 2018-04-03 03:14:55 +02:00
dummy-player-service.cpp Dismantle the woefully complex interfaceproxy Accessor in favour of lib::Depend 2018-04-03 02:44:12 +02:00
dummy-player-service.hpp Switch further Service implementations and obsolete SingletonRef alltogether 2018-04-02 05:00:01 +02:00
output-director.cpp Demote the Play-Facade to a in-language (C++) Interface to get rid of InterfaceFacadeLink 2018-04-03 02:14:45 +02:00
output-director.hpp Demote the Play-Facade to a in-language (C++) Interface to get rid of InterfaceFacadeLink 2018-04-03 02:14:45 +02:00
output-manager.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
output-slot-connection.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
output-slot.cpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
output-slot.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
play-controller.cpp DOC: follow-up of removing boost::scoped_ptr 2017-01-05 01:20:34 +01:00
play-controller.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
play-process.cpp TreeExplorer: draft my requirements for packaging a TreeExplorer pipeline as IterSource 2017-12-07 05:48:36 +01:00
play-process.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
play-service.cpp Dismantle the woefully complex interfaceproxy Accessor in favour of lib::Depend 2018-04-03 02:44:12 +02:00
play-service.hpp Demote the Play-Facade to a in-language (C++) Interface to get rid of InterfaceFacadeLink 2018-04-03 02:14:45 +02:00
render-configurator.cpp Modernise Unknown Exception handler and Exception messages 2018-04-02 01:48:51 +02:00
render-configurator.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
timings.cpp Doxygen: fill in missing file level headlines for Proc-Layer (Player) 2016-11-09 23:40:46 +01:00
timings.hpp Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00