LUMIERA.clone/doc
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
..
design release prep: clean-up obsolete information 2015-11-02 21:14:24 +01:00
devel CmdAccess: rename the front-end to CmdContext to clarify the purpose 2017-04-17 20:00:07 +02:00
technical C++11: improve moving and forwarding of iterators 2017-08-12 03:01:35 +02:00
user DOC: some problems when building with GCC-5 2015-11-20 05:34:11 +01:00
.gitignore Especially ignore Asciidoc generated HTML files in the documentation tree 2010-11-17 04:39:36 +01:00
DIR_INFO spelling fixes 2011-02-06 02:12:55 +01:00
index.txt DOC: slightly shorten and re-structure the "Contributing" tutorial 2013-10-27 08:41:40 +01:00
SConscript DOC: reorganise the Doxygen configuration and structure 2013-10-25 06:34:38 +02:00