genode/repos/base/src
Martin Stein abf9557bb5 AVL node/tree: make non-copyable
AVL trees can't be copied with the default copy constructor as the
parent pointer of the first item of both of the resulting trees would
point to the original tree. Copying an AVL node, however, generally
violates the integrity of the corresponding tree. The copy constructor
of Avl_tree is used in some places but in those places it can be
replaced easily. So, this commit deletes the copy constructor of
Avl_node_base which makes Avl_node and Avl_tree non-copyable.

Issue #2654
2018-02-09 13:34:23 +01:00
..
core base: free up all meta-data of trace subjects 2018-02-09 13:26:02 +01:00
include AVL node/tree: make non-copyable 2018-02-09 13:34:23 +01:00
ld hw: switch page-tables only when necessary 2017-10-19 13:31:18 +02:00
lib init: close all sessions of exited children 2018-02-09 13:31:27 +01:00
test Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains all source codes.