LUMIERA.clone/src
Ichthyostega f05ec78e08 DI: benchmark Double-Checked-Locking with Mutex
This is essentially the solution we used since start of the Lumiera project.
This solution is not entirely correct in theory, because the assignment to the
instance pointer can be visible prior to releasing the Mutex -- so another thread
might see a partially initialised object
2018-03-24 11:02:44 +01:00
..
backend Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
common Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01: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: benchmark Double-Checked-Locking with Mutex 2018-03-24 11:02:44 +01:00
lumiera MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
plugin Merge: change building to create modules 2008-12-20 02:15:33 +01:00
proc Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01: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