LUMIERA.clone/src
Ichthyostega 5d0c2b6d2c DI: special solution for singletons with private default ctor
...which declare DependencyFactory as friend.
Yes, we want to encourrage that usage pattern.

Problem is, std::is_constructible<X> gives a misleading result in that case.
We need to do the instantiation check within the scope of DependencyFactory
2018-03-30 06:48:34 +02:00
..
backend Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
common DI: document the reworked Singleton / Dependency-Factory 2018-03-25 09:33:57 +02:00
gui Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
include Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
lib DI: special solution for singletons with private default ctor 2018-03-30 06:48:34 +02:00
lumiera MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
plugin
proc Bugfix: CallQueue_test initialisation was not threadsafe (see also #1131) 2018-03-26 04:40:54 +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