genode/repos/base/include
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
..
base Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
cap_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
cpu base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
cpu_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
cpu_thread Remove hand-crafted Rpc_functions typedefs 2016-05-23 15:52:39 +02:00
dataspace base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
deprecated Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
io_mem_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
io_port_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
irq_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
log_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
parent Remove blocking calls from root and parent RPCs 2016-11-25 16:06:42 +01:00
pd_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
ram_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
region_map Assign threads to PD at its creation time 2016-05-09 13:10:52 +02:00
rm_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
rom_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
root Remove blocking calls from root and parent RPCs 2016-11-25 16:06:42 +01:00
session Remove blocking calls from root and parent RPCs 2016-11-25 16:06:42 +01:00
spec sd_card: i.MX6 support 2017-01-13 13:07:06 +01:00
thread Separation of thread operations from CPU session 2016-05-23 15:52:39 +02:00
trace_session Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
util base: rename 'Volatile_object' to 'Reconstructible' 2016-12-01 17:46:50 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.