lumiera_/src
Ichthyostega 387a553e98 Lib: fix warning regarding subobject-linkage
And yes, this warning is for real, while the compiler has no way
to decide if there is actual danger lurking. A type with internal
linkage (e.g. defined in an anonymous namespace) will be treated
by the linker as a separate entity on each encounter (i.e. in
each distinct compilation unit). When multiple translation units
start collaborating on such a type, they *might* be referring
to different memory locations, while semantically the intention
is to refer to the same location.

And since we're dealing with a library facility here, *we* have
likewise now power to ensure proper usage, so we better be cautious.
2016-12-25 20:09:24 +01:00
..
backend more clean-up and comments 2016-12-22 19:35:42 +01:00
common maximum munch 2016-12-23 04:23:03 +01:00
gui maximum munch 2016-12-23 04:23:03 +01:00
include SessionCommandService implemented by delegating to the ProcDispatcher 2016-12-23 23:42:27 +01:00
lib Lib: fix warning regarding subobject-linkage 2016-12-25 20:09:24 +01:00
lumiera next task: implement minimal "Session subsystem" (#318) 2016-12-12 03:45:21 +01:00
plugin
proc CommandQueue: prepare for an unit test 2016-12-25 18:49:57 +01:00
tool clean-up: sourcefile layout and spell checking 2014-10-23 23:04:35 +02: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