genode/repos/gems
Norman Feske 71efb59873 terminal: add Cell_array destructor
With the capability-quota mechanism, the terminal-session won't always
be constructed completely on the first try (we may run out of caps in
the middle of the construction). Therefore, all members of the object
must be properly destructable. Furthermore, the patch replaces the
sliced heap by a heap to avoid allocating a new dataspace for each line
of the cell array.
2017-05-31 13:16:12 +02:00
..
include Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
lib nova: use 'Native_cpu' component for thread initialization 2017-03-15 12:24:42 +01:00
recipes Assign cap quotas in run scripts and recipes 2017-05-31 13:16:06 +02:00
run mixer_gui_qt_test: fix window management routes 2017-05-31 13:16:09 +02:00
src terminal: add Cell_array destructor 2017-05-31 13:16:12 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.