lumiera_/doc/technical
Ichthyostega d4ac2d78e2 C++11: improve moving and forwarding of iterators
this becomes more relevant now, since the actual MutationMessage iterators
are implemented in terms of a shared_ptr to IterSource. Thus, when building
processing pipelines, we most definitively want to move that smart-ptr into
the destination, since this avoids touching the shared count and thus avoids
generating unnecessary memory barriers.
2017-08-12 03:01:35 +02:00
..
backend release prep: clean-up obsolete information 2013-10-29 06:11:18 +01:00
build post-release: tighten library dependencies 2015-11-03 03:39:00 +01:00
code C++11: improve moving and forwarding of iterators 2017-08-12 03:01:35 +02:00
gui stylesheet: finish definition of a base style 2014-10-09 03:44:02 +02:00
howto DOC: follow-up of removing boost::scoped_ptr 2017-01-05 01:20:34 +01:00
infra DOC: after release 0.pre.03 -- checklist with steps for release preparation 2015-11-20 06:12:59 +01:00
library DOC: the Ref::THIS construct was removed from the Diff language (#996) 2016-12-03 19:40:28 +01:00
proc Proc-Layer technical documentation: refer to the TiddlyWiki 2011-02-28 01:25:27 +01:00
DIR_INFO update some DIR_INFO entries 2011-04-05 00:44:30 +02:00
index.txt add a section for library technical documentation 2012-01-08 00:12:54 +01:00
overview.txt decommission the safe-bool-idiom (closes #477) 2017-04-02 06:42:23 +02:00