genode/repos/gems
Norman Feske a7f40b24ca Warn about the use of deprecated env() function
This patch enables warnings if one of the deprecate functions that rely
in the implicit use of the global Genode::env() accessor are called.

For the time being, some places within the base framework continue
to rely on the global function while omitting the warning by calling
'env_deprecated' instead of 'env'.

Issue #1987
2017-01-13 13:07:13 +01:00
..
include Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
lib/mk gems: move reusable code to include/gems 2014-10-13 15:21:53 +02:00
run run: remove vanished kernel/platform specifier 2017-01-13 13:07:01 +01:00
src server/terminal: API transition 2017-01-13 13:07:12 +01: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.