mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 06:31:10 +00:00
Replace the use of pointers and the copying of XML nodes by the 'with_' pattern. Use plain struct where appropriate, replace constructors by { } initialization. Use C++20 function template syntax. Replace accessors by public constants where possible. Follow 'from_xml' convention. Follow usual 'Action' interface naming. Issue #5390
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in 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.