LUMIERA.clone/doc/technical/code
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
..
c++11.txt C++11: improve moving and forwarding of iterators 2017-08-12 03:01:35 +02:00
codingGuidelines.txt LANDING: transition to GTK-3 2015-05-30 17:11:41 +02:00
darkCorners.txt refactoring(#988): switch function-closure to std::tuple 2016-01-19 03:56:53 +01:00
index.txt New documentation section for code base layout and conventions 2011-10-14 03:35:39 +02:00
linkingStructure.txt DOC: summarise suitable mechanisms for dependency decoupling 2015-05-28 03:05:49 +02:00