genode/repos/gems
Stefan Kalkowski 458b4d6fc4 base: redesign object pool using lambda interface
Instead of returning pointers to locked objects via a lookup function,
the new object pool implementation restricts object access to
functors resp. lambda expressions that are applied to the objects
within the pool itself.

Fix #884
Fix #1658
2015-09-09 15:14:28 +02:00
..
include gems: HSV-to-RGB color-conversion function 2015-07-07 19:48:05 +02:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run nit_fader.run: fix conditional route 2015-07-07 19:48:05 +02:00
src base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

README

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.