LUMIERA.clone/tests/core
Ichthyostega 856d8a3b51 Library: allow to reverse intrusive single linked list
Looks like we'll actually retain and use this low-level solution
in cases where we just can not afford heap allocations but need
to keep polymorphic objects close to one another in memory.

Since single linked lists are filled by prepending, it is rather
common to need the reversed order of elements for traversal,
which can be achieved in linear time.

And while we're here, we can modernise the templated emplacement functions
2023-04-20 18:53:17 +02:00
..
application Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
steam Library: allow to reverse intrusive single linked list 2023-04-20 18:53:17 +02:00
vault Project: update and clean-up Doxygen configuration 2021-01-24 19:35:45 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00