mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
21462cdbd2
This patch adds support for iterating through a const list. This allows users of lists to be more rigid with regard to constness. Furthermore, the patch adds the function 'List::insert_at' for inserting an element at a specified position. By adding this function, we can remove code duplication in nitpicker.
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', and 'qt4'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.