genode/repos/base/include
Norman Feske c629c54153 Make util/geometry.h C++20 friendly
- Move header to base/include to make it applicable for base types
  like 'Affinity' down the road.
- Represent 'Rect' as typle of point and area, which is the most
  common form of initialization, creates in valid 'Rect' by default.
- Turn Point, Area, and Rect into compound types, making x, y, w, h, at,
  area accessible without a method call
- 'Rect::Compound' function for constructing a 'Rect' from two points,
  replacing a former constructor
- Use result type 'Rect::Cut_remainder' instead of out parameters.

Fixes #5239
2024-06-20 12:54:30 +02:00
..
base base/include: use C++20 function template syntax 2024-05-29 09:18:12 +02:00
cpu base/include: use C++20 function template syntax 2024-05-29 09:18:12 +02:00
cpu_session base: make RPC framework compatible to C++20 2023-05-30 12:03:29 +02:00
cpu_thread base: remove deprecated cancel_blocking() support 2020-07-13 11:33:12 +02:00
dataspace Consistent spelling of "writeable" 2022-02-15 10:23:58 +01:00
drivers mmio: upper-bounds checks 2024-02-26 08:59:07 +01:00
io_mem_session base: make RPC framework compatible to C++20 2023-05-30 12:03:29 +02:00
io_port_session base: make RPC framework compatible to C++20 2023-05-30 12:03:29 +02:00
irq_session base: add irq_type session argument 2023-11-28 19:35:16 +01:00
log_session base: make RPC framework compatible to C++20 2023-05-30 12:03:29 +02:00
parent base: mark Parent::Close_result with [[nodiscard]] 2020-01-03 14:44:15 +01:00
pd_session base: extend PD session by system_control_cap 2023-10-04 13:22:07 +02:00
region_map base/include: use C++20 function template syntax 2024-05-29 09:18:12 +02:00
rm_session Remove format strings from connection types 2023-03-13 14:32:37 +01:00
rom_session base: make RPC framework compatible to C++20 2023-05-30 12:03:29 +02:00
root Replace Genode::strncpy by Genode::copy_cstring 2020-05-27 11:56:45 +02:00
session Streamline exception types 2017-05-31 13:16:07 +02:00
spec base/include: use C++20 function template syntax 2024-05-29 09:18:12 +02:00
timer nic_router: avoid marginal timeout updates 2022-08-10 13:33:02 +02:00
timer_session timer-session: decrease min timeout to 1 ms 2023-09-29 12:17:45 +02:00
trace trace: add GENODE_TRACE_CHECKPOINT macros 2022-08-17 11:54:19 +02:00
trace_session base/include: use C++20 function template syntax 2024-05-29 09:18:12 +02:00
util Make util/geometry.h C++20 friendly 2024-06-20 12:54:30 +02:00
vm_session base/include: use C++20 function template syntax 2024-05-29 09:18:12 +02:00