mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
6995c6880d
Went through and tried to make the changelogs more uniform in terms of prefixing and formatting.
9 lines
287 B
Markdown
9 lines
287 B
Markdown
---
|
|
- mr.1684
|
|
---
|
|
|
|
main: Introduce `comp_target_factory`. This struct allows us to remove long and
|
|
cumbersome switch statements for each type. Instead the code is generic and
|
|
tweaks for specific target types can be reused for others more easily with this
|
|
data driven design of the code.
|